diff options
| author | Stefan Monnier | 2008-02-04 15:29:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-04 15:29:44 +0000 |
| commit | d9090cc15a6ec3039fc0dc9ef4c826b8541d78f1 (patch) | |
| tree | 83667ffb61760f1c834ceb316b7508300bcea86a /lisp/ChangeLog | |
| parent | ca1617bfd6e10ca2ff245006d967d954d1d5c0a2 (diff) | |
| download | emacs-d9090cc15a6ec3039fc0dc9ef4c826b8541d78f1.tar.gz emacs-d9090cc15a6ec3039fc0dc9ef4c826b8541d78f1.zip | |
(cancel-change-group): Don't move point.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20554f8442d..93b63a00f55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (cancel-change-group): Don't move point. | ||
| 4 | |||
| 1 | 2008-02-02 Michael Albinus <michael.albinus@gmx.de> | 5 | 2008-02-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | Sync with Tramp 2.0.57. | 7 | Sync with Tramp 2.0.57. |
| 4 | 8 | ||
| 5 | * net/tramp.el (tramp-handle-make-auto-save-file-name) | 9 | * net/tramp.el (tramp-handle-make-auto-save-file-name) |
| 6 | (tramp-completion-dissect-file-name, tramp-find-executable): Use | 10 | (tramp-completion-dissect-file-name, tramp-find-executable): |
| 7 | `mapc' instead of `mapcar'. | 11 | Use `mapc' instead of `mapcar'. |
| 8 | (tramp-open-connection-setup-interactive-shell): Send only single | 12 | (tramp-open-connection-setup-interactive-shell): Send only single |
| 9 | prompt setting commands, in order to avoid double-prompt. | 13 | prompt setting commands, in order to avoid double-prompt. |
| 10 | 14 | ||
| @@ -112,8 +116,8 @@ | |||
| 112 | 116 | ||
| 113 | 2008-01-26 Alan Mackenzie <acm@muc.de> | 117 | 2008-01-26 Alan Mackenzie <acm@muc.de> |
| 114 | 118 | ||
| 115 | * progmodes/cc-defs.el (c-save-buffer-state): Bind | 119 | * progmodes/cc-defs.el (c-save-buffer-state): |
| 116 | buffer-file-name and buffer-file-truename to nil, to prevent | 120 | Bind buffer-file-name and buffer-file-truename to nil, to prevent |
| 117 | primitives generating "buffer is read only" messages. | 121 | primitives generating "buffer is read only" messages. |
| 118 | 122 | ||
| 119 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> | 123 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> |
| @@ -179,9 +183,8 @@ | |||
| 179 | 183 | ||
| 180 | 2008-01-16 Alan Mackenzie <acm@muc.de> | 184 | 2008-01-16 Alan Mackenzie <acm@muc.de> |
| 181 | 185 | ||
| 182 | * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside | 186 | * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an |
| 183 | an eval-and-compile, so as to permit byte-compiling (e.g. in | 187 | eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap). |
| 184 | bootstrap). | ||
| 185 | 188 | ||
| 186 | 2008-01-16 Juanma Barranquero <lekktu@gmail.com> | 189 | 2008-01-16 Juanma Barranquero <lekktu@gmail.com> |
| 187 | 190 | ||
| @@ -225,7 +228,7 @@ | |||
| 225 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the | 228 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the |
| 226 | obscure non-working fragment ":value c-". | 229 | obscure non-working fragment ":value c-". |
| 227 | 230 | ||
| 228 | * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro | 231 | * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro |
| 229 | call inside a struct being recognised as a K&R argument. | 232 | call inside a struct being recognised as a K&R argument. |
| 230 | 233 | ||
| 231 | 2008-01-14 Jason Rumney <jasonr@gnu.org> | 234 | 2008-01-14 Jason Rumney <jasonr@gnu.org> |
| @@ -240,15 +243,14 @@ | |||
| 240 | 243 | ||
| 241 | 2008-01-12 Eli Zaretskii <eliz@gnu.org> | 244 | 2008-01-12 Eli Zaretskii <eliz@gnu.org> |
| 242 | 245 | ||
| 243 | * view.el (view-file-other-window, view-file-other-frame): Don't | 246 | * view.el (view-file-other-window, view-file-other-frame): |
| 244 | kill the buffer if it is modified. Doc fixes. | 247 | Don't kill the buffer if it is modified. Doc fixes. |
| 245 | (kill-buffer-if-not-modified): New function. | 248 | (kill-buffer-if-not-modified): New function. |
| 246 | (view-file): Don't kill the buffer if it is modified. | 249 | (view-file): Don't kill the buffer if it is modified. |
| 247 | 250 | ||
| 248 | * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete | 251 | * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete. |
| 249 | function. | 252 | (ebrowse-view/find-file-and-search-pattern): |
| 250 | (ebrowse-view/find-file-and-search-pattern): Call | 253 | Call view-file-other-window instead of ebrowse-view-file-other-window. |
| 251 | view-file-other-window instead of ebrowse-view-file-other-window. | ||
| 252 | (ebrowse-view-file-other-frame): Don't call | 254 | (ebrowse-view-file-other-frame): Don't call |
| 253 | current-window-configuration. Fix second argument in the call to | 255 | current-window-configuration. Fix second argument in the call to |
| 254 | view-mode-enter. Doc fix. | 256 | view-mode-enter. Doc fix. |
| @@ -263,8 +265,8 @@ | |||
| 263 | 265 | ||
| 264 | 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu> | 266 | 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 265 | 267 | ||
| 266 | * files.el (safe-local-eval-forms): Mark | 268 | * files.el (safe-local-eval-forms): |
| 267 | (add-hook 'write-file-hooks 'time-stamp) as safe. | 269 | Mark (add-hook 'write-file-hooks 'time-stamp) as safe. |
| 268 | 270 | ||
| 269 | 2008-01-10 Nick Roberts <nickrob@snap.net.nz> | 271 | 2008-01-10 Nick Roberts <nickrob@snap.net.nz> |
| 270 | 272 | ||
| @@ -344,8 +346,8 @@ | |||
| 344 | (verilog-auto-input-ignore-regexp) | 346 | (verilog-auto-input-ignore-regexp) |
| 345 | (verilog-auto-inout-ignore-regexp) | 347 | (verilog-auto-inout-ignore-regexp) |
| 346 | (verilog-auto-output-ignore-regexp) | 348 | (verilog-auto-output-ignore-regexp) |
| 347 | (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add | 349 | (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): |
| 348 | safe-local-variable properties. | 350 | Add safe-local-variable properties. |
| 349 | (verilog-statement-menu, verilog-company) | 351 | (verilog-statement-menu, verilog-company) |
| 350 | (verilog-re-search-forward, verilog-re-search-backward) | 352 | (verilog-re-search-forward, verilog-re-search-backward) |
| 351 | (verilog-error-regexp-add, verilog-end-block-re) | 353 | (verilog-error-regexp-add, verilog-end-block-re) |
| @@ -431,13 +433,12 @@ | |||
| 431 | 433 | ||
| 432 | 2008-01-07 Nick Roberts <nickrob@snap.net.nz> | 434 | 2008-01-07 Nick Roberts <nickrob@snap.net.nz> |
| 433 | 435 | ||
| 434 | * progmodes/gdb-ui.el (gud-gdb-command-name): Explain | 436 | * progmodes/gdb-ui.el (gud-gdb-command-name): |
| 435 | "--annotate=3" option is necessary for the Graphical Interface. | 437 | Explain "--annotate=3" option is necessary for the Graphical Interface. |
| 436 | 438 | ||
| 437 | 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu> | 439 | 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 438 | 440 | ||
| 439 | * vc-hg.el (vc-hg-dir-state): Pass the dir argument to | 441 | * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command. |
| 440 | vc-hg-command. | ||
| 441 | 442 | ||
| 442 | 2008-01-07 Glenn Morris <rgm@gnu.org> | 443 | 2008-01-07 Glenn Morris <rgm@gnu.org> |
| 443 | 444 | ||