COMMITS
/ Misc/python-mode.el February 24, 1997
B
(python-font-lock-keywords): Use new convention for installing in mode
Barry Warsaw committed
January 30, 1997
B
(py-mode-map): Comment Out Region / Uncomment Region should use
Barry Warsaw committed
B
#Updated authorship line
Barry Warsaw committed
B
(py-parse-partial-sexp-works-p): New variable to work around a bug in
Barry Warsaw committed
December 17, 1996
B
(py-delete-function): new variable
Barry Warsaw committed
B
(python-mode): added comment-end definitions.
Barry Warsaw committed
October 29, 1996
B
(match-string): Added a definition for older Emacsen.
Barry Warsaw committed
October 23, 1996
B
(py-indent-line): take an optional universal argument which says to
Barry Warsaw committed
September 30, 1996
B
(py-process-filter): Make sure current-buffer is restored, even in the
Barry Warsaw committed
September 4, 1996
B
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
Barry Warsaw committed
B
I have been increasingly annoyed about the fact that
Barry Warsaw committed
B
#stylistics
Barry Warsaw committed
B
(python-mode): typos
Barry Warsaw committed
B
(python-mode): font-lock-defaults must be make-local-variable'd
Barry Warsaw committed
September 3, 1996
B
(py-dump-help-string): Use documentation-property to get docstring.
Barry Warsaw committed
B
(python-mode): font-lock-defaults necessary for Emacs 19, but doesn't
Barry Warsaw committed
B
#py-shell gets an autoload cookie
Barry Warsaw committed
August 20, 1996
B
*** empty log message ***
Barry Warsaw committed
August 12, 1996
B
(py-no-outdent-re): Added return, break, raise, continue since we
Barry Warsaw committed
August 6, 1996
B
#updated commentary
Barry Warsaw committed
B
(py-menu): Create default value
Barry Warsaw committed
August 5, 1996
B
(py-forward-into-nomenclature): Slightly better regex for stopping on
Barry Warsaw committed
August 2, 1996
B
(py-electric-colon): Use (py-next-statement -1) instead of
Barry Warsaw committed
August 1, 1996
B
#updated comments
Barry Warsaw committed
B
(python-mode): automatically install imenu stuff.
Barry Warsaw committed
B
(imenu-example--python-show-method-args-p,
Barry Warsaw committed
B
(py-keep-region-active): Zap duplicate defun.
Barry Warsaw committed
B
(py-delete-char): Check for py-honor-comment-indentation.
Barry Warsaw committed
B
(py-mode): comment-start is now "# " so indent-for-comment does the
Barry Warsaw committed
July 31, 1996
B
#comment update
Barry Warsaw committed
B
#comment update
Barry Warsaw committed
B
#updated to do list
Barry Warsaw committed
B
(py-parse-state): stop searching backwards when we found a keyword at
Barry Warsaw committed
B
(py-statement-closes-block-p, py-compute-indentation): Outdent one
Barry Warsaw committed
July 29, 1996
B
(python-mode): Added menu support, requires easymenu.
Barry Warsaw committed
July 25, 1996
B
(py-forward-into-nomenclature): small fix to not infinitely loop at
Barry Warsaw committed
July 24, 1996
B
#comment update, re: py-mode-syntax-table
Barry Warsaw committed
B
(py-forward-into-nomenclature, py-backward-into-nomenclature): New functions.
Barry Warsaw committed
July 23, 1996
B
(py-shift-region-left): When checking for left edged code, watch for
Barry Warsaw committed
July 8, 1996
B
added a thing on the to-do list
Barry Warsaw committed
July 5, 1996
B
(python-font-lock-keywords): added class and def
Barry Warsaw committed
July 3, 1996
B
(py-mode-syntax-table): revert underscore to word class, even though I
Barry Warsaw committed
B
(py-delete-char): Obey numeric argument.
Barry Warsaw committed
B
(py-shift-region-left, py-shift-region-right, py-indent-right,
Barry Warsaw committed
April 8, 1996
B
(py-indent-right, py-outdent-left): fixed placement of point after
Barry Warsaw committed
April 6, 1996
B
(py-parse-state): make sure we don't land inside a triple-quoted
Barry Warsaw committed
March 25, 1996
B
(py-indent-right, py-outdent-left): Watch out for (mark) returning
Barry Warsaw committed
March 22, 1996
B
#updated some comments
Barry Warsaw committed
B
(py-indent-right, py-indent-left): support indentation of regions or
Barry Warsaw committed
March 7, 1996
B
(py-comment-region): obsoleted by comment-region
Barry Warsaw committed