2010-09-10 |
Stefan Monnier |
New syntax-propertize functionality.
|
2010-09-01 |
Kenichi Handa |
merge changes in emacs-23 branch
|
2010-08-23 |
Chong Yidong |
* progmodes/python.el (python-block-pairs): Allow use of "finally" with "else" (Bug#3991).
|
2010-08-30 |
Stefan Monnier |
Use `declare' in defmacros.
|
2010-08-24 |
Chong Yidong |
* lisp/progmodes/python.el: Add Ipython support (Bug#5390).
|
2010-07-07 |
Glenn Morris |
Add some font-locking for Python 2.7.
|
2010-02-27 |
Chong Yidong |
Minor Python mode fix (Bug#5653).
|
2010-01-19 |
Mark A. Hershberger |
replace references to obsolete c-subword-mode
|
2010-01-05 |
Chong Yidong |
* progmodes/python.el (python-font-lock-keywords): Handle qualified decorators
|
2009-12-14 |
Chong Yidong |
* progmodes/python.el (python-symbol-completions): Remove text
|
2009-12-07 |
Stefan Monnier |
* minibuffer.el (completion-at-point-functions): New var.
|
2009-11-06 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
|
2009-10-31 |
Stefan Monnier |
* textmodes/two-column.el (2C-split):
|
2009-10-30 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
2009-10-02 |
Juanma Barranquero |
Use `called-interactively-p' instead of `interactive-p'.
|
2009-09-01 |
Glenn Morris |
Use forward-line rather than goto-line.
|
2009-08-21 |
Glenn Morris |
Use help-print-return-message rather than the now obsolete alias.
|
2009-02-20 |
Martin Rudalics |
(python-shift-left, python-shift-right):
|
2009-02-12 |
Stefan Monnier |
(python-use-skeletons): Re-add.
|
2009-02-03 |
Glenn Morris |
Comment (python-mode is now separate from Python).
|
2009-01-05 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-10-26 |
Stefan Monnier |
(python-mode): Don't impose ourselves on hippie.
|
2008-08-24 |
Romain Francoise |
(run-python): Remove '' from sys.path.
|
2008-05-08 |
Juanma Barranquero |
(python-comment-line-p, python-blank-line-p, python-skip-out,
|
2008-05-06 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-05 |
Stefan Monnier |
(python-block-pairs): Align finally with except.
|
2008-05-03 |
Glenn Morris |
Dave Love <fx at gnu.org>
|
2008-04-17 |
Stefan Monnier |
(python-mode-map): Use abbrev-table-menu.
|
2008-02-22 |
Ken Manheimer |
Finish pdbtrack integration cleanup, settling missing-functions
|
2008-02-21 |
Ken Manheimer |
Revise pdbtrack functionality to incorporate advances in python-mode.el.
|