Mercurial > emacs
comparison lisp/ChangeLog @ 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 | 2f6b9a1655ca |
children | 78c111e8bbec |
comparison
equal
deleted
inserted
replaced
87700:2e70121a6595 | 87701:e4ad77d14806 |
---|---|
12 * vc-svn.el (vc-svn-registered): Return the correct value for | 12 * vc-svn.el (vc-svn-registered): Return the correct value for |
13 ignored and unregistered files. | 13 ignored and unregistered files. |
14 | 14 |
15 2008-01-10 Tassilo Horn <tassilo@member.fsf.org> | 15 2008-01-10 Tassilo Horn <tassilo@member.fsf.org> |
16 | 16 |
17 * doc-view.el (tramp): Require tramp because we use | 17 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p. |
18 tramp-tramp-file-p. | |
19 | 18 |
20 2008-01-10 Tom Tromey <tromey@redhat.com> | 19 2008-01-10 Tom Tromey <tromey@redhat.com> |
21 | 20 |
22 * vc.el (vc-status-unmark-all-files): New function. | 21 * vc.el (vc-status-unmark-all-files): New function. |
23 (vc-status-unmark-all-files): Likewise. | 22 (vc-status-unmark-all-files): Likewise. |
24 (vc-status-mode-map): Add bindings. | 23 (vc-status-mode-map): Add bindings. |
25 | 24 |
26 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu> | 25 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu> |
27 | 26 |
28 * ediff*.el: uncommented declare-function. | 27 * ediff*.el: Uncomment declare-function. |
29 | 28 |
30 * viper*.el: uncommented declare-function. | 29 * viper*.el: Uncomment declare-function. |
31 | 30 |
32 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> | 31 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> |
33 | 32 |
34 * doc-view.el (doc-view-mode): Support tramp, compressed files and | 33 * doc-view.el (doc-view-mode): Support tramp, compressed files and |
35 files inside archives uniformly. | 34 files inside archives uniformly. |
36 | 35 |
37 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> | 36 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> |
38 | 37 |
39 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this | 38 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this |
40 constant with a computation on sgml-specials rather than a literal | 39 constant with a computation on sgml-specials rather than a literal |
41 list. Without this change the syntax table is generated | 40 list. Without this change the syntax table is generated |
42 incorrectly, and the mode will think it's in a comment following | 41 incorrectly, and the mode will think it's in a comment following |
43 any instance of the string "--". | 42 any instance of the string "--". |
44 | 43 |
52 * vc.el (vc-deduce-fileset): Return the currently selected file if | 51 * vc.el (vc-deduce-fileset): Return the currently selected file if |
53 no files are selected when using vc-status. | 52 no files are selected when using vc-status. |
54 | 53 |
55 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu> | 54 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu> |
56 | 55 |
57 * ediff*.el: commented out declare-function. "make bootstrap" | 56 * ediff*.el: Comment out declare-function. "make bootstrap" |
58 stops with an error and emacs does not compile with those things in. | 57 stops with an error and Emacs does not compile with those things in. |
59 Besides, declare-function is not defined in XEmacs. | 58 Besides, declare-function is not defined in XEmacs. |
60 | 59 |
61 * ediff-util (eqiff-quit): autoraise minibuffer. | 60 * ediff-util (eqiff-quit): Autoraise minibuffer. |
62 | 61 |
63 * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin | 62 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun. |
64 | 63 |
65 * viper*.el: commented out declare-function -- not defined in XEmacs. | 64 * viper*.el: Comment out declare-function -- not defined in XEmacs. |
66 | 65 |
67 * viper-ex.el (viper-info-on-file): take care of indiret buffers. | 66 * viper-ex.el (viper-info-on-file): Take care of indirect buffers. |
68 | 67 |
69 * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color. | 68 * viper.el (viper-set-hooks, set-cursor-color): |
69 Set viper-vi-state-cursor-color. | |
70 | 70 |
71 2008-01-09 Tom Tromey <tromey@redhat.com> | 71 2008-01-09 Tom Tromey <tromey@redhat.com> |
72 | 72 |
73 * vc.el (vc-status-headers): Rename from | 73 * vc.el (vc-status-headers): Rename from vc-status-insert-headers. |
74 vc-status-insert-headers. Just return header. | 74 Just return header. |
75 (vc-status-move-to-goal-column): New function. | 75 (vc-status-move-to-goal-column): New function. |
76 (vc-status-mode-map): Define more keys. | 76 (vc-status-mode-map): Define more keys. |
77 (vc-status-mode): Use vc-status-refresh. Now 'special. | 77 (vc-status-mode): Use vc-status-refresh. Now 'special. |
78 (vc-status-refresh): New function. | 78 (vc-status-refresh): New function. |
79 (vc-status-next-line): Likewise. | 79 (vc-status-next-line): Likewise. |
98 | 98 |
99 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings. | 99 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings. |
100 | 100 |
101 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 101 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
102 | 102 |
103 * ps-print.el: Some face attributes (like :strike-through) was not | 103 * ps-print.el: Some face attributes (like :strike-through) were not |
104 being recognised. Reported by Leo <sdl.web@gmail.com>. | 104 being recognised. Reported by Leo <sdl.web@gmail.com>. |
105 (ps-print-version): New version 6.8.2. | 105 (ps-print-version): New version 6.8.2. |
106 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs. | 106 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs. |
107 (ps-screen-to-bit-face): Fix code. | 107 (ps-screen-to-bit-face): Fix code. |
108 | 108 |
7244 | 7244 |
7245 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> | 7245 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> |
7246 | 7246 |
7247 * net/browse-url.el (browse-url-encode-url): Use copy-sequence. | 7247 * net/browse-url.el (browse-url-encode-url): Use copy-sequence. |
7248 Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. | 7248 Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. |
7249 | |
7250 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
7251 | |
7252 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10. | |
7253 (python-font-lock-keywords): Update to the 2.5 version of the language. | |
7254 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil. | |
7255 (python-backspace): Only behave funny in code. | |
7256 (python-compilation-regexp-alist): Add PDB stack trace regexp. | |
7257 (inferior-python-mode): Add PDB prompt regexp. | |
7258 (python-fill-paragraph): Refine the fenced-string regexp. | |
7259 (python-find-imports): Handle imports spanning several lines. | |
7260 (python-mode): Add `class' to hideshow support. | |
7261 | 7249 |
7262 2007-09-10 Dave Love <fx@gnu.org> | 7250 2007-09-10 Dave Love <fx@gnu.org> |
7263 | 7251 |
7264 * outline.el (outline-4, outline-5, outline-7): | 7252 * outline.el (outline-4, outline-5, outline-7): |
7265 Move font-lock-builtin-face down from 4 to 7 to better keep the | 7253 Move font-lock-builtin-face down from 4 to 7 to better keep the |