]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
97a0f8c5b41db4fca33712543101ac76ad536e06
[gnu-emacs] / lisp / ChangeLog
1 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion--sreverse, completion--common-suffix):
4 New functions.
5 (completion-pcm--merge-completions): Extract common suffix when safe.
6
7 * emacs-lisp/easy-mmode.el (define-minor-mode):
8 Make :variable more flexible.
9 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10
11 2010-05-05 Juri Linkov <juri@jurta.org>
12
13 Add `slow' and `history' tags to the desktop data.
14
15 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
16 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
17 (Info-finder-find-node): Require `finder.el' to be able
18 to restore node from the desktop.
19 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
20 data `Info-history' and `slow' tag in the assoc list.
21 (Info-restore-desktop-buffer): Don't restore nodes with the
22 `slow' tag. Restore `Info-history'.
23
24 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
25
26 Add FORCE argument to `delete-file'.
27
28 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
29 forcing to delete the temporary file.
30 (ange-ftp-delete-file): Add FORCE arg.
31 (ange-ftp-rename-remote-to-remote)
32 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
33 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
34 Force file deletion.
35
36 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
37
38 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
39 (tramp-handle-make-symbolic-link, tramp-handle-load)
40 (tramp-do-copy-or-rename-file-via-buffer)
41 (tramp-do-copy-or-rename-file-directly)
42 (tramp-do-copy-or-rename-file-out-of-band)
43 (tramp-handle-process-file, tramp-handle-call-process-region)
44 (tramp-handle-shell-command, tramp-handle-file-local-copy)
45 (tramp-handle-insert-file-contents, tramp-handle-write-region)
46 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
47
48 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
49 (tramp-fish-handle-make-symbolic-link)
50 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
51
52 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
53 Use `tramp-compat-delete-file'.
54
55 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
56 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
57
58 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
59 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
60
61 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
62 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
63 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
64 `tramp-compat-delete-file'.
65
66 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 Minor cleanups.
69 * subr.el (add-minor-mode): Use push.
70 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
71 * emulation/edt.el (edt-select-mode): Simplify.
72
73 Use define-minor-mode in more cases.
74 * term/tvi970.el (tvi970-set-keypad-mode):
75 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
76 (normal-erase-is-backspace-mode):
77 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
78 (set-scroll-bar-mode-1): (Re)move to its sole caller.
79 (get-scroll-bar-mode): New function.
80 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
81
82 Use define-minor-mode for less obvious cases.
83 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
84 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
85 * international/iso-ascii.el (iso-ascii-mode):
86 * frame.el (auto-raise-mode, auto-lower-mode):
87 * composite.el (global-auto-composition-mode): Use define-minor-mode.
88
89 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
90
91 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
92 in order to see error messages for failed logins.
93
94 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
95
96 * diff.el (diff-sentinel):
97
98 * epg.el (epg--make-temp-file, epg-decrypt-string)
99 (epg-verify-string, epg-sign-string, epg-encrypt-string):
100
101 * jka-compr.el (jka-compr-partial-uncompress)
102 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
103
104 * server.el (server-sentinel): Use delete-file's new FORCE arg
105 (Bug#6070).
106
107 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 Use define-minor-mode where applicable.
110 * view.el (view-mode):
111 * type-break.el (type-break-query-mode)
112 (type-break-mode-line-message-mode):
113 * textmodes/reftex.el (reftex-mode):
114 * term/vt100.el (vt100-wide-mode):
115 * tar-mode.el (tar-subfile-mode):
116 * savehist.el (savehist-mode):
117 * ibuf-ext.el (ibuffer-auto-mode):
118 * composite.el (auto-composition-mode):
119 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
120 Use define-minor-mode.
121 (vhdl-mode): Use static mode-line format.
122 (vhdl-mode-line-update): Delete.
123 (vhdl-create-mode-menu, vhdl-activate-customizations)
124 (vhdl-hs-minor-mode): Don't bother calling it.
125
126 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * simple.el (with-wrapper-hook): Move.
129 (buffer-substring-filters): Mark obsolete.
130 (filter-buffer-substring-functions): New variable.
131 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
132
133 Use a mode-line spec rather than a static string in Semantic.
134 * cedet/semantic/util-modes.el:
135 (semantic-minor-modes-format): New var to replace...
136 (semantic-minor-modes-status): Remove.
137 (semantic-mode-line-update): Construct a mode-line spec rather than
138 a static string so that mouse buttons can be used on individual minor
139 modes and so that semantic-mode-line-update only needs to be called
140 when global settings are changed.
141 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
142 Call semantic-mode-line-update.
143 (semantic-toggle-minor-mode-globally): Don't assume mode is on
144 minor-mode-alist, check semantic-minor-mode-alist as well.
145 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
146 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
147 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
148 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
149 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
150 (define-semantic-idle-service, semantic-idle-summary-mode):
151 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
152 Don't call semantic-mode-line-update any more.
153
154 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 Use define-minor-mode in CEDET where applicable.
157
158 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
159 Use define-minor-mode.
160
161 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
162 Remove unused arg `keymap' and code redundant with define-minor-mode.
163 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
164 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
165 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
166 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
167 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
168 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
169 Use define-minor-mode.
170 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
171 (semantic-show-unmatched-syntax-mode-setup)
172 (semantic-show-parser-state-mode-setup)
173 (semantic-highlight-func-mode-setup): Inline into sole caller.
174
175 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
176 (semantic-mru-bookmark-mode): Use define-minor-mode.
177 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
178
179 * cedet/semantic/idle.el (define-semantic-idle-service):
180 Use define-minor-mode and inline setup function into its sole caller.
181 (semantic-idle-scheduler-mode-setup)
182 (semantic-idle-summary-mode-setup): Inline into sole caller.
183 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
184 Use define-minor-mode.
185
186 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
187 (semantic-decoration-mode): Use define-minor-mode.
188 (semantic-decoration-mode-setup): Inline into sole caller.
189
190 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
191 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
192 (ede-dired-add-to-target): Use dolist.
193
194 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
195 Michael Albinus <michael.albinus@gmx.de>
196
197 Implement compression for inline methods.
198
199 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
200 (tramp-copy-size-limit): Allow also nil.
201 (tramp-inline-compress-commands): New defconst.
202 (tramp-find-inline-compress, tramp-get-inline-compress)
203 (tramp-get-inline-coding): New defuns.
204 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
205 replaced by `tramp-get-inline-coding'.
206 (tramp-handle-file-local-copy, tramp-handle-write-region)
207 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
208
209 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
212 Remove unused functions.
213
214 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
215 Set find-tag-default-function as a variable rather than a property.
216
217 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
218 * progmodes/etags.el (tags-completion-at-point-function):
219 Remove left over interactive spec. Add autoloading stub.
220 (complete-tag): Use tags-completion-at-point-function.
221
222 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
223
224 * minibuffer.el (tags-completion-at-point-function): Fix return value.
225
226 2010-04-30 Eli Zaretskii <eliz@gnu.org>
227
228 * composite.el (compose-region, reference-point-alist): Fix typos
229 in the doc strings.
230
231 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
232
233 * ido.el (ido-init-completion-maps): Remove C-v binding.
234 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
235
236 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
237
238 * minibuffer.el (tags-completion-at-point-function): New function.
239 (completion-at-point-functions): Use it.
240
241 * cedet/semantic.el (semantic-completion-at-point-function): New function.
242 (semantic-mode): Use semantic-completion-at-point-function for
243 completion-at-point-functions instead.
244
245 * progmodes/etags.el (complete-tag): Revert last change.
246
247 2010-04-29 Alan Mackenzie <acm@muc.de>
248
249 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
250 off-by-one error (in end of macro position).
251
252 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
255 firefox is absent. Don't autoload.
256 (browse-url-galeon-program): Don't autoload.
257
258 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
259
260 * bindings.el (complete-symbol): Move into minibuffer.el.
261
262 * minibuffer.el (complete-tag): Move from etags.el. If tags
263 completion cannot be performed, return nil instead of signalling
264 an error.
265 (completion-at-point): Make it an alias for complete-symbol.
266 (complete-symbol): Move from bindings.el, and replace with the
267 body of completion-at-point.
268
269 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
270
271 * cedet/semantic.el (semantic-mode): When enabled, add
272 semantic-ia-complete-symbol to completion-at-point-functions.
273
274 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
275 if Semantic is not active.
276
277 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
278
279 * net/tramp.el (tramp-remote-selinux-p): New defun.
280 (tramp-handle-file-selinux-context)
281 (tramp-handle-set-file-selinux-context): Use it.
282
283 2010-04-28 Sam Steingold <sds@gnu.org>
284
285 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
286 `safe-local-variable' if the value is a string or a symbol with
287 the property `bug-reference-url-format'.
288
289 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
290
291 * progmodes/bug-reference.el (bug-reference-url-format): Revert
292 2010-04-27 change due to security risk.
293
294 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 Make it possible to locally disable a globally enabled mode.
297 * simple.el (fundamental-mode): Run fundamental-mode-hook.
298 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
299 rather than kill-all-local-variables so it runs fundamental-mode-hook.
300 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
301 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
302 that subsequent hooks get a chance to disable it.
303
304 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
307 Avoid re-enabling a minor mode after the user turned the minor mode
308 off if MODE-enable-in-buffers is run twice (typically once from
309 fundamental-mode's after-change-major-mode-hook and a second time from
310 run-mode-hook's own after-change-major-mode-hook).
311
312 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
313
314 2010-04-27 Sam Steingold <sds@gnu.org>
315
316 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
317 `safe-local-variable' if the value is a string or a function, as
318 documented and implemented on 2010-04-02.
319
320 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
321
322 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
323 when method is 'kill.
324
325 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
326
327 * ispell.el (ispell-init-process): Fix personal dictionary condition
328 in default directory check.
329 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
330 Kill ispell process when killing its associated buffer.
331
332 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
333
334 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
335 but we aren't using it.
336
337 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
338
339 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
340 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
341
342 2010-04-24 Glenn Morris <rgm@gnu.org>
343
344 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
345 Ignore VCS-ignore files, and deleted nextstep preferences files.
346 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
347 (authors-ambiguous-files): New list.
348 (authors-valid-file-names): Add some deleted files.
349 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
350 (authors-disambiguate-file-name): New function. (Bug#5501)
351 (authors-canonical-file-name): Doc fix.
352 Don't warn about obsolete files.
353 (authors-canonical-file-name, authors-scan-el):
354 Use authors-disambiguate-file-name.
355
356 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
357 Add autoload cookies.
358 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
359 (generated-autoload-file): Set file-local value to "htmlfontify.el".
360 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
361 They have definitions / compiler macros in cl.el.
362 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
363 Replace manual autoloads with generated ones.
364 (htmlfontify-unload-rgb-file): Remove autoload.
365 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
366
367 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
370 (byte-compile-setq-default): Optimize for the
371 single-var case and don't call byte-compile-form in this case to avoid
372 inf-loop with byte-compile-set-default.
373
374 * progmodes/compile.el (compilation-start): Abbreviate default directory.
375
376 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
377
378 Implement SELINUX backends.
379
380 * net/tramp.el (tramp-file-name-handler-alist):
381 Add `file-selinux-context' and `set-file-selinux-context'.
382 (tramp-handle-file-selinux-context)
383 (tramp-handle-set-file-selinux-context): New defuns.
384 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
385 Handle PRESERVE-SELINUX-CONTEXT.
386
387 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
388 Add `file-selinux-context' and `set-file-selinux-context'.
389 (tramp-gvfs-handle-file-selinux-context)
390 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
391 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
392
393 * net/ange-ftp.el (ange-ftp-copy-file):
394 * net/tramp-fish.el (tramp-fish-handle-copy-file):
395 * net/tramp-imap.el (tramp-imap-handle-copy-file):
396 * net/tramp-smb.el (tramp-smb-handle-copy-file):
397 Add PRESERVE-SELINUX-CONTEXT.
398
399 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
400
401 Synchronize with Tramp repository.
402
403 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
404 (tramp-action-process-alive, tramp-action-out-of-band)
405 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
406 (tramp-exists-file-name-handler): Fix docstring.
407 (with-progress-reporter): New defmacro.
408 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
409 (tramp-maybe-open-connection): Use it.
410
411 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
412
413 Detect ssh 'ControlMaster' argument automatically in some cases.
414
415 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
416 (tramp-default-method): Use it.
417
418 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
419
420 * net/tramp.el (tramp-handle-copy-file): Add new optional
421 parameter `preserve-selinux-context'.
422 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
423
424 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
425
426 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
427 Ensure, that non remote files are still checked. Oops.
428
429 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
430
431 Fix Bug#5840.
432
433 * icomplete.el (icomplete-completions): Use `non-essential'.
434
435 * net/tramp.el (tramp-connectable-p): New defun.
436 (tramp-handle-expand-file-name)
437 (tramp-completion-handle-file-name-all-completions)
438 (tramp-completion-handle-file-name-completion): Use it.
439
440 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
443
444 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
445
446 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
447
448 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
449
450 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
451 is present.
452
453 * info.el (info-tool-bar-map): Add labels.
454
455 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
456
457 * cus-edit.el (custom-commands): Add labels for tool bar.
458 (custom-buffer-create-internal, Custom-mode): Adjust for
459 labels in custom-commands.
460
461 * dynamic-setting.el: Renamed from font-setting.el.
462
463 2010-04-21 John Wiegley <jwiegley@gmail.com>
464
465 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
466 toggles the use of virtual buffers.
467 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
468 value.
469 (ido-toggle-virtual-buffers): New function.
470
471 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
472
473 Use `define-derived-mode'; fix window selection; doc fixes.
474 * play/tetris.el (tetris, tetris-update-speed-function)
475 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
476 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
477 (tetris-rotate-next, tetris-end-game, tetris-start-game)
478 (tetris-pause-game): Fix typos in docstrings.
479 (tetris-mode-map, tetris-null-map):
480 Move initialization into declaration.
481 (tetris-mode): Define with `define-derived-mode';
482 set show-trailing-whitespace to nil.
483 (tetris): Prefer window already displaying the "*Tetris*" buffer.
484
485 2010-04-21 Karel Klíč <kklic@redhat.com>
486
487 * files.el (backup-buffer): Handle SELinux context, and return it
488 if a backup was made by renaming.
489 (backup-buffer-copy): Set SELinux context to the target file.
490 (basic-save-buffer): Set SELinux context of the newly written file.
491 (basic-save-buffer-1): Now it also returns any SELinux context.
492 (basic-save-buffer-2): Set SELinux context of the newly created file,
493 and return it.
494 * net/tramp.el (tramp-file-name-for-operation):
495 Add file-selinux-context.
496
497 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * vc.el (vc-checkin, vc-modify-change-comment):
500 Adjust to new vc-start/finish-logentry.
501 (vc-find-conflicted-file): New command.
502 (vc-transfer-file): Adjust to new vc-checkin.
503 (vc-next-action): Improve scoping.
504
505 * vc-hg.el (vc-hg-log-edit-mode): Remove.
506 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
507
508 * vc-git.el (vc-git-log-edit-mode): Remove.
509 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
510 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
511
512 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
513 (vc-start-logentry): Remove argument `extra'.
514 (vc-finish-logentry): Remove extra args.
515
516 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
517 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
518 (vc-bzr-conflicted-files): New function.
519
520 * log-edit.el (log-edit-extra-flags)
521 (log-edit-before-checkin-process): Remove.
522 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
523 (log-edit-headers-alist): New var.
524 (log-edit-header-contents-regexp): New const.
525 (log-edit-match-to-eoh): New function.
526 (log-edit-font-lock-keywords): Use them.
527 (log-edit): Insert a "Summary:" header as default.
528 (log-edit-mode): Mark font-lock rules as case-insensitive.
529 (log-edit-done): Cleanup headers.
530 (log-view-process-buffer): Remove.
531 (log-edit-extract-headers): New function to replace it.
532
533 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
534
535 * subr.el (default-direction-reversed): Remove obsolescence info.
536
537 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
540 windows/frames.
541
542 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
543 I.e. include text after point in the completion region.
544 Also, return nil when we're not after/in a symbol.
545
546 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
547 default enable-multibyte-characters.
548
549 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * international/mule.el: Help the user choose a valid coding-system.
552 (read-buffer-file-coding-system): New function.
553 (set-buffer-file-coding-system): Use it. Prompt the user if the
554 coding-system cannot encode all the chars.
555
556 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
557 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
558 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
559 Don't use *vc-bzr-shelve*.
560
561 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
562
563 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
564 Don't destroy list before using it.
565
566 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
567
568 Fix the version number for added files.
569 * vc-hg.el (vc-hg-working-revision): Check if the file is
570 registered after hg parent fails (Bug#5961).
571
572 2010-04-19 Glenn Morris <rgm@gnu.org>
573
574 * htmlfontify.el (htmlfontify-buffer)
575 (htmlfontify-copy-and-link-dir): Autoload entry points.
576
577 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
578
579 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
580 name relative to the project root (Bug#5960).
581
582 2010-04-19 Glenn Morris <rgm@gnu.org>
583
584 * vc-git.el (vc-git-print-log): Doc fix.
585
586 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
587
588 * ido.el (ido-file-internal): Fix 2009-12-02 change.
589
590 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
591
592 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
593 default settings (Bug#5928).
594
595 2010-04-19 Glenn Morris <rgm@gnu.org>
596
597 * progmodes/fortran.el (fortran-match-and-skip-declaration):
598 New function.
599 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
600
601 2010-04-19 Kenichi Handa <handa@m17n.org>
602
603 * language/indian.el (malayalam-composable-pattern): Fix previous
604 change (add U+0D4D "SIGN VIRAMA").
605 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
606 (tamil-composable-pattern): Fix typo in the regexp.
607 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
608 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
609 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
610
611 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
612
613 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
614 paragraph-separate (Bug#5821).
615
616 2010-04-19 Juri Linkov <juri@jurta.org>
617
618 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
619
620 * info.el (Info-find-node-2): Comment out code that skips
621 breadcrumbs line.
622 (Info-mouse-follow-link): New command.
623 (Info-link-keymap): New keymap.
624 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
625 Return a string with links instead of inserting breadcrumbs
626 to the Info buffer.
627 (Info-fontify-node): Comment out code that inserts breadcrumbs.
628 Instead of putting the `invisible' text property over the Info
629 header, make an overlay over the Info header with the `invisible'
630 property and `after-string' set to the string returned by
631 `Info-breadcrumbs'.
632
633 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
634
635 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
636 Reported by monkey@sandpframing.com.
637
638 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
641 (tmm-get-keymap): Add key-binding shortcuts now that they're not
642 available in the "keyseq cache" any more.
643
644 * custom.el (defcustom): Add edebug spec.
645
646 2010-04-18 Juri Linkov <juri@jurta.org>
647
648 Test for special mode-class in view-buffer instead of view-file (bug#5513).
649
650 * view.el (view-file, view-buffer): Move test for special mode-class
651 from view-file to view-buffer.
652
653 * tar-mode.el (tar-extract): Turn if's into one cond
654 like in arc-mode.el.
655
656 2010-04-18 Juri Linkov <juri@jurta.org>
657
658 Add 7z archive format support (bug#5475).
659
660 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
661 (archive-7z-extract): New defcustom.
662 (archive-find-type): Add magic string for 7z.
663 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
664 If `stderr-file' is non-nil, use `(t stderr-file)' for the
665 `buffer' arg of `call-process'.
666 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
667 call the function `archive-7z-extract' with the variable
668 `archive-7z-extract' let-bound to `archive-zip-extract'.
669 (archive-7z-summarize, archive-7z-extract): New functions.
670
671 * international/mule.el (auto-coding-alist):
672 * files.el (auto-mode-alist): Add 7z file extension.
673
674 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * loadup.el: Setup hash-cons for pure data.
677
678 Fix duplicate entries in cedet's loaddefs.el files.
679 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
680 Should make most file-local generated-autoload-file unnecessary.
681 (print-readably): Silence warnings.
682 (autoload-find-destination): Take load-name as an arg to make sure
683 it's the same as the one that will be in the file.
684 (autoload-generate-file-autoloads): Adjust to above changes.
685 Try to make the dataflow a bit simpler.
686
687 * cvs-status.el (cvs-refontify): Remove unused.
688
689 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
690
691 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
692
693 * calc-bin.el (calc-radix): Have the "O" option turn on
694 twos-complement mode.
695
696 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
697
698 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
699 Add `calc-option-prefix-help' to calc-help autoloads.
700 (calc-inverse): Add "Option" to message, as appropriate.
701 (calc-hyperbolic): Add "Option" to message, as appropriate.
702 (calc-option, calc-is-option): New functions.
703
704 * calc-help.el (calc-full-help): Add `calc-option-help'.
705 (calc-option-prefix-help): New function.
706
707 * calc-misc.el (calc-help): Add "Option" entry.
708
709 * calc.el (calc-local-var-list): Add `calc-option-flag'.
710 (calc-option-flag): New variable.
711 (calc-do): Set `calc-option-flag to nil.
712 (calc-set-mode-line): Add "Opt " as appropriate.
713
714 2010-04-16 Juri Linkov <juri@jurta.org>
715
716 Move scrolling commands from simple.el to window.el
717 because their primitives are implemented in window.c.
718
719 * simple.el (scroll-error-top-bottom)
720 (scroll-up-command, scroll-down-command, scroll-up-line)
721 (scroll-down-line, scroll-other-window-down)
722 (beginning-of-buffer-other-window, end-of-buffer-other-window):
723 * window.el (scroll-error-top-bottom)
724 (scroll-up-command, scroll-down-command, scroll-up-line)
725 (scroll-down-line, scroll-other-window-down)
726 (beginning-of-buffer-other-window, end-of-buffer-other-window):
727 Move from simple.el to window.el because their primitives are
728 implemented in window.c.
729
730 2010-04-16 Juri Linkov <juri@jurta.org>
731
732 * isearch.el (isearch-lookup-scroll-key): Check both
733 `isearch-scroll' and `scroll-command' properties.
734 (scroll-up, scroll-down): Remove `isearch-scroll' property.
735
736 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
737
738 * simple.el (scroll-up-command, scroll-down-command)
739 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
740
741 2010-04-15 Juri Linkov <juri@jurta.org>
742
743 * simple.el (scroll-up-command, scroll-down-command)
744 (scroll-up-line, scroll-down-line): Put `scroll-command'
745 property on the these symbols. Remove them from
746 `scroll-preserve-screen-position-commands'.
747
748 * mwheel.el (mwheel-scroll): Put `scroll-command' and
749 `isearch-scroll' properties on the `mwheel-scroll' symbol.
750 Remove it from `scroll-preserve-screen-position-commands'.
751
752 * isearch.el (isearch-allow-scroll): Doc fix.
753
754 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
755
756 * net/tramp.el (tramp-error-with-buffer): Don't show the
757 connection buffer when we are in completion mode.
758 (tramp-file-name-handler): Catch the error for some operations
759 when we are in completion mode. This gives the user the chance to
760 correct the file name in the minibuffer.
761
762 2010-04-15 Glenn Morris <rgm@gnu.org>
763
764 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
765
766 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
767
768 Simplify by using `define-derived-mode'.
769 * info.el (Info-mode):
770 * calendar/todo-mode.el (todo-mode):
771 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
772 (gomoku-mode-map): Move initialization into declaration.
773
774 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
775
776 Fix Bug#5840.
777 * ido.el (ido-file-name-all-completions-1):
778 * minibuffer.el (minibuffer-completion-help):
779 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
780
781 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * simple.el (non-essential): New var.
784
785 Add a new field `location' to bookmarks for non-file bookmarks.
786 * bookmark.el (bookmark-location): Use the new field, if present.
787 (bookmark-insert-location): Undo last change, not needed any more.
788 * man.el (Man-bookmark-make-record):
789 * woman.el (woman-bookmark-make-record): Add `location' field.
790
791 2010-04-14 Juri Linkov <juri@jurta.org>
792
793 * simple.el (scroll-error-top-bottom): New defcustom.
794 (scroll-up-command, scroll-down-command): Use it. Doc fix.
795
796 * emulation/pc-select.el (pc-select-override-scroll-error):
797 Obsolete in favor of `scroll-error-top-bottom'.
798
799 2010-04-14 Juri Linkov <juri@jurta.org>
800
801 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
802 `scroll-up-command' and `M-v' to `scroll-down-command'.
803
804 * emulation/cua-rect.el (cua--init-rectangles):
805 * forms.el (forms--change-commands):
806 * image-mode.el (image-mode-map):
807 Remap scroll-down-command and scroll-up-command
808 in addition to scroll-down and scroll-up.
809
810 2010-04-14 Juri Linkov <juri@jurta.org>
811
812 * mwheel.el (scroll-preserve-screen-position-commands):
813 Add mwheel-scroll to this list of commands.
814
815 * simple.el (scroll-preserve-screen-position-commands):
816 Add scroll-up-command, scroll-down-command, scroll-up-line,
817 scroll-down-line to this list of commands.
818
819 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * obsolete/complete.el: Move from lisp/complete.el.
822
823 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
824
825 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
826 to the minor mode function now turns the mode ON unconditionally.
827
828 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * vc-dir.el (vc-dir-kill-line): New command.
831 (vc-dir-mode-map): Bind it to C-k.
832
833 * bookmark.el (bookmark-insert-location): Handle a nil filename.
834
835 * woman.el: Add bookmark declarations to silence the compiler.
836 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
837 step to compatibility between man and woman bookmarks.
838 Adjust for Man-default-bookmark-title renaming.
839 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
840
841 * man.el: Add bookmark declarations to silence the compiler.
842 (Man-name-local-regexp): Make it match NAME as well.
843 (Man-getpage-in-background): Return the buffer.
844 (Man-notify-when-ready): Use `case'.
845 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
846 Don't hardcode "NAME". Simplify.
847 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
848 Rename from Man-bookmark-make-record.
849 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
850 we have the actual man-args. Use Man-getpage-in-background rather
851 than `man' since the arg is already processed. Let bookmark.el do the
852 window handling. Only wait for the relevant process.
853 Don't forget to autoload.
854
855 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
856
857 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
858
859 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
860 New functions.
861 (woman-mode): Setup bookmark support.
862
863 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
864 (man-bookmark-jump): New functions.
865 (Man-mode): Setup bookmark support.
866
867 2010-04-10 Jari Aalto <jari.aalto@cante.net>
868
869 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
870 recognize ssh-keygen prompt (Bug#2817).
871
872 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
873
874 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
875
876 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
877
878 Synchronize with Tramp repository.
879
880 * net/tramp.el (tramp-completion-function-alist)
881 (tramp-file-name-regexp, tramp-chunksize)
882 (tramp-local-coding-commands, tramp-remote-coding-commands):
883 Fix docstring.
884 (tramp-remote-process-environment): Use `format' instead of `concat'.
885 (tramp-handle-directory-files-and-attributes)
886 (tramp-get-remote-path): Use `copy-tree'.
887 (tramp-handle-file-name-all-completions): Backward/ XEmacs
888 compatibility: Use `completion-ignore-case' if
889 `read-file-name-completion-ignore-case' does not exist.
890 (tramp-do-copy-or-rename-file-directly): Do not use
891 `tramp-handle-file-remote-p'.
892 (tramp-do-copy-or-rename-file-out-of-band):
893 Use `tramp-compat-delete-directory'.
894 (tramp-do-copy-or-rename-file-out-of-band)
895 (tramp-compute-multi-hops, tramp-maybe-open-connection):
896 Use `format-spec-make'.
897 (tramp-find-foreign-file-name-handler)
898 (tramp-advice-make-auto-save-file-name)
899 (tramp-set-auto-save-file-modes): Remove superfluous check for
900 `stringp'. This is done inside `tramp-tramp-file-p'.
901 (tramp-debug-outline-regexp): New defconst.
902 (tramp-get-debug-buffer): Use it.
903 (tramp-check-for-regexp): Use (forward-line 1).
904 (tramp-set-auto-save-file-modes): Adapt version check.
905
906 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
907 Wrap call of `featurep' for 2nd argument.
908 (tramp-compat-make-temp-file): Simplify fallback implementation.
909 (tramp-compat-copy-tree): Remove function.
910 (tramp-compat-delete-directory): Provide implementation for older
911 Emacsen.
912
913 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
914 Do not use `tramp-fish-handle-file-attributes.
915
916 * net/trampver.el: Update release number.
917
918 2010-04-10 Glenn Morris <rgm@gnu.org>
919
920 * progmodes/compile.el (compilation-save-buffers-predicate):
921 Add missing :version tag.
922
923 2010-04-09 Sam Steingold <sds@gnu.org>
924
925 * progmodes/compile.el (compilation-save-buffers-predicate):
926 Remove the "autoload" cookie.
927
928 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
929 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
930 and `bug-reference-prog-mode' can be used in hooks directly.
931
932 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
933
934 Add --author support to git commit.
935 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
936 (vc-git-log-edit-mode): New minor mode.
937 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
938 New declarations.
939
940 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
941
942 * vc-hooks.el, vc-git.el: Improve documentation comments.
943
944 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 Fix some of the problems in defsubst* (bug#5728).
947 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
948 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
949
950 2010-04-07 Sam Steingold <sds@gnu.org>
951
952 * progmodes/compile.el (compilation-save-buffers-predicate):
953 New custom variable.
954 (compile, recompile): Pass it to `save-some-buffers'.
955
956 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
957
958 * wid-edit.el (widget-choose): Move cursor to the second line of
959 the buffer (Bug#5695).
960
961 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
962
963 Add new VC methods: vc-log-incoming and vc-log-outgoing.
964 * vc.el (vc-print-log-setup-buttons): New function split out from
965 vc-print-log-internal.
966 (vc-log-internal-common): New function, a parametrized version of
967 vc-print-log-internal.
968 (vc-print-log-internal): Just call vc-log-internal-common with the
969 right arguments.
970 (vc-incoming-outgoing-internal):
971 (vc-log-incoming, vc-log-outgoing): New functions.
972 (vc-log-view-type): New permanent local variable.
973
974 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
975
976 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
977 of the dynamic bound vc-short-log.
978 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
979
980 * vc-git.el (vc-git-log-outgoing): New function.
981 (vc-git-log-view-mode): Use vc-log-view-type instead
982 of the dynamic bound vc-short-log.
983
984 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
985 of the dynamic bound vc-short-log. Highlight the tag.
986 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
987 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
988 (vc-hg-incoming-mode): Remove.
989 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
990
991 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
992
993 Fix default-directory for vc-root-diff.
994 * vc.el (vc-root-diff): Bind default-directory to the root
995 directory for the diff command.
996
997 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
998
999 * progmodes/verilog-mode.el (verilog-forward-sexp):
1000 (verilog-calc-1): Support "disable fork" and "fork wait" multi
1001 word keywords, suggested by Steve Pearlmutter.
1002 (verilog-pretty-declarations): Support lineup of declarations in
1003 port lists.
1004 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1005 fix bug for /* / comments
1006 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1007 Speed up and simplfy as this is never called with a bound.
1008 (verilog-pretty-declarations): Enhance to line up declarations
1009 inside a parameter list, suggested by Alan Morgan.
1010 (verilog-pretty-expr): Tune assignment regular expression match
1011 string for corner cases; also use markers instead of character
1012 number as indent changes the later.
1013
1014 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
1015
1016 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1017 as missing keyword.
1018 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1019 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
1020 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1021 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
1022 Tennant.
1023 (verilog-keywords):
1024 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1025 1800-2009 keywords, including "global.".
1026
1027 2010-04-06 John Wiegley <jwiegley@gmail.com>
1028
1029 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1030 appearing in buffer list (if a live buffer name matched a recentf
1031 file basename). Should use uniquify to offer a real solution.
1032
1033 2010-04-06 John Wiegley <jwiegley@gmail.com>
1034
1035 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1036 comment to code, and add a :version tag.
1037 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1038
1039 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
1040
1041 Enable recentf-mode if using virtual buffers.
1042 * ido.el (recentf-list): Declare for byte-compiler.
1043 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
1044 (ido-make-buffer-list): Simplify.
1045 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
1046
1047 2010-04-05 Juri Linkov <juri@jurta.org>
1048
1049 Scrolling commands which scroll a line instead of full screen.
1050 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1051
1052 * simple.el (scroll-up-line, scroll-down-line): New commands.
1053 Put property isearch-scroll=t on them.
1054
1055 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1056 Remove commands.
1057
1058 2010-04-05 Juri Linkov <juri@jurta.org>
1059
1060 Scrolling commands which do not signal errors at top/bottom.
1061 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1062
1063 * simple.el (scroll-up-command, scroll-down-command): New commands.
1064 Put property isearch-scroll=t on them.
1065
1066 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1067 `scroll-down-command' and [next] from `scroll-up' to
1068 `scroll-up-command'.
1069
1070 * emulation/cua-base.el: Put property CUA=move on
1071 `scroll-up-command' and `scroll-down-command'.
1072 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1073 and `scroll-down-command' to `cua-scroll-down'.
1074
1075 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * help.el (describe-mode): Return nil.
1078
1079 2010-04-04 John Wiegley <jwiegley@gmail.com>
1080
1081 * ido.el (ido-use-virtual-buffers): New variable to indicate
1082 whether "virtual buffer" support is enabled for IDO.
1083 (ido-virtual): Face used to indicate virtual buffers in the list.
1084 (ido-buffer-internal): If a buffer is chosen, and no such buffer
1085 exists, but a virtual buffer of that name does (which would be why
1086 it was in the list), recreate the buffer by reopening the file.
1087 (ido-make-buffer-list): If virtual buffers are being used, call
1088 `ido-add-virtual-buffers-to-list' before the make list hook.
1089 (ido-virtual-buffers): New variable which contains a copy of the
1090 current contents of the `recentf-list', albeit pared down for the
1091 sake of speed, and with proper faces applied.
1092 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1093 create a list of "virtual buffers" to present to the user in
1094 addition to the currently open set. Note that this logic could
1095 get rather slow if that list is too large. With the default
1096 `recentf-max-saved-items' of 200, there is little speed penalty.
1097
1098 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * font-lock.el: Require CL when compiling.
1101 (font-lock-turn-on-thing-lock): Use `case'.
1102
1103 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1104
1105 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1106 Zaretskii.
1107
1108 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1111 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1112 (semantic-imenu-goto-function): Reflow docstring.
1113
1114 2010-04-02 Juri Linkov <juri@jurta.org>
1115
1116 * ehelp.el (electric-help-orig-major-mode):
1117 New buffer-local variable.
1118 (electric-help-mode): Set it to original major-mode. Doc fix.
1119 (with-electric-help): Use `electric-help-orig-major-mode' instead
1120 of (default-value 'major-mode). Doc fix.
1121 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1122
1123 2010-04-02 Sam Steingold <sds@gnu.org>
1124
1125 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1126 `vc-hg-command' with a list of flags.
1127
1128 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1129 Also accept "patch" and "RFE".
1130 (bug-reference-fontify): `bug-reference-url-format' can also be a
1131 function to be able to handle the bug kind.
1132 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1133
1134 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
1135
1136 * tmm.el (tmm-get-keymap): Check with symbolp before passing
1137 value to fboundp, it may not be a symbol.
1138
1139 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1142
1143 2010-03-31 Juri Linkov <juri@jurta.org>
1144
1145 * simple.el (next-line, previous-line): Re-throw a signal
1146 with `signal' instead of using `ding'.
1147 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1148
1149 2010-03-31 Juri Linkov <juri@jurta.org>
1150
1151 * simple.el (keyboard-escape-quit): Raise deselecting the active
1152 region higher than exiting the minibuffer.
1153 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1154
1155 2010-03-31 Juri Linkov <juri@jurta.org>
1156
1157 * image.el (image-animated-p): Use `image-metadata' instead of
1158 `image-extension-data'. Get GIF extenstion data from metadata
1159 property `extension-data'.
1160
1161 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * simple.el (append-to-buffer): Simplify.
1164
1165 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
1166
1167 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1168 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1169
1170 2010-03-31 Kenichi Handa <handa@m17n.org>
1171
1172 * language/sinhala.el (composition-function-table): Fix regexp for
1173 the new Unicode specification.
1174
1175 * language/indian.el (devanagari-composable-pattern)
1176 (tamil-composable-pattern, kannada-composable-pattern)
1177 (malayalam-composable-pattern): Adjust for the new Unicode
1178 specification.
1179 (bengali-composable-pattern, gurmukhi-composable-pattern)
1180 (gujarati-composable-pattern, oriya-composable-pattern)
1181 (telugu-composable-pattern): New variables to cope with the new
1182 Unicode specification. Use them in composition-function-table.
1183
1184 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 Make tmm-menubar work for the Buffers menu again (bug#5726).
1187 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1188 vectors rather than cons cells, as used in menu-bar-update-buffers.
1189
1190 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1193 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1194 electric punctuation for "{}();,:" (Bug#5586).
1195
1196 * mail/sendmail.el (mail-default-directory): Doc fix.
1197
1198 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * mail/sendmail.el (mail-default-directory): Doc fix.
1201
1202 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1203
1204 * subr.el (version-regexp-alist, version-to-list)
1205 (version-list-<, version-list-=, version-list-<=)
1206 (version-list-not-zero, version<, version<=, version=): Doc fix.
1207 (Bug#5744).
1208
1209 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
1210
1211 * vc.el (vc-root-diff): Doc fix.
1212
1213 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1216
1217 * simple.el (append-to-buffer): Fix last change.
1218
1219 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * simple.el (append-to-buffer): Ensure that point is preserved if
1222 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1223 (Bug#5749)
1224
1225 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * files.el (auto-mode-case-fold): Change default to t.
1228
1229 2010-03-30 Juri Linkov <juri@jurta.org>
1230
1231 * dired-x.el (dired-omit-mode): Doc fix.
1232
1233 2010-03-30 Juri Linkov <juri@jurta.org>
1234
1235 * replace.el (occur-accumulate-lines): Move occur-engine related
1236 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1237 to be located after `occur-engine'.
1238
1239 2010-03-30 Juri Linkov <juri@jurta.org>
1240
1241 Make occur handle multi-line matches cleanly with context.
1242 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1243
1244 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1245 (occur-engine): Add local variables `ret', `prev-after-lines',
1246 `prev-lines'. Use more arguments for `occur-context-lines'.
1247 Set first elem of its returned list to `data', and the second elem
1248 to `prev-after-lines'. Don't print the separator line.
1249 In the end, print remaining context after-lines.
1250 (occur-context-lines): Add new arguments `begpt', `endpt',
1251 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1252 after-lines of the previous match with before-lines of the
1253 current match and not overlap them. Return a list with two
1254 values: the output line and the list of context after-lines.
1255
1256 2010-03-30 Juri Linkov <juri@jurta.org>
1257
1258 * replace.el (occur-accumulate-lines): Fix a bug where the first
1259 context line at the beginning of the buffer was missing.
1260
1261 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1262
1263 * files.el: Make bidi-display-reordering safe variable for boolean
1264 values.
1265
1266 2010-03-29 Phil Hagelberg <phil@evri.com>
1267 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * subr.el: Extend progress reporters to perform "spinning".
1270 (progress-reporter-update, progress-reporter-do-update):
1271 Handle non-numeric value arguments.
1272 (progress-reporter--pulse-characters): New var.
1273
1274 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * progmodes/compile.el (compilation-start): Fix regexp detection
1277 of initial cd command (Bug#5771).
1278
1279 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1280
1281 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1282
1283 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1284
1285 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1286 * lisp/progmodes/gdb-mi.el: Restore.
1287 * lisp/progmodes/gdb-ui.el: Remove.
1288 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1289
1290 2010-03-25 Glenn Morris <rgm@gnu.org>
1291
1292 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1293 all dired buffers, even tramp ones. (Bug#5755)
1294
1295 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 Add "union tags" in mpc.el.
1298 * mpc.el: Remove backward compatibility code.
1299 (mpc-browser-tags): Change default.
1300 (mpc--find-memoize-union-tags): New var.
1301 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1302 (mpc-cmd-find): Handle the case where the playlist does not exist.
1303 Handle union-tags.
1304 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1305 (mpc-cmd-add): Use mpc-cmd-flush.
1306 (mpc-tagbrowser-tag-name): New fun.
1307 (mpc-tagbrowser-buf): Use it.
1308 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1309
1310 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 Misc cleanup.
1313 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1314 Use replace-regexp-in-string.
1315 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1316 (makefile-imake-mode-syntax-table): Move init into defvar.
1317 (makefile-mode): Use define-derived-mode.
1318
1319 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1320 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1321 not be present any more.
1322
1323 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * faces.el (set-face-attribute): Fix typo in docstring.
1326 (face-valid-attribute-values): Reflow docstring.
1327
1328 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1329
1330 2010-03-24 Glenn Morris <rgm@gnu.org>
1331
1332 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1333
1334 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * indent.el (indent-for-tab-command): Doc fix.
1337
1338 2010-03-24 Alan Mackenzie <acm@muc.de>
1339
1340 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1341 Fix off-by-one error. Fixes bug #5747.
1342
1343 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1346 (image-dired-read-comment): Doc fix.
1347
1348 * json.el (json-object-type, json-array-type, json-key-type)
1349 (json-false, json-null, json-read-number):
1350 * minibuffer.el (completion-in-region-functions):
1351 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1352 (cal-tex-cursor-week):
1353 * emacs-lisp/trace.el (trace-function):
1354 * eshell/em-basic.el (eshell/printnl):
1355 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1356 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1357 * obsolete/levents.el (allocate-event, event-key, event-object)
1358 (event-point, event-process, event-timestamp, event-to-character)
1359 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1360 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1361 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1362 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1363 (reftex-highlight-selection): Fix typos in docstrings.
1364
1365 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1368
1369 2010-03-24 Glenn Morris <rgm@gnu.org>
1370
1371 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1372 2008-02-13 without comment; mark it obsolete.
1373 (rmail-highlight-headers): Use rmail-highlight-face once more.
1374
1375 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * woman.el (woman2-process-escapes): Only consume the newline if
1378 the filler character is on a line by itself (Bug#5729).
1379
1380 2010-03-24 Kenichi Handa <handa@m17n.org>
1381
1382 * language/indian.el (devanagari-composable-pattern): Add more
1383 consonants.
1384
1385 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1386
1387 * net/trampver.el: Update release number.
1388
1389 2010-03-24 Glenn Morris <rgm@gnu.org>
1390
1391 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1392
1393 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1394
1395 * net/tramp.el (tramp-find-executable):
1396 Use `tramp-get-connection-buffer'. Make the regexp for checking
1397 output of "wc -l" more robust.
1398 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1399 (tramp-open-connection-setup-interactive-shell): Remove workaround
1400 for OpenSolaris bug, it is not needed anymore.
1401
1402 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1403
1404 * cedet/semantic/imenu.el: New file, from the CEDET repository
1405 (Bug#5412).
1406
1407 2010-03-24 Glenn Morris <rgm@gnu.org>
1408
1409 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1410
1411 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1412
1413 * files.el (auto-mode-alist): Accept more verilog file patterns.
1414
1415 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1418
1419 2010-03-24 Glenn Morris <rgm@gnu.org>
1420
1421 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1422 log-edit-before-checkin-process.
1423
1424 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1425
1426 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1427
1428 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1429 (log-view-process-buffer, log-edit-extra-flags): Declare.
1430
1431 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1432
1433 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1434 Consistently check ede-object is bound throughout.
1435
1436 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1437
1438 2010-03-23 Sam Steingold <sds@gnu.org>
1439
1440 Fix bug#5620: recalculate all markers on compilation buffer
1441 modifications, not on file modifications.
1442 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1443 the buffer modification time, for buffers not associated with files.
1444 (compilation-mode): Create it.
1445 (compilation-filter): Update it.
1446 (compilation-next-error-function): Use it instead of
1447 `visited-file-modtime' for timestamp.
1448
1449 2010-03-23 Juri Linkov <juri@jurta.org>
1450
1451 Implement Occur multi-line matches.
1452 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1453
1454 * replace.el (occur): Doc fix.
1455 (occur-engine): Set `begpt' to the beginning of the first line.
1456 Set `endpt' to the end of the last match line. At first, count
1457 line numbers between `origpt' and `begpt'. Split out code from
1458 `out-line' variable to new let-bindings `match-prefix' and
1459 `match-str'. In `out-line' add non-numeric prefix to all
1460 non-first lines of multi-line matches. Finally, count lines
1461 between `begpt' and `endpt' and add to `lines'.
1462
1463 2010-03-23 Juri Linkov <juri@jurta.org>
1464
1465 * replace.el (occur-accumulate-lines, occur-engine):
1466 Use `occur-engine-line' instead of duplicate code.
1467 (occur-engine-line): New function created from duplicate code
1468 in `occur-accumulate-lines' and `occur-engine'.
1469
1470 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1471 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1472
1473 2010-03-23 Juri Linkov <juri@jurta.org>
1474
1475 * finder.el: Remove TODO tasks.
1476
1477 * info.el (Info-finder-find-node): Add node "all"
1478 with all package info. Handle a list of multiple keywords
1479 separated by comma.
1480 (info-finder): In interactive use with a prefix argument,
1481 use `completing-read-multiple' to read a list of keywords
1482 separated by comma.
1483
1484 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 Add a new completion style `substring'.
1487 * minibuffer.el (completion-basic--pattern): New function.
1488 (completion-basic-try-completion, completion-basic-all-completions):
1489 Use it.
1490 (completion-substring--all-completions)
1491 (completion-substring-try-completion)
1492 (completion-substring-all-completions): New functions.
1493 (completion-styles-alist): New style `substring'.
1494
1495 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 Get rid of .elc files after removal of the corresponding .el.
1498 * Makefile.in (compile-clean): New target.
1499 (compile-main): Use it.
1500
1501 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1502
1503 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1504 don't do make there. When compiling with separate object dir, there
1505 is no Makefile there.
1506
1507 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 Get rid of the ELCFILES abomination, again.
1510 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1511 (all, compile): Don't call compile-last.
1512 (compile-main): Build the "elcfiles" list dynamically.
1513 (compile-targets): New (internal) target.
1514
1515 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1516
1517 * Makefile.in (top_srcdir): Define.
1518 (abs_top_builddir): Define.
1519 (srcdir): Don't append `/..'.
1520 (EMACS): Use ${abs_top_builddir}.
1521 (all, compile, compile-always, compile-last): Don't set emacswd.
1522 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1523 $(srcdir).
1524 (lisp): Use $(srcdir) instead of @srcdir@.
1525
1526 2010-03-21 Juri Linkov <juri@jurta.org>
1527
1528 Fix message of multi-line occur regexps and multi-buffer header lines.
1529 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1530
1531 * replace.el (occur-1): Don't display regexp if it is longer
1532 than window-width. Use `query-replace-descr' to display regexp.
1533 (occur-engine): Don't display regexp in the buffer header for
1534 multi-buffer occur. Display a separate header line with total
1535 match count and regexp for multi-buffer occur.
1536 Use `query-replace-descr' to display regexp.
1537
1538 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1539
1540 * net/secrets.el: Fix parenthesis.
1541 (secrets-enabled): Fix parenthesis.
1542
1543 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 Use more relative file and directory names.
1546 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1547 (setwins, setwins_almost, setwins_for_subdirs):
1548 Don't `cd'; output relative names.
1549 (all, compile, compile-always, compile-last): Set emacswd.
1550 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1551 Just cd to the lisp source dir so we can use relative file names.
1552
1553 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1554
1555 2010-03-20 Glenn Morris <rgm@gnu.org>
1556
1557 * textmodes/rst.el: Use faces for font-lock customization, and make the
1558 old -face variables obsolete.
1559 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1560 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1561 (rst-block-face, rst-external-face, rst-definition-face)
1562 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1563 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1564 Make obsolete.
1565 (rst-font-lock-keywords-function): Update for above changes.
1566
1567 2010-03-20 Juri Linkov <juri@jurta.org>
1568
1569 * s-region.el:
1570 * obsolete/s-region.el: Move to obsolete.
1571
1572 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1575
1576 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1577
1578 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1579
1580 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1581
1582 Add special markup processing for commit logs.
1583 * log-edit.el (log-edit-extra-flags): New variable.
1584 (log-edit): Add new argument MODE. Use that mode when non-nil
1585 instead of the log-view-mode.
1586 (log-view-process-buffer): New function.
1587
1588 * vc.el: Document that the checkin method takes optional
1589 arguments. Document new backend specific method: log-view-mode.
1590 (vc-default-log-edit-mode): New function.
1591 (vc-checkin): Use a backend specific log-view-mode.
1592 Pass extra arguments to the checkin method.
1593 (vc-modify-change-comment): Pass a dummy extra argument.
1594
1595 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1596 log-edit.
1597 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1598 (vc-finish-logentry): Process the log buffer before passing it
1599 down. Pass log-edit-extra-flags.
1600
1601 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1602 command.
1603 (log-edit-extra-flags, log-edit-before-checkin-process):
1604 New declarations.
1605
1606 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1607 command.
1608 (log-edit-extra-flags, log-edit-before-checkin-process):
1609 New declarations.
1610 (vc-hg-log-edit-mode): New derived mode.
1611
1612 * vc-arch.el (vc-arch-checkin):
1613 * vc-cvs.el (vc-cvs-checkin):
1614 * vc-git.el (vc-git-checkin):
1615 * vc-mtn.el (vc-mtn-checkin):
1616 * vc-rcs.el (vc-rcs-checkin):
1617 * vc-sccs.el (vc-sccs-checkin):
1618 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1619
1620 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1623 parent typo).
1624
1625 2010-03-19 Glenn Morris <rgm@gnu.org>
1626
1627 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1628
1629 2010-03-18 Glenn Morris <rgm@gnu.org>
1630
1631 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1632
1633 * replace.el (query-replace-history): Give it a doc string.
1634 (map-query-replace-regexp): Use query-replace-from-history-variable
1635 and query-replace-to-history-variable.
1636
1637 * mail/hashcash.el (declare-function): Remove duplicate definition.
1638
1639 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1640 Make it an obsolete alias for report-emacs-bug-address.
1641 (message-strip-special-text-properties): Declare.
1642 (report-emacs-bug): Remove test for a pretest bug address.
1643 Combine message-mode-specific code.
1644
1645 * mail/supercite.el: Don't require sendmail.
1646 (mh-in-header-p): Declare rather than using with-no-warnings.
1647 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1648 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1649
1650 * calendar/cal-french.el: Convert to utf-8.
1651
1652 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1653 Emacs scripts.
1654
1655 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * net/secrets.el (secrets-enabled): New variable. Use it instead
1658 of a subfeature.
1659
1660 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1661
1662 * net/secrets.el (top): Register the D-Bus signals only when the
1663 service "org.freedesktop.secrets" can be pinged.
1664 Provide subfeature `enabled'.
1665
1666 2010-03-14 Juri Linkov <juri@jurta.org>
1667
1668 Add finder unknown keywords.
1669
1670 * finder.el (finder-unknown-keywords): New function.
1671
1672 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1673 to create a Finder node with unknown keywords.
1674
1675 2010-03-14 Juri Linkov <juri@jurta.org>
1676
1677 * finder.el (finder-compile-keywords): Replace `princ' with
1678 `prin1' on a list of symbols interned from keyword strings.
1679
1680 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1681 a comma, then split keywords using a comma and optional whitespace.
1682 Otherwise, split by whitespace.
1683
1684 * complete.el:
1685 * face-remap.el:
1686 * log-view.el:
1687 * net/hmac-def.el:
1688 * net/hmac-md5.el:
1689 * net/netrc.el:
1690 * progmodes/mixal-mode.el: Fix keywords.
1691
1692 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1693
1694 * Makefile.in (ELCFILES): Add net/secrets.elc.
1695
1696 * net/secrets.el: New file.
1697
1698 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * facemenu.el (list-colors-display, list-colors-print): New arg
1701 callback. Use it to allow selecting colors.
1702
1703 * wid-edit.el (widget-image-insert): Insert image prop even if the
1704 current display is non-graphic.
1705 (widget-field-value-set): New fun.
1706 (editable-field): Use it.
1707 (widget-field-value-get): Clean up unused var.
1708 (widget-color-value-create, widget-color--choose-action):
1709 New funs. Allow using list-colors-display to choose color.
1710
1711 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * cus-edit.el: Resort topmost custom groups.
1714 (custom-buffer-sort-alphabetically): Default to t.
1715 (customize-apropos): Use apropos-parse-pattern.
1716 (custom-search-field): New var.
1717 (custom-buffer-create-internal): Add custom-apropos search field.
1718 (custom-add-parent-links): Don't display parent doc.
1719 (custom-group-value-create): Don't sort top-level custom group.
1720 (custom-magic-value-create): Show visibility button before option name.
1721
1722 (custom-variable-state): New fun, from custom-variable-state-set.
1723 (custom-variable-state-set): Use it.
1724 (custom-group-value-create): Hide options with standard values
1725 using the :hidden-states property. Use progress reporter.
1726
1727 (custom-show): Simplify.
1728 (custom-visibility): Disable images by default.
1729 (custom-variable): New property :hidden-states.
1730 (custom-variable-value-create): Enable images for
1731 custom-visibility widgets. Use :hidden-states property to
1732 determine initial visibility.
1733
1734 * wid-edit.el (widget-image-find): Give images center ascent.
1735 (visibility): Add :on-image and :off-image properties.
1736 (widget-visibility-value-create): Use them.
1737
1738 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * cus-edit.el (processes): Remove from development group.
1741 (oop, hypermedia): Delete group.
1742 (comm): Promote to top-level group.
1743
1744 * net/browse-url.el (browse-url):
1745 * net/xesam.el (xesam):
1746 * net/tramp.el (tramp):
1747 * net/goto-addr.el (goto-address):
1748 * net/ange-ftp.el (ange-ftp): Put in comm group.
1749
1750 * view.el (view): Remove from editing group.
1751
1752 * uniquify.el (uniquify): Put in files group.
1753
1754 * net/browse-url.el (browse-url):
1755 * ps-print.el (postscript): Put in external group.
1756
1757 * cus-edit.el (outlines):
1758 * textmodes/text-mode.el (text-mode-hook):
1759 * textmodes/table.el (table):
1760 * textmodes/picture.el (picture):
1761 * outline.el (outlines): Put in wp group.
1762
1763 * nxml/nxml-mode.el (nxml): Remove from wp group.
1764
1765 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1766
1767 * mail/metamail.el (metamail): Remove from hypermedia group.
1768
1769 * cus-edit.el (abbrev):
1770 * whitespace.el (whitespace):
1771 * vcursor.el (vcursor):
1772 * reveal.el (reveal):
1773 * hl-line.el (hl-line): Put in convenience group.
1774
1775 * epg-config.el (epg): Put in data group.
1776
1777 * emulation/pc-select.el (pc-select): Put in emulations group.
1778
1779 * calculator.el (calculator): Put in applications group.
1780
1781 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1782
1783 Add .dir-locals.el support for file-less buffers.
1784 * files.el (hack-local-variables): Split out code to apply local
1785 variable settings ...
1786 (hack-local-variables-apply): ... here. New function.
1787 (hack-dir-local-variables): Use the default directory for when the
1788 buffer does not have an associated file.
1789 (hack-dir-local-variables-non-file-buffer): New function.
1790 * diff-mode.el (diff-mode):
1791 * vc-annotate.el (vc-annotate-mode):
1792 * vc-dir.el (vc-dir-mode):
1793 * log-edit.el (log-edit-mode):
1794 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1795
1796 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 Add support for shelving snapshots and for showing shelves.
1799 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1800 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1801 New functions.
1802 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1803 (vc-bzr-extra-menu-map): Map them.
1804
1805 2010-03-11 Glenn Morris <rgm@gnu.org>
1806
1807 * cus-edit.el (customize-changed-options-previous-release):
1808 Bump to 23.1.
1809
1810 * image.el (image-animate-max-time): Fix :version tag.
1811
1812 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * Branch for 23.2.
1815
1816 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * vc-git.el (vc-git-revision-table): Include remote branches.
1819
1820 2010-03-10 Kim F. Storm <storm@cua.dk>
1821
1822 Animated image API.
1823 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1824
1825 * image.el (image-animate-max-time): New defcustom.
1826 (image-animated-types): New defconst.
1827 (create-animated-image, image-animate-timer)
1828 (image-animate-start, image-animate-stop, image-animate-timeout)
1829 (image-animated-p): New functions.
1830
1831 * image-mode.el (image-toggle-display-image):
1832 Replace `create-image' with `create-animated-image'.
1833
1834 2010-03-09 Miles Bader <miles@gnu.org>
1835
1836 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1837 instead of "format:"; this ensures that the output is
1838 newline-terminated.
1839
1840 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1843 that all errors are caught, and that the return value is always a
1844 list (Bug#5692).
1845
1846 2010-03-08 Kenichi Handa <handa@m17n.org>
1847
1848 * language/misc-lang.el (windows-1256): New coding system.
1849 (cp1256): New alias of windows-1256 (bug#5690).
1850
1851 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1852
1853 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1854 call to rfc822-bad-address. (Bug#5692)
1855
1856 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1857
1858 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1859 Use vc-git-root as default directory for revision path (Bug#5657).
1860
1861 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * calculator.el (calculator): Don't bind split-window-keep-point
1864 (Bug#5674).
1865
1866 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * vc-git.el: Re-flow to fit into 80 columns.
1869 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1870 Remove spurious `quote' element in each case alternative.
1871 (vc-git-show-log-entry): Use prog1.
1872 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1873
1874 2010-03-06 Glenn Morris <rgm@gnu.org>
1875
1876 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1877 Update template copyright to GPLv3+.
1878
1879 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1882
1883 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1886 definition, not the name (Bug#5481).
1887
1888 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1889
1890 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1891 argument with a local variable. (Bug#5670)
1892
1893 2010-03-02 Juri Linkov <juri@jurta.org>
1894
1895 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1896
1897 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1900 error when FILENAME and NEWNAME are existing remote directories.
1901
1902 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1903 parameter DIR-FLAG.
1904
1905 2010-03-02 Glenn Morris <rgm@gnu.org>
1906
1907 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1908 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1909
1910 2010-03-01 Kenichi Handa <handa@m17n.org>
1911
1912 * language/burmese.el (burmese-composable-pattern): Rename from
1913 myanmar-composable-pattern.
1914
1915 * international/characters.el (script-list):
1916 * international/fontset.el (script-representative-chars):
1917 Change myanmar to burmese.
1918 (otf-script-alist): Likewise.
1919 (setup-default-fontset): Likewise. Re-fix :otf spec.
1920
1921 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1922
1923 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1924
1925 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1928
1929 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1930
1931 * net/tramp.el (tramp-handle-write-region): START can be a string.
1932 Take care in the checks. Reported by Dan Davison
1933 <davison@stats.ox.ac.uk>.
1934
1935 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/dbus.el (dbus-introspect, dbus-get-property)
1938 (dbus-set-property, dbus-get-all-properties):
1939 Use `dbus-call-method' when noninteractive. (Bug#5645)
1940
1941 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1944 * emacs-lisp/elint.el (elint-add-required-env):
1945 * cedet/semantic/db-find.el
1946 (semanticdb-find-translate-path-brutish-default):
1947 * cedet/ede/make.el (ede-make-check-version):
1948 * calendar/icalendar.el (icalendar--add-diary-entry):
1949 * calc/calcalg2.el (math-tracing-integral):
1950 * files.el (recover-session-finish): Use with-current-buffer
1951 instead of save-excursion.
1952
1953 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 Fix in-buffer completion when after-change-functions modify the buffer.
1956 * minibuffer.el (completion--replace): New function.
1957 (completion--do-completion): Use it and use relative movement.
1958
1959 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1962
1963 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1964
1965 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1966 Allow the characters _<> in the stack entry (Bug#5653).
1967
1968 2010-02-26 Kenichi Handa <handa@m17n.org>
1969
1970 * language/burmese.el: Fix entries in composition-function-table.
1971 (myanmar-composable-pattern): New variable.
1972
1973 * international/fontset.el (setup-default-fontset): Add an entry
1974 for myanmar.
1975
1976 * international/characters.el (script-list): Add Myanmar
1977 Extended-A.
1978
1979 2010-02-26 Glenn Morris <rgm@gnu.org>
1980
1981 * custom.el (custom-initialize-delay): Doc fix.
1982
1983 * mail/sendmail.el (send-mail-function): Autoload the call
1984 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1985
1986 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * files.el (hack-local-variables-filter): For eval forms, also
1989 check safe-local-variable-p (Bug#5636).
1990
1991 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1992
1993 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1994 and use c(ad)r of cddr (Bug#5640).
1995
1996 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1997
1998 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1999 setting the modes by `ignore-errors'. It might fail, for example
2000 if the file is not owned by the user but the group.
2001 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2002
2003 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * files.el (directory-listing-before-filename-regexp): Use
2006 stricter matching for iso-style dates, to avoid false matches with
2007 date-like filenames (Bug#5597).
2008
2009 * htmlfontify.el (htmlfontify): Doc fix.
2010
2011 * eshell/eshell.el (eshell): Doc fix.
2012
2013 * startup.el (fancy-about-screen): In mode-line, apply
2014 mode-line-buffer-id face only to the buffer name (Bug#5613).
2015
2016 2010-02-20 Kevin Ryde <user42@zip.com.au>
2017
2018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2019 In `watcom' anchor regexp to start of line, to avoid slowness
2020 (Bug#5599).
2021
2022 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2023
2024 * subr.el (remove-yank-excluded-properties): Explain in a comment
2025 why `category' property is removed.
2026
2027 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2030 2010-02-17 change.
2031
2032 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2033
2034 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2035 (icalendar--convert-weekly-to-ical)
2036 (icalendar--convert-yearly-to-ical)
2037 (icalendar--convert-block-to-ical)
2038 (icalendar--convert-cyclic-to-ical)
2039 (icalendar--convert-anniversary-to-ical): Take care of time
2040 specifications where hour has 1-digit only (Bug#5549).
2041
2042 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2043
2044 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2045 of disassemble output in GDB 7.1.
2046
2047 2010-02-19 Glenn Morris <rgm@gnu.org>
2048
2049 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2050 property. (Bug#5593)
2051
2052 2010-02-18 Sam Steingold <sds@gnu.org>
2053
2054 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2055
2056 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 Use abbreviated file names in bookmarks (bug#5591).
2059 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2060 calls to expand-file-name.
2061 (bookmark-relocate): Use abbreviated file names in bookmarks.
2062 (bookmark-load): Use abbreviated file names in messages.
2063
2064 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2065
2066 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2067 expand "." and "..". Reported by Thierry Volpiatto
2068 <thierry.volpiatto@gmail.com>.
2069
2070 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2071
2072 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2073 permissions of the temporary file to "0600". In case the remote
2074 file has no read permissions for the owner, there might be
2075 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2076
2077 22010-02-18 Glenn Morris <rgm@gnu.org>
2078
2079 * emacs-lisp/authors.el (authors-renamed-files-alist):
2080 Add entries for INSTALL.CVS.
2081
2082 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2083
2084 * vc-bzr.el: Fix typo in Known Bugs section.
2085
2086 * isearch.el (isearch-update-post-hook): New hook.
2087 (isearch-update): Use the new hook.
2088
2089 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2090
2091 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2092 Fix errors in copying directories.
2093 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2094 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2095 (tramp-handle-delete-file)
2096 (tramp-handle-dired-recursive-delete-directory)
2097 (tramp-handle-write-region): Flush also the cache for the upper
2098 directory.
2099
2100 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2103
2104 * cus-edit.el (hardware): Doc fix.
2105
2106 * man.el (man): Add to external custom group.
2107
2108 * delim-col.el (columns): Move to wp custom group.
2109
2110 * doc-view.el (doc-view): Add to data custom group.
2111
2112 * cedet/data-debug.el (data-debug): Move to extensions group.
2113
2114 * cedet/ede.el (ede):
2115 * cedet/srecode.el (srecode):
2116 * cedet/semantic.el (semantic): Put in tools and extensions group.
2117
2118 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2119
2120 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2121 by ispell-parse-output (Bug#5575).
2122
2123 2010-02-16 Kenichi Handa <handa@m17n.org>
2124
2125 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2126 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2127 (skkdic-convert): Use `euc-japan' coding system for writing.
2128
2129 2010-02-16 Glenn Morris <rgm@gnu.org>
2130
2131 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2132 tex-main-file before using it. (Bug#5562)
2133
2134 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2137 warnings, since it is annoying for the user to see them each time he
2138 runs the code.
2139
2140 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2143 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2144 instead of PROC for caching "first-password-request". Otherwise,
2145 new processes would not profit from passwords already entered.
2146
2147 * net/tramp-cache.el (tramp-dump-connection-properties):
2148 Don't save "first-password-request" property.
2149
2150 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * outline.el (outline-head-from-level):
2153 * simple.el (with-wrapper-hook):
2154 * cedet/ede.el (ede-run-target, project-delete-target)
2155 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2156 (ede-adebug-project, ede-adebug-project-parent)
2157 (ede-adebug-project-root):
2158 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2159 (elint-defun, elint-buffer-env, elint-top-form-logged)
2160 (elint-unbound-variable):
2161 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2162 Fix typos in docstrings.
2163
2164 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2165
2166 * files.el (insert-directory): When WILDCARD-REGEXP and
2167 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2168 whole directory. (Bug#5551)
2169
2170 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2171 dired's alignment sanity. (Bug#5516)
2172
2173 2010-02-14 Juri Linkov <juri@jurta.org>
2174
2175 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2176 Remove remaining ^H with their preceding chars. (Bug#5566)
2177
2178 2010-02-13 Glenn Morris <rgm@gnu.org>
2179
2180 * simple.el (transpose-subr): Give it a doc-string.
2181
2182 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2183 Doc fixes.
2184
2185 2010-02-12 Juri Linkov <juri@jurta.org>
2186
2187 * arc-mode.el (archive-unique-fname): Make directories for nested
2188 archives. (Bug#5540)
2189
2190 2010-02-12 Juri Linkov <juri@jurta.org>
2191
2192 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2193
2194 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * subr.el (copy-overlay): Handle deleted overlays.
2197
2198 * man.el (Man-completion-table): Don't signal an error if we can't run
2199 manual-program (bug#4056).
2200
2201 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2204
2205 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2206
2207 * info.el (Info-bookmark-jump): Simplify.
2208
2209 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2210 (bookmark-default-handler): Accept new bookmark field `buffer'.
2211
2212 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * iswitchb.el (iswitchb-completions): Revert last change.
2215
2216 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2219 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2220 This prevents file names like "~/" being listed literally.
2221
2222 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2223
2224 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2225 Remove dead code. (Bug#5546)
2226
2227 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2230 correctly (Bug#5548).
2231
2232 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2233
2234 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2235 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2236
2237 2010-02-08 Kenichi Handa <handa@m17n.org>
2238
2239 * international/mule-util.el (with-coding-priority): Add autoload
2240 cookie for putting `lisp-indent-function'.
2241
2242 2010-02-07 Glenn Morris <rgm@gnu.org>
2243
2244 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2245 Move F2003 named interfaces from keywords-2 to keywords-1, and
2246 use function-name-face rather than constant-face.
2247 Simplify "abstract interface" regexp.
2248
2249 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2252 ID-FORMAT. Pass it to `file-attributes'.
2253
2254 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2255
2256 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2257
2258 * faces.el (set-face-attribute): Allow calling
2259 internal-set-lisp-face-attribute with 'unspecified family and
2260 foundry argument (Bug#5536).
2261
2262 2010-02-07 Glenn Morris <rgm@gnu.org>
2263
2264 * progmodes/f90.el (f90-font-lock-keywords-2)
2265 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2266 Handle F2003 named interfaces.
2267
2268 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2271 beg and end before calling c-get-state-before-change-functions.
2272
2273 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2276
2277 2010-02-05 Juri Linkov <juri@jurta.org>
2278
2279 * doc-view.el (doc-view-mode):
2280 * image-mode.el (image-mode): Put property mode-class=special.
2281 (Bug#4896)
2282
2283 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2284
2285 * vc-svn.el (vc-svn-revision-table): New function.
2286
2287 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2288
2289 * net/ange-ftp.el (ange-ftp-insert-directory):
2290 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2291 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2292 Handle also directories. (Bug#5478)
2293
2294 2010-02-05 Glenn Morris <rgm@gnu.org>
2295
2296 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2297
2298 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * startup.el (command-line-1): Convert options beginning with a
2301 single dash as well (Bug#5519).
2302
2303 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2306 * minibuffer.el (completion-initials-expand): Only check the presence
2307 of delims *within* the boundaries, since otherwise the / delim is
2308 always found for files.
2309
2310 Fix up various corner case problems.
2311 * doc-view.el (doc-view-last-page-number): New function.
2312 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2313 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2314 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2315 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2316 (doc-view-convert-current-doc): Don't create the resolution.el file
2317 here any more.
2318 (doc-view-pdf/ps->png): Do it here instead.
2319 (doc-view-already-converted-p): Check that resolution.el is present.
2320 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2321 windows that are not yet showing images.
2322
2323 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2326 `dired-uncache' for every elemnt which is an absolute file name.
2327
2328 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2329 directory, handle its directory component.
2330 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2331 function is called permanently and creates noise, otherwise.
2332
2333 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2334 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2335 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2336
2337 2010-02-04 David Burger <dburger@google.com> (tiny change)
2338
2339 * macros.el (apply-macro-to-region-lines):
2340 Minor simplification. (Bug#5485)
2341
2342 2010-02-04 Glenn Morris <rgm@gnu.org>
2343
2344 * mail/rmail.el (rmail-show-message-1): Handle malformed
2345 quoted-printable text. (Bug#5441)
2346
2347 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2348
2349 * simple.el (visual-line-mode): Capitalize lighter.
2350
2351 2010-02-03 John Wiegley <jwiegley@gmail.com>
2352
2353 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2354 list of files considered for "virtual buffer" completions.
2355
2356 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2359 also in case of (and (not full) (not wildcard)). This is needed,
2360 when dired is called with a list of files, which are not in
2361 `default-directory'. (Bug#5478)
2362
2363 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2366
2367 2010-02-02 Juri Linkov <juri@jurta.org>
2368
2369 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2370 from unidiff to allow function-line after @@.
2371
2372 2010-02-02 Juri Linkov <juri@jurta.org>
2373
2374 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2375 '(RCS SCCS) with inverted condition.
2376
2377 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2380 messages.
2381
2382 2010-02-01 Juri Linkov <juri@jurta.org>
2383
2384 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2385 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2386 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2387 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2388
2389 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2392 (doc-view-revert-buffer): New command.
2393 (doc-view-mode-map): Use it.
2394
2395 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2398 pending merge is detected.
2399
2400 2010-01-31 Juri Linkov <juri@jurta.org>
2401
2402 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2403 beginning of interactive spec like all other grep commands do.
2404 Put "all" in front of "gz". (Bug#5260)
2405
2406 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2407
2408 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2409
2410 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2413 regexp is incorrect (Bug#5476).
2414
2415 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2416
2417 * net/tramp.el (tramp-handle-insert-directory): Handle also
2418 symlinks, when FILENAME is not in `default-directory'.
2419
2420 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2421
2422 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2423 FILE is not in `default-directory'. (Bug#5478)
2424
2425 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2426 of SWITCHES. Handle the case, FILENAME is not in
2427 `default-directory'. (Bug#5478)
2428 (tramp-register-file-name-handlers): Add safe-magic property.
2429
2430 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2433 unzip (Bug#5475).
2434
2435 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2436
2437 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2438 (flymake-master-make-header-init): Add other C++ filename masks.
2439 (flymake-find-possible-master-files)
2440 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2441
2442 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2443
2444 Fix some busybox annoyances.
2445
2446 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2447 not responding." string.
2448 (tramp-open-connection-setup-interactive-shell): Dump stty
2449 settings. Enable "neveropen" arg for all `tramp-send-command'
2450 calls. Handle "=" in variable values properly.
2451 (tramp-find-inline-encoding): Raise an error, when no encoding is
2452 found.
2453 (tramp-wait-for-output): Check, whether PROC buffer is available.
2454 Remove spurious " ^H" sequences, sent by busybox.
2455 (tramp-get-ls-command): Suppress coloring, if possible.
2456
2457 2010-01-28 Glenn Morris <rgm@gnu.org>
2458
2459 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2460
2461 * log-edit.el (log-edit-strip-single-file-name): Add missing
2462 :safe, :group, and :version tags.
2463
2464 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2465
2466 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2467 buffers. (Bug#5477)
2468
2469 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2470
2471 * files.el (delete-directory): Handle moving to trash without
2472 first doing recursion (Bug#5436).
2473
2474 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2475
2476 * vc-hooks.el (vc-path): Mark as obsolete.
2477
2478 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2479
2480 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2481 names too.
2482
2483 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2484 for the short log.
2485 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2486
2487 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2488
2489 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2490
2491 * vc-bzr.el (vc-bzr-revision-table): New function.
2492
2493 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2494
2495 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2496 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2497
2498 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 Remove support for adding --signoff on commit.
2501 Future support will use an incompatible generic mechanism.
2502 * vc-git.el (vc-git-add-signoff): Remove variable.
2503 (vc-git-toggle-signoff): Remove function.
2504 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2505
2506 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2507 from xterm-set-background-mode. Return t if the background mode
2508 was set.
2509 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2510 earlier, call it again in case the background mode has changed.
2511
2512 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2513
2514 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2515 (Bug#3541).
2516
2517 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * emacs-lisp/assoc.el (aelement): Doc fix.
2520 (aput, adelete, amake): Use lexical-let (Bug#5450).
2521
2522 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2523
2524 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2525 is the same as subprogram call, not declaration. (Bug#5435).
2526
2527 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2530 (tramp-smb-maybe-open-connection): Use it.
2531
2532 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2535
2536 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2539 just because we see "encoding: 8bit".
2540 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2541
2542 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2545
2546 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2547
2548 * jka-compr.el (jka-compr-load): If load-file is not in
2549 load-history, try its file-truename version. (bug#5447)
2550
2551 2010-01-21 Alan Mackenzie <acm@muc.de>
2552
2553 Fix a situation where deletion of a cpp construct throws an error.
2554 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2555 invoking c-with-all-but-one-cpps-commented-out, check that the
2556 special cpp construct is still in the buffer.
2557 (c-parse-state): Record the special cpp with markers, not numbers.
2558
2559 2010-01-21 Kenichi Handa <handa@m17n.org>
2560
2561 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2562 process last-command-event, as it is now decoded first (Bug#5380).
2563
2564 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2567
2568 2010-01-20 Glenn Morris <rgm@gnu.org>
2569
2570 * indent.el (tab-always-indent): Fix custom-type.
2571
2572 2010-01-19 Alan Mackenzie <acm@muc.de>
2573
2574 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2575 buffer throws "args out of range".
2576 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2577 playing the role of delimiter.
2578
2579 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2580
2581 * progmodes/ada-mode.el: Fix bug#5400.
2582 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2583 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2584 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2585 Improve comments in "is" portion. Handle null procedure declaration.
2586 (ada-move-to-end): Improve doc string.
2587
2588 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2589
2590 * ido.el (ido-cur-list): Initialize to nil.
2591 Remove obsolete information from commentary.
2592 (ido-choice-list): Initialize to nil.
2593 (ido-get-bufname): Reject minibuffers.
2594 (ido-make-buffer-list): If "default" is a nonexistent
2595 buffer, ignore it, as per the function's comment.
2596 (ido-kill-buffer-internal): New function.
2597 (ido-kill-buffer-at-head): Use it.
2598 (ido-visit-buffer): Likewise.
2599
2600 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2603
2604 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * cedet/ede/locate.el (ede-locate-file-in-project)
2607 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2608 (ede-enable-locate-on-project): Fix typos in error messages.
2609
2610 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2611 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2612 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2613 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2614 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2615 Fix typos in menu help.
2616
2617 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2618 Fix typos in chart titles.
2619
2620 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2621 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2622 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2623 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2624 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2625 (semantic-parse-stream, semantic-parse-region)
2626 (semantic-parse-region-default, semantic--set-buffer-cache)
2627 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2628 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2629 (semantic-default-submodes):
2630 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2631 (semanticdb-create-ebrowse-database)
2632 (semanticdb-find-tags-for-completion-method)
2633 (semanticdb-find-tags-by-class-method)
2634 (semanticdb-deep-find-tags-by-name-method)
2635 (semanticdb-deep-find-tags-for-completion-method):
2636 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2637 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2638 (semanticdb-find-tags-for-completion-method)
2639 (semanticdb-find-tags-by-class-method)
2640 (semanticdb-deep-find-tags-for-completion-method):
2641 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2642 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2643 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2644 (semanticdb-find-tags-by-name-method)
2645 (semanticdb-find-tags-by-name-regexp-method)
2646 (semanticdb-find-tags-for-completion-method)
2647 (semanticdb-find-tags-by-class-method)
2648 (semanticdb-find-tags-external-children-of-type-method)
2649 (semanticdb-find-tags-subclasses-of-type-method)
2650 (semanticdb-deep-find-tags-by-name-method)
2651 (semanticdb-deep-find-tags-by-name-regexp-method)
2652 (semanticdb-deep-find-tags-for-completion-method):
2653 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2654 (semanticdb-enable-gnu-global-in-buffer)
2655 (semanticdb-find-tags-for-completion-method)
2656 (semanticdb-deep-find-tags-by-name-method)
2657 (semanticdb-deep-find-tags-for-completion-method):
2658 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2659 (javascript-mode, semanticdb-find-translate-path)
2660 (semanticdb-find-tags-for-completion-method)
2661 (semanticdb-find-tags-by-class-method)
2662 (semanticdb-deep-find-tags-by-name-method)
2663 (semanticdb-deep-find-tags-for-completion-method)
2664 (semanticdb-find-tags-external-children-of-type-method):
2665 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2666 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2667 (global-semantic-idle-scheduler-mode):
2668 * cedet/srecode/dictionary.el (srecode-field-value)
2669 (srecode-dictionary-add-section-dictionary):
2670 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2671 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2672 (describe-class, eieio-describe-generic, describe-generic):
2673 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2674 (eieio-speedbar-expand):
2675 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2676 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2677 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2678 (viper-del-backward-char-in-replace, viper-backward-indent)
2679 (viper-brac-function, viper-register-to-point, viper-submit-report):
2680 * net/tramp.el (tramp-remote-coding-commands):
2681 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2682 Fix typos in docstrings.
2683
2684 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * mail/sendmail.el (mail-yank-original): Set the mark if the
2687 specified function for yanking does not do it.
2688
2689 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2692
2693 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2694 resyncing a directory.
2695
2696 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2697
2698 * progmodes/ada-mode.el: Fix bug#1920.
2699 (ada-ident-re): Delete ., allow multibyte characters.
2700 (ada-goto-label-re): New; matches goto labels.
2701 (ada-block-label-re): New; matches block labels.
2702 (ada-label-re): New; matches both.
2703 (ada-named-block-re): Deleted; callers changed to use
2704 `ada-block-label-re' instead.
2705 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2706 Use `ada-block-label-re'.
2707 (ada-indent-on-previous-lines): Improve handling of goto labels.
2708 (ada-get-indent-block-start): Special-case block label.
2709 (ada-get-indent-label): Split into `ada-indent-block-label' and
2710 `ada-indent-goto-label'.
2711 (ada-goto-stmt-start, ada-goto-next-non-ws):
2712 Optionally ignore goto labels.
2713 (ada-goto-next-word): Simplify.
2714 (ada-indent-newline-indent-conditional): Insert newline before
2715 trying to fix indentation; doc fix.
2716
2717 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2718
2719 * calc/calc.el (calc-command-flags): Give it an initial value.
2720
2721 2010-01-17 Glenn Morris <rgm@gnu.org>
2722
2723 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2724
2725 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * cedet/semantic.el (semantic-mode):
2728 * files.el (minibuffer-with-setup-hook):
2729 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2730 (artist-key-draw-continously, artist-key-do-continously-continously)
2731 (artist-key-set-point-continously, artist-mouse-draw-continously):
2732 Fix typos in docstrings.
2733
2734 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2735
2736 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2737 return t (Bug#3898).
2738
2739 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2740
2741 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2742 can parse the output of the external commands (Bug#5279).
2743
2744 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2745
2746 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2747
2748 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2751
2752 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2753
2754 * startup.el (command-line): Remove unused --icon-type arg.
2755 Handle --display arg, passing it to command-line-1 (Bug#5392).
2756
2757 2010-01-16 Mario Lang <mlang@delysid.org>
2758
2759 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2760 * cedet/ede/files.el (ede-expand-filename):
2761 * cedet/ede/simple.el (ede-simple-project):
2762 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2763 (semantic-complete-inline-tag-engine):
2764 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2765 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2766 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2767 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2768 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2769 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2770 * emacs-lisp/chart.el (chart-translate-namezone):
2771 * textmodes/artist.el (artist-compute-popup-menu-table):
2772 Remove duplicated words in doc-strings.
2773
2774 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2775
2776 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2777 to mairix-search to suppress threading (Bug#5342).
2778
2779 2010-01-15 Kenichi Handa <handa@m17n.org>
2780
2781 * international/mule-cmds.el (canonicalize-coding-system-name):
2782 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2783
2784 2010-01-15 Glenn Morris <rgm@gnu.org>
2785
2786 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2787
2788 * wid-edit.el (widget-keymap): Doc fix.
2789
2790 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2791 former seems to be more widely accepted by various svn versions.
2792
2793 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * find-cmd.el (find-constituents):
2796 * vc-arch.el (vc-arch-root):
2797 * window.el (window-body-height, pop-up-frames):
2798 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2799 (semantic-no-reparse-needed-change-hook):
2800 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2801 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2802 (srecode-template-inserter-ask, srecode-template-inserter-width)
2803 (srecode-template-inserter-section-start)
2804 (srecode-template-inserter-section-end, srecode-insert-method):
2805 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2806 * progmodes/ada-stmt.el (ada-if):
2807 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2808 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2809 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2810 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2811
2812 * progmodes/flymake.el (flymake-post-syntax-check):
2813 Fix typo in error message.
2814
2815 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2818 which is always a string. (Bug#5313)
2819
2820 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * progmodes/ada-xref.el (ada-default-prj-properties):
2823 Simplify previous change.
2824
2825 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2826
2827 * progmodes/ada-xref.el (ada-default-prj-properties):
2828 Default ada_project_path to $ADA_PROJECT_PATH.
2829
2830 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2831
2832 * progmodes/ada-mode.el (ada-create-keymap):
2833 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2834
2835 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2836
2837 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2838 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2839 (ada-get-current-indent, ada-imenu-generic-expression)
2840 (ada-which-function): Check for it.
2841
2842 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2843
2844 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2845 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2846
2847 2010-01-14 Glenn Morris <rgm@gnu.org>
2848
2849 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2850
2851 2010-01-14 Kenichi Handa <handa@m17n.org>
2852
2853 * composite.el (auto-composition-mode): Make it a buffer local
2854 variable (permanent-local).
2855 (auto-composition-function): Set the default value to
2856 auto-compose-chars.
2857 (auto-composition-mode): Make it a simple function, not a minor mode.
2858 (global-auto-composition-mode): Likewise.
2859 (turn-on-auto-composition-if-enabled): Delete it.
2860
2861 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2862
2863 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2864
2865 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * files.el (copy-directory): Compute target for recursive
2868 directories with identical names. (Bug#5343)
2869
2870 2010-01-12 Glenn Morris <rgm@gnu.org>
2871
2872 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2873 it to bug-gnu-emacs rather than emacs-pretest-bug.
2874
2875 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * cedet/data-debug.el (data-debug): Fix customization group reference.
2878
2879 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2880
2881 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2882 (semantic-analyze-context, semantic-analyze-context-assignment)
2883 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2884 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2885 (semantic-java-doc-keywords-map):
2886 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2887 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2888 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2889 (semantic-c-classname, semantic-format-tag-uml-prototype)
2890 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2891 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2892 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2893 (semantic-get-local-variables, semantic-end-of-command)
2894 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2895 (lisp-mode):
2896 * cedet/semantic/bovine/make.el (makefile-mode):
2897 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2898 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2899 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2900 (semantic-lex, semantic-get-local-variables, python-mode):
2901 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2902 * cedet/srecode/extract.el (srecode-extract-state-set)
2903 (srecode-extract-method): Fix typos in docstrings.
2904
2905 2010-01-11 Sam Steingold <sds@gnu.org>
2906
2907 * imenu.el (imenu-default-create-index-function): Detect infinite
2908 loops caused by imenu-prev-index-position-function.
2909
2910 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2911
2912 * htmlfontify.el (htmlfontify-load-rgb-file)
2913 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2914 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2915 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2916 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2917 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2918 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2919 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2920 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2921 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2922 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2923 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2924 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2925 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2926 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2927 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2928 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2929 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2930 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2931 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2932 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2933 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2934 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2935 backslash-quoting from parentheses, etc.
2936
2937 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * progmodes/js.el: Autoload javascript-mode alias.
2940
2941 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2942
2943 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2944 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2945 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2946 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2947 Fix typos in docstrings.
2948 (ffap-url-regexp): Doc fix.
2949 (ffap-at-mouse): Fix typo in message.
2950
2951 2010-01-11 Glenn Morris <rgm@gnu.org>
2952
2953 * version.el (emacs-copyright): Set copyright year to 2010.
2954
2955 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * format.el (format-annotate-function): Only set
2958 write-region-post-annotation-function after running to-fn so as not to
2959 affect nested write-region calls (bug#5273).
2960
2961 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2964 Add python parser.
2965
2966 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2967 wisent/python.el.
2968
2969 2010-01-10 Richard Kim <emacs18@gmail.com>
2970
2971 * cedet/semantic/wisent/python-wy.el:
2972 * cedet/semantic/wisent/python.el: New files.
2973
2974 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * man.el (Man-goto-section): Signal error if the section is not
2977 found (Bug#5317).
2978
2979 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2982 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2983
2984 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * progmodes/compile.el: Don't treat compile-command as safe if
2987 compilation-read-command might be nil (Bug#4218).
2988
2989 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2990
2991 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2992 NS options.
2993
2994 2010-01-08 Kenichi Handa <handa@m17n.org>
2995
2996 * international/fontset.el (build-default-fontset-data):
2997 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2998
2999 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3002 to `create-file-buffer' as it expects, not just a buffer name.
3003 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3004 to help uniquify. (Bug#3224)
3005
3006 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3007
3008 * font-setting.el (font-setting-change-default-font): Use user-spec
3009 instead of name.
3010
3011 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3012
3013 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3014
3015 2010-01-05 Tom Tromey <tromey@redhat.com>
3016
3017 * progmodes/python.el (python-font-lock-keywords):
3018 Handle qualified decorators (Bug#881).
3019
3020 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3021
3022 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3023 in a lightweight checkout.
3024
3025 2010-01-05 Kenichi Handa <handa@m17n.org>
3026
3027 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3028
3029 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3032
3033 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3036 checkouts. (Bug#618)
3037 (vc-bzr-log-view-mode): Also highlight the author.
3038 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3039 (vc-bzr-shelve-menu-map):
3040 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3041 (vc-bzr-shelve-apply): Make prompt more explicit.
3042
3043 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3046 They are valid characters in URL paths (rfc3986), and at least
3047 Firefox does not understand the encoded version (Bug#3166).
3048
3049 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3050
3051 * progmodes/octave-mod.el (octave-end-keywords)
3052 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3053 Add "end" keyword (Bug#3061).
3054 (octave-end-as-array-index-p): New function.
3055 (calculate-octave-indent): Use it.
3056
3057 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3058
3059 * bookmark.el: Consistently put the text property on the bookmark name.
3060 (bookmark-bmenu-marks-width): Bump back to 2, to include
3061 annotation marks.
3062 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3063 property on the bookmark name, instead of not putting it at all.
3064 (bookmark-bmenu-list): Fix where we put the text property.
3065
3066 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3067
3068 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3069 for showing buffer modified state (as added in the previous change).
3070
3071 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3072
3073 * bookmark.el: Show modified state of bookmark buffer more accurately.
3074 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3075 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3076 (with-buffer-modified-unmodified): New macro.
3077 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3078 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3079 Use new macro to preserve the buffer modified state.
3080
3081 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3082
3083 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3084 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3085 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3086 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3087 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3088 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3089 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3090
3091 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3092
3093 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3094 Make the lines in the generated doc string shorter. (Bug#4668)
3095
3096 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3097
3098 * net/rcirc.el: Add follow-link binding (Bug#4738).
3099
3100 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3101
3102 * Makefile.in (bzr-update): Rename from cvs-update.
3103 (cvs-update): New target for backward compatibility.
3104
3105 * makefile.w32-in (bzr-update): Rename from cvs-update.
3106 (cvs-update): New target for backward compatibility.
3107
3108 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3109
3110 * bookmark.el: Remove gratuitous gratitude.
3111
3112 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3113
3114 * bookmark.el (bookmark-bmenu-any-marks): New function
3115 (bookmark-bmenu-save): Clear buffer modification if no marks.
3116
3117 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3118
3119 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3120 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3121 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3122 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3123
3124 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3125 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3126 To: emacs-devel {_AT_} gnu.org
3127 Subject: bookmark.el bug report
3128 Date: Mon, 28 Dec 2009 14:19:16 +0800
3129 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3130
3131 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3132
3133 * bookmark.el: Improvements suggested by Drew Adams:
3134 (bookmark-bmenu-ensure-position): New name for
3135 `bookmark-bmenu-check-position'. Just ensure the position,
3136 don't return any meaningful value.
3137 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3138 New constants.
3139
3140 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3143 (bookmark-yank-point, bookmark-bmenu-check-position):
3144 Fix typos in docstrings.
3145 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3146 (bookmark-name-from-full-record, bookmark-get-position)
3147 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3148 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3149 Remove useless quoting of parenthesis, etc. in docstrings.
3150
3151 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3152 (ediff-append-custom-diff): Fix typo in error message.
3153 (ediff-meta-mark-equal-files): Fix typos in messages.
3154
3155 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3156
3157 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3158 Fix typo in docstring.
3159
3160 * net/imap-hash.el (imap-hash-make): Doc fix.
3161 (imap-hash-test): Fix typo in error message; reflow docstring.
3162 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3163 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3164 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3165 Fix typos in docstrings.
3166 (imap-hash-open-connection): Fix typo in error message.
3167
3168 * play/gomoku.el (gomoku): Fix typos in docstring.
3169
3170 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3171 (gdb-jsonify-buffer): Fix typos in docstring.
3172 (gdb-goto-breakpoint): Fix typo in error message.
3173 ("Display Other Windows"): Fix typo in help message.
3174 (gdb-speedbar-expand-node): Fix typo in question.
3175
3176 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3177 (idlwave-html-system-help-location, idlwave-html-help-location)
3178 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3179 (idlwave-help-browser-generic-args, idlwave-help-directory)
3180 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3181 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3182 (idlwave-online-help, idlwave-help-html-link)
3183 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3184 Fix typos in docstrings.
3185 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3186 Reflow docstrings.
3187 (idlwave-help-assistant-start): Fix typo in error message.
3188
3189 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3190 (octave-electric-space): Fix typos in docstrings.
3191
3192 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3193
3194 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3195
3196 2010-01-01 Juri Linkov <juri@jurta.org>
3197
3198 * comint.el (comint-input-ring-size): Make it a defcustom and
3199 increase the default to 500 (Bug#5148).
3200
3201 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3202
3203 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3204 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3205 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3206
3207 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3208
3209 Show working revision correctly for mercurial.
3210 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3211 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3212
3213 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3214
3215 Declare some functions for the byte-compiler.
3216 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3217 (speedbar-timer-fn, speedbar-change-expand-button-char)
3218 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3219
3220 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3221
3222 This changeset reverts GDB Graphical Interface to use annotations.
3223 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3224
3225 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3226
3227 Make vc-dir work on subdirectories of the bzr root.
3228 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3229 file names relative to it.
3230 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3231 relative directory to vc-bzr-after-dir-status.
3232
3233 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3234
3235 * font-lock.el (font-lock-refresh-defaults): New function, which
3236 can be used to let font-lock react to external changes in
3237 variables like font-lock-defaults and keywords.
3238 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3239
3240 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3241
3242 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3243
3244 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3245
3246 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3247
3248 Supersede color.diff settings in git log (bug#5211).
3249
3250 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3251 escape chars in its output when the user has color.diff set to `always'.
3252 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3253
3254 2009-12-26 Kevin Ryde <user42@zip.com.au>
3255
3256 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3257 node. Keep previous "Index" name to work with past coreutils too.
3258
3259 * man.el (man): Revise docstring a bit to show -a and -l as
3260 examples. Add -k description since support for it has otherwise
3261 been a secret. (Further to bug#3717.)
3262 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3263 "no matches" rather than "Can't find manpage", as the latter reads
3264 like -k was interpreted as a page name, which is not so. (Bug#5431)
3265
3266 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3269 switches. Check also for //SUBDIRED// line.
3270
3271 2009-12-25 Kenichi Handa <handa@m17n.org>
3272
3273 * language/indian.el (devanagari-composable-pattern): Fixed to
3274 handle ZWNJ and ZWJ. Use it in composition-function-table for
3275 Devanagari.
3276 (malayalam-composable-pattern): Fix previous change.
3277
3278 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3279
3280 * ps-print.el (ps-face-attributes): It was not returning the
3281 attribute face for faces specified as string. Reported by harven
3282 <harven@free.fr>.
3283 (ps-print-version): New version 7.3.5.
3284
3285 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3286
3287 * calendar/icalendar.el (icalendar--convert-tz-offset):
3288 Fix timezone names.
3289 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3290 (icalendar--add-diary-entry): Remove the trailing blank that
3291 diary-make-entry inserts.
3292
3293 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3294
3295 Make `file-expand-wildcards' work for remote files.
3296
3297 * files.el (file-expand-wildcards): In case of remote files, check
3298 only local file name part for wildcards. Provide feature 'files
3299 and subfeature 'remote-wildcards. (Bug#5198)
3300
3301 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3302 if there is already an established connection.
3303 (tramp-advice-file-expand-wildcards): Remove it.
3304
3305 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3306 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3307 Activate advice for older GNU Emacs versions. (Bug#5237)
3308
3309 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3310
3311 Some doc fixes (more needed).
3312
3313 * find-cmd.el (find-constituents): Reflow docstring.
3314 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3315 (find-generic): Doc fix.
3316
3317 2009-12-17 Juri Linkov <juri@jurta.org>
3318
3319 Fix regression from 23.1 to allow multiple modes in Local Variables.
3320
3321 * files.el (hack-local-variables-filter): While ignoring duplicates,
3322 don't take `mode' into account.
3323 (hack-local-variables-filter, hack-dir-local-variables):
3324 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3325
3326 2009-12-17 Juri Linkov <juri@jurta.org>
3327
3328 Make `dired-diff' safer. (Bug#5225)
3329
3330 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3331 `current' or when `file' is a directory of the `current' file.
3332
3333 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3334
3335 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3336 unconditionally preloaded files.
3337
3338 2009-12-16 Juri Linkov <juri@jurta.org>
3339
3340 Revert to old 23.1 logic of using the file at the mark as default.
3341 * dired-aux.el (dired-diff): Use the file at the mark as default
3342 if it's not the same as the current file, and the target dir is
3343 the current dir or the mark is active. Add the current file
3344 as the arg of `dired-dwim-target-defaults'. Use the default file
3345 in the prompt. (Bug#5225)
3346
3347 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3348
3349 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3350 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3351 (tramp-check-for-regexp): Check also, when an echoing shell stops
3352 to echo sent commands.
3353
3354 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * Makefile.in: Revert last change (Bug#5191).
3357
3358 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * vc-hg.el (vc-hg-print-log): Fix argument order.
3361 (vc-hg-working-revision): Make sure the command is executed in a
3362 known environment so that we can parse the output. (Bug#4417)
3363
3364 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * progmodes/python.el (python-symbol-completions): Remove text
3367 properties from symbol string before calling python-send-receive.
3368
3369 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3370
3371 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3372 when there are values for both file and line. (Bug#5060)
3373
3374 2009-12-14 Juri Linkov <juri@jurta.org>
3375
3376 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3377 whitespace after the file name of the first line of unified format,
3378 because git-diff doesn't output whitespace and file modification time
3379 after the file name.
3380
3381 2009-12-14 David Kastrup <dak@gnu.org>
3382
3383 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3384 check if it already has the `display' property added by
3385 `Info-display-images-node', and not put the `invisible' property
3386 in this case.
3387
3388 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3391 (semantic-mru-bookmark-mode): Doc fixes.
3392
3393 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3394 of assert.
3395
3396 2009-12-13 Glenn Morris <rgm@gnu.org>
3397
3398 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3399 (report-emacs-bug): In message-mode, sort manually before storing
3400 original report text. (Bug#5178)
3401 Remove superfluous save-excursion.
3402
3403 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3406 when responding to "GetAll" properties.
3407
3408 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * simple.el (compose-mail): Remove mail-setup-with-from from
3411 customization checks.
3412
3413 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3414
3415 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3416 RAR archives created on Unix systems.
3417
3418 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3421 the varalias that was accidentally removed by the 2009-11-19 change
3422 (bug#5186).
3423
3424 2009-12-12 Kenichi Handa <handa@m17n.org>
3425
3426 * language/indian.el (indian-compose-regexp): New function.
3427 (malayalam-composable-pattern): Fix the pattern.
3428 (composition-function-table): Set malayalam-composable-pattern for
3429 Malayalam characters.
3430
3431 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3434 rather than down-mouse-1, based on follow-link conventions.
3435
3436 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3437 are compiled.
3438
3439 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3440
3441 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3442 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3443 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3444 (verilog-leap-to-head, verilog-backward-token):
3445 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3446
3447 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3448
3449 * progmodes/verilog-mode.el (verilog-auto-lineup)
3450 (verilog-nameable-item-re): Cleanup user-visible spelling and
3451 documentation errors. One reported by Gary Delp.
3452 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3453 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3454 package, bug195. Reported by Pierre-David Pfister.
3455
3456 2009-12-11 Glenn Morris <rgm@gnu.org>
3457
3458 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3459
3460 * mail/emacsbug.el: No longer require sendmail.
3461 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3462 (report-emacs-bug-orig-text): Doc fix.
3463 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3464 New local variables, to adapt to different mail-user-agents.
3465 (report-emacs-bug): Fix test for a gnu.org address.
3466 Use overlays for emphasis, since font-lock defeats 'face property.
3467 Pretest bugs also end up at the newsgroup these days.
3468 Stop message-mode stripping text properties.
3469 Set and use the new buffer-local variables.
3470 (report-emacs-bug-hook): Add doc-string.
3471 Remove some unnecessary save-excursions and simplify.
3472 Use the appropriate hook and send-command.
3473
3474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3475 capitalization of some menu entries.
3476
3477 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3478
3479 * whitespace.el (whitespace-display-char-on): Ensure
3480 `buffer-display-table' is unique when two or more windows are
3481 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3482 New version 12.1.
3483
3484 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3485
3486 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3487 characters in the Attribute field.
3488
3489 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3490
3491 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3492
3493 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3496 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3497 Disregard autoload-excludes.
3498 (update-directory-autoloads): Obey autoload-excludes here instead.
3499 But don't store its contents in no-autoloads and remove entries that
3500 refer to excludes files.
3501
3502 2009-12-10 Glenn Morris <rgm@gnu.org>
3503
3504 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3505 (expand-mail-aliases): Define for compiler.
3506
3507 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3508 Define for compiler.
3509
3510 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3511 appropriate for the mail-user-agent in use.
3512
3513 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3514
3515 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3516
3517 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3518
3519 Fix short log parsing and fontification.
3520 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3521 Fix fontification for the [merge] label.
3522
3523 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3524
3525 Drop some properties to avoid surprises (bug#5002).
3526 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3527 (hfy-fontify-buffer): Use it.
3528
3529 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 Minor cleanup.
3532 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3533 Adjust all callers.
3534 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3535 args compulsory. Adjust callers.
3536 (ffap-gopher-at-point): Remove unused var `name'.
3537
3538 Get rid of the ELCFILES abomination.
3539 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3540 (compile-elcfiles): New phony target.
3541 (compile-main): Compute ELCFILES dynamically.
3542 (compile-clean): New target to remove left-over elc files.
3543 (compile, all): Use it.
3544
3545 2009-12-09 Kenichi Handa <handa@etlken>
3546
3547 * international/mule-diag.el: Require help-mode instead of help-fns.
3548
3549 2009-12-09 Kenichi Handa <handa@m17n.org>
3550
3551 * international/mule-cmds.el (ucs-names): Supply sufficiently
3552 fine ranges instead of pre-calculating accurate ranges.
3553 Iterate with bigger gc-cons-threshold.
3554
3555 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3556
3557 Add support for stashing a snapshot of the current tree.
3558 * vc-git.el (vc-git-stash-snapshot): New function.
3559 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3560
3561 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3562
3563 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3564 instead of `(beginning|end)-of-line'.
3565
3566 2009-12-08 Glenn Morris <rgm@gnu.org>
3567
3568 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3569
3570 * Makefile.in (ELCFILES): Regenerate.
3571
3572 2009-12-07 Juri Linkov <juri@jurta.org>
3573
3574 Don't lazy-highlight the comint output in history Isearch mode.
3575
3576 * comint.el (comint-history-isearch-search): Instead of
3577 `comint-line-beginning-position', use `comint-after-pmark-p'
3578 to check if point if before the process mark, and go to
3579 `process-mark' in this case.
3580
3581 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * textmodes/tex-mode.el (latex-complete)
3584 (latex-indent-or-complete): Remove.
3585 (latex-mode): Set completion-at-point-functions instead.
3586
3587 Provide a standard completion command and hook it into TAB.
3588 * minibuffer.el (completion-at-point-functions): New var.
3589 (completion-at-point): New command.
3590 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3591 * progmodes/python.el (python-mode-map): Use completion-at-point.
3592 (python-completion-at-point): Rename from python-partial-symbol and
3593 adjust for use in completion-at-point-functions.
3594 (python-mode): Setup completion-at-point for Python completion.
3595 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3596 extracted from lisp-complete-symbol.
3597 (lisp-complete-symbol): Use it.
3598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3599 setup completion-at-point for Elisp completion.
3600 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3601 Use completion-at-point.
3602 * ielm.el (ielm-map): Use completion-at-point.
3603 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3604 * progmodes/sym-comp.el: Move to...
3605 * obsolete/sym-comp.el: Move from progmodes.
3606
3607 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3608
3609 Prevent save-buffer in Rmail buffers from using the coding-system
3610 of the current message, and from clobbering the encoding mnemonics
3611 in the mode line (Bug#4623).
3612
3613 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3614 flag, too.
3615 (rmail-message-encoding): New variable.
3616 (rmail-write-region-annotate): Record the encoding of the current
3617 message in rmail-message-encoding.
3618 (rmail-after-save-hook): New function, restores the encoding of
3619 the current message after the message collection is saved.
3620
3621 2009-12-07 Juri Linkov <juri@jurta.org>
3622
3623 * progmodes/grep.el (grep-read-files): Use `completing-read'
3624 instead of `read-string'. Set its `collection' arg to
3625 `read-file-name-internal'. (Bug#4301)
3626
3627 2009-12-07 Juri Linkov <juri@jurta.org>
3628
3629 Correctly restore original Isearch point. (Bug#4994)
3630
3631 * isearch.el (isearch-mode): Move `isearch-push-state' after
3632 `(run-hooks 'isearch-mode-hook)'.
3633 (isearch-cancel): When `isearch-push-state-function' is defined,
3634 let-bind `isearch-cmds' to the first state (the last element of
3635 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3636 function and restores the original point). Otherwise, move point
3637 to `isearch-opoint'.
3638
3639 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3642 chars that don't have names, so the table can be built much faster at
3643 run-time.
3644
3645 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3648 change. Suggested by David Kastrup.
3649
3650 * simple.el (compose-mail): Check for incompatibilities and warn.
3651 (compose-mail-user-agent-warnings): New option.
3652
3653 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3654
3655 Support showing a single log entry from vc-annotate.
3656 * vc.el (print-log): Add a new argument: START-REVISION.
3657 (vc-print-log-internal): Add a new optional argument and
3658 pass it to the backend.
3659 (vc-print-log, vc-print-root-log): Adjust callers.
3660 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3661 buffer already displays the requested log entry, use it.
3662 Otherwise display only the log entry in question.
3663 * vc-svn.el (vc-svn-print-log):
3664 * vc-mtn.el (vc-mtn-print-log):
3665 * vc-hg.el (vc-hg-state):
3666 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3667 (vc-git-show-log-entry): Return t on success.
3668 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3669 (vc-bzr-show-log-entry): Return t on success.
3670 * vc-rcs.el (vc-rcs-print-log):
3671 * vc-sccs.el (vc-sccs-print-log):
3672 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3673
3674 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3675
3676 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3677 Add menus to the meta mode. (Bug#5043)
3678
3679 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3680
3681 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3682 event-key.
3683
3684 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3685
3686 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3687
3688 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3689 Berbain <raphael.berbain@gmail.com>.
3690
3691 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3692 characters.
3693 (tramp-initial-end-of-output): New defconst.
3694 (tramp-methods, tramp-find-shell)
3695 (tramp-open-connection-setup-interactive-shell)
3696 (tramp-maybe-open-connection): Use it.
3697 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3698 existence of `#' and `$'.
3699
3700 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3701 `tramp-initial-end-of-output'.
3702
3703 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 Get the background mode from the terminal for xterm, and set
3706 faces accordingly.
3707 * term/xterm.el (xterm-set-background-mode): New function.
3708 (terminal-init-xterm): Use it in case xterm supports background
3709 color queries. Recompute faces after getting the background
3710 color.
3711
3712 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3713
3714 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3715 number comment back on its own line, for easier parsing.
3716
3717 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 Make it work for non-file buffers (bug#5102).
3720 * doc-view.el (doc-view-current-cache-dir):
3721 Use doc-view-buffer-file-name rather than buffer-file-name.
3722 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3723
3724 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3725
3726 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3727 author field is too short.
3728
3729 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3730
3731 * vc-git.el (vc-git-print-log): Handle a limit argument.
3732 Display the short log in graph form and with labels.
3733 (vc-git-log-view-mode): Handle labels.
3734
3735 Make vc-revert change VC state from 'added to 'unregistered.
3736 * vc-git.el (vc-git-revert): Call git reset first.
3737
3738 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3739
3740 * net/newst-backend.el, net/newst-plainview.el:
3741 * net/newst-reader.el, net/newst-ticker.el:
3742 * net/newst-treeview.el, net/newsticker.el:
3743 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3744
3745 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3748
3749 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3750 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3751 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3752 Update annotation regexp.
3753
3754 * simple.el (beginning-of-visual-line): Constrain to field
3755 boundaries (Bug#5106).
3756
3757 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3758
3759 * xml.el (xml-substitute-numeric-entities): Move
3760 newsticker--decode-numeric-entities in newst-backend.el to
3761 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3762 * net/newst-backend.el (newsticker--parse-generic-feed)
3763 (newsticker--parse-generic-items)
3764 (newsticker--decode-numeric-entities): Move
3765 newsticker--decode-numeric-entities in newst-backend.el to
3766 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3767
3768 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3769
3770 * progmodes/js.el (js--js-not): Add null to the list of values.
3771
3772 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3775
3776 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3777
3778 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3779 delimiter if it is at the end of the current line.
3780 (bibtex-generate-url-list): Fix docstring.
3781
3782 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3785 minibuffer's content with itself.
3786 Fold the confirm-after-completion case into the `confirm' case.
3787 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3788
3789 2009-12-06 Kevin Ryde <user42@zip.com.au>
3790
3791 * ffap.el (ffap-rfc-path): Make this a defcustom since
3792 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3793
3794 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3795 manuals, similar to existing setup for help-mode. (Bug#3913.)
3796
3797 2009-12-05 Juri Linkov <juri@jurta.org>
3798
3799 Save and restore dired buffer's point positions too. (Bug#4880)
3800
3801 * dired.el (dired-save-positions): Return in the first element
3802 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3803 Doc fix.
3804 (dired-restore-positions): First restore buffer's position.
3805 While restoring window's positions, check if window still displays
3806 the original buffer.
3807
3808 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3811 if possible.
3812
3813 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3814 Make argument optional.
3815
3816 * shell.el (shell): Require ansi-color (Bug#5113).
3817
3818 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3819
3820 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3821
3822 2009-12-05 Alan Mackenzie <acm@muc.de>
3823
3824 * progmodes/cc-mode.el (c-before-hack-hook)
3825 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3826 `c-file-style' to work again. This reversion restores the current
3827 software to its state in Emacs 23.1. (Bug#4146)
3828
3829 2009-12-05 Kevin Ryde <user42@zip.com.au>
3830
3831 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3832 comment-start-skip to comment-end-skip as comment (Bug#4781).
3833
3834 2009-12-05 Juri Linkov <juri@jurta.org>
3835
3836 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3837 for virtual nodes. (Bug#4147)
3838 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3839 when moving from a virtual node.
3840 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3841 (Info-mode): Add `Info-virtual-index' to the docstring.
3842
3843 2009-12-05 Eric Ludlam <zappo@gnu.org>
3844
3845 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3846 Describe project macro symbols.
3847
3848 * cedet/semantic/complete.el (semantic-complete-do-completion):
3849 Don't call semantic-collector-current-exact-match.
3850
3851 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3852 ede-objects as targets.
3853
3854 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3855 a target's object list even if compiler vars are already in the
3856 Makefile.
3857
3858 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3859 list of headers producing necessary macros.
3860
3861 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3862
3863 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3864 track of the buffer position of the end of a BibTeX entry as this
3865 position may change during reformatting.
3866 (bibtex-format-entry): Remove whitespace before processing
3867 numerical fields so that we recognize the latter properly.
3868 (bibtex-reformat): Do not use push which changes the global value
3869 of bibtex-entry-format.
3870 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3871 (bibtex-field-re-init): Replace only space characters by regexp
3872 for whitespace.
3873 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3874 (bibtex-initialize): Also update bibtex-strings.
3875 (bibtex-kill-field): Preserve white space at end of entry.
3876 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3877 Update bibtex-reference-keys.
3878
3879 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3882 point after a star, if that's the only place where modifications can
3883 make progress.
3884
3885 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3886
3887 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3888 in docstrings.
3889
3890 2009-12-04 Juri Linkov <juri@jurta.org>
3891
3892 * proced.el (proced): Call `(proced-update t)' to update process
3893 information instead of only running proced-post-display-hook.
3894 (proced-send-signal): Add a leading space to the buffer name
3895 " *Marked Processes*" to make this buffer ephemeral.
3896
3897 2009-12-04 Juri Linkov <juri@jurta.org>
3898
3899 * dired.el (dired-auto-revert-buffer): New defcustom.
3900 (dired-internal-noselect): Use it.
3901
3902 2009-12-04 Juri Linkov <juri@jurta.org>
3903
3904 Change roles of modes and functions in image-mode.el (Bug#5062).
3905
3906 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3907 in `auto-mode-alist'.
3908 (image-mode-previous-major-mode): New variable.
3909 (image-minor-mode-map): Rename from `image-mode-text-map'.
3910 (image-mode): Move graceful error-handling code from
3911 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3912 (image-minor-mode): Remove all image-handling code.
3913 Replace `image-mode-text-map' with `image-minor-mode-map'.
3914 Check for `image-type' in mode-line format string.
3915 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3916 (image-mode-as-text): New function with most code from
3917 `image-mode-maybe'.
3918 (image-toggle-display-text): Move code that removes image
3919 properties from `image-toggle-display' to here.
3920 (image-toggle-display-image): New function with code that adds
3921 image properties copied from `image-toggle-display'.
3922 (image-toggle-display): Remove most code with leaving only code
3923 that toggles between `image-mode-as-text' and `image-mode'.
3924
3925 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3926
3927 * net/newst-treeview.el
3928 (newsticker--treeview-list-highlight-start): Restored call to
3929 save-excursion: Selected item was stuck.
3930 (newsticker--treeview-list-select): New.
3931 (newsticker--treeview-item-show-text)
3932 (newsticker--treeview-item-show)
3933 (newsticker--treeview-item-update): Use new
3934 newsticker-treeview-item-mode.
3935 (newsticker-treeview-update): Keep current item.
3936 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3937 (newsticker--treeview-first-feed): Doc change.
3938 (newsticker-treeview-list-menu)
3939 (newsticker-treeview-item-menu): Added menu entries.
3940 (newsticker-treeview-item-mode): New.
3941
3942 * net/newst-backend.el (newsticker-customize): Delete other
3943 windows.
3944
3945 2009-12-04 Sam Steingold <sds@gnu.org>
3946
3947 * log-view.el (log-view-mode-map): "q" calls quit-window,
3948 like in all the other non-self-insert buffers.
3949
3950 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 Minor cleanup.
3953 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3954 key decoding rather than do it manually via last-input-event +
3955 ascii-character.
3956 (term-exec): Use delete-and-extract-region.
3957 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3958 (term-process-pager): Remove unused var `i'.
3959 (term-dynamic-simple-complete): Make obsolete.
3960 (serial-update-config-menu): Remove unused vars `y' and `str'.
3961 (term-update-mode-line): Remove unused var `temp'.
3962
3963 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 Limit the number of log entries displayed by default.
3966 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3967 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3968 using a prefix argument.
3969
3970 2009-12-03 Glenn Morris <rgm@gnu.org>
3971
3972 * progmodes/idlwave.el (class): Restore still useful declaration.
3973
3974 2009-12-03 Alan Mackenzie <acm@muc.de>
3975
3976 Enhance `c-parse-state' to run efficiently in "brace deserts".
3977
3978 * progmodes/cc-mode.el (c-basic-common-init):
3979 Call c-state-cache-init.
3980 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3981 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3982 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3983
3984 * progmodes/cc-langs.el (c-before-font-lock-function):
3985 c-extend-and-neutralize-syntax-in-CPP has been renamed
3986 c-neutralize-syntax-in-and-mark-CPP.
3987
3988 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3989 with `category' properties now, not `syntax-table' ones.
3990
3991 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3992 enhanced (but slower) version of c-end-of-macro that won't land
3993 inside a literal or on another awkward character.
3994 (c-state-cache-too-far, c-state-cache-start)
3995 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3996 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3997 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3998 (c-state-min-scan-pos, c-state-brace-pair-desert)
3999 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4000 buffer local variables.
4001 (c-state-literal-at, c-state-lit-beg)
4002 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4003 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4004 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4005 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4006 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4007 (c-renarrow-state-cache)
4008 (c-append-lower-brace-pair-to-state-cache)
4009 (c-state-push-any-brace-pair, c-append-to-state-cache)
4010 (c-remove-stale-state-cache)
4011 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4012 (c-invalidate-state-cache-1, c-parse-state-1)
4013 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4014 (c-parse-state): Enhance and refactor.
4015 (c-debug-parse-state): Amend to deal with all the new variables.
4016
4017 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4018 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4019 modify to use category text properties rather than syntax-table ones.
4020 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4021 to switch off/on the syntactic paren property of C++ template
4022 delimiters using the category property.
4023 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4024 template delims suppressed.
4025 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4026 New constant/macros which apply category properties to the start
4027 and end of preprocessor constructs.
4028 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4029 "comment out" the syntactic value of characters in preprocessor
4030 constructs.
4031 (c-with-cpps-commented-out)
4032 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4033 with characters in all or all but one preprocessor constructs
4034 "commented out".
4035
4036 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4037
4038 * proced.el (proced-filter-alist): Use regexp-quote.
4039
4040 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4041
4042 Cleanup.
4043 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4044 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4045 arguments. Expand `default-directory'.
4046
4047 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4048 the benefit of returning an expanded localname.
4049 (tramp-tramp-file-p): Handle the case NAME is not a string.
4050
4051 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4052
4053 Add support for bzr shelve/unshelve.
4054 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4055 (vc-bzr-extra-menu-map): New variables.
4056 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4057 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4058 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4059 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4060 (vc-bzr-dir-extra-headers): Display shelves.
4061
4062 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4063
4064 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * textmodes/bibtex.el (bibtex-complete-internal):
4067 Use completion-in-region.
4068 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4069
4070 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4071
4072 Support applying stashes. Improve UI.
4073 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4074 (vc-git-stash-apply, vc-git-stash-pop)
4075 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4076 (vc-git-stash-menu): New functions.
4077 (vc-git-stash-menu-map): New variable.
4078 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4079
4080 2009-12-03 Glenn Morris <rgm@gnu.org>
4081
4082 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4083 (vc-print-log-internal): Fix previous change.
4084 (vc-revert): Correct pluralization.
4085
4086 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4089 it to be an alist any more.
4090 (makefile-complete): Use completion-in-region.
4091
4092 * progmodes/octave-mod.el (octave-complete-symbol):
4093 Use completion-in-region.
4094
4095 Misc cleanup.
4096 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4097 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4098 (idlwave-complete-class): Don't quote lambda.
4099 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4100 (idlwave-mode-map): Move initialization into declaration.
4101 (idlwave-action-and-binding): Use backquotes.
4102 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4103 Simplify.
4104 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4105 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4106 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4107 `parts', and `all-parts'.
4108 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4109 (idlwave-convert-xml-system-routine-info): Remove unused string
4110 `version-string'.
4111 (idlwave-display-user-catalog-widget): Use dolist.
4112 (idlwave-scanning-lib): Declare dynamically-scoped var.
4113 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4114 (completion-highlight-first-word-only): Declare to silence bytecomp.
4115 (idlwave-popup-select): Tighten scope of `resp'.
4116 (idlwave-find-struct-tag): Remove unused var `beg'.
4117 (idlwave-after-load-rinfo-hook): Declare.
4118 (idlwave-sintern-class-info): Remove unused var `taglist'.
4119 (idlwave-find-class-definition): Remove unused var `list'.
4120 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4121 (idlwave-what-module-find-class): Remove unused var `classes'.
4122
4123 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4126
4127 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4130 buffers visited. Remove redundant current-buffer-saving.
4131
4132 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 Use completion-in-buffer and remove uses of dynamic scoping.
4135 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4136 (pascal-buffer-to-use, pascal-flag): Don't declare.
4137 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4138 (pascal-get-completion-decl, pascal-keyword-completion):
4139 Add `pascal-str' argument, save-excursion,
4140 return the found completions, and don't filter with pascal-pred.
4141 (pascal-completion-cache): New var.
4142 (pascal-completion): Don't switch buffer any more (it was never
4143 necessary). Don't save-excursion any more (it's done by the called
4144 subroutines). Use a cache to avoid redundant computations.
4145 Use complete-with-action rather than pascal-completion-response and
4146 let it apply the predicate as well.
4147 (pascal-complete-word): Use completion-in-buffer when
4148 pascal-toggle-completions is nil.
4149 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4150 not used any more.
4151 (pascal-comp-defun): Don't change buffer any more.
4152 Use complete-with-action rather than pascal-completion-response and
4153 let it apply the predicate as well.
4154 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4155 when neded.
4156
4157 2009-12-02 Kenichi Handa <handa@m17n.org>
4158
4159 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4160 shape for all Indic scripts.
4161
4162 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 Use completion-in-buffer.
4165 * wid-edit.el (widget-field-text-end): New function.
4166 (widget-field-value-get): Use it.
4167 (widget-string-complete, widget-file-complete)
4168 (widget-color-complete): Use it and completion-in-region.
4169 (widget-complete): Don't narrow the buffer.
4170
4171 2009-12-02 Glenn Morris <rgm@gnu.org>
4172
4173 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4174 (rmail-select-summary): Use rmail-pop-to-buffer.
4175 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4176 rmail-pop-to-buffer, to prevent horizontal splits.
4177
4178 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4179 save-excursion with save-current-buffer.
4180 Widen before searching. (Bug#5093)
4181 (diary-list-sexp-entries): Remove superfluous save-excursion.
4182
4183 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4184
4185 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4186 name. (Bug#5038)
4187
4188 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4189
4190 * ido.el (ido-file-internal): Handle filenames at point that do
4191 not have a directory part. (Bug#5049)
4192
4193 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4196 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4197
4198 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4199
4200 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4201 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4202 any more.
4203
4204 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * comint.el (comint-insert-input): Ignore clicks to the right of
4207 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4208
4209 * vc.el (vc-print-log-internal): Don't wait for the process to
4210 terminate before setting up the major mode.
4211
4212 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4213 in case.
4214
4215 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4216 the last element.
4217
4218 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4219
4220 2009-12-01 Glenn Morris <rgm@gnu.org>
4221
4222 * window.el (window--display-buffer-2): Fix previous changes.
4223
4224 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4227
4228 2009-12-01 Glenn Morris <rgm@gnu.org>
4229
4230 * Makefile.in (ELCFILES): Add mpc.elc.
4231
4232 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * mpc.el: New file.
4235
4236 2009-12-01 Glenn Morris <rgm@gnu.org>
4237
4238 * window.el (window-to-use): Define for compiler.
4239
4240 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4241 consistent with others (no final period).
4242
4243 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4244 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4245
4246 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4247
4248 Make vc-print-log buttons work.
4249 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4250
4251 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4252
4253 * savehist.el (savehist-autosave-interval): Allow setting to nil
4254 through customize. (Bug#5056)
4255
4256 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4257
4258 Fix references to jit-lock properties.
4259 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4260 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4261 (perl-font-lock-special-syntactic-constructs):
4262 Quote jit-lock-defer-multiline property.
4263
4264 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4267
4268 2009-11-30 Juri Linkov <juri@jurta.org>
4269
4270 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4271 value `buffer' of `multi-isearch-next-buffer-current-function'.
4272 Use `(current-buffer)' when `buffer' is nil.
4273 (multi-isearch-next-buffer-from-list): Don't fallback to
4274 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4275
4276 2009-11-30 Juri Linkov <juri@jurta.org>
4277
4278 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4279 of buffers with `get-buffer' to `multi-isearch-buffers'.
4280 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4281 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4282 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4283 FILES with `expand-file-name' converting relative file names
4284 to absolute. Doc fix. (Bug#4727)
4285
4286 2009-11-30 Juri Linkov <juri@jurta.org>
4287
4288 * misearch.el (multi-isearch-read-buffers)
4289 (multi-isearch-read-matching-buffers): New functions.
4290 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4291 Use them in the `interactive' spec. Doc fix.
4292 (multi-isearch-read-files, multi-isearch-read-matching-files):
4293 New functions.
4294 (multi-isearch-files, multi-isearch-files-regexp):
4295 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4296
4297 2009-11-30 Juri Linkov <juri@jurta.org>
4298
4299 * doc-view.el (doc-view-continuous):
4300 Rename from `doc-view-continuous-mode'.
4301 (doc-view-menu): Move "Toggle display" to the top.
4302 Add submenu "Continuous" with radio buttons "Off"/"On"
4303 and "Save as Default".
4304 (doc-view-scroll-up-or-next-page)
4305 (doc-view-scroll-down-or-previous-page)
4306 (doc-view-next-line-or-next-page)
4307 (doc-view-previous-line-or-previous-page): Rename
4308 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4309
4310 2009-11-30 Juri Linkov <juri@jurta.org>
4311
4312 * comint.el (comint-mode-map): Rebind `M-r' from
4313 `comint-previous-matching-input' to
4314 `comint-history-isearch-backward-regexp'.
4315 Unbind `M-s' to allow global key binding `M-s'.
4316 Add menu items for `comint-history-isearch-backward' and
4317 `comint-history-isearch-backward-regexp'. (Bug#3746)
4318
4319 2009-11-30 Juri Linkov <juri@jurta.org>
4320
4321 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4322 For def=recenter, replace `recenter' with `recenter-top-bottom'
4323 that is called with `this-command' and `last-command' let-bound
4324 to `recenter-top-bottom'. When the last `def' was not `recenter',
4325 set `recenter-last-op' to nil. (Bug#4981)
4326
4327 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 Minor cleanup and simplification.
4330 * filecache.el (file-cache-add-directory)
4331 (file-cache-add-directory-recursively)
4332 (file-cache-add-from-file-cache-buffer)
4333 (file-cache-delete-file-regexp, file-cache-delete-directory)
4334 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4335 (file-cache-temp-minibuffer-message): Delete function.
4336 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4337
4338 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4339 Don't signal an error when bumping into EOB in tr, s, or y.
4340
4341 2009-11-29 Juri Linkov <juri@jurta.org>
4342
4343 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4344 (Bug#4960)
4345
4346 * descr-text.el (describe-char-unidata-list): Use lowercase name
4347 for "Unicode name" like in other tags.
4348
4349 2009-11-29 Juri Linkov <juri@jurta.org>
4350
4351 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4352 New compatibility macro.
4353 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4354
4355 2009-11-29 Juri Linkov <juri@jurta.org>
4356
4357 Add defcustom to define the cycling order of `recenter-top-bottom'.
4358 (Bug#4981)
4359
4360 * window.el (recenter-last-op): Doc fix.
4361 (recenter-positions): New defcustom.
4362 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4363 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4364
4365 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4366
4367 Improve integration of Tramp and ange-ftp in eshell.
4368
4369 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4370 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4371 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4372
4373 * eshell/esh-util.el (top): Require also Tramp when compiling.
4374 (eshell-directory-files-and-attributes): Check for FTP remote
4375 connection.
4376 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4377 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4378 (eshell-file-attributes): Handle ".". Return `entry'.
4379
4380 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4381 (ange-ftp-directory-files-and-attributes)
4382 (ange-ftp-real-directory-files-and-attributes): New defuns.
4383
4384 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4385 shell with "exec" when possible. This prevents trailing prompts
4386 in `start-file-process'.
4387
4388 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 Try and remove assumptions about point-min==1.
4391 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4392 (rng-compute-mode-line-string): Show the validation percentage in
4393 terms of the narrowed text, not the widened text.
4394 (rng-do-some-validation): Don't catch internal errors when debugging.
4395 (rng-first-error): Simplify.
4396 (rng-after-change-function): Remove work around. AFAIK the bug has
4397 been fixed a while ago.
4398
4399 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4400 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4401
4402 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4403
4404 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4405 `cd' doesn't always do it for us (bug#5067).
4406
4407 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4408 on 2009-10-25 as part of some other change (bug#5067).
4409
4410 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4413 `suspicious'.
4414 (byte-compile-warnings): Use byte-compile-warning-types.
4415 (byte-compile-save-excursion): Warn about use of set-buffer right
4416 after save-excursion.
4417
4418 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4419 the excursion as well.
4420
4421 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4422
4423 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4424 providing a Tramp related implementation of "su" and "sudo".
4425 (eshell-unix-initialize): Add "su" and "sudo".
4426
4427 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4428
4429 * net/socks.el (socks-send-command): Convert binary request to
4430 unibyte before sending. This fixes mishandling of some port
4431 numbers such as 129.
4432
4433 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * help.el (describe-bindings-internal): Remove `interactive'.
4436
4437 * man.el (Man-completion-table): Trim a terminating "(".
4438 Remove the space between name page a section.
4439 Add the command's description on the `help-echo' property.
4440 Remove `process-connection-type' binding since it's unused by
4441 call-process.
4442 Provide completion for the "<section> <name>" format as well.
4443 (Man-default-man-entry): Remove spurious var shadowing the argument.
4444
4445 2009-11-26 Kevin Ryde <user42@zip.com.au>
4446
4447 * log-view.el: Add "Keywords: tools", since its other keywords
4448 aren't in finder-known-keywords, and following vc.el.
4449
4450 * sha1.el (sha1-string-external): default-directory "/" in case
4451 otherwise non-existent. process-connection-type pipe for touch of
4452 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4453
4454 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 Misc coding convention cleanups.
4457 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4458 hfy-init-kludge-hooks.
4459 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4460 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4461 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4462 and push.
4463 (hfy-slant, hfy-weight): Use tables rather than code.
4464 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4465 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4466 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4467 (hfy-face-to-css): Remove `nconc' with single arg.
4468 (hfy-p-to-face-lennart): Use `or'.
4469 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4470 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4471 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4472 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4473 (hfy-force-fontification): Use run-hooks.
4474
4475 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4476
4477 Various minor fixes.
4478 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4479 Javascript belongs in the header, not the body.
4480 (hfy-javascript): Remove.
4481 (hfy-fontify-buffer): Don't insert it any more.
4482 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4483 Fix bug in invis handling when there were no invis props in a chunk.
4484
4485 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4488
4489 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4490
4491 * finder.el (finder-mode-map): Add a menu.
4492
4493 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4494
4495 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4496 "unsigned" structs.
4497
4498 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4499 fork" statement better.
4500
4501 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4502
4503 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4504 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4505 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4506 Reported by Clay Douglass.
4507
4508 (verilog-auto-inst, verilog-auto-star-safe)
4509 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4510 Fix removing "// Interfaces" when saving .* expansions. Reported by
4511 Pierre-David Pfister.
4512
4513 2009-11-26 Glenn Morris <rgm@gnu.org>
4514
4515 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4516 the scope.
4517
4518 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4519
4520 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4521 Really use previous revision.
4522
4523 2009-11-25 Kevin Ryde <user42@zip.com.au>
4524
4525 * man.el (Man-completion-table): default-directory "/" in case
4526 doesn't otherwise exist. process-environment COLUMNS=999 so as
4527 not to truncate long names. process-connection-type pipe to avoid
4528 any chance of hitting the pseudo-tty TIOCGWINSZ.
4529 (man): completion-ignore-case t for friendliness and since man
4530 itself is case-insensitive on the command line.
4531 Further to Bug#3717.
4532
4533 * arc-mode.el: Add "Keywords: files", so the details in its
4534 commentary can be reached from finder-by-keyword.
4535 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4536 editing mode, but it's comms related and sgml-mode.el has "comm"
4537 on that basis too.
4538 * textmodes/bibtex-style.el: Add "Keywords: tex".
4539 * international/isearch-x.el, international/ja-dic-cnv.el:
4540 * international/ja-dic-utl.el, international/kkc.el:
4541 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4542
4543 2009-11-25 Juri Linkov <juri@jurta.org>
4544
4545 * man.el (Man-completion-table): Modify regexp to include
4546 section names to completion strings. (Bug#3717)
4547
4548 2009-11-25 Juri Linkov <juri@jurta.org>
4549
4550 Search recursively in gzipped files. (Bug#4982)
4551
4552 * progmodes/grep.el (grep-highlight-matches): Add new options
4553 `always' and `auto'. Doc fix.
4554 (grep-process-setup): Check `grep-highlight-matches' for
4555 `auto-detect' to determine the need to compute grep defaults.
4556 Move Windows/DOS specific --colors settings handling
4557 to `grep-compute-defaults'. Check `grep-highlight-matches'
4558 to get the value of "--color=".
4559 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4560 has the value `auto-detect'. Move Windows/DOS specific settings
4561 from `grep-process-setup'.
4562 (zrgrep): New command with alias `rzgrep'.
4563
4564 2009-11-25 Juri Linkov <juri@jurta.org>
4565
4566 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4567 to nil instead of switching off view-mode. (Bug#4896)
4568
4569 2009-11-25 Juri Linkov <juri@jurta.org>
4570
4571 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4572
4573 * mwheel.el (mwheel-scroll-up-function)
4574 (mwheel-scroll-down-function): New defvars.
4575 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4576 `scroll-up', and `mwheel-scroll-down-function' instead of
4577 `scroll-down'.
4578
4579 * doc-view.el (doc-view-scroll-up-or-next-page)
4580 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4581 Use this ARG in the call to image-scroll-up/image-scroll-down.
4582 Change `interactive' spec to "P". Goto next/previous page only
4583 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4584 SPC/DEL case). Doc fix.
4585 (doc-view-next-line-or-next-page)
4586 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4587 for consistency.
4588 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4589 `doc-view-scroll-up-or-next-page', and buffer-local
4590 `mwheel-scroll-down-function' to
4591 `doc-view-scroll-down-or-previous-page'.
4592
4593 2009-11-25 Juri Linkov <juri@jurta.org>
4594
4595 Provide additional default values (directories at other Dired
4596 windows) via M-n in the minibuffer of some Dired commands.
4597
4598 * dired-aux.el (dired-diff, dired-compare-directories)
4599 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4600 `minibuffer-default' in `minibuffer-with-setup-hook'.
4601 (dired-dwim-target-directory): Find a window that displays Dired
4602 buffer instead of failing when the next window is not Dired.
4603 Use `get-window-with-predicate' to find for the next Dired window.
4604 (dired-dwim-target-defaults): New function.
4605
4606 * ediff-util.el (ediff-read-file-name):
4607 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4608 in `minibuffer-with-setup-hook'.
4609
4610 2009-11-25 Juri Linkov <juri@jurta.org>
4611
4612 Provide additional default values (file name at point or at the
4613 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4614
4615 * minibuffer.el (read-file-name-defaults): New function.
4616 (read-file-name): Reset `minibuffer-default' to nil when
4617 it duplicates initial input `insdef'.
4618 Bind `minibuffer-default-add-function' to lambda that
4619 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4620 (minibuffer-insert-file-name-at-point): New command.
4621
4622 * files.el (file-name-at-point-functions): New defcustom.
4623 (find-file-default): Remove defvar.
4624 (find-file-read-args): Don't use `find-file-default'.
4625 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4626 to `read-file-name'.
4627 (find-file-literally): Use `read-file-name' with
4628 `confirm-nonexistent-file-or-buffer'.
4629
4630 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4631
4632 * dired.el (dired-read-dir-and-switches):
4633 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4634 to `read-file-name'.
4635 (dired-file-name-at-point): New function.
4636 (dired-mode): Add hook `dired-file-name-at-point' to
4637 `file-name-at-point-functions'.
4638
4639 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 Really make the *Completions* window soft-dedicated (bug#5030).
4642 * window.el (window--display-buffer-2): Add `dedicated' argument.
4643 (display-buffer): Pass it when needed so the dedicated flag is set
4644 after calling set-window-buffer, which would otherwise reset it.
4645
4646 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * progmodes/meta-mode.el (meta-complete-symbol):
4649 * progmodes/etags.el (complete-tag):
4650 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4651 Use completion-in-region.
4652
4653 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4654 (dabbrev-completion): Use completion-in-region.
4655 (dabbrev--abbrev-at-point): Simplify regexp.
4656
4657 * abbrev.el (abbrev--before-point): Use word-motion functions
4658 if :regexp is not specified (bug#5031).
4659
4660 * subr.el (string-prefix-p): New function.
4661
4662 * man.el (Man-completion-cache): New var.
4663 (Man-completion-table): Use it.
4664
4665 * vc.el (vc-print-log-internal): Make `limit' optional for better
4666 compatibility (e.g. with vc-annotate.el).
4667
4668 2009-11-24 Kevin Ryde <user42@zip.com.au>
4669
4670 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4671 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4672
4673 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4674 when .el source file not found or other error.
4675
4676 2009-11-24 Markus Triska <markus.triska@gmx.at>
4677
4678 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4679
4680 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 Handle the [back] button properly (bug#4979).
4683 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4684 Use help-setup-xref, help-buffer, and with-help-window.
4685 (describe-char): Add `buffer' argument.
4686 Pass proper command to help-setup-xref. Don't meddle with
4687 help-xref-stack-item directly.
4688 (describe-text-category): Use with-help-window and help-buffer.
4689
4690 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4691 for the displayed buffer (bug#4887).
4692
4693 * man.el (Man-completion-table): New function.
4694 (man): Use it.
4695
4696 2009-11-24 David Reitter <david.reitter@gmail.com>
4697
4698 * vc-git.el (vc-git-registered): Use checkout directory (where
4699 .git is) rather than the file's directory and a relative path spec
4700 to work around a bug in git.
4701
4702 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4703
4704 Improve handling of processes on remote hosts.
4705
4706 * eshell/esh-util.el (eshell-path-env): New defvar.
4707 (eshell-parse-colon-path): New defun.
4708 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4709
4710 * eshell/esh-ext.el (eshell-search-path):
4711 Use `eshell-parse-colon-path'.
4712 (eshell-remote-command): Remove argument HANDLER.
4713 (eshell-external-command): Check for FTP remote connection.
4714
4715 * eshell/esh-proc.el (eshell-gather-process-output):
4716 Use `file-truename', in order to start also symlinked files.
4717 Apply `start-file-process' instead of `start-process'.
4718 Shorten `command' to the local file name part.
4719
4720 * eshell/em-cmpl.el (eshell-complete-commands-list):
4721 Use `eshell-parse-colon-path'.
4722
4723 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4724
4725 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4726 to `eshell-directory-change-hook'.
4727
4728 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4729
4730 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4731 because it could be enabled automatically if view-read-only is non-nil.
4732
4733 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4734
4735 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4736 made on 2009-11-22.
4737
4738 2009-11-24 Glenn Morris <rgm@gnu.org>
4739
4740 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4741 deleted variable bookmark-bmenu-bookmark-column.
4742
4743 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4744 Move after definition of global-semantic-idle-tag-highlight-mode.
4745
4746 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4749
4750 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4751
4752 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4753 two slashes to the "file:" prefix.
4754 (browse-url-file-url): De-munge Cygwin filenames before passing
4755 them to Windows browser.
4756 (browse-url-default-windows-browser): Use call-process.
4757
4758 2009-11-23 Juri Linkov <juri@jurta.org>
4759
4760 Implement DocView Continuous mode. (Bug#4896)
4761 * doc-view.el (doc-view-continuous-mode): New defcustom.
4762 (doc-view-mode-map): Bind C-n/<down> to
4763 `doc-view-next-line-or-next-page', C-p/<up> to
4764 `doc-view-previous-line-or-previous-page'.
4765 (doc-view-next-line-or-next-page)
4766 (doc-view-previous-line-or-previous-page): New commands.
4767
4768 2009-11-23 Juri Linkov <juri@jurta.org>
4769
4770 Implement Isearch in comint input history. (Bug#3746)
4771 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4772 `isearch-mode-hook'.
4773 (comint-history-isearch): New defcustom.
4774 (comint-history-isearch-backward)
4775 (comint-history-isearch-backward-regexp): New commands.
4776 (comint-history-isearch-message-overlay): New buffer-local variable.
4777 (comint-history-isearch-setup, comint-history-isearch-end)
4778 (comint-goto-input, comint-history-isearch-search)
4779 (comint-history-isearch-message, comint-history-isearch-wrap)
4780 (comint-history-isearch-push-state)
4781 (comint-history-isearch-pop-state): New functions.
4782
4783 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4784
4785 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4786 return.
4787 (tramp-handle-make-symbolic-link)
4788 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4789 Quote file names.
4790 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4791 (tramp-handle-process-file): Use it.
4792
4793 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * window.el (move-to-window-line-last-op): Remove.
4796 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4797
4798 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4799
4800 Make M-r mirror the new cycling behavior of C-l.
4801 * window.el (move-to-window-line-last-op): New var.
4802 (move-to-window-line-top-bottom): New command.
4803 (global-map): Bind M-r move-to-window-line-top-bottom.
4804
4805 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4806
4807 * dired-x.el (dired-guess-shell-alist-default):
4808 Support xz format. (Bug#4953)
4809
4810 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * cedet/srecode/map.el (srecode-get-maps):
4813 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4814 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4815 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4816 (semantic-toggle-decoration-style):
4817 * cedet/semantic/decorate/include.el
4818 (semantic-decoration-include-describe)
4819 (semantic-decoration-unknown-include-describe)
4820 (semantic-decoration-unparsed-include-describe)
4821 (semantic-decoration-all-include-summary):
4822 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4823 * cedet/semantic/analyze/complete.el
4824 (semantic-analyze-possible-completions):
4825 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4826 (semantic-show-unmatched-syntax-mode)
4827 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4828 (semantic-highlight-func-mode):
4829 * cedet/semantic/util.el (semantic-describe-buffer):
4830 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4831 (semantic-symref-find-tags-by-name)
4832 (semantic-symref-find-tags-by-regexp)
4833 (semantic-symref-find-tags-by-completion)
4834 (semantic-symref-find-file-references-by-name)
4835 (semantic-symref-find-text):
4836 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4837 (senator-yank-tag):
4838 * cedet/semantic/scope.el (semantic-calculate-scope):
4839 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4840 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4841 (define-semantic-idle-service):
4842 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4843 (semantic-complete-analyze-inline-idle):
4844 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4845 * cedet/mode-local.el (describe-mode-local-bindings)
4846 (describe-mode-local-bindings-in-mode):
4847 * cedet/ede/make.el (ede-make-check-version):
4848 * cedet/ede/locate.el (ede-enable-locate-on-project):
4849 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4850 (cedet-idutils-version-check):
4851 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4852 (cedet-gnu-global-version-check):
4853 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4854 (cedet-cscope-version-check): Use called-interactively-p instead
4855 of interactive-p.
4856
4857 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4858 Use semantic-format-tag-prototype.
4859
4860 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4861
4862 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4863 last-command-char/last-command-event.
4864 (viper-prefix-arg-value): Do correct conversion of event-char for
4865 XEmacs.
4866
4867 * emulation/viper-util.el, emulation/viper.el:
4868 Use viper-last-command-char instead of
4869 last-command-char/last-command-event.
4870
4871 * ediff-init.el, ediff-mult.el, ediff-util.el:
4872 Replace last-command-char and last-command-event
4873 with (ediff-last-command-char) everywhere.
4874
4875 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4876 created in fundamental mode.
4877
4878 * ediff.el (ediff-version): Revert the change of interactive-p to
4879 called-interactively-p.
4880
4881 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4882
4883 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4884 generation from word-movement command names.
4885
4886 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4889 (semantic-complete-jump-local, semantic-complete-jump):
4890 Improve prompt string.
4891
4892 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4893
4894 * cus-start.el (all): Add native condition for font-use-system-font.
4895
4896 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4897
4898 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4899 Correct the patch from 2009-11-18. (Bug#3910)
4900
4901 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4902
4903 * progmodes/subword.el: Rename from lisp/subword.el.
4904
4905 * subword.el: Rename to progmodes/subword.el.
4906
4907 * Makefile.in (ELCFILES): Adapt to subword.el move.
4908
4909 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4910 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4913 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4914 (bookmark-bmenu-show-filenames): Use push.
4915 (bookmark-bmenu-hide-filenames): Use local var instead of
4916 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4917 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4918 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4919 filenames now that the bookmark names are always available.
4920
4921 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4924 (bookmark-search-pattern): Move and leave unbound.
4925 (bookmark-bmenu-mode-map): Change binding.
4926 (bookmark-read-search-input): Simplify.
4927 Don't use text-char-description. Don't error on non-char events.
4928 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4929 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4930 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4931 Use a local var for the timer.
4932 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4933 (i.e. bookmark-bmenu-search).
4934
4935 2009-11-21 Glenn Morris <rgm@gnu.org>
4936
4937 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4938
4939 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4940
4941 * net/browse-url.el (browse-url-default-windows-browser):
4942 Use cygstart for cygwin.
4943
4944 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4945
4946 * bookmark.el: Formatting and doc fixes only:
4947 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4948 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4949 Minor grammar and punctuation fixes in doc string.
4950 (bookmark-read-search-input): Adjust to fit within 80 columns.
4951
4952 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4953
4954 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4955 (c-backward-into-nomenclature): Adapt to subword renaming.
4956
4957 * subword.el (subword-forward, subword-backward, subword-mark)
4958 (subword-kill, subword-backward-kill, subword-transpose)
4959 (subword-downcase, subword-upcase, subword-capitalize)
4960 (subword-forward-internal, subword-backward-internal):
4961 Rename from forward-subword, backward-subword, mark-subword,
4962 kill-subword, backward-kill-subword, transpose-subwords,
4963 downcase-subword, upcase-subword, capitalize-subword,
4964 forward-subword-internal, backward-subword-internal.
4965
4966 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4967
4968 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4969 New options.
4970 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4971 New vars.
4972 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4973 (bookmark-bmenu-filter-alist-by-regexp)
4974 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4975 (bookmark-bmenu-search): New command.
4976 (bookmark-bmenu-mode-map): Bind it.
4977
4978 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4981
4982 * cedet/semantic/idle.el (define-semantic-idle-service)
4983 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4984
4985 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4986
4987 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4988 backward-subword to quit the byte-compiler.
4989
4990 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4991
4992 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4993
4994 * progmodes/cc-cmds.el (c-update-modeline)
4995 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4996 Refer to subword.el functions instead of cc-subword.el.
4997
4998 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4999 subword.el functions instead of cc-subword.el.
5000
5001 * progmodes/cc-subword.el: Rename to subword.el.
5002 * subword.el: Rename from progmodes/cc-subword.el.
5003 (subword-mode-map): Rename from c-subword-mode-map.
5004 (subword-mode): Rename from c-subword-mode.
5005 (global-subword-mode): New global minor mode.
5006 (forward-subword): Rename from c-forward-subword.
5007 (backward-subword): Rename from c-backward-subword.
5008 (mark-subword): Rename from c-mark-subword.
5009 (kill-subword): Rename from c-kill-subword.
5010 (backward-kill-subword): Rename from c-backward-kill-subword.
5011 (transpose-subwords): Rename from c-tranpose-subword.
5012 (downcase-subword): Rename from c-downcase-subword.
5013 (capitalize-subword): Rename from c-capitalize-subword.
5014 (forward-subword-internal): Rename from c-forward-subword-internal.
5015 (backward-subword-internal): Rename from c-backward-subword-internal.
5016
5017 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5020 from a dired buffer.
5021 (vc-dired-deduce-fileset): New function.
5022 (vc-root-diff, vc-print-root-log): Use it.
5023
5024 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5025 nil LIMIT argument to vc-print-log-internal.
5026
5027 2009-11-20 Glenn Morris <rgm@gnu.org>
5028
5029 * Makefile.in (ELCFILES): Regenerate.
5030
5031 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5034
5035 * cedet/semantic.el: Enable idle-mode menu items only if
5036 global-semantic-idle-scheduler-mode is enabled.
5037 (semantic-default-submodes): Doc fix.
5038
5039 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5040 When turning off, disable other idle modes.
5041
5042 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5043
5044 * calc/calc.el (calc-set-mode-line):
5045 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5046 (math-format-number): Rename `math-format-complement-signed' to
5047 `math-format-twos-complement'.
5048
5049 * calc/calc-bin.el (math-format-twos-complement): Rename from
5050 math-format-complement-signed.
5051 (calc-radix): Rename `calc-complement-signed-mode' to
5052 `calc-twos-complement-mode'.
5053 (calc-octal-radix, calc-hex-radix): Add an argument for
5054 two's complement.
5055
5056 * calc/calc-embed.el (calc-embedded-mode-vars):
5057 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5058
5059 * calc/calc-ext.el (calc-init-extensions):
5060 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5061 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5062
5063 * calc/calc-units.el (math-build-units-table-buffer):
5064 Let `calc-twos-complement-mode' be nil.
5065
5066 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5067 entries.
5068
5069 * calc/calc-vec.el (calcFunc-vunpack):
5070 * calc/calc-aent.el (calc-do-calc-eval):
5071 * calc/calc-forms.el (math-format-date):
5072 * calc/calc-graph.el (calc-graph-plot):
5073 * calc/calc-math.el (math-use-emacs-fn):
5074 * calc/calccomp.el (math-compose-expr):
5075 Let `calc-twos-complement-mode' be nil.
5076
5077 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5080 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5081 * minibuffer.el (completion-in-region-functions): New hook.
5082 (completion-in-region): New function.
5083 * emacs-lisp/lisp.el (lisp-complete-symbol):
5084 * pcomplete.el (pcomplete-std-complete): Use it.
5085
5086 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5089 (latex-complete-alist): New vars.
5090 (latex-string-prefix-p, latex-complete-bibtex-keys)
5091 (latex-complete-envnames, latex-complete-refkeys)
5092 (latex-complete-data): New functions.
5093 (latex-complete, latex-indent-or-complete): New commands.
5094
5095 * window.el (display-buffer-mark-dedicated): New var.
5096 (display-buffer): Obey it.
5097 * minibuffer.el (minibuffer-completion-help): Use it.
5098
5099 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5100
5101 * filecache.el (file-cache-add-file): Use push and cons.
5102 (file-cache-delete-file-regexp): Use push.
5103 (file-cache-complete): Use completion-in-region.
5104
5105 * simple.el (with-wrapper-hook): Fix thinko.
5106
5107 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5108 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5109 Use with-current-buffer and string-to-number.
5110 (hfy-fallback-colour-values): Use assoc-string.
5111 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5112 (hfy-face-at): Remove unused var `found-face'.
5113 (hfy-compile-stylesheet): Remove unused var `css'.
5114 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5115 and `orig-buffer'.
5116 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5117 Use with-current-buffer.
5118 (hfy-text-p): Use expand-file-name and fewer setq.
5119
5120 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5121
5122 * htmlfontify.el, hfy-cmap.el: New files.
5123
5124 2009-11-19 Juri Linkov <juri@jurta.org>
5125
5126 * minibuffer.el (completions-format): New defcustom.
5127 (completion--insert-strings): Implement vertical format.
5128
5129 * simple.el (switch-to-completions): Move point to the first
5130 completion when point was at the beginning of the buffer.
5131
5132 2009-11-19 Juri Linkov <juri@jurta.org>
5133
5134 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5135
5136 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5137
5138 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5141 (mail-signature): Change default to t.
5142 (mail-from-style): Deprecate `system-default' value.
5143 (mail-insert-from-field): For default value of mail-from-style,
5144 default to `angles' unless `angles' needs quoting and `parens'
5145 does not.
5146 (mail-citation-prefix-regexp): Use citation regexp from
5147 message-mode.
5148
5149 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5152 Set variables for computing the prompt for reading password.
5153
5154 2009-11-19 Glenn Morris <rgm@gnu.org>
5155
5156 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5157
5158 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5159
5160 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5161 (newsticker-treeview-listwindow-height): Fix custom type.
5162
5163 2009-11-19 Kenichi Handa <handa@m17n.org>
5164
5165 * descr-text.el (describe-char-padded-string): Compose with TAB
5166 only if there's a font for CH.
5167 (describe-char): Fix the condition for detecting a trivial composition.
5168
5169 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5170
5171 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5172 more accurate version of the regexp. (Bug#3910)
5173
5174 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5175
5176 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5177
5178 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5181 (font-setting-change-default-font): Fix typo in docstring.
5182
5183 2009-11-18 Alan Mackenzie <acm@muc.de>
5184
5185 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5186
5187 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5188
5189 * font-setting.el (font-use-system-font): Move ...
5190
5191 * cus-start.el (all): ... to here.
5192
5193 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5196 Don't set `ad-return-value' if `ad-do-it' doesn't.
5197
5198 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5199 modification time.
5200
5201 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5202
5203 * menu-bar.el: Put "Use system font" in Option-menu.
5204 (menu-bar-options-save): Add font-use-system-font.
5205
5206 * loadup.el: If feature system-font-setting or font-render-setting is
5207 there, load font-setting.
5208
5209 * Makefile.in (ELCFILES): Add font-settings.el.
5210 * font-setting.el: New file.
5211
5212 2009-11-17 Glenn Morris <rgm@gnu.org>
5213
5214 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5215
5216 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5217 Preserve point in the list buffer. (Bug#4939)
5218 Use point-at-eol.
5219 (newsticker--treeview-list-update-highlight)
5220 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5221
5222 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5223
5224 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5225 Remove.
5226
5227 * calc/calc-ext.el (calc-init-extensions): Remove references to
5228 symclip.
5229
5230 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5231
5232 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5233 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5234 `calc-symclip'.
5235
5236 2009-11-16 Kevin Ryde <user42@zip.com.au>
5237
5238 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5239 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5240
5241 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5242 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5243 Ignore trailing spaces by omit-nulls to split-string (fixing
5244 regression from Emacs 21 due to the incompatible split-string
5245 change). (Bug #4928.)
5246
5247 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5248
5249 * vc.el (vc-log-show-limit): Default to 2000.
5250 (vc-print-log-internal): Insert buttons to request more entries
5251 when limiting the output.
5252
5253 * vc-sccs.el (vc-sccs-print-log):
5254 * vc-rcs.el (vc-rcs-print-log):
5255 * vc-cvs.el (vc-cvs-print-log):
5256 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5257 LIMIT is non-nil.
5258
5259 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5260
5261 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5262 error when `tramp-gvfs-dbus-event-vector' is set.
5263 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5264
5265 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5268
5269 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5270
5271 * net/dbus.el (dbus-unregister-service): New defun.
5272 (dbus-register-property): Register the handlers of
5273 "org.freedesktop.DBus.Properties" for SERVICE.
5274 (dbus-property-handler): Fix docstring.
5275
5276 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5277
5278 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5279 Quote doc string reference in defvaralias as it is not in special form.
5280 (byte-compile-output-docform): Doc fix.
5281
5282 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5283
5284 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5285 (calc-complement-signed-mode): New variables.
5286 (calc-set-mode-line): Add indicator for twos-complements.
5287 (math-format-number): Format twos-complement notation.
5288
5289 * calc/calc-bin.el (calc-word-size): Reset the variables
5290 `math-2-word-size' and `math-half-2-word-size'.
5291 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5292 (calc-symclip): New functions.
5293
5294 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5295
5296 * calc/calc-embed.el (calc-embedded-mode-vars):
5297 Add `calc-complement-signed-mode' to the list of modes.
5298
5299 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5300 (calc-b-oper-keys): Add `calc-symclip' to list.
5301
5302 * calc/calc-ext.el (math-read-number-fancy): Read complement
5303 signed numbers.
5304 (calc-init-extensions): Add binding for `calc-symclip'.
5305 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5306
5307 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5308 `calc-symclip'.
5309 (calc-modes-menu): Add item for twos complement mode.
5310
5311 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5312
5313 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * register.el (jump-to-register, insert-register): Handle Semantic
5316 tags. From commented-out advice in semantic/senator.el.
5317
5318 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * vc.el (vc-log-show-limit): New variable.
5321 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5322 when using a prefix argument.
5323 (vc-print-log-internal): Add new argument LIMIT.
5324
5325 * vc-svn.el (vc-svn-print-log):
5326 * vc-mtn.el (vc-mtn-print-log):
5327 * vc-hg.el (vc-hg-print-log):
5328 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5329 pass it to the log command when set. Make the BUFFER argument
5330 non-optional.
5331
5332 * vc-sccs.el (vc-sccs-print-log):
5333 * vc-rcs.el (vc-rcs-print-log):
5334 * vc-git.el (vc-git-print-log):
5335 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5336 ignore it. Make the BUFFER argument non-optional
5337
5338 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5339
5340 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * dired.el (dired-mode-map): Move encryption items to "Operate"
5343 menu (Bug#4703).
5344
5345 * strokes.el (strokes-update-window-configuration): Make strokes
5346 buffer current before erasing (Bug#4906).
5347
5348 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5349 (semantic-idle-summary-mode): Define using define-minor-mode
5350 instead of define-semantic-idle-service.
5351 (semantic-idle-summary-mode): New function.
5352 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5353 that mouse motion does not reset the echo area.
5354
5355 2009-11-15 Juri Linkov <juri@jurta.org>
5356
5357 * simple.el (set-mark-default-inactive): Add :type, :group
5358 and :version. (Bug#4876)
5359
5360 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5363 (archive-unique-fname): ... here. (Bug#4929)
5364
5365 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5368 with a real fix.
5369
5370 * novice.el (disabled-command-function): Add useful args.
5371 Setup the help buffer so that [back] works.
5372 Remove redundant call to help-mode.
5373 (disabled-command-function): Use `case'.
5374 (en/disable-command): New function extracted from enable-command.
5375 (enable-command, disable-command): Use it.
5376
5377 2009-11-14 Glenn Morris <rgm@gnu.org>
5378
5379 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5380 constants. (Bug#4913)
5381
5382 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5383
5384 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5385
5386 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5387 defined in C that have no doc-strings. (Bug#1063)
5388
5389 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5390
5391 * cus-edit.el (data, files):
5392 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5393
5394 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * simple.el (shell-command): Doc fix (Bug#4891).
5397
5398 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5399
5400 2009-11-14 Glenn Morris <rgm@gnu.org>
5401
5402 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5403 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5404 If they are already loaded, eval-after-load will do the right thing.
5405
5406 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5407 compiling.
5408
5409 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5410
5411 * simple.el (x-selection-owner-p): Declare.
5412 (read-mail-command): Use custom radio type rather than choice.
5413 (completion-no-auto-exit): Doc fix.
5414
5415 * custom.el (defgroup):
5416 * epg-config.el (epg): Doc fixes.
5417
5418 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5419
5420 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5421 * international/ccl.el (define-ccl-program): Do not purecopy the
5422 docstring, defconst does it anyway.
5423
5424 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5427 a second time.
5428
5429 * x-dnd.el (x-dnd-maybe-call-test-function):
5430 * window.el (split-window-vertically):
5431 * whitespace.el (whitespace-help-on):
5432 * vc-rcs.el (vc-rcs-consult-headers):
5433 * userlock.el (ask-user-about-lock-help)
5434 (ask-user-about-supersession-help):
5435 * type-break.el (type-break-force-mode-line-update):
5436 * time-stamp.el (time-stamp-conv-warn):
5437 * terminal.el (te-set-output-log, te-more-break, te-filter)
5438 (te-sentinel, terminal-emulator):
5439 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5440 (term-write-input-ring, term-check-source, term-start-output-log):
5441 (term-display-buffer-line, term-dynamic-list-completions):
5442 (term-ansi-make-term, serial-term):
5443 * subr.el (selective-display):
5444 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5445 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5446 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5447 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5448 (speedbar-remove-localized-speedbar-support)
5449 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5450 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5451 (speedbar-buffers-line-directory):
5452 * simple.el (shell-command-on-region, append-to-buffer)
5453 (prepend-to-buffer):
5454 * shadowfile.el (shadow-save-todo-file):
5455 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5456 (scroll-bar-maybe-set-window-start):
5457 * sb-image.el (speedbar-image-dump):
5458 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5459 (load-save-place-alist-from-file):
5460 * ps-samp.el (ps-print-message-from-summary):
5461 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5462 (ps-background-image, ps-begin-job, ps-do-despool):
5463 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5464 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5465 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5466 (pr-call-process, pr-file-list, pr-interface-save):
5467 * novice.el (disabled-command-function)
5468 (enable-command, disable-command):
5469 * mouse.el (mouse-buffer-menu-alist):
5470 * mouse-copy.el (mouse-kill-preserving-secondary):
5471 * macros.el (kbd-macro-query):
5472 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5473 * informat.el (batch-info-validate):
5474 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5475 * hippie-exp.el (try-expand-dabbrev-visible):
5476 * help-mode.el (help-make-xrefs):
5477 * help-fns.el (describe-variable):
5478 * generic-x.el (bat-generic-mode-run-as-comint):
5479 * finder.el (finder-mouse-select):
5480 * find-dired.el (find-dired-sentinel):
5481 * filesets.el (filesets-file-close):
5482 * files.el (list-directory):
5483 * faces.el (list-faces-display, describe-face):
5484 * facemenu.el (list-colors-display):
5485 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5486 * epg.el (epg--process-filter, epg-cancel):
5487 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5488 (epa--read-signature-type):
5489 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5490 (emerge-file-names):
5491 * ehelp.el (electric-helpify):
5492 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5493 * ediff-vers.el (rcs-ediff-view-revision):
5494 * ediff-util.el (ediff-setup):
5495 * ediff-mult.el (ediff-append-custom-diff):
5496 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5497 (ediff-wordify):
5498 * echistory.el (Electric-command-history-redo-expression):
5499 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5500 * disp-table.el (describe-display-table):
5501 * dired.el (dired-find-buffer-nocreate):
5502 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5503 * dabbrev.el (dabbrev--same-major-mode-p):
5504 * chistory.el (list-command-history):
5505 * apropos.el (apropos-documentation):
5506 * allout.el (allout-obtain-passphrase):
5507 (allout-copy-exposed-to-buffer):
5508 (allout-verify-passphrase): Use with-current-buffer.
5509
5510 2009-11-13 Glenn Morris <rgm@gnu.org>
5511
5512 * Makefile.in (ELCFILES): Regenerate.
5513
5514 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5515
5516 * net/dbus.el (dbus-registered-objects-table): Rename from
5517 `dbus-registered-functions-table', because it contains also properties.
5518 (dbus-unregister-object): Unregister also properties.
5519 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5520 Use a timeout of 500 msec, in order to not block.
5521 (dbus-register-property, dbus-property-handler): New defuns.
5522
5523 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * simple.el (minibuffer-default-add-completions): Drop deprecated
5526 4th arg.
5527
5528 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5529
5530 * textmodes/artist.el (artist-mouse-choose-operation):
5531 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5532 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5533 (artist-compute-up-event-key): New function.
5534 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5535
5536 2009-11-13 Kenichi Handa <handa@m17n.org>
5537
5538 * language/japan-util.el: Make sure that the value of jisx0208
5539 property is jisx0208 character.
5540
5541 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5542
5543 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5544 car or each item, not the whole list.
5545
5546 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * minibuffer.el (minibuffer-completion-help):
5549 Use minibuffer-hide-completions.
5550
5551 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5552
5553 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5554 (dired-revert): Use them (bug#4880).
5555
5556 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5557
5558 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5559
5560 2009-11-12 Juri Linkov <juri@jurta.org>
5561
5562 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5563 New functions.
5564 (find-file-literally-at-point): Alias of `ffap-literally'.
5565
5566 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5567
5568 * textmodes/ispell.el (ispell-skip-region-alist):
5569 * textmodes/css-mode.el (auto-mode-alist):
5570 * progmodes/compile.el (auto-mode-alist):
5571 * international/mule.el (ctext-non-standard-encodings-alist)
5572 (ctext-non-standard-encodings-regexp):
5573 * simple.el (shell-command-switch, text-read-only):
5574 * replace.el (occur-mode-map):
5575 * paths.el (rmail-file-name):
5576 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5577 * find-file.el (ff-special-constructs):
5578 * files.el (file-name-handler-alist):
5579 * composite.el: Purecopy strings.
5580
5581 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5582
5583 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5584
5585 * widget.el (define-widget): Purecopy the docstring.
5586 * international/mule-cmds.el (charset): Do not purecopy the
5587 docstring here, define-widget does it.
5588
5589 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5590 * textmodes/bibtex-style.el (auto-mode-alist):
5591 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5592 * progmodes/compile.el (compile-command):
5593 * language/korea-util.el (default-korean-keyboard):
5594 * international/mule-conf.el (file-coding-system-alist):
5595 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5596 * tooltip.el (tooltip-frame-parameters):
5597 * newcomment.el (comment-end, comment-padding):
5598 * dired.el (dired-trivial-filenames):
5599 * comint.el (comint-file-name-prefix): Purecopy initial values.
5600
5601 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5604 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5605 `tramp-unload'.
5606 (tramp-advice-make-auto-save-file-name)
5607 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5608 after removing the advice.
5609
5610 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5611
5612 * progmodes/grep.el (grep-regexp-alist):
5613 * international/mule-cmds.el (iso-2022-control-alist):
5614 * emacs-lisp/timer.el (timer-duration-words):
5615 * subr.el (version-separator, version-regexp-alist):
5616 * minibuffer.el (completion-styles-alist):
5617 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5618 Change defvars to defconsts.
5619
5620 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5621 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5622 * international/mule-conf.el: Allow to be byte compiled.
5623
5624 * international/mule.el (define-charset): Purecopy props.
5625 (load-with-code-conversion): Purecopy doc string and file name.
5626 (put-charset-property): Purecopy strings.
5627 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5628
5629 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5630 (define-char-code-property): Correctly purecopy the table.
5631
5632 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5633
5634 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5635
5636 * subr.el (add-hook): Purecopy strings.
5637 (eval-after-load): Purecopy load-history-regexp and the form.
5638
5639 * custom.el (custom-declare-group): Purecopy load-file-name.
5640
5641 * subr.el (menu-bar-separator): New defconst.
5642 * net/eudc.el (eudc-tools-menu):
5643 * international/mule-cmds.el (set-coding-system-map)
5644 (mule-menu-keymap):
5645 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5646 * vc-hooks.el (vc-menu-map):
5647 * replace.el (occur-mode-map):
5648 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5649 (menu-bar-edit-menu, menu-bar-goto-menu)
5650 (menu-bar-custom-menu, menu-bar-showhide-menu)
5651 (menu-bar-options-menu, menu-bar-tools-menu)
5652 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5653 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5654 (menu-bar-help-menu):
5655 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5656 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5657
5658 * term/x-win.el (x-gtk-stock-map):
5659 * progmodes/vera-mode.el (auto-mode-alist):
5660 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5661 (inferior-lisp-program, inferior-lisp-load-command):
5662 * progmodes/hideshow.el (hs-special-modes-alist):
5663 * progmodes/gud.el (same-window-regexps):
5664 * progmodes/grep.el (grep-program, find-program, xargs-program):
5665 * net/telnet.el (same-window-regexps):
5666 * net/rlogin.el (same-window-regexps):
5667 * language/ethiopic.el (font-ccl-encoder-alist):
5668 * vc-sccs.el (vc-sccs-master-templates):
5669 * vc-rcs.el (vc-rcs-master-templates):
5670 * subr.el (cl-assertion-failed):
5671 * simple.el (next-error-overlay-arrow-position):
5672 * lpr.el (lpr-command):
5673 * locate.el (locate-ls-subdir-switches):
5674 * info.el (same-window-regexps, info)
5675 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5676 * image-mode.el (image-mode, auto-mode-alist):
5677 * hippie-exp.el (hippie-expand-ignore-buffers):
5678 * format.el (format-alist):
5679 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5680 (find-name-arg):
5681 * facemenu.el (facemenu-keybindings):
5682 * dired.el (dired-listing-switches, dired-chown-program):
5683 * diff.el (diff-switches, diff-command):
5684 * cus-edit.el (same-window-regexps):
5685 * bindings.el (mode-line-mule-info)
5686 (mode-line-buffer-identification): Purecopy strings.
5687
5688 2009-11-11 Juri Linkov <juri@jurta.org>
5689
5690 * simple.el (dired-get-filename) <declare-function>:
5691 Tell the byte-compiler about dired-get-filename.
5692 (shell-command): In Dired mode, get filename from the current line
5693 as the default value.
5694
5695 2009-11-10 Glenn Morris <rgm@gnu.org>
5696
5697 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5698 * calendar/holidays.el, progmodes/cperl-mode.el:
5699 Update x-popup-menu declarations.
5700
5701 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5702 (list-load-path-shadows): Use dolist.
5703 (list-load-path-shadows): Use with-current-buffer.
5704
5705 2009-11-10 Juri Linkov <juri@jurta.org>
5706
5707 * minibuffer.el (read-file-name): Support a list of default values
5708 in `default-filename'. Use the first file name where only one
5709 element is required. Doc fix.
5710
5711 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/dbus.el (dbus-unregister-object): Release service, if no
5714 other method is registered for it.
5715
5716 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5717
5718 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5719 bookmark-sort-flag is non-nil (Bug#4653).
5720
5721 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5724 the progress reporter entirely.
5725
5726 * emulation/cua-base.el: Add CUA property to some CC mode commands
5727 (Bug#4100).
5728
5729 2009-11-08 Kevin Ryde <user42@zip.com.au>
5730
5731 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5732 at end of sentence (Bug#4818).
5733
5734 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5735
5736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5737 Handle "see declaration of" MSFT statements (Bug#4100).
5738
5739 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5740
5741 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5742 (tramp-advice-file-expand-wildcards): Unload via
5743 `ad-remove-advice'.
5744
5745 * net/trampver.el: Update release number.
5746
5747 2009-11-08 Kevin Ryde <user42@zip.com.au>
5748
5749 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5750 `ad-do-it'.
5751
5752 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5753
5754 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5755 in order to keep context in SELinux.
5756
5757 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * dired-aux.el (dired-query): Place cursor in echo area and allow
5760 C-g.
5761
5762 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5763 menu item if not on a directory (Bug#4701).
5764
5765 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5766
5767 Sync with Tramp 2.1.17.
5768
5769 * net/tramp.el (tramp-handle-copy-directory): Don't use
5770 `file-remote-p' (due to compatibility).
5771
5772 * net/tramp-compat.el (tramp-compat-copy-directory)
5773 (tramp-compat-delete-directory): New defuns.
5774
5775 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5776 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5777 `tramp-compat-delete-directory'.
5778
5779 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5780 (tramp-smb-handle-delete-directory): Use
5781 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5782
5783 * net/trampver.el: Update release number.
5784
5785 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * tar-mode.el (tar-copy): Call write-region on the right buffer
5788 (Bug#4857).
5789
5790 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5791 by hand, if necessary (Bug#4878).
5792
5793 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5796 align size column (Bug#4839).
5797
5798 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5799 statement.
5800
5801 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5802
5803 * progmodes/ld-script.el (auto-mode-alist):
5804 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5805
5806 * cus-face.el (custom-declare-face): Purecopy face spec.
5807
5808 2009-11-06 Kenichi Handa <handa@m17n.org>
5809
5810 * international/uni-bidi.el: Re-generated.
5811 * international/uni-category.el: Re-generated.
5812 * international/uni-combining.el: Re-generated.
5813 * international/uni-mirrored.el: Re-generated.
5814
5815 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5818 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5819 (tex-start-options, slitex-run-command, latex-run-command)
5820 (tex-run-command, tex-directory):
5821 * textmodes/ispell.el (ispell-html-skip-alists)
5822 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5823 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5824 (adaptive-fill-regexp):
5825 * textmodes/dns-mode.el (auto-mode-alist):
5826 * progmodes/python.el (interpreter-mode-alist):
5827 * progmodes/etags.el (tags-compression-info-list):
5828 * progmodes/etags.el (tags-file-name):
5829 * net/browse-url.el (browse-url-galeon-program)
5830 (browse-url-firefox-program):
5831 * mail/sendmail.el (mail-signature-file)
5832 (mail-citation-prefix-regexp):
5833 * international/mule-conf.el (eight-bit):
5834 * international/latexenc.el (latex-inputenc-coding-alist):
5835 * international/fontset.el (x-pixel-size-width-font-regexp):
5836 * emacs-lisp/warnings.el (warning-type-format):
5837 * emacs-lisp/trace.el (trace-buffer):
5838 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5839 (emacs-lisp-mode-map):
5840 * calendar/holidays.el (holiday-solar-holidays)
5841 (holiday-bahai-holidays, holiday-islamic-holidays)
5842 (holiday-christian-holidays, holiday-hebrew-holidays)
5843 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5844 (hebrew-holidays-1, holiday-oriental-holidays)
5845 (holiday-general-holidays):
5846 * x-dnd.el (x-dnd-known-types):
5847 * tool-bar.el (tool-bar):
5848 * startup.el (site-run-file):
5849 * shell.el (shell-dumb-shell-regexp):
5850 * rfn-eshadow.el (file-name-shadow-tty-properties)
5851 (file-name-shadow-properties):
5852 * paths.el (remote-shell-program, news-directory):
5853 * mouse.el ([C-down-mouse-3]):
5854 * menu-bar.el (menu-bar-tools-menu):
5855 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5856 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5857 (jka-compr-compression-info-list):
5858 * isearch.el (search-whitespace-regexp):
5859 * image-file.el (image-file-name-extensions):
5860 * find-dired.el (find-ls-option):
5861 * files.el (directory-listing-before-filename-regexp)
5862 (directory-free-space-args, insert-directory-program)
5863 (list-directory-brief-switches, magic-fallback-mode-alist)
5864 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5865 (automount-dir-prefix):
5866 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5867 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5868 (face-font-registry-alternatives, face-font-registry-alternatives)
5869 (face-font-family-alternatives):
5870 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5871 (facemenu-foreground-menu, facemenu-face-menu):
5872 * epa-hook.el (epa-file-name-regexp):
5873 * dnd.el (dnd-protocol-alist):
5874 * textmodes/rst.el (auto-mode-alist):
5875 * button.el (default-button): Purecopy strings.
5876
5877 2009-11-06 Glenn Morris <rgm@gnu.org>
5878
5879 * Makefile.in (ELCFILES): Update.
5880
5881 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5884 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5885
5886 * nxml/xsd-regexp.el (xsdre-gen-categories):
5887 * nxml/xmltok.el (xmltok-parse-entity):
5888 * nxml/rng-parse.el (rng-parse-validate-file):
5889 * nxml/rng-maint.el (rng-format-manual)
5890 (rng-manual-output-force-new-line):
5891 * nxml/rng-loc.el (rng-save-schema-location-1):
5892 * nxml/rng-cmpct.el (rng-c-parse-file):
5893 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5894 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5895
5896 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5897
5898 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5899 Remove extra save-excursions and make-variable-buffer-local's.
5900 Suggested by Stefan Monnier.
5901
5902 (verilog-getopt-file, verilog-module-inside-filename-p)
5903 (verilog-set-define): Merge GNU 1.35 and repair changes from
5904 switching to using with-current-buffer.
5905
5906 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5907 being treated as a number and confusing AUTORESET.
5908 Reported by Dan Dever.
5909
5910 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5911 Add verilog-auto-ignore-concat to fix backward compatibility with
5912 older verilog-modes. Reported by Dan Katz.
5913
5914 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5915 containing closing anchors "...$".
5916
5917 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5918 Reported by Wade Smith.
5919
5920 (verilog-batch-execute-func): Comment on function usage.
5921
5922 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5923
5924 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5925 for labels.
5926
5927 (verilog-label-re, verilog-calc-1): Support proper indent of named
5928 asserts.
5929
5930 (verilog-backward-token, verilog-basic-complete-re)
5931 (verilog-beg-of-statement, verilog-indent-re): Support proper
5932 indent of the assert statement at the beginning of a block of text.
5933
5934 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5935 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5936 tokens as begins.
5937
5938 2009-11-05 Glenn Morris <rgm@gnu.org>
5939
5940 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5941 Emacs 19. (Bug#1531)
5942 (byte-compile-fix-header): Update for the above change.
5943 Drop test for epoch::version.
5944
5945 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5946 * cus-dep.el (custom-make-dependencies):
5947 * finder.el (finder-compile-keywords):
5948 Use autoload-rubric's feature argument.
5949
5950 * calendar/diary-lib.el (top-level): Make load behave more like require.
5951
5952 * vc-git.el (vc-git-stash-map): Move definition before use.
5953
5954 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * custom.el (custom-declare-group): Purecopy standard-value.
5957 (custom-declare-group): Purecopy custom-prefix.
5958
5959 * international/mule.el (load-with-code-conversion):
5960 Call do-after-load-evaluation unconditionally.
5961
5962 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5963
5964 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5967
5968 2009-11-04 Glenn Morris <rgm@gnu.org>
5969
5970 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5971 (byte-compile-compatibility): Remove option.
5972 (byte-compile-close-variables, byte-compile-fix-header)
5973 (byte-compile-insert-header, byte-compile-output-docform)
5974 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5975 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5976 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5977 (byte-compile-insert, byte-compile-defun):
5978 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5979 (byte-defop-compiler19): Remove.
5980 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5981 used by anything. Replace all calls with byte-defop-compiler.
5982
5983 2009-11-04 Juri Linkov <juri@jurta.org>
5984
5985 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5986 (menu-bar-options-menu): Don't quote the `prop' arg of
5987 `menu-bar-make-mm-toggle'.
5988
5989 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5990
5991 * calendar/calendar.el (cal-loaddefs):
5992 * calendar/diary-lib.el (diary-loaddefs):
5993 * calendar/holidays.el (hol-loaddefs):
5994 * eshell/esh-module.el (esh-groups): Load rather than require.
5995
5996 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5999 point-min==1.
6000 (todo-top-priorities): Only display-buffer when called interactively.
6001 (todo-item-start): Don't save excursion point.
6002 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6003 (todo-insert-item-here, todo-file-item, todo-remove-item):
6004 Adjust uses of todo-item-start and todo-item-end.
6005
6006 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6007 (autoload-rubric): Don't use any more.
6008 * cedet/semantic/fw.el (semantic/loaddefs):
6009 * cedet/srecode.el (srecode/loaddefs):
6010 * cedet/ede.el (ede/loaddefs): Load rather than require.
6011 * cedet/ede/cpp-root.el:
6012 * cedet/ede/emacs.el:
6013 * cedet/ede/files.el:
6014 * cedet/ede/linux.el:
6015 * cedet/ede/locate.el:
6016 * cedet/ede/make.el:
6017 * cedet/ede/shell.el:
6018 * cedet/ede/speedbar.el:
6019 * cedet/ede/system.el:
6020 * cedet/ede/util.el:
6021 * cedet/semantic/analyze.el:
6022 * cedet/semantic/bovine.el:
6023 * cedet/semantic/complete.el:
6024 * cedet/semantic/ctxt.el:
6025 * cedet/semantic/db-file.el:
6026 * cedet/semantic/db-find.el:
6027 * cedet/semantic/db-global.el:
6028 * cedet/semantic/db-mode.el:
6029 * cedet/semantic/db-typecache.el:
6030 * cedet/semantic/db.el:
6031 * cedet/semantic/debug.el:
6032 * cedet/semantic/dep.el:
6033 * cedet/semantic/doc.el:
6034 * cedet/semantic/edit.el:
6035 * cedet/semantic/find.el:
6036 * cedet/semantic/format.el:
6037 * cedet/semantic/html.el:
6038 * cedet/semantic/ia-sb.el:
6039 * cedet/semantic/ia.el:
6040 * cedet/semantic/idle.el:
6041 * cedet/semantic/lex-spp.el:
6042 * cedet/semantic/lex.el:
6043 * cedet/semantic/mru-bookmark.el:
6044 * cedet/semantic/scope.el:
6045 * cedet/semantic/senator.el:
6046 * cedet/semantic/sort.el:
6047 * cedet/semantic/symref.el:
6048 * cedet/semantic/tag-file.el:
6049 * cedet/semantic/tag-ls.el:
6050 * cedet/semantic/tag-write.el:
6051 * cedet/semantic/tag.el:
6052 * cedet/semantic/util-modes.el:
6053 * cedet/semantic/analyze/complete.el:
6054 * cedet/semantic/analyze/refs.el:
6055 * cedet/semantic/bovine/c.el:
6056 * cedet/semantic/bovine/gcc.el:
6057 * cedet/semantic/bovine/make.el:
6058 * cedet/semantic/bovine/scm.el:
6059 * cedet/semantic/decorate/include.el:
6060 * cedet/semantic/decorate/mode.el:
6061 * cedet/semantic/symref/cscope.el:
6062 * cedet/semantic/symref/global.el:
6063 * cedet/semantic/symref/grep.el:
6064 * cedet/semantic/symref/idutils.el:
6065 * cedet/semantic/symref/list.el:
6066 * cedet/semantic/wisent/java-tags.el:
6067 * cedet/semantic/wisent/javascript.el:
6068 * cedet/srecode/compile.el:
6069 * cedet/srecode/cpp.el:
6070 * cedet/srecode/document.el:
6071 * cedet/srecode/el.el:
6072 * cedet/srecode/expandproto.el:
6073 * cedet/srecode/getset.el:
6074 * cedet/srecode/insert.el:
6075 * cedet/srecode/java.el:
6076 * cedet/srecode/map.el:
6077 * cedet/srecode/mode.el:
6078 * cedet/srecode/template.el:
6079 * cedet/srecode/texi.el: Remove the file-local setting of
6080 generated-autoload-feature.
6081
6082 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6083 and only put a prop if it is non-nil.
6084
6085 2009-11-03 Juri Linkov <juri@jurta.org>
6086
6087 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6088 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6089
6090 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6091 and "Menu" to make top-level menu item visually one unit (like
6092 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6093 multi-word menu items). Fix :help string for quit-window.
6094
6095 2009-11-03 Glenn Morris <rgm@gnu.org>
6096
6097 * cedet/mode-local.el (with-mode-local): Doc fix.
6098
6099 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6100 (byte-compile-file-form-define-abbrev-table)
6101 (byte-compile-file-form-custom-declare-variable)
6102 (byte-compile-variable-ref, byte-compile-defvar):
6103 Whether or not a warning is enabled should only affect whether we issue
6104 the warning, not whether or not we collect the relevant data.
6105 Eg warnings can be turned on and off throughout the course of a file.
6106
6107 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6108 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6109
6110 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6113 * play/mpuz.el (mpuz-create-buffer):
6114 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6115 (lm-print-y,s,noise, lm-print-w0, lm-init):
6116 * play/gomoku.el (gomoku-prompt-for-move):
6117 * play/fortune.el (fortune-in-buffer):
6118 * play/dissociate.el (dissociated-press):
6119 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6120 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6121 * mail/supercite.el (sc-eref-show):
6122 * mail/smtpmail.el (smtpmail-send-it):
6123 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6124 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6125 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6126 (rmail-summary-goto-msg, rmail-summary-expunge)
6127 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6128 (rmail-summary-add-label, rmail-summary-output-menu)
6129 (rmail-summary-output-body):
6130 * mail/rfc822.el (rfc822-addresses):
6131 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6132 * mail/mailpost.el (post-mail-send-it):
6133 * mail/hashcash.el (hashcash-generate-payment):
6134 * mail/feedmail.el (feedmail-run-the-queue)
6135 (feedmail-queue-send-edit-prompt-help-first)
6136 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6137 (feedmail-deduce-address-list):
6138 * eshell/esh-ext.el (eshell-remote-command):
6139 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6140 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6141 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6142 (viper-save-string-in-file, viper-valid-marker):
6143 * emulation/viper-keym.el (viper-toggle-key):
6144 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6145 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6146 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6147 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6148 (viper-exec-form-in-emacs, viper-brac-function):
6149 * emulation/viper.el (viper-delocalize-var):
6150 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6151 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6152 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6153 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6154 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6155 * emulation/edt.el (edt-electric-helpify):
6156 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6157 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6158 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6159 (cua-indent-to-global-mark-column):
6160 * calendar/diary-lib.el (calendar-mark-1):
6161 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6162 Use with-current-buffer.
6163 * emulation/viper.el (viper-delocalize-var): Use dolist.
6164
6165 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6166
6167 * comint.el (comint-replace-by-expanded-history-before-point):
6168 Replace !! with the previous input string literally (Bug#1795).
6169
6170 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6171
6172 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6173 to be made up of whitespace.
6174
6175 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * minibuffer.el (read-file-name): Don't use file dialogs for
6178 remote directories (Bug#99).
6179
6180 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6183
6184 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6185
6186 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6187 instead of deleting the window or frame.
6188
6189 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6192 Support face colors.
6193
6194 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6195 New function. Support face colors (Bug#1168).
6196 (tex-common-initialization): Use it.
6197
6198 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6199 mode allows it (Bug#1168).
6200
6201 2009-10-31 Juri Linkov <juri@jurta.org>
6202
6203 * facemenu.el (list-colors-display): Don't mark buffer as
6204 modified (Bug#3948).
6205
6206 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * international/mule-diag.el (list-character-sets-1): Minor
6209 message fix (Bug#3526).
6210
6211 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6212 face property (Bug#4834).
6213 (etags-list-tags, etags-tags-apropos-additional)
6214 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6215 property.
6216
6217 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6218 items.
6219
6220 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6221 items.
6222
6223 * cedet/ede.el (ede-minor-mode):
6224 * cedet/semantic.el (semantic-mode): Toggle menu separators.
6225
6226 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * textmodes/two-column.el (2C-split):
6229 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6230 * textmodes/tex-mode.el (tex-set-buffer-directory):
6231 * textmodes/spell.el (spell-region, spell-string):
6232 * textmodes/reftex.el (reftex-erase-buffer):
6233 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6234 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6235 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6236 (reftex-select-item):
6237 * textmodes/reftex-ref.el (reftex-label-info-update)
6238 (reftex-offer-label-menu):
6239 * textmodes/reftex-index.el (reftex-index-change-entry)
6240 (reftex-index-phrases-info):
6241 * textmodes/reftex-global.el (reftex-create-tags-file)
6242 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6243 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6244 (reftex-view-crossref-from-bibtex):
6245 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6246 (reftex-extract-bib-entries-from-thebibliography)
6247 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6248 * textmodes/refbib.el (r2b-capitalize-title):
6249 (r2b-convert-buffer, r2b-help):
6250 * textmodes/page-ext.el (pages-directory)
6251 (pages-directory-goto-with-mouse):
6252 * textmodes/bibtex.el (bibtex-validate-globally):
6253 * textmodes/bib-mode.el (bib-capitalize-title):
6254 * textmodes/artist.el (artist-clear-buffer, artist-system):
6255 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6256 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6257 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6258 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6259 (xscheme-send-control-g-interrupt, xscheme-start-process)
6260 (xscheme-process-sentinel, xscheme-cd):
6261 * progmodes/verilog-mode.el (verilog-read-always-signals)
6262 (verilog-set-define, verilog-getopt-file)
6263 (verilog-module-inside-filename-p):
6264 * progmodes/sh-script.el:
6265 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6266 (python-pdbtrack-grub-for-buffer, python-execute-file):
6267 * progmodes/octave-inf.el (inferior-octave):
6268 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6269 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6270 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6271 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6272 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6273 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6274 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6275 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6276 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6277 (idlwave-shell-examine-display, idlwave-shell-run-region)
6278 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6279 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6280 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6281 (idlwave-help-get-help-buffer):
6282 * progmodes/gud.el (gud-basic-call, gud-find-class)
6283 (gud-tooltip-activate-mouse-motions-if-enabled):
6284 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6285 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6286 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6287 (ebrowse-tags-next-file):
6288 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6289 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6290 (ebnf-eps-finish-and-write):
6291 * progmodes/cpp.el (cpp-edit-save):
6292 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6293 * progmodes/cc-defs.el (c-emacs-features):
6294 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6295 (antlr-directory-dependencies):
6296 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6297 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6298 (ada-find-any-references, ada-make-filename-from-adaname)
6299 (ada-make-body-gnatstub):
6300 * obsolete/rnews.el (news-list-news-groups):
6301 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6302 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6303 * net/rcirc.el (rcirc-debug):
6304 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6305 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6306 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6307 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6308 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6309 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6310 (newsticker--treeview-list-clear-highlight)
6311 (newsticker--treeview-list-update-highlight)
6312 (newsticker--treeview-list-highlight-start)
6313 (newsticker--treeview-tree-update-highlight)
6314 (newsticker--treeview-get-selected-item)
6315 (newsticker-treeview-mark-list-items-old)
6316 (newsticker--treeview-set-current-node):
6317 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6318 * net/newst-backend.el (newsticker--get-news-by-funcall)
6319 (newsticker--get-news-by-wget, newsticker--image-get)
6320 (newsticker--image-sentinel):
6321 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6322 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6323 (eudc-ph-close-session):
6324 * net/eudc.el (eudc-save-options):
6325 * language/thai-word.el (thai-update-word-table):
6326 * language/japan-util.el (japanese-string-conversion):
6327 * international/titdic-cnv.el (tsang-quick-converter)
6328 (ziranma-converter, ctlau-converter):
6329 * international/mule-cmds.el (describe-language-environment):
6330 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6331 (skkdic-convert-postfix, skkdic-convert-prefix):
6332 (skkdic-convert-okuri-nasi, skkdic-convert):
6333 * emacs-lisp/re-builder.el (reb-update-overlays):
6334 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6335 * emacs-lisp/gulp.el (gulp-send-requests):
6336 * emacs-lisp/find-gc.el (trace-call-tree):
6337 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6338 (eieio-describe-generic):
6339 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6340 * emacs-lisp/edebug.el (edebug-outside-excursion):
6341 * emacs-lisp/debug.el (debugger-make-xrefs):
6342 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6343 * emacs-lisp/chart.el (chart-new-buffer):
6344 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6345 Use with-current-buffer.
6346 * textmodes/artist.el (artist-system): Don't call
6347 copy-sequence on a fresh string.
6348 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6349
6350 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6351
6352 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6353 is no item to edit. (Bug#4820)
6354 (todo-top-priorities): Restore point and restore narrowing in Todo
6355 buffer. (Bug#4820)
6356
6357 2009-10-31 Glenn Morris <rgm@gnu.org>
6358
6359 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6360 (comint-last-output-start, comint-last-input-start)
6361 (comint-last-input-end): Don't defvar when compiling.
6362 (ange-ftp-process-file): Use bound-and-true-p.
6363
6364 * pcmpl-rpm.el (top-level): Move provide statement to end.
6365 (pcmpl-rpm): Remove unused custom group.
6366
6367 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6368
6369 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6370
6371 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6372 (byte-compile-warnings): Add `constants' as an option.
6373 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6374 (display-call-tree): Update for byte-compile-fdefinition possibly
6375 returning `(macro lambda ...)'. (Bug#4778)
6376 (byte-compile-variable-ref, byte-compile-setq-default):
6377 Respect `constants' member of byte-compile-warnings.
6378
6379 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6380 Use mapc rather than mapcar because the return value is never used.
6381
6382 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6383 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6384 * cedet/semantic/html.el:
6385 Suppress harmless warnings about setting up semantic-imenu (not
6386 part of Emacs) variables.
6387
6388 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6391 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6392 to "submit:".
6393
6394 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6395 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6396 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6397 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6398 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6399 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6400 (semantic-analyzer-debug-global-symbol)
6401 (semantic-analyzer-debug-missing-innertype)
6402 (semantic-analyzer-debug-insert-include-summary):
6403 * cedet/semantic/util.el (semantic-file-tag-table):
6404 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6405 (semantic-recursive-find-nonterminal-by-name):
6406 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6407 * cedet/semantic/tag-file.el (semantic-prototype-file):
6408 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6409 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6410 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6411 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6412 (semantic-idle-summary-maybe-highlight):
6413 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6414 (semantic-ia-sb-tag-info):
6415 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6416 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6417 * cedet/semantic/ede-grammar.el (project-compile-target):
6418 (ede-proj-makefile-insert-variables):
6419 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6420 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6421 (semantic-debug-mode, semantic-debug):
6422 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6423 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6424 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6425 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6426 (semanticdb-find-translate-path-includes--internal)
6427 (semanticdb-reset-log, semanticdb-find-log-activity):
6428 * cedet/semantic/db-file.el (object-write):
6429 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6430 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6431 (semanticdb-create-ebrowse-database):
6432 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6433 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6434 (semantic-collector-calculate-completions-raw)
6435 (semantic-complete-read-tag-analyzer):
6436 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6437 * cedet/ede/util.el (ede-update-version-in-source):
6438 * cedet/ede/proj.el (project-delete-target):
6439 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6440 (ede-proj-flush-autoconf):
6441 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6442 (ede-proj-configure-synchronize):
6443 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6444 * cedet/ede/linux.el (ede-linux-version):
6445 * cedet/ede/emacs.el (ede-emacs-version):
6446 * cedet/ede/dired.el (ede-dired-add-to-target):
6447 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6448 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6449 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6450 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6451 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6452 (cedet-idutils-version-check):
6453 * cedet/cedet-global.el (cedet-gnu-global-call):
6454 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6455 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6456 * cedet/cedet-cscope.el (cedet-cscope-call)
6457 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6458 Use with-current-buffer.
6459 * cedet/ede.el (ede-make-project-local-variable)
6460 (ede-set-project-variables, ede-set): Use dolist.
6461
6462 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6463
6464 * textmodes/ispell.el (ispell-skip-region-alist):
6465 * international/mule-conf.el (eight-bit):
6466 * international/fontset.el (font-encoding-alist):
6467 * startup.el (pure-space-overflow-message):
6468 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6469 * paths.el (gnus-nntp-service, rmail-spool-directory)
6470 (term-file-prefix):
6471 * files.el (save-some-buffers-action-alist):
6472 * cmuscheme.el (same-window-buffer-names):
6473 * ielm.el (same-window-buffer-names):
6474 * shell.el (same-window-buffer-names):
6475 * mail/sendmail.el (same-window-buffer-names):
6476 * progmodes/inf-lisp.el (same-window-buffer-names):
6477 * bindings.el (mode-line-client)
6478 (mode-line-column-line-number-mode-map):
6479 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6480 (tibetan-precomposed-regexp): Purecopy string arguments.
6481
6482 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6485 (calcDigit-nondigit):
6486 * calc/calc-yank.el (calc-copy-to-buffer):
6487 * calc/calc-units.el (calc-invalidate-units-table):
6488 * calc/calc-trail.el (calc-trail-yank):
6489 * calc/calc-store.el (calc-insert-variables):
6490 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6491 * calc/calc-prog.el (calc-read-parse-table):
6492 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6493 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6494 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6495 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6496 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6497 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6498 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6499 * calc/calc-ext.el (calc-realign):
6500 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6501 (calc-embedded-finish-edit, calc-embedded-make-info)
6502 (calc-embedded-finish-command, calc-embedded-stack-change):
6503 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6504
6505 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6506 (overload-docstring-extension): Use that info.
6507 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6508 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6509 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6510 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6511 (semantic-nonterminal-full-name): Add the new `when' info.
6512 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6513 `assert'.
6514
6515 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6516 shell-dynamic-complete-filename in preference to
6517 comint-dynamic-complete-filename.
6518
6519 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6520 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6521 Don't consider whether the display supports colors.
6522 (bookmark-import-new-list): Use dolist.
6523 (bookmark-bmenu-mode-map): Move initialization into declaration.
6524 (bookmark-bmenu-list): Use dolist, simplify.
6525 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6526 (menu-bar-final-items): Use push.
6527
6528 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6529
6530 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6531 it works on remote files.
6532 (vc-hg-diff): Don't pass any `--cwd' argument.
6533
6534 2009-10-27 Kevin Ryde <user42@zip.com.au>
6535
6536 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6537 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6538 (Further to Bug#3921).
6539
6540 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6541
6542 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6543 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6544 calling `tramp-imap-put-file'. Add file size to the call.
6545 (tramp-imap-get-file-entries): Compute also user name, file size,
6546 and date.
6547 (tramp-imap-handle-insert-directory): Insert uid and gid.
6548 (tramp-imap-handle-file-attributes): Transform uid and gid
6549 according to `id-format'.
6550 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6551 size in header X-Size.
6552
6553 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6554
6555 * simple.el (transpose-subr): Give clearer error when the mark
6556 is not set. (Bug#4807)
6557
6558 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6559
6560 * net/tramp.el (tramp-perl-file-truename): New defconst.
6561 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6562 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6563 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6564 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6565
6566 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6567 Ignore `dired-call-process'.
6568 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6569
6570 2009-10-26 Julian Scheid <julians37@gmail.com>
6571
6572 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6573 (tramp-get-remote-readlink): New defun.
6574 (tramp-handle-file-truename): Use it.
6575 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6576 file exists if cache value present.
6577 (tramp-check-cached-permissions): New defun.
6578 (tramp-handle-file-readable-p): Use it.
6579 (tramp-handle-file-writable-p): Likewise.
6580 (tramp-handle-file-executable-p): Likewise.
6581 (tramp-handle-file-name-all-completions): Try using Perl to get
6582 partial completions. When perl not available, combine `cd' and
6583 `ls' into single remote operation and use shell expansion to get
6584 partial remote directory contents. Set `file-exists-p' cache for
6585 directory and any files returned by ls. Change cache handling to
6586 support partial directory contents. Use error message emitted by
6587 remote `cd' or Perl code for local tramp-error.
6588 (tramp-do-copy-or-rename-file-directly): Avoid separate
6589 tramp-send-command-and-check call.
6590 (tramp-handle-process-file): Merge three remote ops into one.
6591 Do not flush all caches when `process-file-side-effects' is set.
6592 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6593 file-attributes shows uid/gid to be set already.
6594
6595 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * textmodes/tex-mode.el (tex-dvi-view-command)
6598 (tex-show-queue-command, tex-open-quote):
6599 * progmodes/ruby-mode.el (auto-mode-alist)
6600 (interpreter-mode-alist): Purecopy strings.
6601
6602 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6603
6604 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6605 string for the hook, keymap and abbrev table.
6606
6607 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6608
6609 * x-dnd.el (x-dnd-xdnd-to-action):
6610 * startup.el (fancy-startup-text, fancy-about-text): Change to
6611 defconst from defvar.
6612
6613 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6614
6615 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6616 Purecopy initialization strings.
6617
6618 * mail/sendmail.el (mail-header-separator)
6619 (mail-personal-alias-file):
6620 * mail/rmail.el (rmail-default-dont-reply-to-names)
6621 (rmail-ignored-headers, rmail-retry-ignored-headers)
6622 (rmail-highlighted-headers, rmail-secondary-file-directory)
6623 (rmail-secondary-file-regexp):
6624 * files.el (null-device, file-name-invalid-regexp)
6625 (locate-dominating-stop-dir-regexp)
6626 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6627 (interpreter-mode-alist): Use mapcar instead of mapc.
6628
6629 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6630
6631 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6632 (completion-ignored-extensions):
6633 (debug-ignored-errors): Purecopy strings.
6634
6635 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6638 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6639 (pcomplete--here): Use push.
6640
6641 * subr.el (all-completions): Declare the 4th arg obsolete.
6642
6643 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6646 (pcomplete-unquote-argument): New function.
6647 (pcomplete--common-suffix): Always pay attention to case.
6648 (pcomplete--table-subvert): Quote and unquote the text.
6649 (pcomplete--common-quoted-suffix): New function.
6650 (pcomplete-std-complete): Use it and pcomplete-begin.
6651
6652 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6653 we're inside a dedicated or minibuffer window.
6654
6655 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * cedet/semantic/fw.el (semantic-alias-obsolete)
6658 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6659 (define-mode-overload-implementation):
6660 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6661 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6662 * cedet/semantic/util.el (semantic-file-token-stream)
6663 (semantic-something-to-stream):
6664 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6665 (semantic-expand-nonterminal):
6666 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6667 (semantic-find-dependency, semantic-find-nonterminal)
6668 (semantic-find-dependency):
6669 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6670 (semantic-flex-text, semantic-flex-make-keyword-table)
6671 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6672 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6673 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6674 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6675 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6676 (semantic-after-idle-scheduler-reparse-hooks):
6677 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6678 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6679 * cedet/semantic.el (semantic-toplevel-bovine-table)
6680 (semantic-toplevel-bovine-cache)
6681 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6682 (semantic-init-mode-hooks, semantic-init-db-hooks)
6683 (semantic-bovination-working-type): Provide the `when' arg.
6684
6685 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6686
6687 * bookmark.el: Update documentation, especially documentation
6688 of `bookmark-alist' and of the bookmark file format.
6689 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6690
6691 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6694 keybindings apply to the mail buffer (Bug#4003). Shrink help
6695 window to buffer.
6696
6697 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6698 (global-whitespace-mode, global-whitespace-newline-mode)
6699 (whitespace-toggle-options, global-whitespace-toggle-options):
6700 Doc fix (Bug#3660).
6701
6702 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6703 of xmltok-start before the end tag was inserted (Bug#2840).
6704
6705 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6706 patterns that are preceded by an open-paren (Bug#1320).
6707
6708 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6709
6710 * files.el (delete-directory): Delete symlinks to directories with
6711 delete-file (Bug#4739).
6712
6713 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6716 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6717 argument to make-obsolete.
6718
6719 * cedet/semantic/fw.el (semantic-alias-obsolete)
6720 (semantic-varalias-obsolete): Add optional WHEN argument.
6721
6722 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * vc.el (vc-backend-for-registration): Rename from
6725 vc-get-backend-for-registration. Update callers.
6726
6727 * international/mule-cmds.el (set-language-info-alist):
6728 Purecopy lang-env.
6729 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6730 (charset): Purecopy the name.
6731 (define-char-code-property): Purecopy string arguments.
6732
6733 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6734 Purecopy string arguments.
6735
6736 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6737 * ediff-hook.el (menu-bar-ediff-menu):
6738 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6739 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6740
6741 2009-10-24 Glenn Morris <rgm@gnu.org>
6742
6743 * comint.el (comint-dynamic-list-completions):
6744 * term.el (term-dynamic-list-completions): Use choose-completion rather
6745 than obsolete alias mouse-choose-completion.
6746
6747 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6748 file-cache-choose-completion.
6749 (file-cache-choose-completion): Handle an optional event argument.
6750 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6751
6752 * progmodes/octave-mod.el (octave-complete-symbol):
6753 Use choose-completion if mouse-choose-completion is ever removed.
6754
6755 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6756 use.
6757
6758 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6759 compiler.
6760
6761 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6762
6763 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6766 Ignore `pred' now that we receive one.
6767 Handle test-completion specially.
6768
6769 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6770
6771 * vc.el (vc-responsible-backend): Throw an error if not backend is
6772 found. Remove the REGISTER argument. Move the code dealing with
6773 REGISTER ...
6774 (vc-get-backend-for-registration): ... here. New function.
6775 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6776 of vc-responsible-backend, pass the file name instead of the
6777 directory name.
6778
6779 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6782 New funs.
6783 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6784 (pcomplete-comint-setup): Don't modify a global var via
6785 accidental side-effects.
6786 (pcomplete-shell-setup): Adjust call accordingly.
6787 (pcomplete-parse-comint-arguments): Use push.
6788
6789 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6792 Allow uncapitalized info node names (Bug#3921).
6793
6794 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6795 to the DEBUG file (Bug#3781).
6796
6797 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6798
6799 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6800 dictionary entry (Bug#4579).
6801
6802 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6803
6804 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6805 from `rfn-eshadow-update-overlay-hook' when unloading.
6806 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6807 "rsyncc". Adjust doc string.
6808 (tramp-temp-buffer-file-name): New buffer-local defvar.
6809 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6810 Keep temporary file when indicated by method ("rsync" and
6811 "rsyncc").
6812 (tramp-handle-write-region): Handle APPEND.
6813 (tramp-delete-temp-file-function): New defun. Added to
6814 `kill-buffer-hook'.
6815
6816 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6817
6818 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6819
6820 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6821
6822 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6823 (color-name-rgb-alist, tty-standard-colors)
6824 (tty-color-mode-alist): Change to defconst.
6825
6826 * simple.el (mark-inactive): Purecopy message.
6827
6828 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6829 (global-map, yank-menu):
6830 * textmodes/ispell.el (ispell-menu-map):
6831 * net/eudc.el (eudc-tools-menu):
6832 * international/mule-cmds.el (describe-language-environment-map)
6833 (setup-language-environment-map, set-coding-system-map)
6834 (mule-menu-keymap):
6835 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6836 * replace.el (occur-mode-map):
6837 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6838
6839 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6840
6841 * calc/calc.el (math-read-number, math-read-number-simple): Use
6842 `save-match-data'.
6843
6844 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6847 rather than fiddling with global-map bindings, since it should only
6848 affect per-terminal settings.
6849 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6850
6851 * minibuffer.el (completion-table-with-terminator): Allow to specify
6852 the terminator-regexp.
6853
6854 * simple.el (switch-to-completions): Look for *Completions* in other
6855 frames as well.
6856
6857 * pcomplete.el: Allow the use of completion-tables.
6858 (pcomplete-std-complete): New command.
6859 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6860 (pcomplete--here): Use a function for `form' rather than an expression,
6861 so it can be byte-compiled.
6862 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6863 Add edebug declaration.
6864 (pcomplete-show-completions): Remove unused var `curbuf'.
6865 (pcomplete-do-complete, pcomplete-stub):
6866 Don't assume `completions' is a list of strings any more.
6867
6868 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * find-dired.el (find-name-arg): Fix typo in docstring.
6871
6872 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6875 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6876
6877 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6878 pcomplete-entries.
6879
6880 * comint.el (comint-read-input-ring, comint-write-input-ring)
6881 (comint-substitute-in-file-name)
6882 (comint-dynamic-complete-as-filename)
6883 (comint-dynamic-simple-complete)
6884 (comint-dynamic-list-filename-completions)
6885 (comint-dynamic-list-completions)
6886 (comint-redirect-results-list-from-process): Minor simplifications.
6887
6888 2009-10-21 Kevin Ryde <user42@zip.com.au>
6889
6890 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6891 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6892 the first form. And insert a blank line after ";;; Code" since
6893 that's usual style. (Bug#4612)
6894
6895 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6896
6897 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * minibuffer.el (completion-table-with-terminator): Properly implement
6900 boundaries, in case `terminator' appears in the suffix.
6901 (completion--embedded-envvar-table): Don't return boundaries if
6902 there's no valid completion. Simplify.
6903 (completion-file-name-table): New completion table extracted from
6904 completion--file-name-table.
6905 (completion--file-name-table): Use it.
6906 (read-file-name-predicate): Declare obsolete.
6907 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6908 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6909 completion-file-name-table, and use the `pred' argument.
6910 * files.el (locate-file-completion-table): Use the `pred' arg rather
6911 than read-file-name-predicate.
6912 (abbreviate-file-name): Use \` rather than ^ for BOS.
6913
6914 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6915
6916 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6917 vc-responsible-backend to register, it causes problems.
6918
6919 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6922
6923 2009-10-21 Eric Ludlam <zappo@gnu.org>
6924
6925 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6926 (semantic-c-debug-mode-init-pch): New functions.
6927 (semantic-c-debug-mode-init-last-mode): New var.
6928 (semantic-c-parse-lexical-token): Use them.
6929
6930 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6931 When extracting the argument list, limit only by point-max.
6932
6933 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6934
6935 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6936 (tramp-smb-handle-file-attributes): Use it.
6937 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6938 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6939 `mapcar'. Use `tramp-smb-get-stat-capability'.
6940 Add `dired-filename' text properties.
6941 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6942 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6943 version.
6944
6945 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * subr.el (read-key-delay): Reduce to 0.01.
6948 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6949 (bug#4751).
6950
6951 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6954
6955 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6956 (Info-menu): Remove unused vars `last' and `completions'.
6957 (Info-index-nodes): Remove unused var `node'.
6958
6959 * info.el (Info-complete-menu-item): Use complete-with-action.
6960
6961 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6962
6963 Make vc-annotate work through copies and renames.
6964 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6965 Return the file name too.
6966 (vc-annotate-revision-at-line)
6967 (vc-annotate-find-revision-at-line)
6968 (vc-annotate-revision-previous-to-line)
6969 (vc-annotate-show-log-revision-at-line): Update to get the file
6970 name from vc-annotate-extract-revision-at-line.
6971 (vc-annotate-show-diff-revision-at-line-internal): Change the
6972 argument to mean whether to show a file diff or not. Get the file
6973 name from vc-annotate-extract-revision-at-line.
6974 (vc-annotate-show-diff-revision-at-line):
6975 Update vc-annotate-show-diff-revision-at-line call.
6976 (vc-annotate-warp-revision): Add an optional file argument.
6977
6978 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6979 (vc-git-annotate-extract-revision-at-line): Also return the file
6980 name if found.
6981
6982 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6983 command. Remove unused code.
6984 (vc-hg-annotate-re): Update to match --follow output.
6985 (vc-hg-annotate-extract-revision-at-line): Also return the file
6986 name if found.
6987
6988 * vc.el: Update annotate-extract-revision-at-line documentation.
6989
6990 2009-10-18 Kevin Ryde <user42@zip.com.au>
6991
6992 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6993 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6994
6995 * net/browse-url.el (browse-url): Identify alist with "consp and
6996 not functionp" and let all other things go down the `apply' leg,
6997 as suggested by Stefan. (Further to bug#4531.)
6998
6999 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * minibuffer.el (read-file-name): Check for repeat before putting
7002 a default argument in file-name-history (Bug#4657).
7003
7004 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7005 read syntax (Bug#4737).
7006
7007 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7008
7009 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7010
7011 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7012 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7013 entries and make note of obsolete tags.
7014
7015 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7018
7019 2009-10-18 Glenn Morris <rgm@gnu.org>
7020
7021 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7022 grep, so that binary files (eg international/uni-bidi.el) can match.
7023 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7024 now, and in any case the file header format has changed.
7025
7026 2009-10-17 Glenn Morris <rgm@gnu.org>
7027
7028 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7029 (flyspell-get-word, flyspell-large-region)
7030 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7031
7032 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * Makefile.in (ELCFILES): Add ede/shell.
7035
7036 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7037
7038 * term/common-win.el (x-colors): Purecopy it.
7039
7040 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7043 permissive for when the buffer is empty.
7044 (tar-header-block-tokenize): Decode the username and groupname.
7045 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7046
7047 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7048
7049 * cedet/srecode/srt.el:
7050 * cedet/srecode/compile.el:
7051 * cedet/semantic/mru-bookmark.el:
7052 * cedet/semantic/debug.el:
7053 * cedet/semantic/complete.el:
7054 * cedet/semantic/analyze.el: Require CL when compiling.
7055
7056 2009-10-17 Eric Ludlam <zappo@gnu.org>
7057
7058 * cedet/semantic/scope.el
7059 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7060 tmpscope so that the regular scope will continue to work.
7061
7062 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7063 Use semantic-idle-summary-highlight-face as the highlighting.
7064
7065 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7066 contains multibyte characters, choose first applicable coding
7067 system automatically.
7068
7069 * cedet/ede/project-am.el (project-run-target): New method.
7070 (project-run-target): New method.
7071
7072 * cedet/ede.el (ede-target): Add run target menu item.
7073 (ede-project, ede-minor-keymap): Add ede-run-target binding.
7074 (ede-run-target): New function.
7075 (ede-target::project-run-target): New method.
7076
7077 * cedet/ede/proj.el (project-run-target): New method.
7078
7079 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7080 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
7081 Add :rules.
7082 (ede-proj-target-makefile-shared-object): Only libtool compilers
7083 now available. Add linkers for libtool.
7084 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7085 (ede-proj-makefile-target-name): Always use .la extension.
7086
7087 * cedet/ede/proj-prog.el (project-run-target): New method.
7088
7089 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7090 (ede-g++-linker): Change Change link lines.
7091
7092 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7093 When searching for old variables, go to the end of the buffer and
7094 search backward from there.
7095 (ede-proj-makefile-automake-insert-subdirs)
7096 (ede-proj-makefile-automake-insert-extradist): New methods.
7097 (ede-proj-makefile-create): Use them.
7098
7099 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7100 Force FILE to expand to the current target. Use file-exists-p to
7101 check that it exists.
7102
7103 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7104 (ede-linux-load): Wrap dir in file-name-as-directory.
7105 Set :version slot.
7106
7107 * cedet/ede/files.el (ede-get-locator-object): When enabling
7108 locate, do so on "top".
7109
7110 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7111 file-name-as-directory during compare.
7112 (ede-emacs-version): Return Emacs/XEmacs differentiator.
7113 Get version number from different places. Don't call egrep.
7114 (ede-emacs-load): Set :version slot. Call file-name-as-directory
7115 to set the directory.
7116
7117 * cedet/ede/shell.el: New file.
7118
7119 * cedet/inversion.el (inversion-decoders): Allow for stray . in
7120 alpha/beta variants.
7121
7122 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * international/mule-cmds.el (select-safe-coding-system): If the file
7125 has a coding cookie, use it regardless of any other setting (bug#4712).
7126
7127 2009-10-17 Glenn Morris <rgm@gnu.org>
7128
7129 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7130 All errors should have messages.
7131
7132 * foldout.el (foldout-mouse-swallow-events):
7133 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7134
7135 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7136 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7137 (dired-keep-marker-symlink, dired-dwim-target)
7138 (dired-copy-preserve-time): Do not autoload these defcustoms.
7139
7140 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7141 messages from messing up the file coding. (Bug#4623)
7142
7143 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7144
7145 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7146 if no match is found for the current dictionary. (Bug#4578)
7147
7148 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7149 optional, since that is how it is documented, and this is often called
7150 with a nil argument. (Bug#4577)
7151 (flyspell-external-point-words, flyspell-auto-correct-word)
7152 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7153 (flyspell-word-search-backward): Remove nil argument in calls to
7154 flyspell-get-word, since it is not needed now.
7155
7156 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7157
7158 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7159
7160 2009-10-16 Glenn Morris <rgm@gnu.org>
7161
7162 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7163
7164 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7165
7166 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7167 (ange-ftp-file-size): New function.
7168 (ange-ftp-file-attributes): Use it.
7169
7170 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7171
7172 * net/tramp-smb.el (tramp-smb-version): New defvar.
7173 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7174 repeated checks.
7175
7176 2009-10-16 Glenn Morris <rgm@gnu.org>
7177
7178 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7179 Maybe copy some custom properties from old to new name. (Bug#4706)
7180
7181 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7182
7183 * subr.el (error, sit-for, start-process-shell-command)
7184 (start-file-process-shell-command): Set the calling convention
7185 after the function definition.
7186
7187 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * subr.el (error, sit-for, start-process-shell-command)
7190 (start-file-process-shell-command): Use the new
7191 set-advertised-calling-convention feature.
7192
7193 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7194
7195 * international/ucs-normalize.el (ucs-normalize-version):
7196 Change to 1.2.
7197 (check-range): Adjust for Unicode 5.2.
7198
7199 2009-10-15 Juri Linkov <juri@jurta.org>
7200
7201 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7202 to the `menu-item' format.
7203
7204 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7205
7206 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7207 if the environment variable does not exist.
7208
7209 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7210 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7211 parameter.
7212 (tramp-smb-handle-add-name-to-file)
7213 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7214 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7215 (tramp-smb-handle-file-attributes)
7216 (tramp-smb-do-file-attributes-with-stat)
7217 (tramp-smb-handle-file-local-copy)
7218 (tramp-smb-handle-insert-directory)
7219 (tramp-smb-handle-make-directory)
7220 (tramp-smb-handle-make-directory-internal)
7221 (tramp-smb-handle-make-symbolic-link)
7222 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7223 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7224 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7225 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7226 Handle long file names.
7227 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7228 process is running.
7229 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7230 Read share names with "-g" option.
7231
7232 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7233
7234 * net/rcirc.el (rcirc-view-log-file): New command.
7235 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7236 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7237 specified.
7238
7239 2009-10-15 Glenn Morris <rgm@gnu.org>
7240
7241 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7242 from the second command-line argument.
7243 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7244 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7245 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7246 w32-batch-update-autoloads.
7247 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7248 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7249
7250 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7251 the headers cannot be located. Simplify, subtracting superflous
7252 save-excursions.
7253
7254 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 Replace completion-base-size by completion-base-position to fix bugs
7257 such as (bug#4699).
7258 * simple.el (completion-base-position): New var.
7259 (completion-base-size): Mark as obsolete.
7260 (choose-completion): Make it work for mouse events as well.
7261 Pass the new base-position to choose-completion-string.
7262 (choose-completion-guess-base-position): New function, extracted from
7263 choose-completion-delete-max-match.
7264 (choose-completion-delete-max-match): Use it. Make obsolete.
7265 (choose-completion-string): Use the new base-position info.
7266 (completion-root-regexp): Delete.
7267 (completion-setup-function): Preserve completion-base-position.
7268 Eliminate obsolete base-size manipulation.
7269 * minibuffer.el (display-completion-list): Don't mess with base-size.
7270 (minibuffer-completion-help): Set completion-base-position instead.
7271 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7272 choose-completion.
7273 * textmodes/bibtex.el (bibtex-complete):
7274 * emacs-lisp/crm.el (crm--choose-completion-string):
7275 Adjust to new calling convention.
7276 * complete.el (partial-completion-mode): Use minibufferp to avoid
7277 bumping into incompatible change to choose-completion-string-functions.
7278 * ido.el (ido-choose-completion-string): Make its calling convention
7279 more permissive.
7280 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7281 base-size manipulation.
7282 (comint-dynamic-list-input-ring): Use dotimes and push.
7283 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7284 fundamental-mode. Use `or'.
7285
7286 2009-10-14 Juri Linkov <juri@jurta.org>
7287
7288 * misearch.el (multi-isearch-next-buffer-from-list)
7289 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7290
7291 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7294 `bytecomp.el'.
7295
7296 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7297 string we return is all made up of text from the completions rather
7298 than part from the completions and part from the input (bug#4219).
7299
7300 * ido.el (ido-everywhere): Use define-minor-mode.
7301
7302 * buff-menu.el (list-buffers, ctl-x-map):
7303 Mark the entry points with ;;;###autoload cookies.
7304
7305 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7306
7307 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7308 correctly in the detached head case.
7309 (vc-git-print-log): Remove unused binding.
7310
7311 * vc.el (vc-responsible-backend): When a directory is passed for
7312 for registration create a VC repository if no backend is
7313 responsible for the directory argument.
7314 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7315
7316 * vc.el: Move comments about RCS and SCCS ...
7317 * vc-rcs.el:
7318 * vc-sccs.el: ... here, respectively.
7319
7320 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * minibuffer.el (completion--file-name-table): Return nil if there's
7323 no file completion, even if substitute-in-file-name changed
7324 the string (bug#4708).
7325
7326 2009-10-13 Juri Linkov <juri@jurta.org>
7327
7328 * files-x.el (read-file-local-variable-value): Don't filter out
7329 minor modes from mode name completion (bug#4664).
7330
7331 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * international/mule-cmds.el (ucs-names): Remove exclusion of
7334 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7335
7336 2009-10-13 Kenichi Handa <handa@m17n.org>
7337
7338 * international/uni-name.el: Regenerated.
7339
7340 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7341
7342 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7343 should be automatically buffer-local, but isn't.)
7344
7345 2009-10-12 Sam Steingold <sds@gnu.org>
7346
7347 * progmodes/compile.el (compilation-next-error-function): Fix the
7348 timestamps if the buffer has been visited before.
7349 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7350 non-anchored patterns, like the perl one (bug#3928).
7351
7352 2009-10-12 Glenn Morris <rgm@gnu.org>
7353
7354 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7355 Let-bind `size'.
7356
7357 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * proced.el (proced-unload-function): New function.
7360
7361 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7362 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7363 Doc fix.
7364
7365 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7366
7367 2009-10-11 Juri Linkov <juri@jurta.org>
7368
7369 * files-x.el (read-file-local-variable-value):
7370 Provide default value only for bound variables (bug#4664).
7371
7372 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7375 connection methods like smb.
7376
7377 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7378 can be empty.
7379
7380 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7381 (tramp-smb-file-name-handler-alist): Add handlers for
7382 `add-name-to-file', `make-symbolic-link'.
7383 (tramp-smb-handle-add-name-to-file)
7384 (tramp-smb-do-file-attributes-with-stat)
7385 (tramp-smb-handle-make-symbolic-link)
7386 (tramp-smb-get-cifs-capabilities): New defuns.
7387 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7388 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7389 (tramp-smb-handle-file-local-copy)
7390 (tramp-smb-handle-make-directory-internal)
7391 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7392 The file name syntax depends on cifs capabilities.
7393 (tramp-smb-handle-file-attributes):
7394 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7395 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7396 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7397
7398 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7401 (eieio-defclass): Apply deftype handler and setf-method properties
7402 directly.
7403 (eieio-add-new-slot): Avoid union function from cl library.
7404 (eieio--typep): New function.
7405 (eieio-perform-slot-validation): Use it.
7406
7407 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7408
7409 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7410 Update documentation to refer to the variables documented in r1.135.
7411 (Bug#4188)
7412
7413 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7414
7415 * bookmark.el (Info-suffix-list): Remove this unused variable.
7416 (bookmark-current-point): Remove this obsolete variable.
7417 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7418 Adjust for removal of bookmark-current-point.
7419
7420 (bookmarks-already-loaded, bookmark-current-buffer)
7421 (bookmark-yank-point): Document. (Bug#4188)
7422
7423 2009-10-10 Glenn Morris <rgm@gnu.org>
7424
7425 * frame.el (frame-height): Doc fix.
7426
7427 * calendar/calendar.el (calendar-split-width-threshold): New option.
7428 (calendar-basic-setup): Use calendar-split-width-threshold.
7429
7430 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7431
7432 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7433 Use .la for Automake.
7434
7435 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7438 Use "autoreconf -i". Suggested by Andreas Schwab.
7439
7440 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7441
7442 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7443 Ideographic Supplement" range (U+1F200..U+1F2FF).
7444
7445 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7446
7447 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7448 since the list will have been rebuilt anyway. (Bug#4349)
7449
7450 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7451
7452 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7453 (bookmark-bmenu-execute-deletions): Don't save here, as
7454 bookmark-delete will now do so if necessary.
7455 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7456 (Bug#4348)
7457
7458 2009-10-09 Glenn Morris <rgm@gnu.org>
7459
7460 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7461
7462 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7463
7464 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7465 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7466 argument now, so the two function's behaviors will match. (Bug#3645)
7467
7468 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7471 Fix filename test.
7472 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7473 to expand file names.
7474
7475 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7476
7477 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7478 (tramp-file-name-real-host, tramp-file-name-port):
7479 Apply `save-match-data'.
7480
7481 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7482 case both directories are remote.
7483 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7484 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7485
7486 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7489 (ede-proj-target-makefile-objectcode): Use it.
7490
7491 * cedet/ede/source.el (ede-want-any-source-files-p)
7492 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7493 Return search result. This error was introduced while merging.
7494
7495 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7496
7497 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7498
7499 2009-10-07 Glenn Morris <rgm@gnu.org>
7500
7501 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7502 of concat.
7503
7504 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * files-x.el (read-file-local-variable): Include some
7507 non-user-variables in the completion table (bug#4664).
7508
7509 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7510
7511 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7512 message.
7513
7514 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7515 (tramp-smb-file-name-handler-alist): Add handler for
7516 `copy-directory', `expand-file-name', `set-file-modes'.
7517 (tramp-smb-handle-copy-directory)
7518 (tramp-smb-handle-expand-file-name)
7519 (tramp-smb-handle-set-file-modes): New defuns.
7520 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7521 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7522 entry.
7523 (tramp-smb-handle-insert-directory): Don't flush the cache.
7524 (tramp-smb-maybe-open-connection): Check for samba client and
7525 server versions.
7526
7527 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7528
7529 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7530 to not error out of search for "^lisp=" fails.
7531
7532 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * makefile.w32-in (WINS_UPDATES): New macro.
7535 (custom-deps, finder-data, autoloads): Use it.
7536
7537 2009-10-07 Glenn Morris <rgm@gnu.org>
7538
7539 * Makefile.in (autoloads): Revert previous change.
7540 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7541 the list of preloaded files passed on the command-line, get
7542 it from src/Makefile.
7543
7544 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7545 show the original buffer rather than a random one.
7546
7547 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7548
7549 * help.el (describe-no-warranty): Place point in a slightly better
7550 position in the GPLv3 text.
7551
7552 2009-10-06 Sam Steingold <sds@gnu.org>
7553
7554 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7555 the comm attribute is present before calling regexp-quote.
7556
7557 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7558
7559 * play/animate.el (animate-string): For good effect, make sure
7560 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7561
7562 * play/animate.el (animate-sequence, animate-birthday-present):
7563 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7564
7565 2009-10-06 Glenn Morris <rgm@gnu.org>
7566
7567 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7568
7569 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7570 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7571 (batch-update-autoloads): Process a string value of autoload-excludes,
7572 set during the build process.
7573 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7574
7575 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7576 inside with-parsed... macro so that `v' is defined.
7577
7578 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7579 * progmodes/fortran.el (fortran-end-of-block)
7580 (fortran-beginning-of-block):
7581 Also push mark in the macro case.
7582
7583 * emerge.el (emerge-show-file-name):
7584 * calc/calc.el (calc-quit):
7585 * calc/calc-misc.el (calc-big-or-small):
7586 * calc/calc-graph.el (calc-graph-view):
7587 * calc/calc-ext.el (calc-reset):
7588 * calendar/calendar.el (calendar-basic-setup):
7589 Use window-full-height-p.
7590
7591 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7592 header we don't understand, don't insert another. (Bug#4624)
7593 If changing mime charset, insert the new one in the right place.
7594
7595 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7596
7597 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7598 (cal-tex-cursor-month): Correctly increment the end date for diary and
7599 holiday listing. (Bug#4626)
7600
7601 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * help-fns.el (describe-function-1): Don't burp if the function is not
7604 a symbol.
7605
7606 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7609 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7610 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7611 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7612
7613 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7614 (eieio-default-superclass): Reflow docstrings.
7615 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7616 (eieio-unbind-method-implementations, defmethod)
7617 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7618 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7619 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7620 (eieio-slot-originating-class-p, eieio-slot-name-index)
7621 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7622 (constructor, initialize-instance, no-next-method, object-print)
7623 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7624 Fix typos in docstrings.
7625 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7626 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7627 (next-method-p): Doc fixes.
7628 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7629 Fix typos in error messages.
7630 (eieio-defmethod): Fix typo in description of generic method.
7631
7632 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7633 (eieio-persistent-save-interactive, slot-missing):
7634 Fix typos in docstrings.
7635 (eieio-instance-inheritor-slot-boundp): Doc fix.
7636
7637 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7638 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7639
7640 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7641 (eieio-custom-object-apply-reset):
7642 Fix typos in docstrings and error messages.
7643
7644 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7645 Fix typo in docstring.
7646
7647 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7648 (eieio-browse-tree): Doc fix.
7649 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7650 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7651 Fix typos in docstrings.
7652
7653 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7654 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7655 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7656 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7657 Reflow docstrings.
7658
7659 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7662 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7663 Set log-view-vc-backend so that diff can work.
7664
7665 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7666 vc-version-diff.
7667 (vc-diff-internal): Autoload this instead of vc-version-diff.
7668
7669 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7670
7671 * simple.el (eval-expression): Doc fix.
7672
7673 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7674
7675 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7676
7677 * files.el (directory-files-no-dot-files-regexp): New defconst.
7678 (delete-directory): Use it.
7679 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7680
7681 * net/tramp.el (tramp-verbose): Fix docstring.
7682 (tramp-methods): Add recursive option to `tramp-copy-args'.
7683 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7684 "scp1_old", "scp2_old", "rsync", "rsyncc".
7685 (tramp-default-method): Check also for `auth-source-user-or-password'.
7686 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7687 Add handler for `copy-directory'.
7688 (tramp-handle-copy-directory): New defun.
7689 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7690 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7691 Optimize sent command.
7692
7693 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7696 window if necessary.
7697
7698 * calendar/calendar.el (calendar-basic-setup): Don't call
7699 switch-to-buffer in a dedicated window.
7700
7701 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7702
7703 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7704 don't do anything related to relocating, just return nil.
7705 (bookmark-error-no-filename): New error.
7706 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7707 bookmark has no file. Don't even attempt to handle things that
7708 are not files; the whole point of custom handlers is to keep that
7709 knowledge elsewhere anyway. Tighten some comments.
7710 (bookmark-file-or-variation-thereof): Remove now-unused function.
7711 (bookmark-location): Doc string fix.
7712 (Bug#4250)
7713
7714 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7715
7716 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7717 don't use a file dialog, because they usually don't know how to read
7718 a directory target from the user. (Bug#4230)
7719 Also, make sure the prompt can display directories as well as files.
7720
7721 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7722
7723 * bookmark.el (bookmark-set, bookmark-buffer-name):
7724 Improve doc strings. (Bug#1193)
7725
7726 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7727
7728 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7729 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7730 (bookmark-get-annotation, bookmark-set-annotation)
7731 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7732 (bookmark-set-position, bookmark-get-front-context-string)
7733 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7734 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7735 (bookmark-jump-other-window, bookmark-handle-bookmark)
7736 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7737 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7738 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7739 Improve doc strings to say whether bookmark can be a string or
7740 a record or both, and make other consistency and clarity fixes.
7741 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7742 (bookmark-default-annotation-text, bookmark-yank-word)
7743 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7744 (bookmark-import-new-list, bookmark-maybe-rename)
7745 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7746 (bookmark-bmenu-bookmark): Give these doc strings.
7747 (bookmark-bmenu-check-position): Give this a doc string, but also
7748 add a FIXME comment about how the function may be pointless.
7749 (bookmark-default-handler): Rework doc string and change a
7750 parameter name, to clarify that this takes a bookmark record
7751 not a bookmark name.
7752 (bookmark-set): Change a parameter name to indicate its meaning,
7753 and improve the doc string a bit.
7754 (Bug#4188)
7755
7756 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7757
7758 * bookmark.el (bookmark-alist): Document the new `handler' element
7759 in the param alist.
7760 (bookmark-make-record-function): Adjust documentation for above.
7761 (Bug#4193)
7762
7763 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7764
7765 * info.el (Info-bookmark-make-record): Document this function.
7766 (Info-bookmark-jump): Document with a doc string, not just a comment.
7767 (Bug#4203)
7768
7769 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7770
7771 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7772 (semantic-new-buffer-fcn): Call parser setup functions here.
7773 (semantic-mode): Don't call parser setup functions here, it's done
7774 in semantic-new-buffer-fcn now.
7775 (semantic-mode): Parse all existing buffers when enabled.
7776
7777 * cedet/srecode/compile.el (srecode-compile-file):
7778 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7779
7780 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7783
7784 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7785 (proj-comp-insert-variable-once): New macro, renamed from
7786 ede-pmake-insert-variable-once in ede/pmake.edl.
7787 (ede-proj-makefile-insert-variables): Use it.
7788
7789 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7790
7791 * files.el (copy-directory): New defun.
7792
7793 * dired-aux.el (dired-copy-file-recursive): Use it.
7794
7795 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7796
7797 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7798 (makefile-end-of-command):
7799 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7800 (semantic-end-of-context): Fix previous change. Doc fixes.
7801
7802 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * files-x.el (modify-dir-local-variable)
7805 (copy-dir-locals-to-file-locals-prop-line):
7806 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7807 (makefile-end-of-command):
7808 * cedet/semantic/lex.el (semantic-lex-token):
7809 * cedet/semantic/analyze/fcn.el
7810 (semantic-analyze-dereference-metatype-1):
7811 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7812 (semantic-lex-cpp-undef):
7813 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7814 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7815 (semantic-end-of-context): Fix typos in docstrings.
7816
7817 * recentf.el (recentf-unload-function): New function.
7818
7819 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * cedet/ede.el (ede-project-placeholder-cache-file):
7822 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7823 * cedet/srecode/map.el (srecode-map-save-file):
7824 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7825
7826 2009-10-04 Glenn Morris <rgm@gnu.org>
7827
7828 * window.el (window-full-height-p): Add doc string.
7829
7830 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7831
7832 * window.el (window-full-height-p): New function. (Bug#4543)
7833
7834 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7835
7836 * cedet/srecode/insert.el: Require srecode/args.
7837
7838 * cedet/srecode/args.el: Require srecode/dictionary instead of
7839 srecode/insert.
7840
7841 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7842
7843 * files.el (auto-mode-alist): Add .srt and Project.ede.
7844
7845 * cedet/semantic.el (semantic-mode):
7846 Handle srecode-template-mode-hook as well.
7847 (semantic-mode): Use js-mode-hook for Javascript hook.
7848
7849 * cedet/srecode/template.el: Remove hook variable.
7850
7851 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7852
7853 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7854 projects exist.
7855 (ede-project-placeholder-cache-file): Default to a file in
7856 user-emacs-directory.
7857
7858 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7859 templates in data-directory.
7860 (srecode-map-save-file): Default to a file in user-emacs-directory.
7861
7862 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7863 directory.
7864
7865 2009-09-30 Eric Ludlam <zappo@gnu.org>
7866
7867 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7868 Doc fix.
7869
7870 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7871 Only insert each variable once.
7872
7873 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7874 (ede-pmake-insert-variable-shared): Use it.
7875
7876 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7877 for lexical table iff table is nil.
7878
7879 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7880
7881 * vc.el: Remove commented out code.
7882 (vc-derived-from-dir-mode): Remove, unused.
7883 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7884
7885 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7886
7887 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7888 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7889 there could be recursive loading when `default-directory' is a
7890 remote file name. (Bug#4614)
7891
7892 2009-10-03 Glenn Morris <rgm@gnu.org>
7893
7894 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7895 the frame is wide.
7896 (calendar-generate-window): Test for shrinkability rather than width.
7897
7898 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7899 declaration, currently false.
7900
7901 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7902 reusing existing buffers, in case we happen to visit two files with the
7903 same basename. (Bug#4593)
7904
7905 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7906
7907 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7908 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7909 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7910 subdirs of cedet as well.
7911 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7912
7913 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7916 Obey advertised-signature-table.
7917
7918 * help-fns.el (help-function-arglist): Don't check
7919 advertised-signature-table.
7920 (describe-function-1): Do it here instead so it also applies to subrs.
7921
7922 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * simple.el (start-file-process): Say in the doc-string, that file
7925 handlers might not support pty association, if PROGRAM is nil.
7926
7927 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7928 HOST and USER are strings. They are nil, when there are
7929 incomplete entries in ~/.netrc, for example.
7930 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7931 root directory ("device busy" error otherwise).
7932
7933 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7934 Flush file properties of created directory.
7935
7936 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7937
7938 * makefile.w32-in (WINS_BASIC): Remove cedet.
7939 (WINS_CEDET): Add cedet.
7940 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7941
7942 2009-10-02 Kevin Ryde <user42@zip.com.au>
7943
7944 * net/browse-url.el (browse-url): Pass any symbol in
7945 browse-url-browser-function to `apply', since if you've mistakenly put
7946 an unbound symbol then the error is clearer. (Bug#4531)
7947
7948 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * allout.el (allout-init, allout-back-to-current-heading)
7951 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7952 (allout-ascend, allout-up-current-level, allout-end-of-level)
7953 (allout-previous-visible-heading, allout-forward-current-level)
7954 (allout-backward-current-level, allout-show-children):
7955 * apropos.el (apropos-describe-plist):
7956 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7957 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7958 * completion.el (add-completion, add-permanent-completion):
7959 * descr-text.el (describe-text-category, describe-char):
7960 * desktop.el (desktop-lazy-abort):
7961 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7962 * dired.el (dired-build-subdir-alist):
7963 * ediff.el (ediff-version):
7964 * elide-head.el (elide-head, elide-head-show):
7965 * emerge.el (emerge-version):
7966 * env.el (getenv):
7967 * face-remap.el (variable-pitch-mode):
7968 * faces.el (describe-face):
7969 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7970 (dired-at-point):
7971 * files.el (find-file-existing, auto-save-mode):
7972 * font-lock.el (font-lock-fontify-buffer):
7973 * help-fns.el (describe-function, describe-variable)
7974 (describe-syntax, describe-categories):
7975 * help.el (view-lossage, describe-bindings, describe-key)
7976 (describe-mode):
7977 * hexl.el (hexl-current-address):
7978 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7979 * info.el (Info-goto-emacs-key-command-node):
7980 * log-edit.el (log-edit-insert-cvs-template)
7981 (log-edit-insert-cvs-rcstemplate):
7982 * menu-bar.el (menu-bar-mode):
7983 * mouse.el (mouse-appearance-menu):
7984 * newcomment.el (comment-indent-new-line):
7985 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7986 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7987 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7988 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7989 * recentf.el (recentf-mode):
7990 * savehist.el (savehist-mode, savehist-save):
7991 * shadowfile.el (shadow-copy-files):
7992 * simple.el (kill-ring-save, next-line, previous-line)
7993 (normal-erase-is-backspace-mode):
7994 * strokes.el (strokes-update-window-configuration)
7995 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7996 (strokes-xpm-for-stroke):
7997 * time.el (emacs-uptime, emacs-init-time):
7998 * tutorial.el (tutorial--describe-nonstandard-key)
7999 (tutorial--detailed-help):
8000 * type-break.el (type-break-mode)
8001 (type-break-mode-line-message-mode, type-break-query-mode)
8002 (type-break-guesstimate-keystroke-threshold):
8003 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8004 * version.el (emacs-version):
8005 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8006 * winner.el (winner-mode):
8007 * calendar/timeclock.el (timeclock-in, timeclock-out)
8008 (timeclock-status-string, timeclock-change)
8009 (timeclock-workday-remaining-string)
8010 (timeclock-workday-elapsed-string)
8011 (timeclock-when-to-leave-string):
8012 * calendar/todo-mode.el (todo-add-category):
8013 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8014 * emacs-lisp/autoload.el (update-file-autoloads):
8015 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8016 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8017 (checkdoc-message-text, checkdoc-defun):
8018 * emacs-lisp/debug.el (debugger-list-functions):
8019 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8020 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8021 (eieio-describe-generic):
8022 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8023 * emacs-lisp/shadow.el (list-load-path-shadows):
8024 * emulation/cua-base.el (cua-mode):
8025 * emulation/edt.el (edt-set-scroll-margins):
8026 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8027 (tpu-toggle-regexp, tpu-toggle-search-direction)
8028 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8029 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8030 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8031 (viper-set-parsing-style-toggling-macro)
8032 (viper-set-emacs-state-searchstyle-macros):
8033 * emulation/viper.el (viper-set-hooks):
8034 * eshell/esh-mode.el (eshell-truncate-buffer):
8035 * international/mule-cmds.el (prefer-coding-system)
8036 (describe-input-method, describe-language-environment):
8037 * international/mule-diag.el (list-character-sets)
8038 (describe-character-set, describe-coding-system)
8039 (describe-fontset, list-fontsets, list-input-methods):
8040 * mail/sendmail.el (mail-signature):
8041 * net/ange-ftp.el (ange-ftp-copy-file):
8042 * net/browse-url.el (browse-url):
8043 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8044 * net/quickurl.el (quickurl-add-url):
8045 * net/rcirc.el (names, topic):
8046 * net/xesam.el (xesam-mode):
8047 * play/5x5.el (5x5-new-game):
8048 * play/yow.el (apropos-zippy):
8049 * progmodes/ada-mode.el (ada-mode-version):
8050 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8051 (f90-end-of-block)
8052 (f90-beginning-of-block):
8053 * progmodes/fortran.el (fortran-end-of-block)
8054 (fortran-beginning-of-block):
8055 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8056 * progmodes/python.el (python-describe-symbol, python-shell):
8057 * term/ns-win.el (ns-print-buffer):
8058 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8059 * textmodes/flyspell.el (flyspell-mode-on):
8060 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8061 (pages-directory-for-addresses):
8062 * textmodes/table.el (table-recognize-cell)
8063 (table-query-dimension, table-generate-source)
8064 (table-insert-sequence, table--warn-incompatibility):
8065 * textmodes/tex-mode.el (tex-validate-buffer):
8066 * textmodes/texinfmt.el (texinfmt-version)
8067 (texinfo-format-buffer):
8068 Use `called-interactively-p' instead of `interactive-p'.
8069
8070 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * image-mode.el (image-toggle-display):
8073 * emacs-lisp/elp.el (elp-instrument-function):
8074 * emacs-lisp/advice.el (ad-make-advised-definition):
8075 * emacs-lisp/easy-mmode.el (define-minor-mode):
8076 * net/browse-url.el (browse-url-maybe-new-window):
8077 * progmodes/sh-script.el (sh-learn-buffer-indent):
8078 Pass new argument 'any to `called-interactively-p'.
8079
8080 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8081
8082 * international/uni-bidi.el:
8083 * international/uni-category.el:
8084 * international/uni-combining.el:
8085 * international/uni-comment.el:
8086 * international/uni-decimal.el:
8087 * international/uni-decomposition.el:
8088 * international/uni-digit.el:
8089 * international/uni-lowercase.el:
8090 * international/uni-mirrored.el:
8091 * international/uni-name.el:
8092 * international/uni-numeric.el:
8093 * international/uni-old-name.el:
8094 * international/uni-titlecase.el:
8095 * international/uni-uppercase.el:
8096 Regenerate from Unicode 5.2.0 data.
8097
8098 2009-10-01 Glenn Morris <rgm@gnu.org>
8099
8100 * Makefile.in (ELCFILES): Regenerate.
8101
8102 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * subr.el (interactive-p): Mark obsolete.
8105 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8106 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8107 advertised-signature-table for subroutines as well.
8108
8109 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8110 (set-advertised-calling-convention): New function.
8111 (make-obsolete, define-obsolete-function-alias)
8112 (make-obsolete-variable, define-obsolete-variable-alias):
8113 Make the optional-ness of `when' obsolete.
8114 (define-obsolete-face-alias): Make `when' non-optional.
8115 * help-fns.el (help-function-arglist):
8116 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8117 Use advertised-signature-table.
8118
8119 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8120
8121 * files.el (delete-directory): New defun. The original function
8122 in fileio.c has been renamed to `delete-directory-internal'.
8123
8124 * dired.el (dired-delete-file): Call `delete-directory' with
8125 RECURSIVE parameter.
8126
8127 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8128 parameter RECURSIVE. Implementation is missing.
8129
8130 * net/tramp.el (tramp-handle-make-directory): Flush upper
8131 directory's file properties.
8132 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8133 (tramp-handle-dired-recursive-delete-directory): Flush directory
8134 properties after the remove command only.
8135
8136 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8137 Handle optional parameter RECURSIVE.
8138
8139 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8140 Handle optional parameter RECURSIVE.
8141
8142 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8143 connection timeout.
8144 (tramp-smb-handle-delete-directory): Handle optional parameter
8145 RECURSIVE.
8146
8147 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8150 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8151 (byte-compile-defmacro): Use backquotes.
8152
8153 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8154
8155 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8156 has no associated file.
8157 (vc-resynch-buffer): Use vc-dir-buffers.
8158
8159 2009-10-01 Glenn Morris <rgm@gnu.org>
8160
8161 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8162 (chart-file-count):
8163 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8164 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8165 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8166 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8167 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8168 (eieio-copy-parents-into-subclass, make-instance, class-children)
8169 (eieio-generic-form):
8170 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8171 * cedet/cedet-idutils.el (cedet-idutils-search)
8172 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8173 (cedet-idutils-version-check):
8174 * cedet/cedet.el (cedet-version):
8175 * cedet/data-debug.el (data-debug-insert-overlay-button)
8176 (data-debug-insert-overlay-list-button)
8177 (data-debug-insert-buffer-button)
8178 (data-debug-insert-buffer-list-button)
8179 (data-debug-insert-process-button, data-debug-insert-ring-button)
8180 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8181 (data-debug-insert-stuff-vector-button)
8182 (data-debug-insert-symbol-button, data-debug-insert-string)
8183 (data-debug-insert-number, data-debug-insert-lambda-expression)
8184 (data-debug-insert-nil, data-debug-insert-simple-thing)
8185 (data-debug-insert-custom, data-debug-edebug-expr):
8186 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8187 (global-ede-mode-map, ede-new, ede-debug-target)
8188 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8189 * cedet/semantic.el (semantic-minimum-working-buffer-size)
8190 (semantic-fetch-tags, semantic-submode-list)
8191 (semantic-default-submodes):
8192 * cedet/ede/source.el (ede-source-match):
8193 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8194 (project-am-package-info):
8195 * cedet/ede/proj.el (ede-proj-target, project-new-target):
8196 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8197 * cedet/ede/proj-comp.el (ede-current-build-list):
8198 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8199 * cedet/ede/files.el (ede-toplevel-project-or-nil):
8200 * cedet/ede/cpp-root.el (initialize-instance):
8201 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8202 (autoconf-parameter-strip, autoconf-insert-new-macro):
8203 * cedet/semantic/wisent.el (wisent-lex-eoi):
8204 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8205 (semantic-show-parser-state-mode):
8206 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8207 * cedet/semantic/tag.el (semantic-tag-new-variable)
8208 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8209 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8210 (semantic--tag-deep-copy-tag-list)
8211 (semantic-tag-components-with-overlays-default):
8212 * cedet/semantic/symref.el (semantic-symref-find-text):
8213 * cedet/semantic/senator.el (senator-yank-tag)
8214 (senator-transpose-tags-up):
8215 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8216 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8217 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8218 * cedet/semantic/lex.el (semantic-lex-comment-regex)
8219 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8220 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8221 * cedet/semantic/lex-spp.el
8222 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8223 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8224 * cedet/semantic/idle.el
8225 (semantic-idle-summary-current-symbol-info-brutish)
8226 (semantic-idle-summary-current-symbol-info-default):
8227 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8228 (semantic--grammar-macro-compl-dict):
8229 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8230 * cedet/semantic/format.el (semantic-format-tag-custom-list)
8231 (semantic-format-tag-canonical-name-default):
8232 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8233 (semantic-find-tags-for-completion)
8234 (semantic-find-tags-by-scope-protection-default)
8235 (semantic-deep-find-tags-for-completion):
8236 * cedet/semantic/edit.el
8237 (semantic-edits-incremental-reparse-failed-hook)
8238 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8239 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8240 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8241 * cedet/semantic/dep.el (semantic-dependency-include-path):
8242 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8243 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8244 (semanticdb-project-roots):
8245 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8246 (semanticdb-find-adebug-insert-scanned-tag-cons)
8247 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8248 (semanticdb-brute-deep-find-tags-for-completion):
8249 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8250 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8251 (semantic-end-of-context-default)
8252 (semantic-ctxt-current-function-default)
8253 (semantic-ctxt-scoped-types-default):
8254 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8255 (semantic-complete-inline-tag-engine)
8256 (semantic-complete-inline-custom-type)
8257 (semantic-complete-read-tag-analyzer):
8258 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8259 (semantic-chart-database-size):
8260 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8261 (semantic-analyze-current-context):
8262 * cedet/semantic/symref/list.el (semantic-symref)
8263 (semantic-symref-hide-buffer, semantic-symref-symbol):
8264 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8265 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8266 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8267 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8268 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8269 (semantic-c-dereference-template):
8270 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8271 (semantic--analyze-refs-full-lookup-with-parents)
8272 (semantic--analyze-refs-full-lookup-simple):
8273 * cedet/semantic/analyze/complete.el
8274 (semantic-analyze-possible-completions):
8275 * cedet/srecode/table.el (srecode-mode-table-new):
8276 * cedet/srecode/srt.el (srecode-read-variable-name):
8277 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8278 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8279 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8280 * cedet/srecode/map.el (srecode-current-map):
8281 * cedet/srecode/insert.el (srecode-insert)
8282 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8283 (srecode-template-inserter-point-override)
8284 (srecode-insert-include-lookup):
8285 * cedet/srecode/getset.el (srecode-auto-choose-class):
8286 * cedet/srecode/extract.el (srecode-inserter-extract):
8287 * cedet/srecode/document.el
8288 (srecode-document-autocomment-return-last-alist)
8289 (srecode-document-autocomment-param-type-alist)
8290 (srecode-document-insert-function-comment)
8291 (srecode-document-insert-variable-one-line-comment)
8292 (srecode-document-function-name-comment):
8293 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8294 (srecode-compound-toString):
8295 * cedet/srecode/compile.el (srecode-flush-active-templates):
8296 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8297 Doc/message fixes.
8298
8299 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8300 match-data. (Bug#4555).
8301
8302 * cedet/semantic/bovine/gcc.el
8303 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8304 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8305
8306 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8307 rather than parsing it as a regexp. This relaxes the layout
8308 requirements and makes errors easier to detect.
8309 (check-declare-verify): Check file is regular.
8310 (check-declare-directory): Doc fix.
8311 * subr.el (declare-function): Doc fix.
8312
8313 * ibuffer.el (ibuffer-format-qualifier):
8314 * isearch.el (hi-lock-regexp-okay):
8315 * calc/calc.el (math-zerop):
8316 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8317 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8318 Remove unused declarations.
8319
8320 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8321
8322 * cedet/semantic/wisent/javat-wy.el
8323 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8324
8325 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8326
8327 * cedet/srecode/expandproto.el: Fix provide statement.
8328
8329 2009-09-30 Eric Ludlam <zappo@gnu.org>
8330
8331 * emacs-lisp/eieio.el (boolean-p): Delete.
8332
8333 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8334
8335 * cedet/ede/srecode.el: Fix provide statement.
8336
8337 2009-09-30 Glenn Morris <rgm@gnu.org>
8338
8339 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8340 * cedet/ede/proj-aux.el (ede-aux-source):
8341 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8342 (ede-misc-source):
8343 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8344 (semantic-mrub-switch-tags): Fix doc typos.
8345
8346 * cedet/semantic/db-global.el (data-debug-new-buffer)
8347 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8348 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8349
8350 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8351
8352 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8353 use of CL function `remove-if-not'.
8354
8355 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8356
8357 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8358 filename is not a string.
8359
8360 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * files.el (safe-local-eval-forms): Fix typo.
8363
8364 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * vc-hooks.el (vc-dir-buffers): New var.
8367 (vc-state-refresh): New function.
8368 (vc-state): Use it.
8369 (vc-after-save): Always ask the backend to recompute the new state.
8370 Always call vc-dir if necessary, using vc-dir-buffers.
8371 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8372 Use vc-dir-buffers.
8373 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8374 (vc-dir-prepare-status-buffer, vc-dir-update)
8375 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8376 Don't call expand-file-name on default-directory.
8377
8378 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8379
8380 * speedbar.el (speedbar-item-delete):
8381 * calc/calc-prog.el (calc-kbd-if):
8382 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8383
8384 * epa.el (epa-key-list-mode-map):
8385 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8386
8387 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8388 (hs-show-hook): Fix typo in docstring.
8389
8390 2009-09-29 Glenn Morris <rgm@gnu.org>
8391
8392 * cedet/semantic/symref/idutils.el:
8393 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8394
8395 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8396
8397 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8398 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8399 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8400 Mark declarations not understood by check-declare.
8401
8402 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8403 file-name-nondirectory call preventing location of cedet files.
8404 (check-declare-verify): Use literal search rather than re-search.
8405 Add basic defmethod and defclass, and define-overloadable-function.
8406
8407 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8408 Use tramp-compat-file-attributes rather than nonexistent
8409 tramp-compat-handle-file-attributes.
8410
8411 * Makefile.in (lisptagsfiles4): New.
8412 (AUTOGENEL): Add cedet loaddefs files.
8413 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8414 (update-elclist, compile-always, backup-compiled-files)
8415 (bootstrap-clean): Add yet another directory level.
8416 (update-elclist): Use LC_COLLATE rather than COLLATE.
8417 (ELCFILES): Update, via `make update-elclist'.
8418
8419 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8420
8421 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8422 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8423 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8424
8425 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8426
8427 * Makefile.in (lisptagsfiles3): Define.
8428 (TAGS, TAGS-LISP): Use it.
8429 (update-elclist): Add third directory level to look for elc files.
8430 (compile-always): Likewise.
8431 (backup-compiled-files): Likewise.
8432 (bootstrap-clean): Likewise.
8433 (ELCFILES): Update.
8434
8435 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * Makefile.in (ELCFILES): Add CEDET files.
8438
8439 2009-09-28 Eric Ludlam <zappo@gnu.org>
8440
8441 CEDET (development tools) package merged.
8442
8443 * cedet/*.el:
8444 * cedet/ede/*.el:
8445 * cedet/semantic/*.el:
8446 * cedet/srecode/*.el: New files.
8447
8448 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8449
8450 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8451
8452 * net/tramp.el (top): Require tramp-imap.
8453
8454 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8455 Use `tramp-compat-handle-file-attributes'.
8456
8457 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8458
8459 * net/tramp-imap.el: New package.
8460
8461 2009-09-28 Eric Ludlam <zappo@gnu.org>
8462
8463 * emacs-lisp/chart.el:
8464 * emacs-lisp/eieio-base.el:
8465 * emacs-lisp/eieio-comp.el:
8466 * emacs-lisp/eieio-custom.el:
8467 * emacs-lisp/eieio-datadebug.el:
8468 * emacs-lisp/eieio-opt.el:
8469 * emacs-lisp/eieio-speedbar.el:
8470 * emacs-lisp/eieio.el: New files.
8471
8472 * cedet/cedet-cscope.el:
8473 * cedet/cedet-files.el:
8474 * cedet/cedet-global.el:
8475 * cedet/cedet-idutils.el:
8476 * cedet/data-debug.el:
8477 * cedet/inversion.el:
8478 * cedet/mode-local.el:
8479 * cedet/pulse.el: New files.
8480
8481 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8482
8483 * whitespace.el (whitespace-trailing-regexp)
8484 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8485 Fix doc string.
8486
8487 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8488
8489 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8490 menu.
8491
8492 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8493 menu-bar-ediff-menu.
8494
8495 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8496 define-overloadable-function.
8497
8498 * progmodes/autoconf.el: Provide autoconf as well, so that this
8499 file can be `require'd.
8500
8501 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8502
8503 * emacs-lisp/autoload.el (generated-autoload-feature)
8504 (generated-autoload-load-name): New vars.
8505 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8506 (make-autoload): Recognize define-overloadable-function and
8507 defclass forms (for EIEIO).
8508
8509 * Makefile.in (update-subdirs): Exclude cedet directory.
8510
8511 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8512
8513 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8514
8515 * faces.el: Default light-background background for region face to
8516 ns_selection_color under NS.
8517
8518 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8519
8520 * net/imap-hash.el: New library, see NEWS.
8521
8522 * Makefile.in (ELCFILES): Add imap-hash.el.
8523
8524 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8527 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8528 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8529 definition where the docstring could be taken for the return value.
8530
8531 2009-09-26 Glenn Morris <rgm@gnu.org>
8532
8533 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8534 Add option to only show images below a certain size.
8535 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8536 save-excursion calls.
8537
8538 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8539
8540 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8541 subdirectories) and eieio.
8542
8543 2009-09-26 Alan Mackenzie <acm@muc.de>
8544
8545 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8546 buggy bracketing. (Bug#4289)
8547
8548 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8549 character constants (as case labels). (Bug#4289)
8550
8551 2009-09-25 Juri Linkov <juri@jurta.org>
8552
8553 * files.el (safe-local-eval-forms): Allow time-stamp in
8554 before-save-hook (Bug#4554).
8555
8556 2009-09-25 Drew Adams <drew.adams@oracle.com>
8557
8558 * menu-bar.el (list-buffers-directory): Doc fix.
8559
8560 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8563 Try and avoid copying twice the same paragraph.
8564 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8565 Remove save-excursion.
8566 (log-edit-changelog-entry): Do it here instead.
8567
8568 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8571 when available, instead of hardcoding mode names. Doc fix.
8572
8573 * menu-bar.el (list-buffers-directory): Add docstring.
8574 Make automatically buffer-local.
8575
8576 * dired.el (dired-mode):
8577 * files.el (cd-absolute):
8578 * pcvs.el (cvs-temp-buffer):
8579 * pcvs-util.el (cvs-get-buffer-create):
8580 * shell.el (shell-mode):
8581 * vc-dir.el (vc-dir-mode):
8582 Don't make `list-buffers-directory' buffer local.
8583
8584 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8585
8586 * comint.el (comint-exec, comint-run, make-comint):
8587 Doc fixes (Bug#4542).
8588
8589 2009-09-25 Glenn Morris <rgm@gnu.org>
8590
8591 * mail/rmailmm.el (rmail-mime): New custom group.
8592 Move all defcustoms in this file into this group.
8593 (rmail-mime-media-type-handlers-alist): Revert previous change.
8594 (rmail-mime-show-images): New option.
8595 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8596 references to it, since it wasn't actually used for anything.
8597 (rmail-mime-insert-image): New function.
8598 (rmail-mime-image): Use rmail-mime-insert-image.
8599 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8600 obey the value of `rmail-mime-show-images' option. Print the size of
8601 attachments.
8602
8603 2009-09-25 David Engster <deng@randomsample.de>
8604
8605 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8606
8607 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8608
8609 * whitespace.el: Does not highlight trailing spaces While point is
8610 at end of line. Does not highligt spaces at beginning of buffer
8611 while point is at beginning of buffer. Does not highlight spaces
8612 at end of buffer while point is at end of buffer. (Bug#4177)
8613 New version 12.0.
8614 (whitespace-display-mappings): Adjust initialization.
8615 (whitespace-point, whitespace-font-lock-refontify): New vars.
8616 (whitespace-color-on, whitespace-color-off): Adjust code.
8617 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8618 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8619 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8620
8621 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8622
8623 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8624
8625 * textmodes/sgml-mode.el: Remove xml-mode alias.
8626
8627 * files.el (auto-mode-alist, conf-mode-maybe)
8628 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8629
8630 2009-09-24 Alan Mackenzie <acm@muc.de>
8631
8632 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8633 c-forward-conditionals, but it doesn't move point and doesn't set
8634 the mark.
8635 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8636 (c-down-conditional-with-else, c-backward-conditional)
8637 (c-forward-conditional): Refactor to use c-scan-conditionals.
8638
8639 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8642 (help-default-arg-highlight): Remove.
8643 (help-highlight-arg): New function.
8644 (help-do-arg-highlight): Use it.
8645 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8646
8647 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8650 Undo last change, which didn't fix the problem and introduced others.
8651
8652 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8653
8654 * progmodes/gdb-mi.el: Don't require speedbar.
8655 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8656
8657 2009-09-24 Glenn Morris <rgm@gnu.org>
8658
8659 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8660
8661 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8662
8663 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8664 there is no newline after the final mime boundary. (Bug#4539)
8665 Move markers on insertion so that any buttons inserted don't end up in
8666 the next part of a multipart message.
8667 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8668 (rmail-mime-bulk-handler): Optionally handle images.
8669 (rmail-mime-image): New button action.
8670 (rmail-mime-image-handler): New function.
8671 (rmail-mime-mode): New mode.
8672 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8673
8674 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8677 than just dropping elements from it (bug#4504).
8678
8679 * term.el (term-set-scroll-region): Don't move cursor any more.
8680 (term-handle-ansi-escape): Call term-goto here instead.
8681 Suggested by Ivan Kanis <apple@kanis.eu>.
8682
8683 * term.el: Require CL.
8684 (term-ansi-reset): New function.
8685 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8686 (term-handle-colors-array): Simplify.
8687
8688 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * allout.el (allout-overlay-interior-modification-handler)
8691 (allout-obtain-passphrase):
8692 * epa-file.el (epa-file-write-region):
8693 * ps-print.el (ps-begin-job):
8694 * vc-hooks.el (vc-toggle-read-only):
8695 * vc-rcs.el (vc-rcs-rollback):
8696 * vc-sccs.el (vc-sccs-rollback):
8697 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8698 (vc-version-diff, vc-revert, vc-rollback):
8699 * wdired.el (wdired-check-kill-buffer):
8700 * emacs-lisp/authors.el (authors):
8701 * net/socks.el (socks-open-connection):
8702 * net/zeroconf.el (zeroconf-service-add-hook):
8703 * obsolete/vc-mcvs.el (vc-mcvs-register):
8704 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8705 (gdb-select-frame):
8706 * progmodes/grep.el (lgrep, rgrep):
8707 * progmodes/idlw-help.el (idlwave-help-check-locations)
8708 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8709 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8710 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8711 (reftex-toc-rename-label): Fix typos in error messages.
8712
8713 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8714 (dired-copy-how-to-fn): Doc fix.
8715 (dired-files-attributes, dired-read-shell-command):
8716 Fix typos in docstrings.
8717
8718 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8719 (dired-x-find-file-other-window): Reflow docstrings.
8720 (dired-omit-marker-char, dired-read-shell-command)
8721 (dired-x-submit-report): Fix typos in docstrings.
8722
8723 * shell.el (shell-mode-hook):
8724 * view.el (View-scroll-line-forward):
8725 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8726 Fix typos in docstrings.
8727
8728 * net/dig.el (dig-invoke): Fix typo in docstring.
8729 (query-dig): Reflow docstring.
8730
8731 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8732 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8733 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8734 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8735 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8736 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8737 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8738 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8739 (idlwave-completion-map, idlwave-current-indent)
8740 (idlwave-custom-ampersand-surround, idlwave-customize)
8741 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8742 (idlwave-define-abbrev, idlwave-determine-class-special)
8743 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8744 (idlwave-end-block-reg, idlwave-end-of-statement)
8745 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8746 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8747 (idlwave-explicit-class-listed, idlwave-file-header)
8748 (idlwave-fill-paragraph, idlwave-find-class-definition)
8749 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8750 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8751 (idlwave-in-quote, idlwave-indent-action-table)
8752 (idlwave-indent-expand-table, idlwave-indent-line)
8753 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8754 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8755 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8756 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8757 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8758 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8759 (idlwave-outlawed-buffers, idlwave-popup-select)
8760 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8761 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8762 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8763 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8764 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8765 (idlwave-statement-type, idlwave-struct-skip)
8766 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8767 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8768 (idlwave-what-module-find-class): Fix typos in docstrings.
8769 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8770 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8771 (idlwave-find-module, idlwave-find-structure-definition)
8772 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8773 (idlwave-list-load-path-shadows, idlwave-next-statement)
8774 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8775 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8776 (idlwave-template): Reflow docstrings.
8777
8778 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8779 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8780 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8781 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8782 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8783 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8784 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8785 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8786 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8787 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8788 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8789 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8790 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8791 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8792 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8793 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8794 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8795 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8796 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8797 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8798 Fix typos in docstrings.
8799 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8800 (idlwave-shell-hide-output, idlwave-shell-mode)
8801 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8802 Reflow docstrings.
8803
8804 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8805
8806 2009-09-24 Ivan Kanis <apple@kanis.eu>
8807
8808 * term.el (term-bold-attribute): New var.
8809 (term-handle-colors-array): Use it.
8810
8811 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8812
8813 * progmodes/gdb-mi.el (gdb-version): New variable.
8814 (gdb-non-stop-handler): Set gdb-version.
8815 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8816 Condition "--thread" option on gdb-version.
8817 (gdb-invalidate-threads): Remove unused argument.
8818
8819 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8822 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8823
8824 2009-09-23 Glenn Morris <rgm@gnu.org>
8825
8826 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8827 replying to mail without References or Message-Id. (Bug#4525)
8828
8829 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8830
8831 * term/ns-win.el (ns-reg-to-script): New variable.
8832
8833 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8834
8835 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8836
8837 2009-09-22 Sam Steingold <sds@gnu.org>
8838
8839 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8840 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8841 to 1 because hg returns status 1 when nothing is found.
8842 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8843
8844 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * textmodes/fill.el: Convert to utf-8 encoding.
8847 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8848 pre-unicode days.
8849
8850 * add-log.el (change-log-fill-forward-paragraph): New function.
8851 (change-log-mode): Use it so fill-region DTRT.
8852 Set fill-indent-according-to-mode here rather than in
8853 change-log-fill-paragraph.
8854 (change-log-fill-paragraph): Remove.
8855
8856 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8857
8858 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8859 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8860
8861 2009-09-22 Glenn Morris <rgm@gnu.org>
8862
8863 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8864 the scroll-bar scroll the calendar window rather than the buffer.
8865
8866 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8867 commands that move point (as opposed to scrolling).
8868
8869 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8870
8871 * emacs-lisp/elint.el (elint): New custom group.
8872 (elint-log-buffer): Make it a defcustom.
8873 (elint-scan-preloaded, elint-ignored-warnings)
8874 (elint-directory-skip-re): New options.
8875 (elint-builtin-variables): Doc fix.
8876 (elint-preloaded-env): New variable.
8877 (elint-unknown-builtin-args): Add an entry for encode-time.
8878 (elint-extra-errors): Make it a variable rather than a constant.
8879 (elint-preloaded-skip-re): New constant.
8880 (elint-directory): Skip files matching elint-directory-skip-re.
8881 (elint-features): New variable, local to linted buffers.
8882 (elint-update-env): Initialize elint-features. Possibly add
8883 elint-preloaded-env to the buffer's environment.
8884 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8885 Skip quoted forms.
8886 (elint-init-form): New function, extracted from elint-init-env.
8887 Make non-list forms a warning rather than an error.
8888 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8889 easy-menu-define, put that adds an error-condition, and provide.
8890 When requiring cl, also require cl-macs. Really require cl, to handle
8891 some cl macros. Store required libraries in the list elint-features,
8892 so as not to re-load them. Treat cc-require like require.
8893 (elint-init-env): Call elint-init-form to do the work.
8894 Handle eval-and-compile and such like.
8895 (elint-add-required-env): Do not clear messages.
8896 (elint-special-forms): Add handlers for function, defalias, if, when,
8897 unless, and, or.
8898 (elint-form): Add optional argument to ignore elint-special-forms,
8899 useful to prevent recursive calls from handlers. Doc fix.
8900 Respect elint-ignored-warnings.
8901 (elint-form): Respect elint-ignored-warnings.
8902 (elint-bound-variable, elint-bound-function): New variables.
8903 (elint-unbound-variable): Respect elint-bound-variable.
8904 (elint-get-args): Respect elint-bound-function.
8905 (elint-check-cond-form): Add some simple handling for (f)boundp and
8906 featurep tests.
8907 (elint-check-defalias-form): New handler.
8908 (elint-check-let-form): Make an empty let a warning rather than an
8909 error.
8910 (elint-check-setq-form): Make an empty setq a warning rather than an
8911 error. Respect elint-ignored-warnings.
8912 (elint-check-defvar-form): Accept null doc-strings.
8913 (elint-check-conditional-form): New handler. Does some simple-minded
8914 checking of featurep and (f)boundp tests.
8915 (elint-put-function-args): New function.
8916 (elint-initialize): Use elint-scan-doc-file rather than
8917 elint-find-builtin-variables. Use elint-put-function-args.
8918 Possibly scan preloaded-file-list.
8919 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8920 extend to handle functions as well.
8921
8922 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8923
8924 * linum.el (linum-delete-overlays, linum-update-window):
8925 Do not modify the right margin. (Bug#3971)
8926
8927 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8928
8929 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8930 nxml-mode instead of xml-mode.
8931
8932 2009-09-21 Kevin Ryde <user42@zip.com.au>
8933
8934 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8935
8936 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 * net/dig.el (dig-mode): Use define-derived-mode.
8939
8940 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8941
8942 * vc-dispatcher.el (vc-do-command): Return the process object in
8943 the asynchronous case. Use when instead of if. Do not run
8944 vc-exec-after to display a message if not enabled. (Bug#4463)
8945
8946 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8947 properties to the stash strings.
8948 (vc-git-stash-list): Return a list of strings.
8949 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8950 (vc-git-stash-show-at-point): New functions.
8951 (vc-git-stash-map): New keymap.
8952
8953 * register.el (ctl-x-r-map): Define the keys here instead of
8954 using autoload.
8955
8956 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8957
8958 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8959 list, to workaround performance problem (bug#4485).
8960
8961 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8962
8963 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8964
8965 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8966
8967 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8968 Document that this option is not recommended to use.
8969
8970 2009-09-19 Glenn Morris <rgm@gnu.org>
8971
8972 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8973 variable `var'.
8974
8975 * calc/calc-alg.el (var):
8976 * calc/calcalg2.el (var): Define for compiler.
8977
8978 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8981 Doc fix (Bug#3932).
8982
8983 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8984
8985 * time-stamp.el (time-stamp-month-dd-yyyy)
8986 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8987 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8988 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8989 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8990 Remove functions that have been obsolete since 1995 (Bug#4436).
8991
8992 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8993 indent buffer only if called interactively (Bug#4452).
8994
8995 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8996 Eli Zaretskii <eliz@gnu.org>
8997
8998 This fixes bug#4197 (merged to bug#865, though not identical).
8999 * server.el (server-auth-dir): Add docstring note about FAT32.
9000 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9001 but warn against using them.
9002
9003 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9004
9005 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9006 older GDB where there is no has_more field.
9007
9008 2009-09-19 Glenn Morris <rgm@gnu.org>
9009
9010 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9011
9012 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * files.el (auto-mode-alist): Change default for XML files to nXML
9015 mode (Bug#4169).
9016
9017 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * server.el (server-ensure-safe-dir): Pass 'integer
9020 to `file-attributes', as suggested.
9021
9022 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9025 (dired-query): Use read-key.
9026
9027 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9028
9029 * cus-start.el (ns-use-qd-smoothing): Remove.
9030
9031 2009-09-18 Glenn Morris <rgm@gnu.org>
9032
9033 * allout.el (top-level): Remove unnecessary progn.
9034
9035 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9036
9037 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9038 definition of abbrev table.
9039
9040 * speedbar.el (speedbar-track-mouse):
9041 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9042 * net/eudc.el (eudc-expand-inline):
9043 * net/newst-backend.el (newsticker--cache-read-feed):
9044 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9045 condition-case handlers.
9046
9047 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9050 (gdb-var-list): Add an element for has_more field.
9051 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9052 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9053 (gdb-var-update-handler-1): Parse output of dynamic variable
9054 objects (STL containers).
9055 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9056 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9057
9058 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9059 gdb-var-list.
9060 (gud-speedbar-buttons): Make node expandable if expression "has more"
9061 children.
9062
9063 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * startup.el (emacs-quick-startup): Remove variable and all uses.
9066 (command-line): Set `inhibit-x-resources' instead.
9067 (command-line-1): Use `inhibit-x-resources' instead.
9068
9069 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * subr.el: Fix last change to avoid using the `unless' macro,
9072 which breaks bootstrapping.
9073
9074 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9077 extended definitions, in case we reload subr.el after having
9078 loaded CL.
9079 (eval-next-after-load): Mark as obsolete.
9080
9081 2009-09-17 Juri Linkov <juri@jurta.org>
9082
9083 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9084 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9085 (menu-bar-showhide-menu, menu-bar-tools-menu)
9086 (menu-bar-describe-menu, menu-bar-help-menu)
9087 (minibuffer-local-completion-map, minibuffer-local-map):
9088 Fix list quoting.
9089
9090 2009-09-17 Glenn Morris <rgm@gnu.org>
9091
9092 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9093 arguments, whether or not it has a handler.
9094
9095 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9096
9097 * simple.el (hard-newline): Give it a doc-string.
9098
9099 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9100 (lisp-mode-syntax-table): Give them doc-strings.
9101
9102 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9105 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9106 (menu-bar-options-menu, menu-bar-showhide-menu)
9107 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9108 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9109 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9110 (menu-bar-options-menu, menu-bar-tools-menu)
9111 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9112 (menu-bar-help-menu):
9113 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9114 string arguments.
9115
9116 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9117 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9118 calls for the menu names and :help.
9119
9120 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9123 to :minor-mode-function (bug#4455).
9124
9125 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * startup.el (command-line): Initialize the window-system after
9128 processing the command-line.
9129
9130 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9131 page-delimiter matches the empty string.
9132
9133 2009-09-16 Glenn Morris <rgm@gnu.org>
9134
9135 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9136 byte-compile-not-obsolete-var. It's a list now.
9137 (byte-compile-not-obsolete-funcs): New variable.
9138 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9139 byte-compile-not-obsolete-funcs.
9140 (byte-compile-variable-ref, byte-compile-defvar): Update for
9141 byte-compile-not-obsolete-vars name-change and list nature.
9142 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9143 and variables behind (f)boundp tests.
9144 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9145
9146 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9147
9148 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9149
9150 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9153 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9154 Don't autoload.
9155
9156 2009-09-15 Stephen Eglen <stephen@gnu.org>
9157
9158 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9159 the virtual-buffers, use the name of the buffer specified by
9160 find-file-noselect, as the match may be a symlink. (This was a
9161 problem if the target and the symlink had different names.)
9162
9163 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9166
9167 * desktop.el (desktop-path): Check user-emacs-directory.
9168
9169 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9170
9171 * loadup.el: Use after-load-functions to GC after loading each file.
9172 Remove the explicit GC calls that used to be sprinkled around.
9173
9174 * subr.el (after-load-functions): New hook.
9175 (do-after-load-evaluation): Run it. Use string-match-p to detect
9176 `obsolete' packages, rather than painfully extracting the relevant
9177 directory name.
9178
9179 2009-09-15 Glenn Morris <rgm@gnu.org>
9180
9181 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9182 free variable `doc'.
9183
9184 * dired.el (dired-mode-map): Add menu entry for async shell command.
9185
9186 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9187 variables, also consider the .elc files, since the .el files are
9188 normally gzipped (subsequent code locates the .el.gz from the .elc).
9189
9190 * calc/calc-prog.el (arglist): Define for compiler.
9191
9192 * calendar/diary-lib.el (diary-display-function): Change the default to
9193 fancy display.
9194 (body): Define for compiler.
9195
9196 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9197 (byte-compile-file-form, byte-compile-lambda)
9198 (byte-compile-top-level-body, byte-compile-form)
9199 (byte-compile-variable-ref, byte-compile-setq)
9200 (byte-compile-setq-default, byte-compile-body)
9201 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9202 (batch-byte-compile): Give some more local variables with common names
9203 a "bytecomp-" prefix to avoid masking warnings about free variables.
9204
9205 * startup.el (command-line-1): Give local variables with common names a
9206 distinguishing prefix, so as not to hide free variable warnings during
9207 bootstrap.
9208
9209 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9210 clever and add a suffix to make a unique name, just let the user decide
9211 whether or not to overwrite it. If the input is a directory, write the
9212 default filename to that directory. (Bug#4388)
9213 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9214 is a filename-as-a-directory.
9215
9216 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * textmodes/page.el (what-page): Don't move to beginning of line.
9219 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9220
9221 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9224
9225 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9226
9227 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9228 * help.el (help-for-help-internal): Add purecopy calls for text.
9229
9230 * vc.el (top): print-log method now takes an optional SHORTLOG
9231 argument. Add a new method: root.
9232 (vc-root-diff, vc-print-root-log): New functions.
9233 (vc-log-short-style): New variable.
9234 (vc-print-log-internal): Add support for showing short logs.
9235
9236 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9237 vc-print-root-log and vc-print-root-diff.
9238
9239 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9240 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9241 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9242 short logs.
9243
9244 * vc-cvs.el (vc-cvs-print-log):
9245 * vc-mtn.el (vc-mtn-print-log):
9246 * vc-rcs.el (vc-rcs-print-log):
9247 * vc-sccs.el (vc-sccs-print-log):
9248 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9249 that is ignored for now.
9250
9251 * vc-mtn.el (vc-mtn-annotate-command):
9252 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9253
9254 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9257 to function-key-map, and give them ascii-character property.
9258 * term/x-win.el (x-alternatives-map):
9259 * term/ns-win.el (ns-alternatives-map):
9260 * term/internal.el (msdos-key-remapping-map):
9261 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9262
9263 2009-09-14 Glenn Morris <rgm@gnu.org>
9264
9265 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9266 temp-buffers (2009-09-12).
9267
9268 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9271 the new read-key function.
9272
9273 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9276 is defined (Bug#4405).
9277
9278 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9279
9280 * recentf.el (recentf-cleanup): Use a hash table to find
9281 duplicates (Bug#4407).
9282
9283 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9284
9285 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9286 kp-0 to ascii equivalents (Bug#4325).
9287
9288 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9291
9292 * eshell/em-hist.el:
9293 * eshell/em-dirs.el (eshell-complete-user-reference):
9294 Declare pcomplete functions and variables to avoid compiler warnings.
9295
9296 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9297
9298 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9299 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9300 * eshell/em-alias.el (eshell-aliases-file):
9301 * eshell/em-hist.el (eshell-history-file-name):
9302 Use expand-file-name instead of concat to make file names (Bug#4308).
9303
9304 2009-09-13 Glenn Morris <rgm@gnu.org>
9305
9306 * ediff-merg.el (ediff-do-merge):
9307 * filesets.el (filesets-run-cmd):
9308 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9309 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9310 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9311 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9312 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9313 Replace empty `let's with `progn'.
9314
9315 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * mail/sendmail.el (send-mail-function):
9318 * tooltip.el (tooltip-mode):
9319 * simple.el (transient-mark-mode):
9320 * rfn-eshadow.el (file-name-shadow-mode):
9321 * frame.el (blink-cursor-mode):
9322 * font-core.el (global-font-lock-mode):
9323 * files.el (temporary-file-directory)
9324 (small-temporary-file-directory, auto-save-file-name-transforms):
9325 * epa-hook.el (auto-encryption-mode):
9326 * composite.el (global-auto-composition-mode):
9327 Use custom-initialize-delay.
9328 * startup.el (command-line): Don't explicitly call
9329 custom-reevaluate-setting for all the above vars.
9330 * custom.el (custom-initialize-safe-set)
9331 (custom-initialize-safe-default): Delete.
9332
9333 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * term/x-win.el (x-initialize-window-system):
9336 * term/w32-win.el (w32-initialize-window-system):
9337 * term/ns-win.el (ns-initialize-window-system): Don't call
9338 mouse-wheel-mode since it's enabled globally by default already.
9339
9340 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9341 actually define the variable, but only silences the byte-compiler.
9342 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9343 before looking it up.
9344 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9345 is changed.
9346
9347 2009-09-12 Glenn Morris <rgm@gnu.org>
9348
9349 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9350 1000.
9351 (elint-add-required-env): Don't beep on error.
9352 (elint-forms): In case of error, return ENV unchanged.
9353 (elint-init-env): Skip non-list forms.
9354 (elint-log): Handle unknown file positions.
9355
9356 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9357
9358 * epg.el (epg-make-context): Add autoload cookie.
9359 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9360 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9361 (epg-verify-string, epg-start-sign, epg-sign-file)
9362 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9363 (epg-encrypt-string, epg-start-export-keys)
9364 (epg-export-keys-to-file, epg-export-keys-to-string)
9365 (epg-start-import-keys, epg-import-keys-from-file)
9366 (epg-import-keys-from-string, epg-start-receive-keys)
9367 (epg-receive-keys, epg-import-keys-from-server)
9368 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9369 (epg-sign-keys, epg-start-generate-key)
9370 (epg-generate-key-from-file, epg-generate-key-from-string):
9371 Remove autoload cookie.
9372
9373 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9374
9375 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9376 reevaluation of trash-directory.
9377
9378 * mwheel.el: Fix last change.
9379 (mouse-wheel-mode): New defvar.
9380 (mouse-wheel-mode): Remove autoload cookie.
9381
9382 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * mwheel.el (mwheel-installed-bindings): New var.
9385 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9386 the bindings we set last time. Use custom-initialize-delay.
9387 * loadup.el: Load mwheel after term/*-win.el.
9388 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9389 and mouse-wheel-up-event now that their first evaluation is done
9390 sufficiently late to be correct.
9391
9392 * startup.el (tutorial-directory): Make it a defcustom.
9393 Use custom-initialize-delay rather than eval-at-startup to set it.
9394 * image.el (image-load-path): Make it a defcustom.
9395 Use custom-initialize-delay rather than eval-at-startup to set it.
9396 * subr.el (eval-at-startup): Remove.
9397 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9398
9399 * subr.el (do-after-load-evaluation): Warn the user after loading an
9400 obsolete package.
9401
9402 2009-09-12 Glenn Morris <rgm@gnu.org>
9403
9404 * proced.el (proced-mark-alt): Remove alias.
9405 (proced-mode-map): Remove proced-mark-alt.
9406
9407 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9408 Elint file and directory. Remove initialization entry.
9409
9410 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9411 commands.
9412 (elint-current-buffer): Set mode-line-process.
9413 (elint-init-env): Handle define-derived-mode.
9414 Fix declare-function with unspecified arglist. Guard against odd
9415 defalias statements (eg iso-insert's 8859-1-map).
9416 (elint-add-required-env): Use a temp buffer.
9417 (elint-form): Just print the function/macro name, not the whole form.
9418 Return env unchanged if we fail to parse a macro.
9419 (elint-forms): Guard against parse errors.
9420 (elint-output): New function, to handle batch mode.
9421 (elint-log-message): Add optional argument. Use elint-output.
9422 (elint-set-mode-line): New function.
9423
9424 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9425
9426 * emacs-lisp/elp.el (elp-not-profilable): Add more
9427 functions (Bug#4233).
9428
9429 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9432 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9433
9434 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9435
9436 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9437 (gdb-var-list-children): Use json parsing.
9438
9439 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9440
9441 * progmodes/js.el (js--proper-indentation): Handle the case where
9442 char-before is null. Reported by Deniz Dogan.
9443
9444 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9445
9446 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9447
9448 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9449
9450 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9451 (epg-digest-algorithm-alist): Add SHA224.
9452 (epg-context-set-passphrase-callback)
9453 (epg-context-set-progress-callback): Add description about
9454 callback function.
9455
9456 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * custom.el (custom-delayed-init-variables): New var.
9459 (custom-initialize-delay): New function.
9460 * startup.el (command-line): "Re"evaluate all vars in
9461 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9462 explicitly any more.
9463 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9464 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9465
9466 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9467
9468 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9469
9470 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9471 (gdb-var-update-handler): Use json parsing.
9472
9473 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9476 decode annotated text, regardless of language environment. (Bug#2741)
9477
9478 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * Makefile.in (autoloads): Make rmail.el writable as well.
9481
9482 2009-09-11 Glenn Morris <rgm@gnu.org>
9483
9484 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9485 loaddefs.el.
9486 * dired.el: Regenerate with extracted autoloads.
9487 * Makefile.in (autoloads): Make dired.el writable.
9488
9489 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9490 * ibuffer.el: Regenerate with extracted autoloads.
9491 * Makefile.in (autoloads): Make ibuffer.el writable.
9492
9493 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9494 * version.el (emacs-copyright, emacs-major-version)
9495 (emacs-minor-version): Reformat doc-strings for make-docfile.
9496
9497 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9498 functions and variables, since they must be stuff specific to some other
9499 platform.
9500 (apropos-print): Make mouse-click message less specific about button.
9501
9502 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9503 that records where a macro was defined.
9504 * help-fns.el (describe-function-1): Mention if a function has a
9505 compiler-macro.
9506 * help-mode.el (help-function-cmacro): New button.
9507
9508 * locate.el (top-level): Always require dired.
9509 (locate-mode-map): Initialize inside the defvar.
9510
9511 * net/ange-ftp.el (dired-compress-file): Declare.
9512 (ange-ftp-dired-compress-file): Add doc string.
9513
9514 * term/ns-win.el (x-display-name, x-setup-function-keys):
9515 Unify doc-strings with X versions.
9516
9517 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * emulation/crisp.el (crisp-mode-map): Move initialization
9520 into declaration.
9521 (crisp-mode): Use define-minor-mode.
9522
9523 * progmodes/xscheme.el (xscheme-evaluation-commands):
9524 Put a :advertised-binding property rather than using
9525 advertised-xscheme-send-previous-expression.
9526 (advertised-xscheme-send-previous-expression): Declare obsolete.
9527 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9528 `advertised-undo'.
9529 (crisp-mode): Add corresponding bindings to
9530 undo's :advertised-binding instead.
9531 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9532 than using dired-advertised-find-file.
9533 (dired-advertised-find-file):
9534 * simple.el (advertised-undo):
9535 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9536 (widget-keymap): Put a :advertised-binding property rather
9537 than using advertised-widget-backward.
9538 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9539 than using advertised-undo.
9540 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9541
9542 2009-09-10 Simon South <ssouth@slowcomputing.org>
9543
9544 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9545 Mark mode is enabled and region is active; otherwise indent or
9546 insert TAB as usual.
9547 (delphi-mode): Update description of TAB-key binding.
9548
9549 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * subr.el (define-key-rebound-commands): Mark obsolete.
9552 * startup.el (precompute-menubar-bindings): Remove.
9553 (normal-top-level): Remove obsolete code that tried to precompute
9554 menubar bindings.
9555 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9556 define-key-rebound-commands and precompute-menubar-bindings.
9557
9558 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9559
9560 * net/imap.el (imap-interactive-login): Better messages.
9561 (imap-open): Fix bug with renamed buffer on reconnect.
9562 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9563 for easier debugging and cleaner code. On successful (guessed based on
9564 server capabilities) secondary authentication, set imap-state
9565 correctly.
9566 (imap-last-authenticator): Define imap-last-authenticator as a variable
9567 to avoid warnings.
9568
9569 2009-09-10 Glenn Morris <rgm@gnu.org>
9570
9571 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9572
9573 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9574 (byte-compile-file-form-autoload): Don't warn about unknown functions
9575 where the autoload statement comes after the use.
9576 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9577 that any handlers inside the body (eg require) are in turn respected.
9578
9579 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9580 effects.
9581
9582 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9583 and syntax and abbrev tables basic docs, if they don't have any.
9584
9585 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9586
9587 * international/mule-cmds.el (top-level): Require cl when compiling.
9588 (view-hello-file): Use default-value rather than
9589 default-enable-multibyte-characters.
9590
9591 * progmodes/fortran.el: Move all safe and risky properties into the
9592 defcustoms.
9593
9594 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9595 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9596 * mail/undigest.el:
9597 Put autoloads in rmail.el rather than loaddefs.el.
9598 * mail/rmail.el: Regenerate with extracted autoloads.
9599
9600 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9601 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9602
9603 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9604
9605 Reported in thread for Bug#4375.
9606 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9607 "-data-evaluate-expression" instead of print.
9608 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9609 (gdb-tooltip-print): Parse output from above MI command.
9610 (gdb): Revert 2009-08-11 change. User should detach inferior
9611 manually.
9612
9613 Remove the word "separate" from IO functions as inferior
9614 output is now never displayed in the GUD buffer.
9615
9616 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9617
9618 * startup.el (command-line-normalize-file-name): On Windows and
9619 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9620
9621 2009-09-10 Juri Linkov <juri@jurta.org>
9622
9623 * isearch.el (isearch-text-char-description): Propertize escape
9624 character sequences with the `escape-glyph' face. (Bug#4344)
9625
9626 * simple.el (shell-command): Set asynchronous process filter to
9627 `comint-output-filter'. (Bug#4343)
9628
9629 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9630 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9631 the list. Move "asm" to the bottom.
9632 (grep-find-ignored-directories): Add `choice' with nil value
9633 to empty the list easily.
9634 (grep-find-ignored-files): New option.
9635 (grep-files-history): Set to nil by default instead of '("ch" "el").
9636 (grep-compute-defaults): Add "<X>" to `grep-template'.
9637 (grep-read-files): Bind new local variables `default-alias' and
9638 `default-extension'. Use a list of default values for the file prompt.
9639 (lgrep): Add `--exclude=' command line options composed from
9640 `grep-find-ignored-files'.
9641 (rgrep): Add `-name' command line options composed from
9642 `grep-find-ignored-files'. (Bug#4301)
9643
9644 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9647 (bug#4368).
9648
9649 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9650
9651 * calendar/time-date.el (autoload):
9652 Expand define-obsolete-function-alias into defalias and make-obsolete
9653 for old Emacsen that Gnus supports.
9654 (with-no-warnings): Define it for old Emacsen.
9655 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9656 is available.
9657 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9658 float-time is available; suppress compile warning for time-to-seconds.
9659
9660 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9661
9662 * net/imap.el (imap-message-map): Docstring fix.
9663
9664 2009-09-09 Glenn Morris <rgm@gnu.org>
9665
9666 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9667 line numbers too. (Bug#4374)
9668
9669 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * smerge-mode.el (smerge-remove-props, smerge-refine):
9672 Use with-silent-modifications (bug#4342).
9673
9674 * subr.el (with-silent-modifications): New macro.
9675
9676 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9677
9678 * files.el (top-level): Require `cl' when compiling.
9679
9680 2009-09-07 Glenn Morris <rgm@gnu.org>
9681
9682 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9683
9684 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9685 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9686
9687 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9688
9689 * vc-git.el (vc-git-annotate-command): Use separator to parse
9690 arguments correctly.
9691
9692 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9693
9694 * proced.el (proced-mode): Doc fix.
9695
9696 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9697
9698 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9699 lstat fails.
9700 (tramp-do-file-attributes-with-ls): Check for file existence at
9701 remote end.
9702 (tramp-do-file-attributes-with-stat): Likewise.
9703 (tramp-convert-file-attributes): Return nil when attr is nil.
9704
9705 2009-09-05 Glenn Morris <rgm@gnu.org>
9706
9707 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9708 properties to this button.
9709 (diary-fancy-display): Don't extend the button to the final newline.
9710 (diary-fancy-display-mode): Continue to define "q" as a local key.
9711
9712 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9713 efficient.
9714
9715 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9716
9717 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9718 (byte-compile-dest-file-function): New option.
9719 (byte-compile-dest-file): Doc fix.
9720 Obey byte-compile-dest-file-function.
9721 (byte-compile-cl-file-p): New function.
9722 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9723 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9724 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9725 than for file being previously loaded.
9726 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9727 (byte-compile-file-form-require): Handle the case where requiring a file
9728 indirectly causes CL to be loaded.
9729
9730 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9731
9732 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9733 before killing the old buffer, since by the time `kill-buffer' is
9734 run so many buffer variables have been set to nil that it may not
9735 behave as expected. (Bug#4061)
9736
9737 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9738
9739 * files.el (find-alternate-file): If the old buffer is modified
9740 and visiting a file, behave similarly to `kill-buffer' when
9741 killing it, thus reverting to the pre-1.878 behavior; see
9742 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9743 for discussion. Also, consult `buffer-file-name' as a variable
9744 not as a function, for consistency with the rest of the code.
9745
9746 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9747
9748 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9749 also when adding a new directory.
9750
9751 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9752 defun.
9753
9754 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * files.el (locate-file-completion-table): Make it provide boundary
9757 information, so partial-completion works better.
9758
9759 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9760
9761 * mail/footnote.el (Footnote-text-under-cursor):
9762 Check footnote-text-marker-alist before using it (bug#4324).
9763
9764 2009-09-04 Glenn Morris <rgm@gnu.org>
9765
9766 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9767 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9768 * play/solitaire.el, play/tetris.el:
9769 Remove leading * from defcustom and defface docs.
9770
9771 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9772 necessary.
9773 (diary-fancy-overriding-map): New variable.
9774 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9775 Use view-mode.
9776
9777 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9778 goto-line.
9779
9780 2009-09-03 Glenn Morris <rgm@gnu.org>
9781
9782 * arc-mode.el (archive-mode):
9783 * dos-fns.el (set-default-process-coding-system):
9784 * man.el (Man-getpage-in-background):
9785 * menu-bar.el (menu-bar-describe-menu):
9786 * server.el (server-process-filter):
9787 * startup.el (command-line):
9788 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9789 * w32-fns.el (set-default-process-coding-system):
9790 * x-dnd.el (x-dnd-handle-file-name):
9791 * international/mule-cmds.el (mule-menu-keymap)
9792 (set-default-coding-systems, language-info-alist, set-language-info)
9793 (set-language-environment, standard-display-european-internal)
9794 (set-locale-environment):
9795 * international/mule-diag.el (mule-diag):
9796 * mail/emacsbug.el (report-emacs-bug):
9797 * mail/rmail.el (rmail-mode):
9798 * mail/sendmail.el (mail-setup):
9799 Use default-value rather than default-enable-multibyte-characters.
9800
9801 * progmodes/f90.el: Move all safe properties into the defcustoms.
9802 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9803
9804 * calendar/appt.el (appt-check):
9805 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9806 (diary-check-diary-file, diary-list-entries)
9807 (diary-include-other-diary-files, diary-simple-display)
9808 (diary-fancy-display, diary-print-entries)
9809 (diary-mark-included-diary-files, diary-make-entry):
9810 Don't call substitute-in-file-name on diary-file.
9811
9812 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9813 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9816 (footnote-mode-map): Move initialization into the declaration.
9817 (footnote-minor-mode-map): Define it rather than changing global-map.
9818 (footnote-mode): Use define-minor-mode.
9819
9820 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9821
9822 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9823 (tramp-do-file-attributes-with-perl)
9824 (tramp-do-file-attributes-with-stat): Rename from
9825 `tramp-handle-file-attributes-with-*'.
9826 (tramp-handle-file-attributes): Use them.
9827 (tramp-do-directory-files-and-attributes-with-perl)
9828 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9829 `tramp-handle-directory-files-and-attributes-with-*'.
9830 (tramp-handle-directory-files-and-attributes): Use them.
9831 (tramp-method-out-of-band-p): Additional parameter SIZE.
9832 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9833 (tramp-handle-write-region): Use it.
9834 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9835 (tramp-handle-vc-registered): Check, whether the first run did
9836 return files to be tested.
9837 (tramp-advice-make-auto-save-file-name): Do not call directly
9838 `tramp-handle-make-auto-save-file-name', because this would bypass
9839 the locking mechanism.
9840
9841 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9842 (file-remote-p, process-file, start-file-process, set-file-times)
9843 (tramp-compat-file-attributes): Compatibility functions shall not
9844 call directly `tramp-handle-*', because this would bypass the
9845 locking mechanism.
9846 (tramp-compat-number-sequence): New defun.
9847
9848 2009-09-02 Glenn Morris <rgm@gnu.org>
9849
9850 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9851 alias for float-time.
9852 (time-to-number-of-days): In Emacs, use float-time.
9853 * net/newst-backend.el (time-add): Suppress warnings from compat
9854 function.
9855 * time.el (emacs-uptime, emacs-init-time):
9856 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9857 Use float-time rather than time-to-seconds.
9858
9859 * minibuffer.el (completion-initials-expand): Fix typo.
9860
9861 * faces.el (modeline, modeline-inactive, modeline-highlight)
9862 (modeline-buffer-id):
9863 * info.el (info-menu-5): Mark these face aliases as obsolete.
9864
9865 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9866
9867 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9868 space ...
9869 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9870 no "--thread" option.
9871 (gdb-stopped): Don't print "Switched to thread" message when it is
9872 unchanged.
9873
9874 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * minibuffer.el (completion-try-completion)
9877 (completion-all-completions): Remove ill-defined (and
9878 mistakenly installed and luckily never used nor documented)
9879 `completion-styles' property.
9880 (completion-initials-expand, completion-initials-all-completions)
9881 (completion-initials-try-completion): New functions.
9882 (completion-styles-alist): Add doc to each entry.
9883 Add new `initials' entry.
9884
9885 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9886
9887 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9888 MI command -var-evaluate-expression.
9889 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9890 and tweak for case of string child.
9891 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9892
9893 2009-09-01 Glenn Morris <rgm@gnu.org>
9894
9895 * add-log.el (change-log-date-face, change-log-name-face)
9896 (change-log-email-face, change-log-file-face, change-log-list-face)
9897 (change-log-conditionals-face, change-log-function-face)
9898 (change-log-acknowledgement-face):
9899 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9900 (custom-modified-face, custom-set-face, custom-changed-face)
9901 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9902 (custom-documentation-face, custom-state-face, custom-comment-face)
9903 (custom-comment-tag-face, custom-variable-tag-face)
9904 (custom-variable-button-face, custom-face-tag-face)
9905 (custom-group-tag-face-1, custom-group-tag-face):
9906 * diff-mode.el (diff-header-face, diff-file-header-face)
9907 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9908 (diff-added-face, diff-changed-face, diff-function-face)
9909 (diff-context-face, diff-nonexistent-face):
9910 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9911 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9912 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9913 (Info-title-4-face):
9914 * isearch.el (isearch-lazy-highlight-face):
9915 * log-view.el (log-view-file-face, log-view-message-face):
9916 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9917 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9918 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9919 (cvs-msg-face):
9920 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9921 (smerge-base-face, smerge-markers-face):
9922 * wid-edit.el (widget-documentation-face, widget-button-face)
9923 (widget-field-face, widget-single-line-field-face)
9924 (widget-inactive-face, widget-button-pressed-face):
9925 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9926 (woman-addition-face):
9927 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9928 (eshell-ls-executable-face, eshell-ls-readonly-face)
9929 (eshell-ls-unreadable-face, eshell-ls-special-face)
9930 (eshell-ls-missing-face, eshell-ls-archive-face)
9931 (eshell-ls-backup-face, eshell-ls-product-face)
9932 (eshell-ls-clutter-face):
9933 * eshell/em-prompt.el (eshell-prompt-face):
9934 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9935 * obsolete/old-whitespace.el (whitespace-highlight-face):
9936 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9937 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9938 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9939 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9940 (antlr-font-lock-literal-face):
9941 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9942 (ebrowse-root-class-face, ebrowse-file-name-face)
9943 (ebrowse-default-face, ebrowse-member-attribute-face)
9944 (ebrowse-member-class-face, ebrowse-progress-face):
9945 * progmodes/make-mode.el (makefile-space-face):
9946 * progmodes/sh-script.el (sh-heredoc-face):
9947 * textmodes/flyspell.el (flyspell-incorrect-face)
9948 (flyspell-duplicate-face):
9949 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9950 * textmodes/texinfo.el (texinfo-heading-face):
9951 Mark face aliases with "-face" suffix as obsolete.
9952
9953 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9954 compiler.
9955
9956 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9957 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9958 easy-menu-define wants to modify these.
9959
9960 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9961
9962 * net/browse-url.el (browse-url-file-url):
9963 * term/internal.el (dos-codepage-setup):
9964 Use default-value rather than default-enable-multibyte-characters.
9965
9966 * progmodes/etags.el (etags-goto-tag-location):
9967 * progmodes/flymake.el (flymake-highlight-line)
9968 (flymake-goto-file-and-line, flymake-goto-line):
9969 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9970 (gdb-goto-breakpoint):
9971 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9972 * progmodes/python.el (python-find-function)
9973 (python-pdbtrack-track-stack-file):
9974 * progmodes/verilog-mode.el (verilog-surelint-off):
9975 * term/ns-win.el (ns-open-file-select-line):
9976 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9977 Use forward-line rather than goto-line.
9978
9979 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9980 * textmodes/reftex-index.el (reftex-display-index):
9981 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9982 * textmodes/reftex-toc.el (reftex-toc):
9983 Remove unnecessary bindings of default-major-mode (all are followed by
9984 major-mode check and possible mode switch).
9985
9986 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9987
9988 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9989 Handle watchpoints (bug#4282).
9990 (def-gdb-thread-buffer-command): Enable thread to be selected by
9991 clicking without selecting threads buffer first.
9992 (gdb-current-context-command): Use selected frame so that "up",
9993 "down" etc work in the GUD buffer.
9994 (gdb-update): Find selected frame before rendering stack buffer.
9995 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9996
9997 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * progmodes/sym-comp.el (displayed-completions): Remove.
10000 (symbol-complete): Use minibuffer-complete.
10001
10002 2009-08-31 Glenn Morris <rgm@gnu.org>
10003
10004 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10005
10006 * apropos.el (apropos-symbols-internal):
10007 Handle (obsolete) face aliases.
10008
10009 * faces.el (describe-face): Adjust the output format to be more like
10010 describe-variable, and to mention (obsolete) face aliases.
10011 Adjust the whitespace so that help-setup-xref works.
10012
10013 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10014 * calendar/diary-lib.el (diary-button-face):
10015 Mark these face aliases as obsolete.
10016
10017 * calendar/calendar.el (calendar-today): Doc fix.
10018
10019 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gdb-mi.el (gdb-control-all-threads)
10022 (gdb-control-current-thread): Force tool bar update.
10023 (gdb-non-stop-handler): New function.
10024 (gdb-init-1): Use it to test if non-stop mode is supported.
10025 Remove unused gdbmi buffer type.
10026
10027 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10028
10029 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10030 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10031
10032 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10033
10034 * comint.el (comint-exec-1): Check command is non-null first.
10035 Part of gdb-mi.el change (2009-08-28).
10036
10037 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10040
10041 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10044 instead of `dolist' to avoid a recursive require when bootstrapping.
10045
10046 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10049
10050 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10051
10052 * net/imap.el (imap-send-command): Simplify.
10053 (imap-wait-for-tag): point-max -> buffer-size.
10054
10055 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10056
10057 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10058 with constant argument.
10059
10060 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10061
10062 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10063
10064 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10065 Change default, since most of our files don't have a history.
10066 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10067 the user.
10068
10069 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10070 Add comint-run.
10071
10072 * calc/calc.el: Improve commenting convention.
10073 (calc-digit-map, toplevel): Simplify.
10074
10075 * comint.el (comint-insert-input): Be careful to only set point if we
10076 don't delegate to some other command.
10077
10078 * proced.el (proced-signal-list): Make it an alist.
10079 (proced-grammar-alist): Capitalize names.
10080 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10081 Disable undo manually and make it read-only.
10082 Use completion-annotate-function.
10083
10084 * minibuffer.el (minibuffer-message): If the current buffer is not
10085 a minibuffer, insert the message in the echo area rather than at the
10086 end of the buffer.
10087 (completion-annotate-function): New variable.
10088 (minibuffer-completion-help): Use it.
10089 (completion--embedded-envvar-table): Environment vars are
10090 always case-sensitive.
10091
10092 2009-08-30 Glenn Morris <rgm@gnu.org>
10093
10094 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10095 from fortran-current-defun.
10096 (fortran-beginning-of-subprogram): Be more precise about finding the
10097 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10098 (fortran-end-of-subprogram): Simplify.
10099 (fortran-current-defun): Use fortran-start-prog-re.
10100
10101 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10102
10103 * subr.el (do-after-load-evaluation): Simplify.
10104
10105 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10106
10107 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10108
10109 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10110 (vc-rcs-print-log): Use it.
10111
10112 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10113
10114 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * paths.el (abbrev-file-name): Move to abbrev.el.
10117 * abbrev.el (abbrev-file-name): Move from paths.el.
10118 Obey user-emacs-directory.
10119 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10120 user-emacs-directory.
10121 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10122 abbrev-file-name and calc-settings-file any more.
10123 * startup.el (command-line): Recompute abbrev-file-name and
10124 abbreviated-home-dir.
10125 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10126 of the special code for when C-h bindings haven't been changed.
10127 (display-startup-echo-area-message): Use with-current-buffer.
10128 (command-line-1): Use a list of strings, rather than a list of lists
10129 of strings for longopts.
10130
10131 * files.el (get-free-disk-space): Use / for default-directory.
10132
10133 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10134 Use with-current-buffer.
10135
10136 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10137 Recognize immutable variables like most-positive-fixnum.
10138 (byte-compile-setq-default): Check and warn if trying to assign
10139 to an immutable variable, or a non-variable.
10140
10141 * progmodes/cc-vars.el (c-comment-continuation-stars):
10142 * progmodes/cc-engine.el (c-looking-at-bos):
10143 * progmodes/cc-cmds.el (c-toggle-auto-state)
10144 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10145 (c-comment-line-break-function): Add version of obsolescence.
10146
10147 2009-08-28 Juri Linkov <juri@jurta.org>
10148
10149 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10150 associated with `archive-mode'.
10151
10152 * image.el (image-type-header-regexps): Use only JPEG magic number
10153 to determine JPEG images, and don't use `image-jpeg-p' because
10154 Emacs can display non-JFIF non-Exif JPEG images.
10155
10156 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10157
10158 * arc-mode.el (archive-mode):
10159 * emacs-lisp/re-builder.el (re-builder-unload-function):
10160 Protect against the default value of `major-mode' being nil.
10161
10162 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10163
10164 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10165 Fix typos in docstrings.
10166
10167 * progmodes/js.el (js--macro-decl-re): Doc fix.
10168 (js--plain-method-re, js--split-name): Refloc docstring.
10169 (js--class-styles, js--make-merged-item, js--splice-into-items):
10170 Fix typos in docstrings; reflow docstrings.
10171 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10172 (js--variable-decl-matcher, js--inside-pitem-p)
10173 (js--parse-state-at-point, js--get-all-known-symbols)
10174 (js--symbol-history, js-find-symbol, js--js-references)
10175 (js--moz-interactor, js--js-encode-value, js--read-tab):
10176 Fix typos in docstrings.
10177
10178 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * textmodes/reftex.el (reftex-get-file-buffer-force):
10181 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10182 * emulation/viper.el (viper-go-away, viper-set-hooks):
10183 * emacs-lisp/re-builder.el (re-builder-unload-function):
10184 * emacs-lisp/bytecomp.el (byte-compile-file):
10185 * ses.el (ses-unload-function):
10186 * hexl.el (hexl-find-file):
10187 * files.el (normal-mode):
10188 * ehelp.el (with-electric-help):
10189 * autoinsert.el (auto-insert-alist):
10190 * arc-mode.el (archive-mode):
10191 Use (default-value 'major-mode) instead of default-major-mode.
10192
10193 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10194 * international/mule.el (load-with-code-conversion):
10195 * emacs-lisp/debug.el (debug):
10196 * ediff-vers.el (ediff-rcs-get-output-buffer):
10197 * dired.el (dired-internal-noselect): Don't let-bind
10198 default-major-mode around code that doesn't use it.
10199 E.g. buffer creation via get-buffer-create doesn't use it.
10200
10201 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10202
10203 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10204 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10205 when writing the temp file. Otherwise, epa-file gets confused.
10206 (tramp-register-file-name-handlers): Make it a defun. Move also
10207 `epa-file-handler' to the front of `file-name-handler-alist'.
10208
10209 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10212 start right after a ^M.
10213 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10214 (tramp-completion-file-name-regexp-separate)
10215 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10216 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10217 Don't modify last-coding-system-used by accident.
10218 (tramp-completion-file-name-handler): Apply the checks here,
10219 instead during registration.
10220 (tramp-register-file-name-handlers): Renamed from
10221 `tramp-register-file-name-handler'. Register both
10222 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10223 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10224
10225 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10226
10227 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10228 Remove variable ...
10229 (gdb-init-1, gdb-display-separate-io-buffer)
10230 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10231 references to it.
10232 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10233 (gdb-inferior-filter): Use comint-output-filter to stop
10234 echoing and remove ^M characters.
10235
10236 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * emulation/viper-init.el (viper-restore-cursor-type):
10239 * emulation/cua-base.el (cua--update-indications):
10240 Replace default-cursor-type with (default-value 'cursor-type).
10241
10242 * mail/sendmail.el (mail-recover-1):
10243 * international/mule-diag.el (describe-current-coding-system-briefly)
10244 (describe-current-coding-system):
10245 * international/mule-cmds.el (select-safe-coding-system)
10246 (select-message-coding-system)
10247 (set-language-environment-coding-systems, set-locale-environment):
10248 * hexl.el (hexl-insert-multibyte-char):
10249 * dos-w32.el (find-buffer-file-type-coding-system):
10250 * simple.el (what-cursor-position):
10251 Replace uses of default-buffer-file-coding-system
10252 with (default-value 'buffer-file-coding-system).
10253
10254 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10255 Replace uses of default-cursor-in-non-selected-windows
10256 with (default-value 'cursor-in-non-selected-windows).
10257 Use with-current-buffer.
10258
10259 * mail/feedmail.el: Use CL macros.
10260 (feedmail-run-the-queue, feedmail-send-it-immediately):
10261 * dos-w32.el (find-buffer-file-type): Replace uses of
10262 default-buffer-file-type with (default-value 'buffer-file-type).
10263
10264 2009-08-28 Glenn Morris <rgm@gnu.org>
10265
10266 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10267 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10268 Use default-value of major-mode rather than default-major-mode.
10269
10270 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * Makefile.in (update-elcfiles): Report left over elc files.
10273
10274 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10275 expand-file-name and with-current-buffer.
10276 (mail-get-names, mail-directory): Use with-current-buffer.
10277
10278 * vc.el (vc-read-revision): New function.
10279 (vc-version-diff, vc-merge): Use it.
10280
10281 2009-08-27 Sam Steingold <sds@gnu.org>
10282
10283 * simple.el (kill-do-not-save-duplicates): New user option.
10284 (kill-new): When it is non-nil, and the new string is the same as
10285 the latest kill, set replace to t to avoid duplicates in kill-ring.
10286
10287 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10288
10289 * net/tramp.el (tramp-handle-process-file): Do not flush all
10290 caches when `process-file-side-effects' is set.
10291 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10292 instead of `tramp-find-file-exists-command'.
10293 Unset `process-file-side-effects'.
10294
10295 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10296
10297 * net/tramp.el (tramp-methods): New method "rsyncc".
10298 (top): Add completion function for "rsyncc".
10299 (tramp-message-show-message): New defvar.
10300 (tramp-message, tramp-error): Use it.
10301 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10302 remote copying.
10303 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10304 `tramp-methods' entry `copy-env' of "rsyncc".
10305 (tramp-vc-registered-read-file-names): New defconst.
10306 (tramp-vc-registered-file-names): New defvar.
10307 (tramp-handle-vc-registered): Implement optimization strategy.
10308 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10309 (tramp-vc-file-name-handler): New defun.
10310 (tramp-get-ls-command, tramp-get-test-command)
10311 (tramp-get-file-exists-command, tramp-get-remote-ln)
10312 (tramp-get-remote-perl, tramp-get-remote-stat)
10313 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10314
10315 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10316 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10317 timestamps.
10318 (tramp-get-file-property): Check for timestamps in
10319 `tramp-cache-inhibit-cache'.
10320 (tramp-set-file-property): Write timestamp.
10321
10322 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10323
10324 * language/japan-util.el (japanese-symbol-table): Add entries for
10325 cp932-2-byte.
10326
10327 * international/characters.el: Add category `j' to cp932-2-byte.
10328
10329 2009-08-27 Kenichi Handa <handa@m17n.org>
10330
10331 * international/fontset.el (build-default-fontset-data): New macro.
10332 (setup-default-fontset): Use build-default-fontset-data for CJK,
10333 tibetan, ethiopic, and ipa.
10334
10335 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10338 (enable-multibyte-characters): Not customizable any more.
10339
10340 * subr.el (default-mode-line-format, default-header-line-format)
10341 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10342 (default-direction-reversed, default-truncate-lines)
10343 (default-left-margin, default-tab-width, default-case-fold-search)
10344 (default-left-margin-width, default-right-margin-width)
10345 (default-left-fringe-width, default-right-fringe-width)
10346 (default-fringes-outside-margins, default-scroll-bar-width)
10347 (default-vertical-scroll-bar, default-indicate-empty-lines)
10348 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10349 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10350 (default-scroll-down-aggressively, default-fill-column)
10351 (default-cursor-type, default-buffer-file-type)
10352 (default-cursor-in-non-selected-windows)
10353 (default-buffer-file-coding-system, default-major-mode)
10354 (default-enable-multibyte-characters): Mark as obsolete.
10355
10356 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10357
10358 * vc-dir.el (vc-dir-update): Remove debug helper.
10359
10360 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10361
10362 2009-08-26 Sam Steingold <sds@gnu.org>
10363
10364 * simple.el (save-interprogram-paste-before-kill): New user option.
10365 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10366 save the interprogram-paste into kill-ring before overriding it
10367 with the Emacs kill.
10368
10369 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10370
10371 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10372 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10373 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10374 and move to vc-rcs.el.
10375 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10376 move to vc-rcs.el.
10377 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10378 (vc-rcs-update-changelog): Remove.
10379 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10380 and move to vc-rcs.el.
10381
10382 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10383 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10384 renaming.
10385 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10386 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10387 vc.el, renamed to be RCS specific.
10388
10389 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10390 New functions.
10391 (vc-cvs-update-changelog): Move here from vc.el.
10392
10393 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10394 New functions.
10395
10396 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10399
10400 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10401
10402 * vc-git.el (vc-git-register): Use "git add" for directories.
10403 (vc-git-stash, vc-git-stash-show): New functions.
10404 (vc-git-extra-menu-map): Bind them.
10405
10406 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10407 directory correctly in case the item is a directory itself.
10408
10409 * vc.el: Document the desired behavior for reverted files in the
10410 `added' state.
10411 (vc-default-prettify-state-info): Remove function, unused.
10412
10413 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10414
10415 2009-08-26 Glenn Morris <rgm@gnu.org>
10416
10417 * bindings.el (standard-mode-line-format): Reposition dashes in
10418 which-func entry. (Bug#4217)
10419
10420 * files.el (enable-local-variables, enable-local-eval)
10421 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10422 the defcustoms.
10423 (auto-mode-alist, ignored-local-variables)
10424 (save-some-buffers-action-alist): Move risky declarations to the
10425 definitions.
10426 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10427 (font-lock-defaults, format-alist, imenu--index-alist)
10428 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10429 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10430 (mode-line-modified, mode-line-mule-info, mode-line-position)
10431 (mode-line-process, mode-line-remote, outline-level)
10432 (parse-time-rules, rmail-output-file-alist)
10433 (special-display-buffer-names, vc-mode):
10434 Move risky declarations to the relevant files.
10435 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10436 (mode-line-modified, mode-line-process, mode-line-position)
10437 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10438 * font-core.el (font-lock-defaults):
10439 * format.el (format-alist):
10440 * vc-hooks.el (vc-mode):
10441 * window.el (special-display-buffer-names):
10442 * international/mule-cmds.el (input-method-alist):
10443 Define riskiness here (dumped file) rather than in files.el.
10444 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10445 * imenu.el (imenu-generic-expression, imenu--index-alist):
10446 * outline.el (outline-level):
10447 * time.el (display-time-string):
10448 * calendar/parse-time.el (parse-time-rules):
10449 * mail/rmailout.el (rmail-output-file-alist):
10450 Autoload riskiness here, rather than placing in files.el.
10451
10452 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10453
10454 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10455
10456 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10457
10458 * simple.el (process-file-side-effects): New defvar.
10459
10460 * dired-aux.el (dired-show-file-type):
10461 * vc.el (vc-diff-internal):
10462 * vc-arch.el (vc-arch-diff):
10463 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10464 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10465 * vc-git.el (vc-git-registered, vc-git-working-revision)
10466 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10467 (vc-git--empty-db-p):
10468 * vc-hooks.el (vc-user-login-name):
10469 * vc-svn.el (vc-svn-registered, vc-svn-state)
10470 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10471 * progmodes/grep.el (grep-probe): Let-bind
10472 `process-file-side-effects' with nil.
10473
10474 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10475
10476 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10477 daemon. Replace ping by checking for running service for bluez
10478 and zeroconf. (Bug#4239)
10479
10480 2009-08-25 Kevin Ryde <user42@zip.com.au>
10481
10482 * net/dig.el (dig): Add autoload cookie.
10483
10484 2009-08-25 Glenn Morris <rgm@gnu.org>
10485
10486 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10487 load-history for absolute file-names.
10488 (byte-compile-file-form-require): Warn about use of the cl package.
10489
10490 * format.el (format-alist): Doc fix.
10491
10492 * play/bubbles.el (top-level): Don't require cl at run-time.
10493
10494 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10495 run-time cl).
10496
10497 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10498
10499 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10500 from cl package.
10501 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10502
10503 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10504
10505 * calc/calc-alg.el (math-trig-rewrite)
10506 (math-hyperbolic-trig-rewrite): New functions.
10507 (calc-simplify): Simplify trig functions when asked.
10508
10509 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10512
10513 2009-08-24 Kenichi Handa <handa@m17n.org>
10514
10515 * language/ind-util.el (mapthread): Delete it.
10516 (combinatorial): New function.
10517 (indian--puthash-cv): Use combinatorial instead of mapthread.
10518
10519 2009-08-22 Kevin Ryde <user42@zip.com.au>
10520
10521 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10522 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10523 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10524 Clarify docstring that the value is strings not symbols.
10525 (checkdoc-list-of-strings-p): New function.
10526
10527 2009-08-22 Glenn Morris <rgm@gnu.org>
10528
10529 * files.el (auto-mode-alist):
10530 * hippie-exp.el (he-concat-directory-file-name):
10531 * lpr.el (lpr-windows-system, printer-name):
10532 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10533 * ps-print.el (ps-windows-system):
10534 * startup.el (command-line):
10535 * emulation/viper-ex.el (viper-glob-function):
10536 * international/mule-cmds.el (set-language-environment-coding-systems):
10537 * net/ange-ftp.el (ange-ftp-write-region):
10538 * obsolete/fast-lock.el (fast-lock-cache-name):
10539 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10540 unisoft-unix, vax-vms, win32, w32.
10541
10542 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10543 given name if the pattern is not more specific.
10544
10545 * calendar/lunar.el (lunar-phase-names): New option.
10546 (lunar-phase): Doc fix.
10547 (lunar-cycles-per-year): New constant.
10548 (lunar-index): New function.
10549 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10550 (lunar-phase-name): Use lunar-phase-names.
10551 (calendar-lunar-phases): Use format.
10552 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10553
10554 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10555 Copy imenu-example--name-and-position function here for own use.
10556 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10557
10558 * bs.el (bs--redisplay):
10559 * cus-edit.el (custom-redraw):
10560 * ibuffer.el (ibuffer-bury-buffer):
10561 * server.el (server-goto-line-column):
10562 * startup.el (command-line-1):
10563 * strokes.el (strokes-xpm-for-stroke):
10564 * term.el (term-display-buffer-line):
10565 * view.el (View-goto-line):
10566 * calc/calc.el (calc-do, calc-trail-buffer):
10567 * play/gamegrid.el (gamegrid-add-score-insecure):
10568 * progmodes/ada-mode.el (ada-compile-goto-error):
10569 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10570 (ebrowse-select-1st-to-9nth):
10571 * progmodes/cperl-mode.el (cperl-time-fontification):
10572 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10573 * progmodes/gud.el (gud-display-line):
10574 (idlwave-shell-display-line):
10575 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10576 * progmodes/make-mode.el (makefile-browser-toggle):
10577 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10578 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10579 * textmodes/picture.el (picture-draw-rectangle):
10580 * textmodes/reftex-index.el (reftex-index-goto-letter):
10581 (reftex-select-jump-to-previous):
10582 * textmodes/reftex-sel.el (reftex-find-start-point)
10583 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10584 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10585 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10586 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10587 * textmodes/two-column.el (2C-associated-buffer):
10588 Use forward-line rather than goto-line.
10589
10590 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10591 goto-line.
10592
10593 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10594 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10595 (quick-check-list-to-regexp): Declare.
10596
10597 * progmodes/make-mode.el (makefile-browser-insert-selection):
10598 Use goto-char rather than goto-line.
10599
10600 * progmodes/prolog.el (compilation-error-regexp-alist)
10601 (compilation-forget-errors): Declare.
10602
10603 2009-08-22 Juri Linkov <juri@jurta.org>
10604
10605 * progmodes/grep.el (lgrep, rgrep): At the beginning
10606 set `dir' to `default-directory' unless `dir' is a non-nil
10607 readable directory. (Bug#4052)
10608 (lgrep, rgrep): Change a weird way to report an error
10609 from using `read-string' to using `error'.
10610 Instead of using interactive arguments in the function body,
10611 add new argument `confirm'.
10612
10613 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * textmodes/remember.el (remember-buffer):
10616 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10617 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10618 (icalendar-extract-ical-from-buffer):
10619 * net/newst-treeview.el (newsticker-groups-filename):
10620 * net/newst-backend.el (newsticker-cache-filename):
10621 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10622 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10623 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10624 (speedbar-buffers-line-path, speedbar-path-line)
10625 (speedbar-buffers-line-path):
10626 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10627 (epg-sign-keys):
10628 * epa.el (epa-display-verify-result):
10629 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10630
10631 2009-08-21 Glenn Morris <rgm@gnu.org>
10632
10633 * progmodes/js.el (inferior-moz-process): Fix declaration.
10634
10635 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10636
10637 * obsolete/rnewspost.el (news-mail-reply):
10638 Use goto-char rather than goto-line.
10639
10640 * term/ns-win.el (ns-open-file-select-line):
10641 Use line-beginning-position rather than goto-line.
10642
10643 * apropos.el (apropos-command):
10644 * ehelp.el (electric-helpify):
10645 * printing.el (pr-show-setup):
10646 * strokes.el (strokes-help):
10647 * tutorial.el (tutorial--describe-nonstandard-key)
10648 (tutorial--detailed-help):
10649 * woman.el (woman-mini-help, woman-display-extended-fonts):
10650 * calc/calc-help.el (calc-describe-key):
10651 * emulation/edt.el (edt-electric-helpify):
10652 * international/mule-diag.el (mule-diag):
10653 * play/yow.el (apropos-zippy):
10654 * progmodes/python.el (python-describe-symbol):
10655 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10656 * textmodes/table.el (*table--cell-describe-mode)
10657 (*table--cell-describe-bindings):
10658 Use help-print-return-message rather than the now obsolete alias.
10659
10660 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10661 (calendar-cursor-to-visible-date):
10662 * play/5x5.el (5x5-position-cursor):
10663 * play/decipher.el (decipher):
10664 * play/gomoku.el (gomoku-goto-xy):
10665 * play/landmark.el (lm-goto-xy):
10666 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10667 (mpuz-paint-digit):
10668 Use forward-line, not goto-line.
10669
10670 * mail/rmail.el (rmail-obsolete): Delete custom group.
10671 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10672 (rmail-remote-password, rmail-remote-password-required):
10673 Remove unneeded :set-after and :set properties.
10674
10675 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10676
10677 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10678
10679 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10680
10681 * loadup.el: Remove leftover macos code.
10682
10683 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10684 Explicitly pass the date format to git blame so that user local
10685 so that the output format can be parsed.
10686
10687 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10688
10689 * net/dbus.el (top): Don't check for (getenv
10690 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10691
10692 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10693
10694 * log-edit.el (log-edit-strip-single-file-name): New var.
10695 (log-edit-insert-changelog): Use it. Bug#3571
10696
10697 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10700 Bug#3287
10701
10702 * help.el (help-print-return-message): Rename from
10703 print-help-return-message.
10704
10705 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10706 cvs-mode-map parent hack.
10707 (log-view-mode): Derive from special-mode.
10708
10709 * linum.el (linum-mode): window-size-change-functions is redundant.
10710 Adapt to new window-configuration-change-hook behavior.
10711 (linum-after-size, linum-after-config): Remove.
10712
10713 * imenu.el (imenu-example--name-and-position)
10714 (imenu-example--lisp-extract-index-name)
10715 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10716 Mark as obsolete.
10717
10718 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10719 (inferior-prolog-mode): Use it.
10720 (inferior-prolog-load-file): Reset list of errors.
10721
10722 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10723
10724 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10725
10726 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10727
10728 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10729
10730 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10731 is running already.
10732
10733 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * subr.el (listify-key-sequence-1): Use normal syntax since those
10736 integers are nowadays always represented by the same (positive) number
10737 on all platforms.
10738 (read-key-empty-map): New const.
10739 (read-key-delay): New var.
10740 (read-key): New function.
10741 (force-mode-line-update): Use with-current-buffer.
10742 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10743 (start-process-shell-command, start-file-process-shell-command):
10744 Discourage the use of command-args.
10745
10746 2009-08-19 Glenn Morris <rgm@gnu.org>
10747
10748 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10749
10750 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * simple.el (choose-completion-string): Don't rely on
10753 minibuffer-completing-file-name and ad-hoc checks to decide whether
10754 to continue completion or not.
10755
10756 * minibuffer.el (minibuffer-hide-completions): New function.
10757 (completion--do-completion): Use it.
10758 (completions-annotations): New face.
10759 (completion--insert-strings): Use it.
10760 (completion-pcm--delim-wild-regex): Add docstring.
10761 (completion-pcm--string->pattern): Add support for 0-width delimiters
10762 in completion-pcm--delim-wild-regex.
10763
10764 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10765
10766 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10767 Remove unused var `buffer-modified-p'.
10768
10769 * minibuffer.el (completion--do-completion): Move point for the #b001
10770 case as well (bug#4176).
10771 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10772
10773 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10774
10775 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10776 and :session buses.
10777
10778 2009-08-18 Kenichi Handa <handa@m17n.org>
10779
10780 * international/ucs-normalize.el (ucs-normalize-version):
10781 Change to 1.1.
10782 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10783 (utf-8-hfs): Make it perform normalization on encoding too.
10784
10785 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10786 (sentence-end-without-space): Delete duplicated chars.
10787 (sentence-end-base): Likewise.
10788
10789 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10790 (html-mode): Delete duplicated chars from sentence-end-base.
10791
10792 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10793 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10794
10795 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10796
10797 * files.el (hack-one-local-variable): If the mode function is for
10798 a minor mode, pass it an argument (Bug#4148).
10799
10800 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10801
10802 * net/tramp.el (tramp-register-completion-file-name-handler):
10803 Check also for (member 'partial-completion completion-styles).
10804
10805 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10806
10807 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10808 abbrev (Bug#3943).
10809
10810 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10811
10812 * progmodes/cperl-mode.el: Merge upstream 6.2.
10813 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10814 (cperl-forward-re): Check cperl-brace-recursing.
10815 (cperl-highlight-charclass): New function.
10816 (cperl-find-pods-heres): Use it.
10817 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10818 (cperl-beautify-regexp-piece): Fix column calculation.
10819 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10820 (cperl-beautify-level): Don't process entire regexp.
10821 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10822 calling man.
10823 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10824 (cperl-init-faces): Build a list in the normal way.
10825
10826 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10827
10828 * calendar/parse-time.el (parse-time-string-chars): Save match
10829 data.
10830
10831 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10834 (sql-product): Use it.
10835 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10836 (sql-set-product): Add completion.
10837 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10838 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10839 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10840 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10841 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10842 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10843 (sql-highlight-db2-keywords): Remove.
10844 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10845 (sql-highlight-product): Use derived-mode-p.
10846 (sql-set-sqli-buffer): Use with-current-buffer.
10847 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10848 Simplify.
10849
10850 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10851
10852 * term.el: Fix commenting convention, turn comments into docstrings.
10853
10854 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10855
10856 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10857
10858 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10859
10860 * calendar/parse-time.el (parse-time-string-chars): Compute using
10861 character classes, to handle non-ascii characters (Bug#3190).
10862
10863 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10864
10865 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10866 another heredoc if the user adds another < (Bug#3226).
10867
10868 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10869 Don't initialize based on window-system (Bug#4124).
10870
10871 * facemenu.el (facemenu-read-color): Use a completion function
10872 that accepts any defined color, such as RGB triplets (Bug#3677).
10873
10874 * files.el (get-free-disk-space): Change fallback default
10875 directory to /. Expand DIR argument before switching to fallback.
10876 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10877
10878 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * files.el (load-library): Doc fix.
10881
10882 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10883
10884 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10885 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10886 incremental search string.
10887
10888 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10889 XEmacs.
10890
10891 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10892 (ediff-merge-region-is-non-clash)
10893 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10894 Also check if the job is really a merge job.
10895
10896 * ediff.el (ediff-current-file): New function.
10897
10898 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10901 conventions.
10902 (js-insert-and-indent): Delete function.
10903 (js-mode-map): Don't bind keys to js-insert-and-indent.
10904 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10905 (js-end-of-defun): Rename from js--end-of-defun.
10906 (js-auto-indent-flag): Delete variable.
10907
10908 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * progmodes/js.el: Remove proclaim statement.
10911 Defvar which-func-imenu-joiner-function to silence compiler.
10912
10913 * files.el (auto-mode-alist): Use js-mode for .js files.
10914
10915 * progmodes/js2-mode.el: Remove file.
10916
10917 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10918
10919 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10920
10921 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10922
10923 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10924 Karl Landstrom <karl.landstrom@brgeight.se>
10925
10926 * progmodes/js.el: New file.
10927
10928 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10929
10930 * timezone.el (timezone-parse-date): Add ability to understand ISO
10931 basic format (minimal separators) dates in addition to the
10932 already-supported extended format dates.
10933
10934 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10935
10936 * international/ucs-normalize.el: Add a `coding' file variable.
10937
10938 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10939
10940 2009-08-14 Sam Steingold <sds@gnu.org>
10941
10942 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10943
10944 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * faces.el (help-argument-name): Define it here instead of
10947 help-fns.el, because in daemon mode help-fns.el may be loaded when
10948 faces are still uninitialized (Bug#1078).
10949
10950 * help-fns.el (help-argument-name): Move defface to faces.el.
10951
10952 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10955 create buffer with a pty but no process so that GDB can make the
10956 inferior the controlling process.
10957
10958 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10959
10960 * international/ucs-normalize.el: New file.
10961
10962 2009-08-13 Richard Stallman <rms@gnu.org>
10963
10964 * mail/rmail.el (rmail-get-attr-names):
10965 Accept an attribute header that is too short.
10966
10967 * mail/rmail.el (rmail-forget-messages):
10968 Ignore nil elt in rmail-message-vector. Use dotimes.
10969
10970 * progmodes/compile.el (compilation-goto-locus):
10971 Use next-error-move-function.
10972
10973 * simple.el (next-error-move-function): New variable.
10974
10975 2009-08-12 Juri Linkov <juri@jurta.org>
10976
10977 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10978 always non-nil. (Bug#4052)
10979
10980 * replace.el (read-regexp): Return empty string when
10981 `default-value' is nil.
10982 (keep-lines-read-args): Don't use empty string as the
10983 default value for `read-regexp'. (Bug#2495)
10984
10985 2009-08-12 Juri Linkov <juri@jurta.org>
10986
10987 * international/mule-cmds.el (ucs-insert): Change arguments
10988 from `arg' to `character', `count', `inherit' to be the same
10989 as in `insert-char'. Doc fix. (Bug#4039)
10990
10991 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10992
10993 2009-08-12 Juri Linkov <juri@jurta.org>
10994
10995 * files-x.el: New file.
10996
10997 * files.el: Move code that deals with adding/deleting
10998 file/directory-local variables to files-x.el.
10999
11000 * Makefile.in (ELCFILES): Add files-x.elc.
11001
11002 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11003
11004 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11005 to use `goto-line'.
11006 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11007 `goto-line'.
11008 (gdb-invalidate-disassembly): Do not refresh upon receiving
11009 'update signal. Instead, update all disassembly buffers only after
11010 threads list.
11011 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11012 (gdb-starting): Moved -data-list-register-names...
11013 (gdb-stopped): ...here so it's sent when first thread stops.
11014 (gdb-registers-handler-custom): Do nothing if register names are
11015 unknown yet.
11016
11017 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11018 from `gdb-mi.el' to avoid extra tangling.
11019
11020 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11021 change which breaks `gud-def' definitions used in `gdb'.
11022 (gdb-update-gud-running): No extra fuss for updating frame number.
11023
11024 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11027 (describe-language-environment-map, setup-language-environment-map)
11028 (set-coding-system-map): Move initialization into declaration.
11029 (set-language-info-alist): Last arg to define-key-after can be skipped.
11030
11031 * international/quail.el (quail-completion-1): Simplify.
11032 (quail-define-rules): Use slightly more compact code.
11033 (quail-insert-decode-map): Propertize keys, compact columns.
11034
11035 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11036 Add goto-line.
11037
11038 2009-08-10 Miles Bader <miles@gnu.org>
11039
11040 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11041 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11042 (js2-instance-member, js2-private-member, js2-private-function-call)
11043 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11044 (js2-magic-paren, js2-external-variable):
11045 Remove "-face" suffix from face names.
11046 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11047 (js2-highlight-undeclared-vars, js2-peek-token)
11048 (js2-parse-function-params, js2-mode-show-errors)
11049 (js2-mode-show-warnings, js2-make-magic-delimiter)
11050 (js2-mode-highlight-magic-parens): Update to use new face names.
11051
11052 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11055 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11056
11057 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11058
11059 * subr.el: Provide hashtable-print-readable.
11060
11061 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11062 hs-c-like-adjust-block-beginning.
11063 (hs-hide-block-at-point): Stop hiding at the beginning of
11064 hs-block-end-regexp (Bug#700).
11065
11066 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11067
11068 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11069 a macro.
11070 (gdb-registers-handler-custom): Do not fail when register names
11071 are unavailable.
11072
11073 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11074
11075 * progmodes/gdb-mi.el (gdb-control-all-threads)
11076 (gdb-control-current-thread): Interactive setters for
11077 `gdb-gud-control-all-threads' to use in menu.
11078 (gdb-show-run-p): Show «Go» when process is not active.
11079 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
11080 gud/thread.xpm and gud/all.xpm.
11081
11082 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11083
11084 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11085 (nslookup-font-lock-keywords): Make it a variable.
11086 (net-utils-mode): New mode for viewing diagnostic network output.
11087 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11088 (net-utils-run-simple): New function.
11089 (ifconfig, iwconfig, netstat, arp, route): Use it.
11090
11091 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11092
11093 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11094 (gdb-memory-set-address, def-gdb-set-positive-number)
11095 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11096 after changing settings.
11097 (gdb-invalidate-disassembly): Update when first shown.
11098 (gdb-edit-locals-value): Fixed.
11099 (gdb-registers-handler-custom): Print registers in right order and
11100 allow changing register values (only for current thread yet).
11101 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11102 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11103 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11104 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11105 info in mode name.
11106 (gdb-registers-mode-map): TAB to switch to locals.
11107
11108 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11109
11110 * mail/rmail.el (rmail-add-mbox-headers)
11111 (rmail-set-message-counters-counter): Search for
11112 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11113
11114 2009-08-08 Glenn Morris <rgm@gnu.org>
11115
11116 * Makefile.in (ELCFILES): Update.
11117
11118 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11119
11120 * mail/sendmail.el (mail-yank-original): Set
11121 buffer-file-coding-system from the one used by the message whose
11122 text is yanked.
11123
11124 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11125 to "windows" when "pgnuplot" is used.
11126 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11127 call accept-process-output if "pgnuplot" is used.
11128 (calc-graph-init): Don't send -display and -geometry to
11129 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11130 running "pgnuplot -V" with shell-command-to-string.
11131
11132 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11133 the default.
11134
11135 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11136
11137 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11138 org/org-latex.elc.
11139
11140 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11141
11142 * vc-dispatcher.el (vc-resynch-window): Update comment.
11143
11144 * term.el (term-handle-ansi-escape): Add comments with the
11145 terminfo capabilities implemented.
11146
11147 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11148
11149 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11150 (gdb-var-create-handler): Rewritten using JSON parser.
11151 (gdb-propertize-header): Moved earlier.
11152 (gdb-set-header): Removed to avoid duplication.
11153 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11154 Refresh disassembly buffers only after threads list have been
11155 update.
11156 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11157 variables.
11158
11159 2009-08-04 Juri Linkov <juri@jurta.org>
11160
11161 * files.el: Commands to add/delete file/directory-local variables.
11162 (read-file-local-variable, read-file-local-variable-value)
11163 (read-file-local-variable-mode, modify-file-local-variable)
11164 (modify-file-local-variable-prop-line)
11165 (modify-dir-local-variable): New functions.
11166 (add-file-local-variable, delete-file-local-variable)
11167 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11168 (add-dir-local-variable, delete-dir-local-variable)
11169 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11170 (copy-dir-locals-to-file-locals-prop-line): New commands.
11171
11172 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11173
11174 * abbrev.el (insert-abbrev-table-description): Prettify output.
11175 Suggested by Karl Chen.
11176
11177 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11178
11179 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11180 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11181 (gdb-overlay-arrow-position, gdb-thread-position)
11182 (gdb-disassembly-position): Declare variables.
11183 (gdb-wait-for-pending): Function now.
11184 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11185 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11186 compilation goes smoothly.
11187 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11188 (gdb-non-stop-setting): New customization setting which replaces
11189 `gdb-non-stop' so changing it doesn't break active GDB session.
11190 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11191 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11192 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11193 (gdb-show-threads-by-default): New customization options.
11194 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11195 routines.
11196 (gdb-get-buffer-create): Send buffers update signal when they are
11197 created.
11198 (gdb-invalidate-locals, gdb-invalidate-registers)
11199 (gdb-invalidate-breakpoints)
11200 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11201 (gdb-invalidate-memory): Accept update signal.
11202 (gdb-current-context-command): Use --frame option.
11203 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11204 Implement `gdb-frame-number' selection logic.
11205 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11206 whether to show GUD toolbar buttons.
11207 (gdb-thread-exited): Unselect current thread when it exits.
11208 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11209 (gdb-mark-line): Routine which sets overlay arrow or inverses
11210 video on fringeless displays.
11211 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11212 to build aligned columns of data in GDB buffers and set text
11213 properties line-by-line.
11214 (gdb-invalidate-breakpoints)
11215 (gdb-breakpoints-list-handler-custom)
11216 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11217 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11218 (gdb-registers-handler-custom): Align data columns.
11219 (gdb-locals-handler-custom): Now prints data like in variable
11220 declarations.
11221 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11222 Removed confusing buttons.
11223 (gdb-invalidate-threads): Append --frame.
11224 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11225 between breakpoints/threads buffers.
11226 (gdb-set-window-buffer): Now can ignore dedicated windows.
11227 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11228 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11229 (def-gdb-thread-buffer-gud-command): Replaces
11230 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11231 for fine thread control.
11232 (gdb-preempt-existing-or-display-buffer): New function used to
11233 display bound buffers without breaking window layout.
11234 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11235 (gdb-select-frame): New version of `gdb-frames-select' which now
11236 sets `gdb-frame-number' so commands may use --frame option instead
11237 of inner debugger state.
11238 (gdb-frame-handler): Do not set `gdb-frame-number'.
11239 (gdb-threads-mode-map): Select threads with mouse.
11240
11241 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11242 avoid compilation warning.
11243 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11244 `gdb-show-stop-p`.
11245
11246 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11247 Argument `key' renamed to `buffer-type'.
11248 (gdb-current-context-buffer-name): Do not add thread info to
11249 buffer name when no thread is selected.
11250 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11251 command (bug 3794).
11252 (gdb-thread-selected): Handle `=thread-selected' notification.
11253 (gdb-wait-for-pending): New macro to deal with congestion problems.
11254 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11255 breakpoints.
11256 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11257 This fixes problem similar to one described in bug 3947.
11258 (gud-menu-map): More menu items.
11259 (gdb-init-1): Reset `gdb-thread-number' to nil.
11260
11261 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11262 non-stop settings.
11263
11264 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11265 (gdb-current-context-command): Do not append --thread if
11266 `gdb-thread-number' is nil.
11267 (gdb-running-threads-count, gdb-stopped-threads-count): New
11268 variables.
11269 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11270 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11271 customization options.
11272 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11273 GUD commands.
11274 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11275 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11276 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11277 set `gdb-thread-number' and update `gud-running' properly.
11278 (gdb-running): Update threads list when new threads appear.
11279 (gdb-stopped): Support non-stop operation and new thread switching
11280 logic.
11281 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11282 (gdb-json-partial-output): New set of JSON routines.
11283 (def-gdb-auto-update-trigger): New `signal-list' optional
11284 argument.
11285 (gdb-thread-list-handler-custom): Update `gud-running',
11286 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11287 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11288 (gdb-continue-thread, gdb-step-thread): New commands for fine
11289 thread execution control.
11290 (gud-menu-map): New menu items to switch non-stop options.
11291 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11292 (gdb-send): Mimic RET properly (bug 3794).
11293
11294 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11295 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11296 gdb-buffer-rules.
11297 (def-gdb-auto-update-handler): New nopreserve optional argument.
11298 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11299
11300 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11301 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11302 (gdb-parent-mode): New mode to derive other GDB modes from.
11303 (gdb-display-disassembly-for-thread)
11304 (gdb-frame-disassembly-for-thread): New commands for threads
11305 buffer.
11306
11307 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11308 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11309 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11310 (gdb-update): We now store all GDB buffers in a list so that they
11311 can be updated by traversing a list instead of calling invalidate
11312 triggers explicitly.
11313 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11314 pair for GDB buffer.
11315 (gdb-stack-buffer-name): Add thread information.
11316 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11317 handle pending triggers.
11318 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11319 (def-gdb-thread-buffer-simple-command)
11320 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11321 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11322 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11323 New commands which show buffers bound to thread.
11324 (gdb-stack-list-locals-regexp): Removed unused regexp.
11325
11326 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11327 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11328 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11329 to (gud-comint-buffer) in *-buffer-name functions
11330 because (gdb-get-target-string) already does that.
11331 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11332 (gdb-changed-registers-handler): Rewritten without regexps.
11333
11334 * progmodes/gdb-mi.el: Basic thread selection support.
11335 (gdb-thread-number): New variable.
11336 (gdb-current-context-command): New macro which adds --thread
11337 option to command.
11338 (gdb-threads-mode-map): Select thread with SPC.
11339 (gdb-thread-list-handler-custom): Mark current thread with overlay
11340 arrow. Synchronize GDB thread and Emacs thread.
11341 (gdb-select-thread): New command which selects current thread.
11342 (gdb-invalidate-frames, gdb-invalidate-locals)
11343 (gdb-invalidate-registers): Use --thread option.
11344
11345 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp.el (top): Make check for tramp-gvfs loading more
11348 robust. (Bug#3977)
11349 (tramp-handle-insert-file-contents): `unwind-protect' must be
11350 inside `with-parsed-tramp-file-name'.
11351
11352 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11353 fails.
11354
11355 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11356
11357 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11358 directory if CLASSPATH is not set.
11359
11360 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11361
11362 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11363 New defconst.
11364 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11365
11366 2009-08-02 Kevin Ryde <user42@zip.com.au>
11367
11368 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11369 Update freshmeat link. Delete newsforge.com as it seems gone.
11370
11371 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * select.el (x-set-selection): Doc fix (Bug#4021).
11374
11375 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11376
11377 * help-fns.el (describe-variable): Treat list return values from
11378 dir-locals-find-file properly (Bug#4005).
11379
11380 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11381
11382 * net/tramp.el (tramp-debug-message): Print also microseconds.
11383
11384 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11385
11386 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11387 or END is non-nil.
11388 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11389 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11390 format.
11391
11392 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11393 (tramp-get-file-property): Use it.
11394
11395 * autorevert.el (auto-revert-handler): Allow
11396 `auto-revert-tail-mode' for remote files.
11397
11398 2009-08-02 Jason Rumney <jasonr@gnu.org>
11399
11400 * minibuffer.el (read-file-name): Treat confirm options to
11401 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11402
11403 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11404
11405 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11406 (font-lock-variable-name-face, font-lock-constant-face): Darken
11407 the colors for light backgrounds.
11408
11409 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11410
11411 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11412 month names. (Bug#3987)
11413
11414 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * simple.el (line-move-finish): Pass whole number to
11417 line-move-to-column.
11418 (line-move-visual): Perform hscroll to the recorded position.
11419
11420 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11421
11422 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11423
11424 2009-07-29 Alan Mackenzie <acm@muc.de>
11425
11426 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11427
11428 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11429
11430 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11431 (gdb-place-breakpoints): Use full path when setting breakpoints.
11432
11433 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11434
11435 * calc/calc.el (calc-mode-map): Add keybinding for
11436 `calc-transpose-lines'.
11437
11438 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11439
11440 * calc/calc-misc.el (calc-transpose-lines): New function.
11441
11442 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11445 Simplify check for out-of-band methods.
11446 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11447 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11448
11449 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11450
11451 * vc-git.el (vc-git-checkin): Fix typo.
11452
11453 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11454
11455 * progmodes/js2-mode.el: New file.
11456
11457 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11458
11459 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11460 (gud-menu-map): Adjust tooltip accordingly.
11461
11462 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11463
11464 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11465 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11466
11467 * add-log.el (change-log-mode-map): Add a menu.
11468
11469 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11470
11471 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11472 function returns nil.
11473 (dbus-handle-event): Handle special return value :ignore.
11474 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11475
11476 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11479 it's not needed.
11480
11481 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11482
11483 Fix Bug#3888:
11484
11485 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11486
11487 * term/pc-win.el (x-display-name, x-colors)
11488 (x-select-enable-clipboard, x-select-text): Doc fix.
11489
11490 * term/common-win.el (x-display-name, x-colors): Doc fix.
11491
11492 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11493 (xw-defined-colors): Doc fix.
11494
11495 * w32-fns.el (x-select-text, x-setup-function-keys)
11496 (x-get-selection, x-set-selection): Doc fix.
11497
11498 * term/x-win.el (x-select-text, x-setup-function-keys)
11499 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11500
11501 * select.el (x-set-selection): Doc fix.
11502
11503 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11504
11505 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11506 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11507 "IsNSSSupportAvailable" method is not available. Reported by
11508 Steve Youngs <steve@sxemacs.org>.
11509
11510 2009-07-24 Kenichi Handa <handa@m17n.org>
11511
11512 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11513 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11514 (build-unicode-category-table): Fix range checks.
11515
11516 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11517
11518 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11519 the buffer we try to sync is current when calling
11520 vc-resynch-buffer.
11521
11522 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11523 not show up to date files.
11524
11525 2009-07-24 Glenn Morris <rgm@gnu.org>
11526
11527 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11528 Add autoload cookies. If necessary, initialize.
11529 (elint-log): Handle non-file buffers.
11530 (elint-initialize): Add optional argument to reinitialize.
11531 (elint-find-builtin-variables): Save excursion.
11532
11533 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11534
11535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11536 for Lint.
11537
11538 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11539
11540 * vc.el (vc-print-log-internal): New function, split out from ...
11541 (vc-print-log): ... here.
11542 (vc-dir-move-to-goal-column): Declare.
11543
11544 * vc-git.el (vc-git-add-signoff): New variable.
11545 (vc-git-checkin): Use it.
11546 (vc-git-toggle-signoff): New function.
11547 (vc-git-extra-menu-map): Bind it to menu.
11548 (vc-git--run-command-string): Accept a nil FILE argument.
11549 (vc-git-stash-list): New function.
11550 (vc-git-dir-extra-headers): Use it.
11551
11552 2009-07-23 Glenn Morris <rgm@gnu.org>
11553
11554 * help-fns.el (describe-variable): Describe ignored and risky local
11555 variables in a similar way to that in which we describe safe ones.
11556
11557 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11558 (byte-compile-output-file-form, byte-compile-output-docform)
11559 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11560 Give some more local variables with common names a "bytecomp-" prefix,
11561 so as not to shadow things during compilation.
11562 * emacs-lisp/cl-macs.el (load-time-value)
11563 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11564 `outbuffer' to `bytecomp-outbuffer'.
11565
11566 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11567 since the next two variables cover them automatically now.
11568 (elint-builtin-variables, elint-autoloaded-variables): New.
11569 (elint-unknown-builtin-args): Remove all members, since they can be
11570 parsed automatically now.
11571 (elint-extra-errors): New.
11572 (elint-env-add-env, elint-env-add-macro): Use cadr.
11573 (elint-current-buffer): Use or. Change final message.
11574 (elint-get-top-forms): Use line-end-position.
11575 (elint-init-env): Use cadr. Handle autoload, declare-function,
11576 and defalias.
11577 (elint-add-required-env): Doc fix. Use or. Standardize error.
11578 (regexp-assoc): Remove unused function.
11579 (elint-top-form): Set elint-current-pos, to record the start of the
11580 top-level form, for compilation-mode.
11581 (elint-form): Trap errors in macro expansion. Use dolist.
11582 (elint-unbound-variable): Use elint-builtin-variables and
11583 elint-autoloaded-variables.
11584 (elint-get-args): Use cadr, or.
11585 (elint-check-cond-form): Use dolist, cadr.
11586 (elint-check-condition-case-form): Doc fix. Use cadr.
11587 Use elint-extra-errors.
11588 (elint-log): New function.
11589 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11590 Distinguish errors and warnings.
11591 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11592 Use a bytecomp-style format.
11593 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11594 (elint-get-log-buffer): Use compilation mode. Disable undo.
11595 Don't truncate lines.
11596 (elint-initialize): Set builtin and autoloaded variable lists.
11597 Only process elint-unknown-builtin-args if non-nil.
11598 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11599 New functions.
11600 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11601
11602 2009-07-22 Kevin Ryde <user42@zip.com.au>
11603
11604 * net/newst-backend.el (newsticker--parse-atom-1.0)
11605 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11606 (newsticker--parse-rss-1.0):
11607 * progmodes/idlwave.el (idlwave-mode):
11608 * progmodes/idlw-shell.el (idlwave-shell-mode):
11609 * progmodes/vera-mode.el (vera-mode):
11610 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11611 * progmodes/vhdl-mode.el (vhdl-mode):
11612 * textmodes/table.el (table-generate-source)
11613 (table--warn-incompatibility):
11614 Hyperlink urls in docstrings with URL `...'.
11615
11616 2009-07-22 Glenn Morris <rgm@gnu.org>
11617
11618 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11619 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11620 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11621 Remove leading * from defcustom docs.
11622
11623 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11624
11625 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11626 defcustom doc.
11627 (list-load-path-shadows): Optionally, just return shadows as a string.
11628
11629 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11630
11631 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11632
11633 * mail/rmailedit.el (rmail-edit-mode): Use
11634 auto-save-include-big-deletions.
11635
11636 * mail/rmail.el (rmail-variables): Use
11637 auto-save-include-big-deletions.
11638
11639 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11640 changes.
11641
11642 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11643
11644 * calc/calc.el (calc-undo-length): New variable.
11645 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11646
11647 2009-07-21 Richard Stallman <rms@gnu.org>
11648
11649 * files.el (auto-save-mode): Handle buffer-save-size = -2
11650 for toggling mode.
11651
11652 2009-07-21 Glenn Morris <rgm@gnu.org>
11653
11654 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11655
11656 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11657
11658 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11659 silence compiler. Instead...
11660 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11661 (ps-print-ensure-fontified): Update for above function name changes.
11662
11663 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11664 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11665 silence compiler. Instead...
11666 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11667 (mh-show-buffer): Only define for compiler.
11668 (pr-mh-current-message): Update for above function name changes.
11669
11670 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11671 as an argument.
11672 (find-file-noselect, insert-file-1): Update for above change.
11673
11674 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11675
11676 * mail/mailclient.el (mailclient-send-it): Fix message.
11677
11678 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11679 (edebug-eval): Check cl-debug-env is bound.
11680 (print-level, print-circle): Don't redefine built-in variables.
11681
11682 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11683 (custom-print-vectors): Remove old comments from doc.
11684
11685 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11686 (emerge-version): Make the variable an obsolete alias for the
11687 emacs-version variable. Make the function obsolete.
11688 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11689 Emerge options, rather than merging in into the main Options menu.
11690 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11691 and auto advance modes. Disable edit/fast items when not relevant.
11692
11693 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11694
11695 * term/vt420.el (terminal-init-vt420): Fix typo.
11696
11697 2009-07-20 Sam Steingold <sds@gnu.org>
11698
11699 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11700 variable (removed from compile.el on 2004-03-11).
11701
11702 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11703
11704 * files.el (hack-local-variables-filter): Fix last change.
11705
11706 2009-07-19 Juri Linkov <juri@jurta.org>
11707
11708 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11709 (dir-local-variables-alist): New buffer-local variable.
11710 (hack-local-variables-filter): If variable is not dir-local,
11711 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11712 because file-local overrides dir-local.
11713 (c-postprocess-file-styles) <declare-function>:
11714 Remove obsolete declaration.
11715 (hack-dir-local-variables): Add dir-local variable/value pair to
11716 `dir-local-variables-alist' and remove duplicates. Doc fix.
11717
11718 * help-fns.el (describe-variable): Add information about
11719 file-local and dir-local variables.
11720
11721 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11722
11723 * files.el (hack-local-variables-filter): Rewrite.
11724
11725 2009-07-19 Glenn Morris <rgm@gnu.org>
11726
11727 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11728 Silence compiler by only defining on XEmacs.
11729
11730 * international/mule.el (auto-coding-regexp-alist): Only match
11731 BABYL... at the start of buffer, not of lines. (Bug#3790)
11732
11733 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11734 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11735 (cal-menu-context-mouse-menu): Doc fix.
11736
11737 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11738
11739 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11740
11741 2009-07-18 Juri Linkov <juri@jurta.org>
11742
11743 * info.el: Virtual Info keyword finder.
11744 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11745 (Info-finder-file): New variable.
11746 (Info-finder-find-file): New function.
11747 (finder-known-keywords, finder-package-info)
11748 (find-library-name, lm-commentary): Use defvar and
11749 declare-function to silence compiler warnings.
11750 (Info-finder-find-node): New function.
11751 (info-finder): New command.
11752
11753 * subr.el (process-kill-buffer-query-function): New function.
11754 (add-hook)<kill-buffer-query-functions>: Add hook
11755 `process-kill-buffer-query-function'.
11756
11757 2009-07-18 Alan Mackenzie <acm@muc.de>
11758
11759 * progmodes/cc-mode.el (c-before-hack-hook)
11760 (c-postprocess-file-styles): Give invocation of `c-set-style'
11761 DONT-OVERRIDE parameter of t. Already set style variables will
11762 thus not be overridden by style settings given by `c-file-syle'.
11763
11764 * files.el (hack-local-variables-filter): Remove entries with
11765 duplicate keys from `file-local-variables-alist'.
11766
11767 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11768
11769 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11770 x-set-selection if display-selections-p returns nil for the
11771 current frame.
11772
11773 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11776
11777 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11778
11779 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11780 Accept nil in addition to a regexp.
11781 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11782 Accept nil in addition to a regexp.
11783 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11784 buffers that have an associated file. Handle nil values of
11785 desktop-buffers-not-to-save and desktop-files-not-to-save.
11786 (Bug#3833)
11787
11788 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11789 (x-disown-selection-internal): New functions.
11790
11791 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11792
11793 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11794 warning.
11795 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11796 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11797
11798 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11799
11800 * simple.el (set-mark): Revert last change.
11801
11802 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11803
11804 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11805 rendering of pngs is not possible instead of messaging a long
11806 description.
11807
11808 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11809
11810 * w32-fns.el (x-selection-owner-p): New function.
11811
11812 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11813 (mouse-yank-at-click, mouse-yank-primary): If
11814 select-active-regions is non-nil, deactivate the mark before
11815 insertion.
11816
11817 * simple.el (deactivate-mark, set-mark): Only save selection if we
11818 own it.
11819
11820 2009-07-17 Kenichi Handa <handa@m17n.org>
11821
11822 * case-table.el (describe-buffer-case-table): Fix for the case
11823 that KEY is a cons.
11824
11825 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11826
11827 * vc-rcs.el (vc-rcs-find-file-hook):
11828 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11829
11830 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11831
11832 * net/tramp.el (tramp-wait-for-output): Handle the case when
11833 commands do not return a newline but a null byte before the shell
11834 prompt. (Bug#3858)
11835
11836 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11837
11838 * term/ns-win.el (ns-set-alpha): Don't declare.
11839 (ns-set-background-alpha): Remove function.
11840
11841 2009-07-16 Kevin Ryde <user42@zip.com.au>
11842
11843 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11844 y-or-n-p, for safety.
11845
11846 2009-07-16 Richard Stallman <rms@gnu.org>
11847
11848 * files.el (auto-save-mode): If buffer-saved-size is -2,
11849 don't clobber it.
11850
11851 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11852 (rmail-retry-ignored-headers): Add more uninteresting fields.
11853
11854 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11855
11856 * net/rcirc.el (rcirc): Use history variables.
11857 (rcirc-server-name-history, rcirc-nick-name-history)
11858 (rcirc-server-port-history): New variables.
11859
11860 2009-07-15 Kenichi Handa <handa@m17n.org>
11861
11862 * international/mule-cmds.el (set-language-environment-charset):
11863 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11864 ignore them.
11865
11866 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11867 Delete unibyte-display.
11868
11869 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11870
11871 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11872
11873 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11874
11875 * simple.el (deactivate-mark): Optional argument FORCE.
11876 (set-mark): Use deactivate-mark.
11877
11878 * info.el (Info-search): No need to check transient-mark-mode
11879 before calling deactivate-mark.
11880
11881 * select.el (x-set-selection): Doc fix.
11882 (x-valid-simple-selection-p): Allow buffer values.
11883 (xselect--selection-bounds): Handle buffer values. Suggested by
11884 David De La Harpe Golden.
11885
11886 * mouse.el (mouse-set-region, mouse-drag-track): Call
11887 copy-region-as-kill before setting the mark, to let
11888 select-active-regions work.
11889
11890 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11891
11892 * simple.el (deactivate-mark): If select-active-regions is
11893 non-nil, copy the selection data into a string.
11894 (activate-mark): If select-active-regions is non-nil, set the
11895 selection to the current buffer.
11896 (set-mark): Update selection if select-active-regions is non-nil.
11897
11898 * select.el (x-valid-simple-selection-p): Allow buffer values.
11899
11900 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11903 and more featureful message-mode.
11904
11905 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11906
11907 * select.el (x-set-selection): Doc fix.
11908 (x-valid-simple-selection-p): Disallow selection data consisting
11909 of a list or cons of integers, since that is not used.
11910 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11911 (xselect-convert-to-string, xselect-convert-to-length)
11912 (xselect-convert-to-filename, xselect-convert-to-charpos)
11913 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11914
11915 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11916
11917 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11918 output in -break-info command (Emacs bug #3794).
11919
11920 2009-07-14 Glenn Morris <rgm@gnu.org>
11921
11922 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11923 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11924 (edebug-print-length, edebug-print-level, edebug-print-circle)
11925 (edebug-sit-for-seconds, edebug-view-outside)
11926 (edebug-bounce-point, edebug-set-global-break-condition)
11927 (edebug-Go-nonstop-mode, edebug-trace-mode)
11928 (edebug-Trace-fast-mode, edebug-continue-mode)
11929 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11930 (edebug-visit-eval-list): Doc fixes.
11931
11932 * subr.el (def-edebug-spec): Doc fix.
11933
11934 2009-07-14 Kenichi Handa <handa@m17n.org>
11935
11936 * international/characters.el: Fix setting of category ?C.
11937
11938 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11939
11940 * term/ns-win.el (x-select-font): defalias x-select-font to
11941 ns-popup-font-panel instead of generate-fontset-menu.
11942
11943 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11944
11945 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11946
11947 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11948
11949 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11950 the PK\003\004 header (Bug#3770).
11951
11952 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11953
11954 * pcomplete.el (pcomplete-comint-setup): Check for
11955 shell-dynamic-complete-filename too.
11956
11957 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11958
11959 * simple.el (temporary-goal-column): Change the value for
11960 line-move-visual to a cons cell.
11961 (line-move-visual): Record or set the window hscroll, if
11962 necessary (Bug#3494).
11963 (line-move-1): Handle cons value of temporary-goal-column.
11964
11965 2009-07-11 Kenichi Handa <handa@m17n.org>
11966
11967 * international/mule-diag.el (describe-character-set): Don't show
11968 width.
11969
11970 2009-07-10 Sam Steingold <sds@gnu.org>
11971
11972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11973 Omake sometimes indents the errors it prints, so allow all
11974 regexps to start with spaces.
11975
11976 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11977
11978 * cus-edit.el (customize-changed-options-previous-release):
11979 Bump value to 22.1. (Bug#3804)
11980
11981 2009-07-08 Sam Steingold <sds@gnu.org>
11982
11983 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11984 to be a cons cell (test . ignored-directory) to selectively ignore
11985 some directories depending on the location of the search.
11986
11987 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11988
11989 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11990 remote user is root, on the local host.
11991 (tramp-local-host-p): Either the local user or the remote user
11992 must be root. (Bug#3771)
11993
11994 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11995
11996 * progmodes/gdb-mi.el (gdb): Remove description of
11997 gdb-use-separate-io-buffer.
11998 (menu): Don't allow toggling of or enable
11999 gdb-use-separate-io-buffer from menubar.
12000
12001 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12002
12003 * mail/unrmail.el (unrmail): Make sure the message ends with two
12004 newlines (Bug#3769).
12005
12006 2009-07-08 Glenn Morris <rgm@gnu.org>
12007
12008 * calendar/calendar.el (calendar-current-date): Rework previous change.
12009
12010 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12011
12012 * calendar/calendar.el (calendar-current-date):
12013 Add an optional argument giving an offset from today.
12014
12015 2009-07-08 Glenn Morris <rgm@gnu.org>
12016
12017 * tutorial.el (tutorial--describe-nonstandard-key):
12018 Adjust the message for when a key has been unbound.
12019 (help-with-tutorial): Hide the arch-tag.
12020
12021 2009-07-08 Kenichi Handa <handa@m17n.org>
12022
12023 * international/fontset.el (setup-default-fontset): For each
12024 script, append (not set) font-specs.
12025
12026 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12027 docstring.
12028
12029 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12030
12031 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12032 -data-list-register-names to ...
12033 (gdb-starting): ... here because GDB 7.0 requires execution to
12034 have started when using this MI command.
12035 (gdb-set-header): New function to distinguish select and
12036 unselected tabs in gdb buffers.
12037 (gdb-propertize-header): New macro that uses gdb-set-header.
12038 (gdb-breakpoints-header, gdb-locals-header): Use it.
12039 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12040
12041 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12042
12043 * Makefile.in (ELCFILES): Remove fadr.elc.
12044
12045 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12046
12047 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12048 may contain frame information, so `string-match' should be used.
12049 (gdb-update): Disassembly is invalidated through
12050 `gdb-get-selected-frame'.
12051 (gdb-pad-string): New function to pad string with spaces.
12052 (gdb-invalidate-disassembly): Invalidate only if the buffer
12053 exists.
12054 (gdb-disassembly-handler-custom): Column alignment.
12055 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12056 placing new ones.
12057 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12058 end of line, too.
12059 (gdb-frame-handler): Match convention to for disassembly buffer
12060 mode name.
12061 (gdb-stack-list-frames-handler): Rewritten without regexps.
12062 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12063 not highlight breakpoints without line information.
12064 (gdb-input): Add trailing newline to command.
12065
12066 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12067 buffer properly.
12068 (gdb-breakpoints-list-handler-custom): Replacement for
12069 `gdb-break-list-handler'. Using real parser instead of regexps
12070 now.
12071 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12072 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12073 to place breakpoints.
12074 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12075 functions.
12076 (gdb-disassembly-handler-custom): Show overlay arrow.
12077 (gdb-disassembly-place-breakpoints): Show breakpoints in
12078 disassembly buffer.
12079 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12080 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12081 instead of parsing breakpoints buffer. Fixed old menu references
12082 in `gud-menu-map'.
12083
12084 * fadr.el: Remove.
12085
12086 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12087 (gdb-memory-address): New variable which holds top address of
12088 memory page shown in memory buffer.
12089 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12090 customization variables.
12091 New functions:
12092 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12093 display the memory buffer.
12094 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12095 buffer display parameters.
12096 (def-gdb-memory-format, gdb-memory-format-binary)
12097 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12098 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12099 Functions for setting memory buffer format.
12100 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12101 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12102 unit size used in memory buffer.
12103 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12104 to next/previous page of memory buffer.
12105 Now using (bindat-get-field) instead of fadr functions.
12106
12107 2009-07-07 Sam Steingold <sds@gnu.org>
12108
12109 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12110 non-top-level files.
12111
12112 2009-07-07 Kenichi Handa <handa@m17n.org>
12113
12114 * international/mule-cmds.el (reset-language-environment): Put
12115 the highset priority to the charset iso-8859-1.
12116
12117 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12118
12119 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12120 to the end of the line when locating the block (Bug#700).
12121
12122 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12123
12124 * net/tramp.el (tramp-handle-write-region): Flush file properties
12125 in case of short track.
12126
12127 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12128
12129 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12130 Coded custom representation of verilog error regular expressions
12131 to work with Emacs-22's new format.
12132 (verilog-error-regexp-xemacs-alist): Coded custom representation
12133 of verilog error regular expressions to work with XEmacs format.
12134 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12135 error recognition into XEmacs.
12136 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12137 error recognition into Emacs-22.
12138
12139 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12140
12141 * woman.el: Remove stand-alone closing parentheses.
12142 (woman-file-name, woman2-format-paragraphs)
12143 (woman-leave-blank-lines): Code cleanup.
12144 (woman-use-own-frame): Change default to nil.
12145 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12146 defaults to inherit from default faces.
12147 (woman2-process-escapes): Consume the newline after a stand-alone
12148 filler character (Bug#3651).
12149
12150 2009-07-06 Glenn Morris <rgm@gnu.org>
12151
12152 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12153 (top-level): Move provide to the end.
12154 (ffap): Remove defunct URL from custom group.
12155
12156 * subr.el (eval-after-load): Doc fix.
12157
12158 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12159
12160 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12161 `calc-embedded-word' is called twice.
12162
12163 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12164
12165 * files.el (find-alternate-file-other-window, find-alternate-file):
12166 Obey confirm-nonexistent-file-or-buffer.
12167
12168 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12169
12170 * dired-aux.el (dired-show-file-type): Handle remote files.
12171
12172 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12173
12174 * desktop.el (desktop-globals-to-save):
12175 Add file-name-history (Bug#2750).
12176
12177 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12180
12181 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12182
12183 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12184 property on entire argument since this is what eshell-lisp-command
12185 expects.
12186
12187 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12188
12189 * net/tramp-gvfs.el (tramp-gvfs-methods)
12190 (tramp-gvfs-zeroconf-domain)
12191 (tramp-bluez-discover-devices-timeout): Add version flag.
12192 (tramp-gvfs-handler-mounted-unmounted)
12193 (tramp-gvfs-connection-mounted-p): Polish handling of
12194 incompatibilities between GVFS 0.2 and 1.0.
12195
12196 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12197
12198 * cus-start.el (all): Add make-pointer-invisible.
12199
12200 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12201
12202 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12203 formatted correctly.
12204
12205 2009-07-02 Juri Linkov <juri@jurta.org>
12206
12207 * info.el: Virtual Info files and nodes.
12208 (Info-virtual-files, Info-virtual-nodes): New variables.
12209 (Info-current-node-virtual): New variable.
12210 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12211 New functions.
12212 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12213 to check for a virtual file instead of checking a fixed list
12214 of node names.
12215 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12216 instead of ad-hoc processing of "dir" and (apropos history toc).
12217 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12218 instead of ad-hoc processing of "dir" and (apropos history toc).
12219 Reread a file when moving from a virtual node.
12220 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12221 (Info-directory-toc-nodes, Info-directory-find-file)
12222 (Info-directory-find-node): New functions.
12223 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12224 (Info-history): Move part of code to
12225 `Info-history-find-node'.
12226 (Info-history-toc-nodes, Info-history-find-file)
12227 (Info-history-find-node): New functions.
12228 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12229 (Info-toc): Move part of code to `Info-toc-find-node'.
12230 (Info-toc-find-node): New function.
12231 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12232 the current Info file name to references because now the node
12233 "*TOC*" belongs to the same Info manual.
12234 (Info-toc-build): Rename from `Info-build-toc'.
12235 (Info-toc-nodes): Rename input argument `file' to `filename'.
12236 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12237 instead of ad-hoc processing of ("dir" apropos history toc).
12238 (Info-index-nodes): Use Info-virtual-file-p
12239 to check for a virtual file instead of checking a fixed list
12240 of node names.
12241 (Info-index-node): Add check for `Info-current-node-virtual'.
12242 Raise `save-match-data' higher up the tree to contain
12243 `search-forward' too (bug fix).
12244 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12245 (Info-virtual-index-nodes): New variable.
12246 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12247 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12248 (Info-apropos-file, Info-apropos-nodes): New variables.
12249 (Info-apropos-toc-nodes, Info-apropos-find-file)
12250 (Info-apropos-find-node, Info-apropos-matches): New functions.
12251 (info-apropos): Move part of code to `Info-apropos-find-node' and
12252 `Info-apropos-matches'.
12253 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12254 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12255 for a virtual file instead of checking a fixed list of node names.
12256
12257 * simple.el (async-shell-command): New command.
12258
12259 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12260
12261 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12262 instead of `mount-info'.
12263
12264 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12265
12266 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12267 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12268
12269 2009-07-02 Kenichi Handa <handa@m17n.org>
12270
12271 * international/mule.el (set-keyboard-coding-system): Force *-unix
12272 coding-system to avoid eol conversion.
12273
12274 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12275
12276 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12277 Add handler for `process-file', `shell-command' and
12278 `start-file-process'.
12279 (tramp-gvfs-handle-shell-command)
12280 (tramp-gvfs-handle-start-file-process)
12281 (tramp-gvfs-handle-process-file): New defuns.
12282 (tramp-synce-list-devices): Simplify check for existence of property.
12283
12284 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12285
12286 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12287
12288 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12289
12290 * language/korean.el (set-language-info-alist): Add korean-cp949,
12291 cp949 to spec.
12292
12293 2009-07-01 Kenichi Handa <handa@m17n.org>
12294
12295 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12296
12297 * international/encoded-kb.el: Deleted.
12298
12299 * international/mule.el (set-keyboard-coding-system): Perform the
12300 necessary setup here instead of calling encoded-kbd-setup-display.
12301
12302 2009-07-01 Glenn Morris <rgm@gnu.org>
12303
12304 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12305
12306 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12307
12308 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12309
12310 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12311
12312 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12313 Handle also the 'rename case, when setting file modes. (Bug#3712)
12314 (tramp-default-file-modes): Remove execute permissions.
12315
12316 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12317 (top): Add a default for "synce" in `tramp-default-user-alist'.
12318 Add completion function for "synce" method.
12319 (tramp-hal-service, tramp-hal-path-manager)
12320 (tramp-hal-interface-manager, tramp-hal-interface-device):
12321 New defconst.
12322 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12323 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12324 New defuns.
12325
12326 * net/trampver.el: Update release number.
12327
12328 2009-06-30 Kenichi Handa <handa@m17n.org>
12329
12330 * international/fontset.el (setup-default-fontset): Add CJK fonts
12331 for symbols and the other miscellaneous characters.
12332
12333 * language/korea-util.el (setup-korean-environment-internal):
12334 Make char-width-table suitable for Korean environments.
12335 (exit-korean-environment): Cancel above.
12336
12337 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12338 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12339 setup-function to make char-width-table suitable for respective
12340 environments, and an exit-function to cancel that.
12341
12342 * language/japan-util.el (setup-japanese-environment-internal):
12343 Call use-cjk-char-width-table with arg `ja_JP'.
12344
12345 * international/characters.el (cjk-char-width-table): Delete it.
12346 (cjk-char-width-table-list): New variable.
12347 (use-cjk-char-width-table): New arg local-name.
12348 (use-default-char-width-table): Fix for the case that Emacs is
12349 already using the default char-width-table.
12350
12351 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12352
12353 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12354 modes mandatory. (Bug#3712)
12355
12356 2009-06-29 Alan Mackenzie <acm@muc.de>
12357
12358 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12359 correction between the visible width of TABs and their number of bytes.
12360
12361 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12362
12363 * server.el (server-buffer-done): Prevent kill-buffer from
12364 prompting by clearing the buffer modification flag (Bug#3696).
12365
12366 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12367
12368 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12369 (verilog-endcomment-reason-re): Support unique case and priority case.
12370 (verilog-basic-complete-re): Support localparam lineup.
12371 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12372 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12373 commenting.
12374 (verilog-leap-to-case-head): Now support *nested* unique &
12375 priority case statements.
12376 (verilog-auto-lineup): Make just declarations the default (as it
12377 had been).
12378 (verilog-leap-to-case-head): Support priority/unique case statements.
12379 (verilog-auto-lineup): Rework to give users radio buttons to
12380 select the various styles of automatic lineup.
12381 (verilog-error-regexp-alist): Rework to support the XEmacs style
12382 of error regular expressions from compilers, lint tools &
12383 simulators. Note that GNU Emacs has made it impossible for a mode
12384 to load such things.
12385 (electric-verilog-terminate-line, verilog-indent-declaration)
12386 (verilog-auto-wiure): Rework for radio button selection of
12387 auto-lineup selection of specification of auto lineup.
12388 (verilog-beg-of-statement-1): Redesign to support proper operation
12389 in additional code, based on testing with auto-lineup.
12390 (verilog-calculate-indent, assignments & declarations)
12391 (verilog-backward-token): Enhance to support auto-lineup of
12392 assignments & declarations.
12393 (verilog-in-directive-p, verilog-at-struct-p): New function for
12394 easy test of whether we are.
12395 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12396 to support safe execution at almost anyline.
12397 (verilog-calc-1): Properly support indenting deep inside generate
12398 blocks.
12399 (verilog-init-font): Remove definition & use of verilog-init-font,
12400 as it is redundant with font-lock-defaults.
12401 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12402 to avoid circular calls if syntax-ppss is a function (as is the
12403 case now in 22.x GNU Emacs) as that function would sometimes call
12404 itself, leading to (nearly) infinite recursion.
12405 (verilog-ovm-begin-re, verilog-ovm-end-re)
12406 (verilog-ovm-statement-re, verilog-leap-to-head)
12407 (verilog-backward-token): Add support for OVM macros. Some are
12408 complete statements, and others open and close scopes like begin
12409 and end.
12410 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12411 (verilog-defun-level-generate-only-re): Really fix the defun-list
12412 compilation issue.
12413 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12414 coverpoint, constraint and cross statements.
12415 (verilog-defun-level-list, verilog-generate-defun-level-list)
12416 (verilog-all-defun-level-list): Redo these specifications - it is
12417 too hard to support eval-when compile aggregation of lists also
12418 built at when-compile time.
12419 (verilog-defun-level-list): Place defconsts of variables used in
12420 building regular expressions which are built in eval-when-compile
12421 bodies in the same eval-when-compile body to facilitate compile
12422 without load.
12423 (verilog-beg-block-re-ordered): Support indenting
12424 virtual/protected tasks and functions.
12425 (verilog-defun-level-list, verilog-in-generate-region-p)
12426 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12427 indentation of some module items (generate items).
12428 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12429 across virtual/protected tasks and functions.
12430
12431 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12432
12433 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12434 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12435 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12436 in concatenations. Reported by Yishay Belkind.
12437 (verilog-auto-ascii-enum): Support one-hot state machines in
12438 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12439 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12440 modport in AUTOINST and add vl-modport for users. Reported by
12441 David Rogoff.
12442 (verilog-auto-inout-module, verilog-auto-inst)
12443 (verilog-decls-get-interfaces, verilog-insert-definition)
12444 (verilog-insert-one-definition, verilog-read-decls)
12445 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12446 (verilog-sig-modport, verilog-signals-combine-bus)
12447 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12448 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12449 Suggested by David Rogoff.
12450 (verilog-repair-open-comma): Fix non-insertion of comma when
12451 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12452 (verilog-make-width-expression): Simplify [A-1:0] expression
12453 widths to just {A{1'b0}}.
12454 (verilog-mode): Cleanup checkdoc warnings.
12455 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12456 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12457 inputs/outputs or data type. Suggested by Vasu Kandadi.
12458 (next-error-last-buffer): Fix byte-compiler warning.
12459 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12460 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12461 or shell command text during AUTO expansion. Suggested by Tad Truex.
12462 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12463 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12464 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12465 in AUTOINOUT. Reported by Matthew Lovell.
12466 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12467 causing use of <= assignments. Reported by Alex Reed.
12468 (verilog-read-decls): Fix triand, trior, wand, wor to be
12469 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12470 (verilog-extended-complete-re): Support import "DPI-C" functions.
12471 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12472 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12473 (verilog-insert-date, verilog-insert-year)
12474 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12475 Windows systems. Reported by Michael Potts.
12476 (verilog-read-module-name): Fix AUTOINST when the child module
12477 declaration's name is a tick define. Reported by Elliot Mednick.
12478 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12479 passed to next parameter's definition. Reported by Bruce T.
12480 (verilog-read-decls): Fix detecting "parameter int" when using
12481 AUTOINSTPARAM. Reported by Bruce T.
12482 (verilog-goto-defun): Fix goto not finding modules unless first
12483 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12484 (verilog-mode): Expand -f flag arguments on entry to mode so
12485 verilog-goto-defun will work. Reported by Lawrence Butcher.
12486 (verilog-getopt): Expand environment variables in -f file
12487 arguments. Suggested by Lawrence Butcher.
12488 (verilog-set-define): Fix "Symbol's value as variable is void"
12489 when reading enumerations.
12490 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12491 Suggested by Stephen Peltan.
12492 (verilog-read-defines): Fix reading of enumerations in include
12493 files. Reported by Steve Peltan.
12494
12495 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12496
12497 * files.el (trash-directory): Fix defcustom type.
12498
12499 2009-06-28 Juri Linkov <juri@jurta.org>
12500
12501 * help-fns.el (describe-function-1): Correctly locate adviced
12502 functions in hyperlink (Bug#2438).
12503
12504 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12505
12506 * files.el (trash-directory): Change default to nil.
12507 (move-file-to-trash): If trash-directory is nil and
12508 system-move-file-to-trash is unbound, perform freedesktop-style
12509 trashing.
12510
12511 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12512
12513 * files.el (move-file-to-trash): Add freedesktop trash
12514 support (Bug#973).
12515
12516 2009-06-28 Glenn Morris <rgm@gnu.org>
12517
12518 * autorevert.el (global-auto-revert-non-file-buffers)
12519 (global-auto-revert-mode): Doc fixes.
12520
12521 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12522
12523 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12524
12525 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12526
12527 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12528 opened an X connection before calling x-get-resource (Bug#3194).
12529
12530 * play/doctor.el: Remove reference to obsolete website.
12531 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12532
12533 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12534
12535 Remove find-file-not-found-hook VC method. (Bug#2757)
12536 * vc-hooks.el (vc-file-not-found-hook)
12537 (vc-default-find-file-not-found-hook): Remove functions.
12538 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12539 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12540 * vc.el:
12541 * vc-hg.el:
12542 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12543
12544 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12545
12546 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12547 compatibility function for `looking-back'.
12548
12549 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12550 Use `ispell-looking-back'.
12551
12552 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12553
12554 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12555 rather than `filename'.
12556
12557 2009-06-23 Miles Bader <miles@gnu.org>
12558
12559 * face-remap.el (text-scale-set): New function.
12560
12561 2009-06-23 Glenn Morris <rgm@gnu.org>
12562
12563 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12564
12565 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12566
12567 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12568
12569 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12570
12571 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12572 Simplify Persian conditionals.
12573
12574 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12575 variable `filename'.
12576
12577 * comint.el (comint-insert-input): Doc fix.
12578
12579 * Makefile.in (ELCFILES): Fix typo in previous change.
12580
12581 2009-06-23 Miles Bader <miles@gnu.org>
12582
12583 * cus-start.el: Add entry for `recenter-redisplay'.
12584
12585 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12586
12587 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12588 Add an optional argument for the backend, use it instead of
12589 calling vc-backend.
12590 (vc-mode-line): Add an optional argument for the backend.
12591 Pass the backend to vc-state and vc-working-revision. Move code for
12592 special handling for vc-state being a buffer to ...
12593
12594 * vc-rcs.el (vc-rcs-find-file-hook):
12595 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12596
12597 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12598 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12599 vc-stay-local-p and vc-mode-line calls.
12600
12601 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12602 (vc-cvs-diff, vc-cvs-annotate-command)
12603 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12604 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12605 vc-mode-line calls.
12606
12607 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12608 direct comparison.
12609 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12610 backend when calling vc-mode-line.
12611 (vc-register): Do not create a closure for calling the vc register
12612 function, call it directly.
12613
12614 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12615
12616 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12617 to make it obvious item can be clicked.
12618
12619 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12620
12621 2009-06-23 Kenichi Handa <handa@m17n.org>
12622
12623 * language/korea-util.el (korean-key-bindings): Change the binding
12624 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12625 same command.
12626
12627 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12628
12629 Sync with Tramp 2.1.16.
12630
12631 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12632
12633 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12634 when a loading of a package fails. Completion function for rsync
12635 is `tramp-completion-function-alist-ssh'.
12636 (all): Replace all calls of `split-string' and
12637 `tramp-split-string' by `tramp-compat-split-string'.
12638 (tramp-default-method): Use `tramp-compat-process-running-p'.
12639 (tramp-default-proxies-alist): Allow also Lisp forms.
12640 (tramp-remote-path): Add choice "Private Directories".
12641 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12642 (tramp-domain-regexp): Allow also "-", "_" and ".".
12643 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12644 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12645 (tramp-debug-message): Insert header line in debug buffer.
12646 (tramp-handle-directory-files-and-attributes-with-stat):
12647 Care about filenames with spaces, or starting with "-".
12648 (tramp-handle-dired-uncache): New defun.
12649 (tramp-handle-insert-directory): Don't flush the directory from
12650 cache, this is handled by `dired-uncache' now.
12651 (tramp-handle-insert-file-contents): Improve error handling.
12652 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12653 Quote `tramp-end-of-output'.
12654 (tramp-action-password): Improve trace message.
12655 (tramp-check-for-regexp): Both echoes must be present, before removing.
12656 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12657 (tramp-compute-multi-hops): Eval cons cells of
12658 `tramp-default-proxies-alist'.
12659 (tramp-maybe-open-connection): Use the same command pattern for
12660 first hop and further hops.
12661 (tramp-wait-for-output): Remove handling of newlines.
12662 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12663 (tramp-split-string): Remove function. It is handled in
12664 tramp-compat now.
12665
12666 * net/tramp-cmds.el (tramp-bug):
12667 Recommend `tramp-cleanup-all-connections' in the bug mail.
12668
12669 * net/tramp-compat.el (tramp-compat-split-string)
12670 (tramp-compat-process-running-p): New defuns.
12671
12672 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12673 for `dired-uncache'.
12674
12675 * net/tramp-gvfs.el: New package.
12676
12677 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12678 Add handler for `dired-uncache'.
12679 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12680
12681 * net/trampver.el: Update release number. Make version check fit
12682 for SXEmacs 22.
12683
12684 2009-06-22 Jim Meyering <meyering@redhat.com>
12685
12686 Automatically handle .xz suffix (XZ-compressed files), too.
12687 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12688 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12689
12690 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12691 Nick Roberts <nickrob@snap.net.nz>
12692
12693 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12694 repository (http://sphinx.net.ru/hg/gdb-mi/).
12695
12696 2009-06-22 Glenn Morris <rgm@gnu.org>
12697
12698 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12699 `mode' and `eval' entries. (Bug#3430)
12700
12701 * Makefile.in (ELCFILES): Add fadr.elc.
12702
12703 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12704 differing behavior of \n and ^ in strings. (Bug#3385)
12705
12706 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12707
12708 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12709 property.
12710 (lisp-indent-function): Make it a defcustom.
12711
12712 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12713
12714 * progmodes/gdb-ui.el: Replace with ...
12715 * progmodes/gdb-mi.el: ... this file.
12716 * progmodes/gud.el: Modify for gdb-mi.el.
12717
12718 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12719
12720 * fadr.el: New file.
12721
12722 See ChangeLog.14 for earlier changes.
12723
12724 ;; Local Variables:
12725 ;; coding: utf-8
12726 ;; End:
12727
12728 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12729
12730 This file is part of GNU Emacs.
12731
12732 GNU Emacs is free software: you can redistribute it and/or modify
12733 it under the terms of the GNU General Public License as published by
12734 the Free Software Foundation, either version 3 of the License, or
12735 (at your option) any later version.
12736
12737 GNU Emacs is distributed in the hope that it will be useful,
12738 but WITHOUT ANY WARRANTY; without even the implied warranty of
12739 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12740 GNU General Public License for more details.
12741
12742 You should have received a copy of the GNU General Public License
12743 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12744
12745 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1