| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Barry Warsaw | 1996-08-20 | 1 | -3/+3 |
|
|
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
|
|
* | #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 |
|
|
* | (py-electric-colon): Use (py-next-statement -1) instead of | Barry Warsaw | 1996-08-02 | 1 | -1/+1 |
|
|
* | #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 |
|
|
* | (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 |
|
|
* | #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 |
|
|
* | (py-statement-closes-block-p, py-compute-indentation): Outdent one | Barry Warsaw | 1996-07-31 | 1 | -3/+17 |
|
|
* | (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 |
|
|
* | #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 |
|
|
* | 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 |
|
|
* | (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-indent-right, py-outdent-left): fixed placement of point after | Barry Warsaw | 1996-04-08 | 1 | -16/+22 |
|
|
* | (py-parse-state): make sure we don't land inside a triple-quoted | Barry Warsaw | 1996-04-06 | 1 | -10/+16 |
|
|
* | (py-indent-right, py-outdent-left): Watch out for (mark) returning | Barry Warsaw | 1996-03-25 | 1 | -4/+10 |
|
|
* | #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 |
|
|
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
|
|
* | (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 |
|
|
* | (py-honor-comment-indentation): new variable. | Barry Warsaw | 1996-03-05 | 1 | -1/+13 |
|
|
* | #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 |
|
|
* | (py-compute-indentation): fix skipping backwards over comments by | Barry Warsaw | 1996-03-04 | 1 | -2/+5 |
|
|
* | (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. | Barry Warsaw | 1996-01-23 | 1 | -1/+1 |
|
|
* | (py-indent-offset): Change default to 4. | Barry Warsaw | 1995-11-03 | 1 | -1/+1 |
|
|
* | changed underscore to have symbol syntax | Barry Warsaw | 1995-10-18 | 1 | -1/+1 |
|
|
* | (py-indent-offset): this should be buffer local. | Barry Warsaw | 1995-10-12 | 1 | -0/+2 |
|
|
* | (py-align-multiline-strings-p): new variable | Barry Warsaw | 1995-09-19 | 1 | -106/+105 |
|
|
* | (py-electric-colon): turn off electric behavior inside strings and | Barry Warsaw | 1995-09-14 | 1 | -23/+31 |
|
|
* | (python-mode): comment-multi-line must be nil for Emacs 19 | Barry Warsaw | 1995-09-14 | 1 | -0/+3 |
|
|
* | (py-compute-indentation): when inside a comment, indent to under the | Barry Warsaw | 1995-09-14 | 1 | -0/+14 |
|
|
* | #changed all email address to go through python.org | Barry Warsaw | 1995-07-05 | 1 | -5/+5 |
|
|
* | (py-append-to-process-buffer): XEmacs doesn't have last-input-start or | Barry Warsaw | 1995-07-05 | 1 | -2/+4 |
|
|
* | (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el | Barry Warsaw | 1995-07-05 | 1 | -50/+58 |
|
|