Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
| | | | | already outdent for those statements. | ||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -0/+144 |
| | |||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -61/+0 |
| | |||||
* | #updated commentary | Barry Warsaw | 1996-08-06 | 1 | -4/+3 |
| | |||||
* | (py-menu): Create default value | Barry Warsaw | 1996-08-06 | 1 | -0/+7 |
| | |||||
* | (py-forward-into-nomenclature): Slightly better regex for stopping on | Barry Warsaw | 1996-08-05 | 1 | -2/+4 |
| | | | | underscore. | ||||
* | (py-electric-colon): Use (py-next-statement -1) instead of | Barry Warsaw | 1996-08-02 | 1 | -1/+1 |
| | | | | (forward-line -1), to properly catch continued statements. | ||||
* | #updated comments | Barry Warsaw | 1996-08-01 | 1 | -19/+22 |
| | |||||
* | (python-mode): automatically install imenu stuff. | Barry Warsaw | 1996-08-01 | 1 | -8/+15 |
| | |||||
* | (imenu-example--python-show-method-args-p, | Barry Warsaw | 1996-08-01 | 1 | -0/+210 |
| | | | | | | | | | | | | | imenu-example--python-class-regexp, imenu-example--python-method-regexp, imenu-example--python-method-no-arg-parens, imenu-example--python-method-arg-parens, imenu-example--generic-python-expression, imenu-example--python-generic-regexp, imenu-example--python-generic-parens): New variables. (imenu-example--create-python-index, imenu-example--create-python-index-engine): New functions. | ||||
* | (py-keep-region-active): Zap duplicate defun. | Barry Warsaw | 1996-08-01 | 1 | -11/+6 |
| | |||||
* | (py-delete-char): Check for py-honor-comment-indentation. | Barry Warsaw | 1996-08-01 | 1 | -0/+1 |
| | |||||
* | (py-mode): comment-start is now "# " so indent-for-comment does the | Barry Warsaw | 1996-08-01 | 1 | -6/+41 |
| | | | | | | | | | | right thing. (py-comment-region): let-bind comment-start to "## " so commented regions get transformed into non-indenting comment lines. (py-compute-region): Implement modification to rule for recognizing "indenting comment lines". | ||||
* | New .pyc magic numnber, too. | Guido van Rossum | 1996-08-01 | 1 | -1/+1 |
| | |||||
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+2 |
| | |||||
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+4 |
| | |||||
* | #updated to do list | Barry Warsaw | 1996-07-31 | 1 | -4/+4 |
| | |||||
* | (py-parse-state): stop searching backwards when we found a keyword at | Barry Warsaw | 1996-07-31 | 1 | -2/+6 |
| | | | | | column zero. Perhaps a kludge, but similar in nature to Emacs' beginning-of-defun shortcut. | ||||
* | (py-statement-closes-block-p, py-compute-indentation): Outdent one | Barry Warsaw | 1996-07-31 | 1 | -3/+17 |
| | | | | level after a return, raise, break, or continue statement. | ||||
* | Exhaustive list of news in beta2 compared to beta1. | Guido van Rossum | 1996-07-30 | 1 | -9/+73 |
| | | | | Now all we need to do is do the same for beta1 compared to 1.3. | ||||
* | Got rid of all references to stdwin. | Guido van Rossum | 1996-07-30 | 1 | -38/+17 |
| | | | | | | Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES. | ||||
* | Moved 1.3 news to HISTORY; put some 1.4 news in NEWS | Guido van Rossum | 1996-07-30 | 2 | -145/+167 |
| | |||||
* | Added two new questions; about globals/locals and about recursive imports. | Guido van Rossum | 1996-07-30 | 1 | -6/+40 |
| | |||||
* | Added Bill Tutt | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | directives for Tools/scripts/fixcid.py | Guido van Rossum | 1996-07-30 | 1 | -0/+398 |
| | |||||
* | (python-mode): Added menu support, requires easymenu. | Barry Warsaw | 1996-07-29 | 1 | -10/+45 |
| | |||||
* | (py-forward-into-nomenclature): small fix to not infinitely loop at | Barry Warsaw | 1996-07-25 | 1 | -1/+1 |
| | | | | underscores. | ||||
* | #comment update, re: py-mode-syntax-table | Barry Warsaw | 1996-07-24 | 1 | -4/+5 |
| | |||||
* | (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. | Barry Warsaw | 1996-07-24 | 1 | -0/+31 |
| | |||||
* | (py-shift-region-left): When checking for left edged code, watch for | Barry Warsaw | 1996-07-23 | 1 | -1/+2 |
| | | | | blank lines. | ||||
* | Additions to the cast of thousands | Guido van Rossum | 1996-07-21 | 1 | -0/+13 |
| | |||||
* | added a thing on the to-do list | Barry Warsaw | 1996-07-08 | 1 | -1/+2 |
| | |||||
* | (python-font-lock-keywords): added class and def | Barry Warsaw | 1996-07-05 | 1 | -7/+13 |
| | |||||
* | (py-mode-syntax-table): revert underscore to word class, even though I | Barry Warsaw | 1996-07-03 | 1 | -1/+5 |
| | | | | don't agree with it. | ||||
* | (py-delete-char): Obey numeric argument. | Barry Warsaw | 1996-07-03 | 1 | -15/+21 |
| | |||||
* | (py-shift-region-left, py-shift-region-right, py-indent-right, | Barry Warsaw | 1996-07-03 | 1 | -88/+32 |
| | | | | | | | py-outdent-left, py-mode-map): Folded all functionality into py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and C-c C-r to py-shift-region-right. Removed py-indent-right and py-indent-left. | ||||
* | Some updates. Still out of date. | Guido van Rossum | 1996-06-26 | 1 | -29/+157 |
| | |||||
* | new contributors | Guido van Rossum | 1996-06-26 | 1 | -0/+8 |
| | |||||
* | (py-indent-right, py-outdent-left): fixed placement of point after | Barry Warsaw | 1996-04-08 | 1 | -16/+22 |
| | | | | adjustments. | ||||
* | (py-parse-state): make sure we don't land inside a triple-quoted | Barry Warsaw | 1996-04-06 | 1 | -10/+16 |
| | | | | string | ||||
* | (py-indent-right, py-outdent-left): Watch out for (mark) returning | Barry Warsaw | 1996-03-25 | 1 | -4/+10 |
| | | | | nil. | ||||
* | #updated some comments | Barry Warsaw | 1996-03-22 | 1 | -7/+9 |
| | |||||
* | (py-indent-right, py-indent-left): support indentation of regions or | Barry Warsaw | 1996-03-22 | 1 | -34/+69 |
| | | | | current line. | ||||
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
| | | | | | | (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region. | ||||
* | (python-font-lock-keywords): make it a defconst | Barry Warsaw | 1996-03-06 | 1 | -2/+2 |
| | |||||
* | (py-honor-comment-indentation, py-compute-indentation): allow other | Barry Warsaw | 1996-03-06 | 1 | -10/+23 |
| | | | | than nil or t values. | ||||
* | (py-honor-comment-indentation): new variable. | Barry Warsaw | 1996-03-05 | 1 | -1/+13 |
| | | | | (py-compute-indentation): use new variable. | ||||
* | #removed font-lock cruft | Barry Warsaw | 1996-03-05 | 1 | -44/+0 |
| | |||||
* | (python-font-lock-keywords): Much improved descrimination between | Barry Warsaw | 1996-03-05 | 1 | -23/+23 |
| | | | | keywords and names with keywords in them. | ||||
* | (py-compute-indentation): fix skipping backwards over comments by | Barry Warsaw | 1996-03-04 | 1 | -2/+5 |
| | | | | using forward-comment (and Emacs 19 function) if available. |