Mercurial > emacs
comparison lisp/ChangeLog @ 106209:d82b527709ef
(bookmark-bmenu-search): Clear echo area when exiting.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Nov 2009 02:21:32 +0000 |
parents | c89e7ab6a9d6 |
children | 605e36d0ee80 |
comparison
equal
deleted
inserted
replaced
106208:c89e7ab6a9d6 | 106209:d82b527709ef |
---|---|
1 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting. | |
4 | |
1 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change) | 5 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change) |
2 | 6 |
3 * net/browse-url.el (browse-url-filename-alist): On Windows, add | 7 * net/browse-url.el (browse-url-filename-alist): On Windows, add |
4 two slashes to the "file:" prefix. | 8 two slashes to the "file:" prefix. |
5 (browse-url-file-url): De-munge Cygwin filenames before passing | 9 (browse-url-file-url): De-munge Cygwin filenames before passing |
8 | 12 |
9 2009-11-23 Juri Linkov <juri@jurta.org> | 13 2009-11-23 Juri Linkov <juri@jurta.org> |
10 | 14 |
11 Implement DocView Continuous mode. (Bug#4896) | 15 Implement DocView Continuous mode. (Bug#4896) |
12 * doc-view.el (doc-view-continuous-mode): New defcustom. | 16 * doc-view.el (doc-view-continuous-mode): New defcustom. |
13 (doc-view-mode-map): Bind C-n/<down> to `doc-view-next-line-or-next-page', | 17 (doc-view-mode-map): Bind C-n/<down> to |
14 C-p/<up> to `doc-view-previous-line-or-previous-page'. | 18 `doc-view-next-line-or-next-page', C-p/<up> to |
19 `doc-view-previous-line-or-previous-page'. | |
15 (doc-view-next-line-or-next-page) | 20 (doc-view-next-line-or-next-page) |
16 (doc-view-previous-line-or-previous-page): New commands. | 21 (doc-view-previous-line-or-previous-page): New commands. |
17 | 22 |
18 2009-11-23 Juri Linkov <juri@jurta.org> | 23 2009-11-23 Juri Linkov <juri@jurta.org> |
19 | 24 |
112 * emulation/viper-cmd.el: Use viper-last-command-char instead of | 117 * emulation/viper-cmd.el: Use viper-last-command-char instead of |
113 last-command-char/last-command-event. | 118 last-command-char/last-command-event. |
114 (viper-prefix-arg-value): Do correct conversion of event-char for | 119 (viper-prefix-arg-value): Do correct conversion of event-char for |
115 XEmacs. | 120 XEmacs. |
116 | 121 |
117 * emulation/viper-util.el, emulation/viper.el: Use | 122 * emulation/viper-util.el, emulation/viper.el: |
118 viper-last-command-char instead of last-command-char/last-command-event. | 123 Use viper-last-command-char instead of |
119 | 124 last-command-char/last-command-event. |
120 * ediff-init.el, ediff-mult.el, ediff-util.el: Replace | 125 |
121 last-command-char and last-command-event with (ediff-last-command-char) | 126 * ediff-init.el, ediff-mult.el, ediff-util.el: |
122 everywhere. | 127 Replace last-command-char and last-command-event |
128 with (ediff-last-command-char) everywhere. | |
123 | 129 |
124 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is | 130 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is |
125 created in fundamental mode. | 131 created in fundamental mode. |
126 | 132 |
127 * ediff.el (ediff-version): Revert the change of interactive-p to | 133 * ediff.el (ediff-version): Revert the change of interactive-p to |
133 generation from word-movement command names. | 139 generation from word-movement command names. |
134 | 140 |
135 2009-11-21 Chong Yidong <cyd@stupidchicken.com> | 141 2009-11-21 Chong Yidong <cyd@stupidchicken.com> |
136 | 142 |
137 * cedet/semantic/complete.el (semantic-complete-read-tag-engine) | 143 * cedet/semantic/complete.el (semantic-complete-read-tag-engine) |
138 (semantic-complete-jump-local, semantic-complete-jump): Improve | 144 (semantic-complete-jump-local, semantic-complete-jump): |
139 prompt string. | 145 Improve prompt string. |
140 | 146 |
141 2009-11-21 Jan Djärv <jan.h.d@swipnet.se> | 147 2009-11-21 Jan Djärv <jan.h.d@swipnet.se> |
142 | 148 |
143 * cus-start.el (all): Add native condition for font-use-system-font. | 149 * cus-start.el (all): Add native condition for font-use-system-font. |
144 | 150 |
145 2009-11-21 Nathaniel Flath <flat0103@gmail.com> | 151 2009-11-21 Nathaniel Flath <flat0103@gmail.com> |
146 | 152 |
147 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A | 153 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): |
148 corrected version of the patch from 2009-11-18. (Bug#3910) | 154 Correct the patch from 2009-11-18. (Bug#3910) |
149 | 155 |
150 2009-11-21 Alan Mackenzie <acm@muc.de> | 156 2009-11-21 Alan Mackenzie <acm@muc.de> |
151 | 157 |
152 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): Update | 158 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): |
153 to deal with modern Java constructs. | 159 Update to deal with modern Java constructs. |
154 | 160 |
155 2009-11-21 Tassilo Horn <tassilo@member.fsf.org> | 161 2009-11-21 Tassilo Horn <tassilo@member.fsf.org> |
156 | 162 |
157 * progmodes/subword.el: Rename from lisp/subword.el. | 163 * progmodes/subword.el: Rename from lisp/subword.el. |
158 | 164 |