Mercurial > emacs
changeset 87701:e4ad77d14806
Remove python.el entry duplicated when merging from EMACS_22_BASE.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 10 Jan 2008 17:45:15 +0000 |
parents | 2e70121a6595 |
children | 7ebe288dfbd0 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 20 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 10 15:33:52 2008 +0000 +++ b/lisp/ChangeLog Thu Jan 10 17:45:15 2008 +0000 @@ -14,8 +14,7 @@ 2008-01-10 Tassilo Horn <tassilo@member.fsf.org> - * doc-view.el (tramp): Require tramp because we use - tramp-tramp-file-p. + * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p. 2008-01-10 Tom Tromey <tromey@redhat.com> @@ -25,9 +24,9 @@ 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu> - * ediff*.el: uncommented declare-function. - - * viper*.el: uncommented declare-function. + * ediff*.el: Uncomment declare-function. + + * viper*.el: Uncomment declare-function. 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> @@ -36,7 +35,7 @@ 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> - * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this + * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this constant with a computation on sgml-specials rather than a literal list. Without this change the syntax table is generated incorrectly, and the mode will think it's in a comment following @@ -54,24 +53,25 @@ 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu> - * ediff*.el: commented out declare-function. "make bootstrap" - stops with an error and emacs does not compile with those things in. + * ediff*.el: Comment out declare-function. "make bootstrap" + stops with an error and Emacs does not compile with those things in. Besides, declare-function is not defined in XEmacs. - * ediff-util (eqiff-quit): autoraise minibuffer. - - * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin - - * viper*.el: commented out declare-function -- not defined in XEmacs. - - * viper-ex.el (viper-info-on-file): take care of indiret buffers. - - * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color. + * ediff-util (eqiff-quit): Autoraise minibuffer. + + * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun. + + * viper*.el: Comment out declare-function -- not defined in XEmacs. + + * viper-ex.el (viper-info-on-file): Take care of indirect buffers. + + * viper.el (viper-set-hooks, set-cursor-color): + Set viper-vi-state-cursor-color. 2008-01-09 Tom Tromey <tromey@redhat.com> - * vc.el (vc-status-headers): Rename from - vc-status-insert-headers. Just return header. + * vc.el (vc-status-headers): Rename from vc-status-insert-headers. + Just return header. (vc-status-move-to-goal-column): New function. (vc-status-mode-map): Define more keys. (vc-status-mode): Use vc-status-refresh. Now 'special. @@ -100,7 +100,7 @@ 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> - * ps-print.el: Some face attributes (like :strike-through) was not + * ps-print.el: Some face attributes (like :strike-through) were not being recognised. Reported by Leo <sdl.web@gmail.com>. (ps-print-version): New version 6.8.2. (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs. @@ -7247,18 +7247,6 @@ * net/browse-url.el (browse-url-encode-url): Use copy-sequence. Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. -2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> - - * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10. - (python-font-lock-keywords): Update to the 2.5 version of the language. - (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil. - (python-backspace): Only behave funny in code. - (python-compilation-regexp-alist): Add PDB stack trace regexp. - (inferior-python-mode): Add PDB prompt regexp. - (python-fill-paragraph): Refine the fenced-string regexp. - (python-find-imports): Handle imports spanning several lines. - (python-mode): Add `class' to hideshow support. - 2007-09-10 Dave Love <fx@gnu.org> * outline.el (outline-4, outline-5, outline-7):