comparison lisp/ChangeLog @ 80022:d7fb0c0b137e

(cancel-change-group): Don't move point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Feb 2008 15:29:44 +0000
parents 4414161713bf
children 9231505e5076
comparison
equal deleted inserted replaced
80021:36f5f0eec1b4 80022:d7fb0c0b137e
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
11 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of 15 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
12 `mapcar'. 16 `mapcar'.
110 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, 114 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
111 awk). 115 awk).
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>
120 124
121 * progmodes/etags.el (tags-query-replace): Doc fix. 125 * progmodes/etags.el (tags-query-replace): Doc fix.
177 * icomplete.el (icomplete-get-keys): 181 * icomplete.el (icomplete-get-keys):
178 Look up KEYS using all maps in proper buffer. 182 Look up KEYS using all maps in proper buffer.
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
188 * frame.el (display-mm-height, display-mm-width): 191 * frame.el (display-mm-height, display-mm-width):
189 * whitespace.el (whitespace-check-leading-whitespace) 192 * whitespace.el (whitespace-check-leading-whitespace)
223 include the elemnt. Replace uses of the old function by the new. 226 include the elemnt. Replace uses of the old function by the new.
224 227
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>
232 235
233 * image.el (image-type): Use image-type-from-file-name (from trunk 236 * image.el (image-type): Use image-type-from-file-name (from trunk
238 * woman.el (woman-parse-numeric-arg): Change handling of `==': 241 * woman.el (woman-parse-numeric-arg): Change handling of `==':
239 can be interned without a function definition. 242 can be interned without a function definition.
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.
255 257
256 2008-01-11 Richard Stallman <rms@gnu.org> 258 2008-01-11 Richard Stallman <rms@gnu.org>
261 263
262 * cus-start.el (all): Add missing version entries. 264 * cus-start.el (all): Add missing version entries.
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
271 * comint.el (comint-insert-input): Set point first. 273 * comint.el (comint-insert-input): Set point first.
272 274
342 (verilog-assignment-delay, verilog-auto-inst-vector) 344 (verilog-assignment-delay, verilog-auto-inst-vector)
343 (verilog-auto-inst-template-numbers) 345 (verilog-auto-inst-template-numbers)
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)
352 (verilog-emacs-features, verilog-populate-syntax-table) 354 (verilog-emacs-features, verilog-populate-syntax-table)
353 (verilog-setup-dual-comments, verilog-type-font-keywords) 355 (verilog-setup-dual-comments, verilog-type-font-keywords)
429 431
430 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better. 432 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
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
444 * calc/calc-help.el (calc-full-help): Use emacs-copyright. 445 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
445 446