]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* minibuffer.el (tags-completion-at-point-function): New function.
[gnu-emacs] / lisp / ChangeLog
1 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * minibuffer.el (tags-completion-at-point-function): New function.
4 (completion-at-point-functions): Use it.
5
6 * cedet/semantic.el (semantic-completion-at-point-function): New function.
7 (semantic-mode): Use semantic-completion-at-point-function for
8 completion-at-point-functions instead.
9
10 * progmodes/etags.el (complete-tag): Revert last change.
11
12 2010-04-29 Alan Mackenzie <acm@muc.de>
13
14 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
15 off-by-one error (in end of macro position).
16
17 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
20 firefox is absent. Don't autoload.
21 (browse-url-galeon-program): Don't autoload.
22
23 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
24
25 * bindings.el (complete-symbol): Move into minibuffer.el.
26
27 * minibuffer.el (complete-tag): Move from etags.el. If tags
28 completion cannot be performed, return nil instead of signalling
29 an error.
30 (completion-at-point): Make it an alias for complete-symbol.
31 (complete-symbol): Move from bindings.el, and replace with the
32 body of completion-at-point.
33
34 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
35
36 * cedet/semantic.el (semantic-mode): When enabled, add
37 semantic-ia-complete-symbol to completion-at-point-functions.
38
39 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
40 if Semantic is not active.
41
42 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
43
44 * net/tramp.el (tramp-remote-selinux-p): New defun.
45 (tramp-handle-file-selinux-context)
46 (tramp-handle-set-file-selinux-context): Use it.
47
48 2010-04-28 Sam Steingold <sds@gnu.org>
49
50 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
51 `safe-local-variable' if the value is a string or a symbol with
52 the property `bug-reference-url-format'.
53
54 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
55
56 * progmodes/bug-reference.el (bug-reference-url-format): Revert
57 2010-04-27 change due to security risk.
58
59 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 Make it possible to locally disable a globally enabled mode.
62 * simple.el (fundamental-mode): Run fundamental-mode-hook.
63 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
64 rather than kill-all-local-variables so it runs fundamental-mode-hook.
65 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
66 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
67 that subsequent hooks get a chance to disable it.
68
69 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
72 Avoid re-enabling a minor mode after the user turned the minor mode
73 off if MODE-enable-in-buffers is run twice (typically once from
74 fundamental-mode's after-change-major-mode-hook and a second time from
75 run-mode-hook's own after-change-major-mode-hook).
76
77 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
78
79 2010-04-27 Sam Steingold <sds@gnu.org>
80
81 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
82 `safe-local-variable' if the value is a string or a function, as
83 documented and implemented on 2010-04-02.
84
85 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
86
87 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
88 when method is 'kill.
89
90 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
91
92 * ispell.el (ispell-init-process): Fix personal dictionary condition
93 in default directory check.
94 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
95 Kill ispell process when killing its associated buffer.
96
97 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
98
99 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
100 but we aren't using it.
101
102 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
103
104 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
105 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
106
107 2010-04-24 Glenn Morris <rgm@gnu.org>
108
109 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
110 Ignore VCS-ignore files, and deleted nextstep preferences files.
111 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
112 (authors-ambiguous-files): New list.
113 (authors-valid-file-names): Add some deleted files.
114 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
115 (authors-disambiguate-file-name): New function. (Bug#5501)
116 (authors-canonical-file-name): Doc fix.
117 Don't warn about obsolete files.
118 (authors-canonical-file-name, authors-scan-el):
119 Use authors-disambiguate-file-name.
120
121 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
122 Add autoload cookies.
123 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
124 (generated-autoload-file): Set file-local value to "htmlfontify.el".
125 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
126 They have definitions / compiler macros in cl.el.
127 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
128 Replace manual autoloads with generated ones.
129 (htmlfontify-unload-rgb-file): Remove autoload.
130 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
131
132 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
135 (byte-compile-setq-default): Optimize for the
136 single-var case and don't call byte-compile-form in this case to avoid
137 inf-loop with byte-compile-set-default.
138
139 * progmodes/compile.el (compilation-start): Abbreviate default directory.
140
141 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
142
143 Implement SELINUX backends.
144
145 * net/tramp.el (tramp-file-name-handler-alist):
146 Add `file-selinux-context' and `set-file-selinux-context'.
147 (tramp-handle-file-selinux-context)
148 (tramp-handle-set-file-selinux-context): New defuns.
149 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
150 Handle PRESERVE-SELINUX-CONTEXT.
151
152 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
153 Add `file-selinux-context' and `set-file-selinux-context'.
154 (tramp-gvfs-handle-file-selinux-context)
155 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
156 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
157
158 * net/ange-ftp.el (ange-ftp-copy-file):
159 * net/tramp-fish.el (tramp-fish-handle-copy-file):
160 * net/tramp-imap.el (tramp-imap-handle-copy-file):
161 * net/tramp-smb.el (tramp-smb-handle-copy-file):
162 Add PRESERVE-SELINUX-CONTEXT.
163
164 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
165
166 Synchronize with Tramp repository.
167
168 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
169 (tramp-action-process-alive, tramp-action-out-of-band)
170 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
171 (tramp-exists-file-name-handler): Fix docstring.
172 (with-progress-reporter): New defmacro.
173 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
174 (tramp-maybe-open-connection): Use it.
175
176 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
177
178 Detect ssh 'ControlMaster' argument automatically in some cases.
179
180 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
181 (tramp-default-method): Use it.
182
183 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
184
185 * net/tramp.el (tramp-handle-copy-file): Add new optional
186 parameter `preserve-selinux-context'.
187 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
188
189 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
192 Ensure, that non remote files are still checked. Oops.
193
194 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
195
196 Fix Bug#5840.
197
198 * icomplete.el (icomplete-completions): Use `non-essential'.
199
200 * net/tramp.el (tramp-connectable-p): New defun.
201 (tramp-handle-expand-file-name)
202 (tramp-completion-handle-file-name-all-completions)
203 (tramp-completion-handle-file-name-completion): Use it.
204
205 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
208
209 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
210
211 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
212
213 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
214
215 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
216 is present.
217
218 * info.el (info-tool-bar-map): Add labels.
219
220 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
221
222 * cus-edit.el (custom-commands): Add labels for tool bar.
223 (custom-buffer-create-internal, Custom-mode): Adjust for
224 labels in custom-commands.
225
226 * dynamic-setting.el: Renamed from font-setting.el.
227
228 2010-04-21 John Wiegley <jwiegley@gmail.com>
229
230 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
231 toggles the use of virtual buffers.
232 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
233 value.
234 (ido-toggle-virtual-buffers): New function.
235
236 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
237
238 Use `define-derived-mode'; fix window selection; doc fixes.
239 * play/tetris.el (tetris, tetris-update-speed-function)
240 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
241 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
242 (tetris-rotate-next, tetris-end-game, tetris-start-game)
243 (tetris-pause-game): Fix typos in docstrings.
244 (tetris-mode-map, tetris-null-map):
245 Move initialization into declaration.
246 (tetris-mode): Define with `define-derived-mode';
247 set show-trailing-whitespace to nil.
248 (tetris): Prefer window already displaying the "*Tetris*" buffer.
249
250 2010-04-21 Karel Klíč <kklic@redhat.com>
251
252 * files.el (backup-buffer): Handle SELinux context, and return it
253 if a backup was made by renaming.
254 (backup-buffer-copy): Set SELinux context to the target file.
255 (basic-save-buffer): Set SELinux context of the newly written file.
256 (basic-save-buffer-1): Now it also returns any SELinux context.
257 (basic-save-buffer-2): Set SELinux context of the newly created file,
258 and return it.
259 * net/tramp.el (tramp-file-name-for-operation):
260 Add file-selinux-context.
261
262 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * vc.el (vc-checkin, vc-modify-change-comment):
265 Adjust to new vc-start/finish-logentry.
266 (vc-find-conflicted-file): New command.
267 (vc-transfer-file): Adjust to new vc-checkin.
268 (vc-next-action): Improve scoping.
269
270 * vc-hg.el (vc-hg-log-edit-mode): Remove.
271 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
272
273 * vc-git.el (vc-git-log-edit-mode): Remove.
274 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
275 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
276
277 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
278 (vc-start-logentry): Remove argument `extra'.
279 (vc-finish-logentry): Remove extra args.
280
281 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
282 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
283 (vc-bzr-conflicted-files): New function.
284
285 * log-edit.el (log-edit-extra-flags)
286 (log-edit-before-checkin-process): Remove.
287 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
288 (log-edit-headers-alist): New var.
289 (log-edit-header-contents-regexp): New const.
290 (log-edit-match-to-eoh): New function.
291 (log-edit-font-lock-keywords): Use them.
292 (log-edit): Insert a "Summary:" header as default.
293 (log-edit-mode): Mark font-lock rules as case-insensitive.
294 (log-edit-done): Cleanup headers.
295 (log-view-process-buffer): Remove.
296 (log-edit-extract-headers): New function to replace it.
297
298 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
299
300 * subr.el (default-direction-reversed): Remove obsolescence info.
301
302 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
305 windows/frames.
306
307 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
308 I.e. include text after point in the completion region.
309 Also, return nil when we're not after/in a symbol.
310
311 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
312 default enable-multibyte-characters.
313
314 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * international/mule.el: Help the user choose a valid coding-system.
317 (read-buffer-file-coding-system): New function.
318 (set-buffer-file-coding-system): Use it. Prompt the user if the
319 coding-system cannot encode all the chars.
320
321 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
322 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
323 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
324 Don't use *vc-bzr-shelve*.
325
326 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
327
328 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
329 Don't destroy list before using it.
330
331 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
332
333 Fix the version number for added files.
334 * vc-hg.el (vc-hg-working-revision): Check if the file is
335 registered after hg parent fails (Bug#5961).
336
337 2010-04-19 Glenn Morris <rgm@gnu.org>
338
339 * htmlfontify.el (htmlfontify-buffer)
340 (htmlfontify-copy-and-link-dir): Autoload entry points.
341
342 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
343
344 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
345 name relative to the project root (Bug#5960).
346
347 2010-04-19 Glenn Morris <rgm@gnu.org>
348
349 * vc-git.el (vc-git-print-log): Doc fix.
350
351 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
352
353 * ido.el (ido-file-internal): Fix 2009-12-02 change.
354
355 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
356
357 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
358 default settings (Bug#5928).
359
360 2010-04-19 Glenn Morris <rgm@gnu.org>
361
362 * progmodes/fortran.el (fortran-match-and-skip-declaration):
363 New function.
364 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
365
366 2010-04-19 Kenichi Handa <handa@m17n.org>
367
368 * language/indian.el (malayalam-composable-pattern): Fix previous
369 change (add U+0D4D "SIGN VIRAMA").
370 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
371 (tamil-composable-pattern): Fix typo in the regexp.
372 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
373 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
374 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
375
376 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
377
378 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
379 paragraph-separate (Bug#5821).
380
381 2010-04-19 Juri Linkov <juri@jurta.org>
382
383 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
384
385 * info.el (Info-find-node-2): Comment out code that skips
386 breadcrumbs line.
387 (Info-mouse-follow-link): New command.
388 (Info-link-keymap): New keymap.
389 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
390 Return a string with links instead of inserting breadcrumbs
391 to the Info buffer.
392 (Info-fontify-node): Comment out code that inserts breadcrumbs.
393 Instead of putting the `invisible' text property over the Info
394 header, make an overlay over the Info header with the `invisible'
395 property and `after-string' set to the string returned by
396 `Info-breadcrumbs'.
397
398 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
399
400 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
401 Reported by monkey@sandpframing.com.
402
403 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
406 (tmm-get-keymap): Add key-binding shortcuts now that they're not
407 available in the "keyseq cache" any more.
408
409 * custom.el (defcustom): Add edebug spec.
410
411 2010-04-18 Juri Linkov <juri@jurta.org>
412
413 Test for special mode-class in view-buffer instead of view-file (bug#5513).
414
415 * view.el (view-file, view-buffer): Move test for special mode-class
416 from view-file to view-buffer.
417
418 * tar-mode.el (tar-extract): Turn if's into one cond
419 like in arc-mode.el.
420
421 2010-04-18 Juri Linkov <juri@jurta.org>
422
423 Add 7z archive format support (bug#5475).
424
425 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
426 (archive-7z-extract): New defcustom.
427 (archive-find-type): Add magic string for 7z.
428 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
429 If `stderr-file' is non-nil, use `(t stderr-file)' for the
430 `buffer' arg of `call-process'.
431 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
432 call the function `archive-7z-extract' with the variable
433 `archive-7z-extract' let-bound to `archive-zip-extract'.
434 (archive-7z-summarize, archive-7z-extract): New functions.
435
436 * international/mule.el (auto-coding-alist):
437 * files.el (auto-mode-alist): Add 7z file extension.
438
439 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * loadup.el: Setup hash-cons for pure data.
442
443 Fix duplicate entries in cedet's loaddefs.el files.
444 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
445 Should make most file-local generated-autoload-file unnecessary.
446 (print-readably): Silence warnings.
447 (autoload-find-destination): Take load-name as an arg to make sure
448 it's the same as the one that will be in the file.
449 (autoload-generate-file-autoloads): Adjust to above changes.
450 Try to make the dataflow a bit simpler.
451
452 * cvs-status.el (cvs-refontify): Remove unused.
453
454 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
455
456 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
457
458 * calc-bin.el (calc-radix): Have the "O" option turn on
459 twos-complement mode.
460
461 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
462
463 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
464 Add `calc-option-prefix-help' to calc-help autoloads.
465 (calc-inverse): Add "Option" to message, as appropriate.
466 (calc-hyperbolic): Add "Option" to message, as appropriate.
467 (calc-option, calc-is-option): New functions.
468
469 * calc-help.el (calc-full-help): Add `calc-option-help'.
470 (calc-option-prefix-help): New function.
471
472 * calc-misc.el (calc-help): Add "Option" entry.
473
474 * calc.el (calc-local-var-list): Add `calc-option-flag'.
475 (calc-option-flag): New variable.
476 (calc-do): Set `calc-option-flag to nil.
477 (calc-set-mode-line): Add "Opt " as appropriate.
478
479 2010-04-16 Juri Linkov <juri@jurta.org>
480
481 Move scrolling commands from simple.el to window.el
482 because their primitives are implemented in window.c.
483
484 * simple.el (scroll-error-top-bottom)
485 (scroll-up-command, scroll-down-command, scroll-up-line)
486 (scroll-down-line, scroll-other-window-down)
487 (beginning-of-buffer-other-window, end-of-buffer-other-window):
488 * window.el (scroll-error-top-bottom)
489 (scroll-up-command, scroll-down-command, scroll-up-line)
490 (scroll-down-line, scroll-other-window-down)
491 (beginning-of-buffer-other-window, end-of-buffer-other-window):
492 Move from simple.el to window.el because their primitives are
493 implemented in window.c.
494
495 2010-04-16 Juri Linkov <juri@jurta.org>
496
497 * isearch.el (isearch-lookup-scroll-key): Check both
498 `isearch-scroll' and `scroll-command' properties.
499 (scroll-up, scroll-down): Remove `isearch-scroll' property.
500
501 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
502
503 * simple.el (scroll-up-command, scroll-down-command)
504 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
505
506 2010-04-15 Juri Linkov <juri@jurta.org>
507
508 * simple.el (scroll-up-command, scroll-down-command)
509 (scroll-up-line, scroll-down-line): Put `scroll-command'
510 property on the these symbols. Remove them from
511 `scroll-preserve-screen-position-commands'.
512
513 * mwheel.el (mwheel-scroll): Put `scroll-command' and
514 `isearch-scroll' properties on the `mwheel-scroll' symbol.
515 Remove it from `scroll-preserve-screen-position-commands'.
516
517 * isearch.el (isearch-allow-scroll): Doc fix.
518
519 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp.el (tramp-error-with-buffer): Don't show the
522 connection buffer when we are in completion mode.
523 (tramp-file-name-handler): Catch the error for some operations
524 when we are in completion mode. This gives the user the chance to
525 correct the file name in the minibuffer.
526
527 2010-04-15 Glenn Morris <rgm@gnu.org>
528
529 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
530
531 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
532
533 Simplify by using `define-derived-mode'.
534 * info.el (Info-mode):
535 * calendar/todo-mode.el (todo-mode):
536 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
537 (gomoku-mode-map): Move initialization into declaration.
538
539 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
540
541 Fix Bug#5840.
542 * ido.el (ido-file-name-all-completions-1):
543 * minibuffer.el (minibuffer-completion-help):
544 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
545
546 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * simple.el (non-essential): New var.
549
550 Add a new field `location' to bookmarks for non-file bookmarks.
551 * bookmark.el (bookmark-location): Use the new field, if present.
552 (bookmark-insert-location): Undo last change, not needed any more.
553 * man.el (Man-bookmark-make-record):
554 * woman.el (woman-bookmark-make-record): Add `location' field.
555
556 2010-04-14 Juri Linkov <juri@jurta.org>
557
558 * simple.el (scroll-error-top-bottom): New defcustom.
559 (scroll-up-command, scroll-down-command): Use it. Doc fix.
560
561 * emulation/pc-select.el (pc-select-override-scroll-error):
562 Obsolete in favor of `scroll-error-top-bottom'.
563
564 2010-04-14 Juri Linkov <juri@jurta.org>
565
566 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
567 `scroll-up-command' and `M-v' to `scroll-down-command'.
568
569 * emulation/cua-rect.el (cua--init-rectangles):
570 * forms.el (forms--change-commands):
571 * image-mode.el (image-mode-map):
572 Remap scroll-down-command and scroll-up-command
573 in addition to scroll-down and scroll-up.
574
575 2010-04-14 Juri Linkov <juri@jurta.org>
576
577 * mwheel.el (scroll-preserve-screen-position-commands):
578 Add mwheel-scroll to this list of commands.
579
580 * simple.el (scroll-preserve-screen-position-commands):
581 Add scroll-up-command, scroll-down-command, scroll-up-line,
582 scroll-down-line to this list of commands.
583
584 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * obsolete/complete.el: Move from lisp/complete.el.
587
588 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
589
590 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
591 to the minor mode function now turns the mode ON unconditionally.
592
593 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * vc-dir.el (vc-dir-kill-line): New command.
596 (vc-dir-mode-map): Bind it to C-k.
597
598 * bookmark.el (bookmark-insert-location): Handle a nil filename.
599
600 * woman.el: Add bookmark declarations to silence the compiler.
601 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
602 step to compatibility between man and woman bookmarks.
603 Adjust for Man-default-bookmark-title renaming.
604 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
605
606 * man.el: Add bookmark declarations to silence the compiler.
607 (Man-name-local-regexp): Make it match NAME as well.
608 (Man-getpage-in-background): Return the buffer.
609 (Man-notify-when-ready): Use `case'.
610 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
611 Don't hardcode "NAME". Simplify.
612 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
613 Rename from Man-bookmark-make-record.
614 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
615 we have the actual man-args. Use Man-getpage-in-background rather
616 than `man' since the arg is already processed. Let bookmark.el do the
617 window handling. Only wait for the relevant process.
618 Don't forget to autoload.
619
620 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
621
622 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
623
624 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
625 New functions.
626 (woman-mode): Setup bookmark support.
627
628 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
629 (man-bookmark-jump): New functions.
630 (Man-mode): Setup bookmark support.
631
632 2010-04-10 Jari Aalto <jari.aalto@cante.net>
633
634 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
635 recognize ssh-keygen prompt (Bug#2817).
636
637 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
638
639 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
640
641 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
642
643 Synchronize with Tramp repository.
644
645 * net/tramp.el (tramp-completion-function-alist)
646 (tramp-file-name-regexp, tramp-chunksize)
647 (tramp-local-coding-commands, tramp-remote-coding-commands):
648 Fix docstring.
649 (tramp-remote-process-environment): Use `format' instead of `concat'.
650 (tramp-handle-directory-files-and-attributes)
651 (tramp-get-remote-path): Use `copy-tree'.
652 (tramp-handle-file-name-all-completions): Backward/ XEmacs
653 compatibility: Use `completion-ignore-case' if
654 `read-file-name-completion-ignore-case' does not exist.
655 (tramp-do-copy-or-rename-file-directly): Do not use
656 `tramp-handle-file-remote-p'.
657 (tramp-do-copy-or-rename-file-out-of-band):
658 Use `tramp-compat-delete-directory'.
659 (tramp-do-copy-or-rename-file-out-of-band)
660 (tramp-compute-multi-hops, tramp-maybe-open-connection):
661 Use `format-spec-make'.
662 (tramp-find-foreign-file-name-handler)
663 (tramp-advice-make-auto-save-file-name)
664 (tramp-set-auto-save-file-modes): Remove superfluous check for
665 `stringp'. This is done inside `tramp-tramp-file-p'.
666 (tramp-debug-outline-regexp): New defconst.
667 (tramp-get-debug-buffer): Use it.
668 (tramp-check-for-regexp): Use (forward-line 1).
669 (tramp-set-auto-save-file-modes): Adapt version check.
670
671 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
672 Wrap call of `featurep' for 2nd argument.
673 (tramp-compat-make-temp-file): Simplify fallback implementation.
674 (tramp-compat-copy-tree): Remove function.
675 (tramp-compat-delete-directory): Provide implementation for older
676 Emacsen.
677
678 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
679 Do not use `tramp-fish-handle-file-attributes.
680
681 * net/trampver.el: Update release number.
682
683 2010-04-10 Glenn Morris <rgm@gnu.org>
684
685 * progmodes/compile.el (compilation-save-buffers-predicate):
686 Add missing :version tag.
687
688 2010-04-09 Sam Steingold <sds@gnu.org>
689
690 * progmodes/compile.el (compilation-save-buffers-predicate):
691 Remove the "autoload" cookie.
692
693 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
694 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
695 and `bug-reference-prog-mode' can be used in hooks directly.
696
697 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
698
699 Add --author support to git commit.
700 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
701 (vc-git-log-edit-mode): New minor mode.
702 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
703 New declarations.
704
705 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
706
707 * vc-hooks.el, vc-git.el: Improve documentation comments.
708
709 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 Fix some of the problems in defsubst* (bug#5728).
712 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
713 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
714
715 2010-04-07 Sam Steingold <sds@gnu.org>
716
717 * progmodes/compile.el (compilation-save-buffers-predicate):
718 New custom variable.
719 (compile, recompile): Pass it to `save-some-buffers'.
720
721 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
722
723 * wid-edit.el (widget-choose): Move cursor to the second line of
724 the buffer (Bug#5695).
725
726 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
727
728 Add new VC methods: vc-log-incoming and vc-log-outgoing.
729 * vc.el (vc-print-log-setup-buttons): New function split out from
730 vc-print-log-internal.
731 (vc-log-internal-common): New function, a parametrized version of
732 vc-print-log-internal.
733 (vc-print-log-internal): Just call vc-log-internal-common with the
734 right arguments.
735 (vc-incoming-outgoing-internal):
736 (vc-log-incoming, vc-log-outgoing): New functions.
737 (vc-log-view-type): New permanent local variable.
738
739 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
740
741 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
742 of the dynamic bound vc-short-log.
743 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
744
745 * vc-git.el (vc-git-log-outgoing): New function.
746 (vc-git-log-view-mode): Use vc-log-view-type instead
747 of the dynamic bound vc-short-log.
748
749 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
750 of the dynamic bound vc-short-log. Highlight the tag.
751 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
752 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
753 (vc-hg-incoming-mode): Remove.
754 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
755
756 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
757
758 Fix default-directory for vc-root-diff.
759 * vc.el (vc-root-diff): Bind default-directory to the root
760 directory for the diff command.
761
762 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
763
764 * progmodes/verilog-mode.el (verilog-forward-sexp):
765 (verilog-calc-1): Support "disable fork" and "fork wait" multi
766 word keywords, suggested by Steve Pearlmutter.
767 (verilog-pretty-declarations): Support lineup of declarations in
768 port lists.
769 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
770 fix bug for /* / comments
771 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
772 Speed up and simplfy as this is never called with a bound.
773 (verilog-pretty-declarations): Enhance to line up declarations
774 inside a parameter list, suggested by Alan Morgan.
775 (verilog-pretty-expr): Tune assignment regular expression match
776 string for corner cases; also use markers instead of character
777 number as indent changes the later.
778
779 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
780
781 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
782 as missing keyword.
783 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
784 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
785 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
786 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
787 Tennant.
788 (verilog-keywords):
789 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
790 1800-2009 keywords, including "global.".
791
792 2010-04-06 John Wiegley <jwiegley@gmail.com>
793
794 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
795 appearing in buffer list (if a live buffer name matched a recentf
796 file basename). Should use uniquify to offer a real solution.
797
798 2010-04-06 John Wiegley <jwiegley@gmail.com>
799
800 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
801 comment to code, and add a :version tag.
802 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
803
804 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
805
806 Enable recentf-mode if using virtual buffers.
807 * ido.el (recentf-list): Declare for byte-compiler.
808 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
809 (ido-make-buffer-list): Simplify.
810 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
811
812 2010-04-05 Juri Linkov <juri@jurta.org>
813
814 Scrolling commands which scroll a line instead of full screen.
815 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
816
817 * simple.el (scroll-up-line, scroll-down-line): New commands.
818 Put property isearch-scroll=t on them.
819
820 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
821 Remove commands.
822
823 2010-04-05 Juri Linkov <juri@jurta.org>
824
825 Scrolling commands which do not signal errors at top/bottom.
826 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
827
828 * simple.el (scroll-up-command, scroll-down-command): New commands.
829 Put property isearch-scroll=t on them.
830
831 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
832 `scroll-down-command' and [next] from `scroll-up' to
833 `scroll-up-command'.
834
835 * emulation/cua-base.el: Put property CUA=move on
836 `scroll-up-command' and `scroll-down-command'.
837 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
838 and `scroll-down-command' to `cua-scroll-down'.
839
840 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
841
842 * help.el (describe-mode): Return nil.
843
844 2010-04-04 John Wiegley <jwiegley@gmail.com>
845
846 * ido.el (ido-use-virtual-buffers): New variable to indicate
847 whether "virtual buffer" support is enabled for IDO.
848 (ido-virtual): Face used to indicate virtual buffers in the list.
849 (ido-buffer-internal): If a buffer is chosen, and no such buffer
850 exists, but a virtual buffer of that name does (which would be why
851 it was in the list), recreate the buffer by reopening the file.
852 (ido-make-buffer-list): If virtual buffers are being used, call
853 `ido-add-virtual-buffers-to-list' before the make list hook.
854 (ido-virtual-buffers): New variable which contains a copy of the
855 current contents of the `recentf-list', albeit pared down for the
856 sake of speed, and with proper faces applied.
857 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
858 create a list of "virtual buffers" to present to the user in
859 addition to the currently open set. Note that this logic could
860 get rather slow if that list is too large. With the default
861 `recentf-max-saved-items' of 200, there is little speed penalty.
862
863 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * font-lock.el: Require CL when compiling.
866 (font-lock-turn-on-thing-lock): Use `case'.
867
868 2010-04-03 Eli Zaretskii <eliz@gnu.org>
869
870 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
871 Zaretskii.
872
873 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
874
875 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
876 (semantic-create-imenu-directory-index): Fix typos in docstrings.
877 (semantic-imenu-goto-function): Reflow docstring.
878
879 2010-04-02 Juri Linkov <juri@jurta.org>
880
881 * ehelp.el (electric-help-orig-major-mode):
882 New buffer-local variable.
883 (electric-help-mode): Set it to original major-mode. Doc fix.
884 (with-electric-help): Use `electric-help-orig-major-mode' instead
885 of (default-value 'major-mode). Doc fix.
886 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
887
888 2010-04-02 Sam Steingold <sds@gnu.org>
889
890 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
891 `vc-hg-command' with a list of flags.
892
893 * progmodes/bug-reference.el (bug-reference-bug-regexp):
894 Also accept "patch" and "RFE".
895 (bug-reference-fontify): `bug-reference-url-format' can also be a
896 function to be able to handle the bug kind.
897 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
898
899 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
900
901 * tmm.el (tmm-get-keymap): Check with symbolp before passing
902 value to fboundp, it may not be a symbol.
903
904 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
905
906 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
907
908 2010-03-31 Juri Linkov <juri@jurta.org>
909
910 * simple.el (next-line, previous-line): Re-throw a signal
911 with `signal' instead of using `ding'.
912 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
913
914 2010-03-31 Juri Linkov <juri@jurta.org>
915
916 * simple.el (keyboard-escape-quit): Raise deselecting the active
917 region higher than exiting the minibuffer.
918 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
919
920 2010-03-31 Juri Linkov <juri@jurta.org>
921
922 * image.el (image-animated-p): Use `image-metadata' instead of
923 `image-extension-data'. Get GIF extenstion data from metadata
924 property `extension-data'.
925
926 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * simple.el (append-to-buffer): Simplify.
929
930 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
931
932 * textmodes/artist.el (artist-mode): Fix typo in docstring.
933 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
934
935 2010-03-31 Kenichi Handa <handa@m17n.org>
936
937 * language/sinhala.el (composition-function-table): Fix regexp for
938 the new Unicode specification.
939
940 * language/indian.el (devanagari-composable-pattern)
941 (tamil-composable-pattern, kannada-composable-pattern)
942 (malayalam-composable-pattern): Adjust for the new Unicode
943 specification.
944 (bengali-composable-pattern, gurmukhi-composable-pattern)
945 (gujarati-composable-pattern, oriya-composable-pattern)
946 (telugu-composable-pattern): New variables to cope with the new
947 Unicode specification. Use them in composition-function-table.
948
949 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 Make tmm-menubar work for the Buffers menu again (bug#5726).
952 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
953 vectors rather than cons cells, as used in menu-bar-update-buffers.
954
955 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
956
957 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
958 (js-insert-and-indent): Revert 2009-08-15 change, restoring
959 electric punctuation for "{}();,:" (Bug#5586).
960
961 * mail/sendmail.el (mail-default-directory): Doc fix.
962
963 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
964
965 * mail/sendmail.el (mail-default-directory): Doc fix.
966
967 2010-03-31 Eli Zaretskii <eliz@gnu.org>
968
969 * subr.el (version-regexp-alist, version-to-list)
970 (version-list-<, version-list-=, version-list-<=)
971 (version-list-not-zero, version<, version<=, version=): Doc fix.
972 (Bug#5744).
973
974 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
975
976 * vc.el (vc-root-diff): Doc fix.
977
978 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
979
980 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
981
982 * simple.el (append-to-buffer): Fix last change.
983
984 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
985
986 * simple.el (append-to-buffer): Ensure that point is preserved if
987 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
988 (Bug#5749)
989
990 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * files.el (auto-mode-case-fold): Change default to t.
993
994 2010-03-30 Juri Linkov <juri@jurta.org>
995
996 * dired-x.el (dired-omit-mode): Doc fix.
997
998 2010-03-30 Juri Linkov <juri@jurta.org>
999
1000 * replace.el (occur-accumulate-lines): Move occur-engine related
1001 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1002 to be located after `occur-engine'.
1003
1004 2010-03-30 Juri Linkov <juri@jurta.org>
1005
1006 Make occur handle multi-line matches cleanly with context.
1007 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1008
1009 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1010 (occur-engine): Add local variables `ret', `prev-after-lines',
1011 `prev-lines'. Use more arguments for `occur-context-lines'.
1012 Set first elem of its returned list to `data', and the second elem
1013 to `prev-after-lines'. Don't print the separator line.
1014 In the end, print remaining context after-lines.
1015 (occur-context-lines): Add new arguments `begpt', `endpt',
1016 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1017 after-lines of the previous match with before-lines of the
1018 current match and not overlap them. Return a list with two
1019 values: the output line and the list of context after-lines.
1020
1021 2010-03-30 Juri Linkov <juri@jurta.org>
1022
1023 * replace.el (occur-accumulate-lines): Fix a bug where the first
1024 context line at the beginning of the buffer was missing.
1025
1026 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1027
1028 * files.el: Make bidi-display-reordering safe variable for boolean
1029 values.
1030
1031 2010-03-29 Phil Hagelberg <phil@evri.com>
1032 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * subr.el: Extend progress reporters to perform "spinning".
1035 (progress-reporter-update, progress-reporter-do-update):
1036 Handle non-numeric value arguments.
1037 (progress-reporter--pulse-characters): New var.
1038
1039 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1040
1041 * progmodes/compile.el (compilation-start): Fix regexp detection
1042 of initial cd command (Bug#5771).
1043
1044 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1045
1046 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1047
1048 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1049
1050 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1051 * lisp/progmodes/gdb-mi.el: Restore.
1052 * lisp/progmodes/gdb-ui.el: Remove.
1053 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1054
1055 2010-03-25 Glenn Morris <rgm@gnu.org>
1056
1057 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1058 all dired buffers, even tramp ones. (Bug#5755)
1059
1060 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 Add "union tags" in mpc.el.
1063 * mpc.el: Remove backward compatibility code.
1064 (mpc-browser-tags): Change default.
1065 (mpc--find-memoize-union-tags): New var.
1066 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1067 (mpc-cmd-find): Handle the case where the playlist does not exist.
1068 Handle union-tags.
1069 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1070 (mpc-cmd-add): Use mpc-cmd-flush.
1071 (mpc-tagbrowser-tag-name): New fun.
1072 (mpc-tagbrowser-buf): Use it.
1073 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1074
1075 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 Misc cleanup.
1078 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1079 Use replace-regexp-in-string.
1080 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1081 (makefile-imake-mode-syntax-table): Move init into defvar.
1082 (makefile-mode): Use define-derived-mode.
1083
1084 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1085 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1086 not be present any more.
1087
1088 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * faces.el (set-face-attribute): Fix typo in docstring.
1091 (face-valid-attribute-values): Reflow docstring.
1092
1093 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1094
1095 2010-03-24 Glenn Morris <rgm@gnu.org>
1096
1097 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1098
1099 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * indent.el (indent-for-tab-command): Doc fix.
1102
1103 2010-03-24 Alan Mackenzie <acm@muc.de>
1104
1105 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1106 Fix off-by-one error. Fixes bug #5747.
1107
1108 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1111 (image-dired-read-comment): Doc fix.
1112
1113 * json.el (json-object-type, json-array-type, json-key-type)
1114 (json-false, json-null, json-read-number):
1115 * minibuffer.el (completion-in-region-functions):
1116 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1117 (cal-tex-cursor-week):
1118 * emacs-lisp/trace.el (trace-function):
1119 * eshell/em-basic.el (eshell/printnl):
1120 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1121 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1122 * obsolete/levents.el (allocate-event, event-key, event-object)
1123 (event-point, event-process, event-timestamp, event-to-character)
1124 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1125 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1126 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1127 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1128 (reftex-highlight-selection): Fix typos in docstrings.
1129
1130 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1133
1134 2010-03-24 Glenn Morris <rgm@gnu.org>
1135
1136 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1137 2008-02-13 without comment; mark it obsolete.
1138 (rmail-highlight-headers): Use rmail-highlight-face once more.
1139
1140 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * woman.el (woman2-process-escapes): Only consume the newline if
1143 the filler character is on a line by itself (Bug#5729).
1144
1145 2010-03-24 Kenichi Handa <handa@m17n.org>
1146
1147 * language/indian.el (devanagari-composable-pattern): Add more
1148 consonants.
1149
1150 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1151
1152 * net/trampver.el: Update release number.
1153
1154 2010-03-24 Glenn Morris <rgm@gnu.org>
1155
1156 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1157
1158 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1159
1160 * net/tramp.el (tramp-find-executable):
1161 Use `tramp-get-connection-buffer'. Make the regexp for checking
1162 output of "wc -l" more robust.
1163 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1164 (tramp-open-connection-setup-interactive-shell): Remove workaround
1165 for OpenSolaris bug, it is not needed anymore.
1166
1167 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1168
1169 * cedet/semantic/imenu.el: New file, from the CEDET repository
1170 (Bug#5412).
1171
1172 2010-03-24 Glenn Morris <rgm@gnu.org>
1173
1174 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1175
1176 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1177
1178 * files.el (auto-mode-alist): Accept more verilog file patterns.
1179
1180 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1183
1184 2010-03-24 Glenn Morris <rgm@gnu.org>
1185
1186 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1187 log-edit-before-checkin-process.
1188
1189 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1190
1191 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1192
1193 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1194 (log-view-process-buffer, log-edit-extra-flags): Declare.
1195
1196 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1197
1198 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1199 Consistently check ede-object is bound throughout.
1200
1201 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1202
1203 2010-03-23 Sam Steingold <sds@gnu.org>
1204
1205 Fix bug#5620: recalculate all markers on compilation buffer
1206 modifications, not on file modifications.
1207 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1208 the buffer modification time, for buffers not associated with files.
1209 (compilation-mode): Create it.
1210 (compilation-filter): Update it.
1211 (compilation-next-error-function): Use it instead of
1212 `visited-file-modtime' for timestamp.
1213
1214 2010-03-23 Juri Linkov <juri@jurta.org>
1215
1216 Implement Occur multi-line matches.
1217 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1218
1219 * replace.el (occur): Doc fix.
1220 (occur-engine): Set `begpt' to the beginning of the first line.
1221 Set `endpt' to the end of the last match line. At first, count
1222 line numbers between `origpt' and `begpt'. Split out code from
1223 `out-line' variable to new let-bindings `match-prefix' and
1224 `match-str'. In `out-line' add non-numeric prefix to all
1225 non-first lines of multi-line matches. Finally, count lines
1226 between `begpt' and `endpt' and add to `lines'.
1227
1228 2010-03-23 Juri Linkov <juri@jurta.org>
1229
1230 * replace.el (occur-accumulate-lines, occur-engine):
1231 Use `occur-engine-line' instead of duplicate code.
1232 (occur-engine-line): New function created from duplicate code
1233 in `occur-accumulate-lines' and `occur-engine'.
1234
1235 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1236 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1237
1238 2010-03-23 Juri Linkov <juri@jurta.org>
1239
1240 * finder.el: Remove TODO tasks.
1241
1242 * info.el (Info-finder-find-node): Add node "all"
1243 with all package info. Handle a list of multiple keywords
1244 separated by comma.
1245 (info-finder): In interactive use with a prefix argument,
1246 use `completing-read-multiple' to read a list of keywords
1247 separated by comma.
1248
1249 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 Add a new completion style `substring'.
1252 * minibuffer.el (completion-basic--pattern): New function.
1253 (completion-basic-try-completion, completion-basic-all-completions):
1254 Use it.
1255 (completion-substring--all-completions)
1256 (completion-substring-try-completion)
1257 (completion-substring-all-completions): New functions.
1258 (completion-styles-alist): New style `substring'.
1259
1260 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 Get rid of .elc files after removal of the corresponding .el.
1263 * Makefile.in (compile-clean): New target.
1264 (compile-main): Use it.
1265
1266 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1267
1268 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1269 don't do make there. When compiling with separate object dir, there
1270 is no Makefile there.
1271
1272 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 Get rid of the ELCFILES abomination, again.
1275 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1276 (all, compile): Don't call compile-last.
1277 (compile-main): Build the "elcfiles" list dynamically.
1278 (compile-targets): New (internal) target.
1279
1280 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1281
1282 * Makefile.in (top_srcdir): Define.
1283 (abs_top_builddir): Define.
1284 (srcdir): Don't append `/..'.
1285 (EMACS): Use ${abs_top_builddir}.
1286 (all, compile, compile-always, compile-last): Don't set emacswd.
1287 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1288 $(srcdir).
1289 (lisp): Use $(srcdir) instead of @srcdir@.
1290
1291 2010-03-21 Juri Linkov <juri@jurta.org>
1292
1293 Fix message of multi-line occur regexps and multi-buffer header lines.
1294 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1295
1296 * replace.el (occur-1): Don't display regexp if it is longer
1297 than window-width. Use `query-replace-descr' to display regexp.
1298 (occur-engine): Don't display regexp in the buffer header for
1299 multi-buffer occur. Display a separate header line with total
1300 match count and regexp for multi-buffer occur.
1301 Use `query-replace-descr' to display regexp.
1302
1303 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1304
1305 * net/secrets.el: Fix parenthesis.
1306 (secrets-enabled): Fix parenthesis.
1307
1308 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 Use more relative file and directory names.
1311 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1312 (setwins, setwins_almost, setwins_for_subdirs):
1313 Don't `cd'; output relative names.
1314 (all, compile, compile-always, compile-last): Set emacswd.
1315 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1316 Just cd to the lisp source dir so we can use relative file names.
1317
1318 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1319
1320 2010-03-20 Glenn Morris <rgm@gnu.org>
1321
1322 * textmodes/rst.el: Use faces for font-lock customization, and make the
1323 old -face variables obsolete.
1324 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1325 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1326 (rst-block-face, rst-external-face, rst-definition-face)
1327 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1328 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1329 Make obsolete.
1330 (rst-font-lock-keywords-function): Update for above changes.
1331
1332 2010-03-20 Juri Linkov <juri@jurta.org>
1333
1334 * s-region.el:
1335 * obsolete/s-region.el: Move to obsolete.
1336
1337 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1340
1341 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1344
1345 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 Add special markup processing for commit logs.
1348 * log-edit.el (log-edit-extra-flags): New variable.
1349 (log-edit): Add new argument MODE. Use that mode when non-nil
1350 instead of the log-view-mode.
1351 (log-view-process-buffer): New function.
1352
1353 * vc.el: Document that the checkin method takes optional
1354 arguments. Document new backend specific method: log-view-mode.
1355 (vc-default-log-edit-mode): New function.
1356 (vc-checkin): Use a backend specific log-view-mode.
1357 Pass extra arguments to the checkin method.
1358 (vc-modify-change-comment): Pass a dummy extra argument.
1359
1360 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1361 log-edit.
1362 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1363 (vc-finish-logentry): Process the log buffer before passing it
1364 down. Pass log-edit-extra-flags.
1365
1366 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1367 command.
1368 (log-edit-extra-flags, log-edit-before-checkin-process):
1369 New declarations.
1370
1371 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1372 command.
1373 (log-edit-extra-flags, log-edit-before-checkin-process):
1374 New declarations.
1375 (vc-hg-log-edit-mode): New derived mode.
1376
1377 * vc-arch.el (vc-arch-checkin):
1378 * vc-cvs.el (vc-cvs-checkin):
1379 * vc-git.el (vc-git-checkin):
1380 * vc-mtn.el (vc-mtn-checkin):
1381 * vc-rcs.el (vc-rcs-checkin):
1382 * vc-sccs.el (vc-sccs-checkin):
1383 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1384
1385 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1388 parent typo).
1389
1390 2010-03-19 Glenn Morris <rgm@gnu.org>
1391
1392 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1393
1394 2010-03-18 Glenn Morris <rgm@gnu.org>
1395
1396 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1397
1398 * replace.el (query-replace-history): Give it a doc string.
1399 (map-query-replace-regexp): Use query-replace-from-history-variable
1400 and query-replace-to-history-variable.
1401
1402 * mail/hashcash.el (declare-function): Remove duplicate definition.
1403
1404 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1405 Make it an obsolete alias for report-emacs-bug-address.
1406 (message-strip-special-text-properties): Declare.
1407 (report-emacs-bug): Remove test for a pretest bug address.
1408 Combine message-mode-specific code.
1409
1410 * mail/supercite.el: Don't require sendmail.
1411 (mh-in-header-p): Declare rather than using with-no-warnings.
1412 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1413 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1414
1415 * calendar/cal-french.el: Convert to utf-8.
1416
1417 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1418 Emacs scripts.
1419
1420 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * net/secrets.el (secrets-enabled): New variable. Use it instead
1423 of a subfeature.
1424
1425 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/secrets.el (top): Register the D-Bus signals only when the
1428 service "org.freedesktop.secrets" can be pinged.
1429 Provide subfeature `enabled'.
1430
1431 2010-03-14 Juri Linkov <juri@jurta.org>
1432
1433 Add finder unknown keywords.
1434
1435 * finder.el (finder-unknown-keywords): New function.
1436
1437 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1438 to create a Finder node with unknown keywords.
1439
1440 2010-03-14 Juri Linkov <juri@jurta.org>
1441
1442 * finder.el (finder-compile-keywords): Replace `princ' with
1443 `prin1' on a list of symbols interned from keyword strings.
1444
1445 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1446 a comma, then split keywords using a comma and optional whitespace.
1447 Otherwise, split by whitespace.
1448
1449 * complete.el:
1450 * face-remap.el:
1451 * log-view.el:
1452 * net/hmac-def.el:
1453 * net/hmac-md5.el:
1454 * net/netrc.el:
1455 * progmodes/mixal-mode.el: Fix keywords.
1456
1457 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * Makefile.in (ELCFILES): Add net/secrets.elc.
1460
1461 * net/secrets.el: New file.
1462
1463 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * facemenu.el (list-colors-display, list-colors-print): New arg
1466 callback. Use it to allow selecting colors.
1467
1468 * wid-edit.el (widget-image-insert): Insert image prop even if the
1469 current display is non-graphic.
1470 (widget-field-value-set): New fun.
1471 (editable-field): Use it.
1472 (widget-field-value-get): Clean up unused var.
1473 (widget-color-value-create, widget-color--choose-action):
1474 New funs. Allow using list-colors-display to choose color.
1475
1476 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * cus-edit.el: Resort topmost custom groups.
1479 (custom-buffer-sort-alphabetically): Default to t.
1480 (customize-apropos): Use apropos-parse-pattern.
1481 (custom-search-field): New var.
1482 (custom-buffer-create-internal): Add custom-apropos search field.
1483 (custom-add-parent-links): Don't display parent doc.
1484 (custom-group-value-create): Don't sort top-level custom group.
1485 (custom-magic-value-create): Show visibility button before option name.
1486
1487 (custom-variable-state): New fun, from custom-variable-state-set.
1488 (custom-variable-state-set): Use it.
1489 (custom-group-value-create): Hide options with standard values
1490 using the :hidden-states property. Use progress reporter.
1491
1492 (custom-show): Simplify.
1493 (custom-visibility): Disable images by default.
1494 (custom-variable): New property :hidden-states.
1495 (custom-variable-value-create): Enable images for
1496 custom-visibility widgets. Use :hidden-states property to
1497 determine initial visibility.
1498
1499 * wid-edit.el (widget-image-find): Give images center ascent.
1500 (visibility): Add :on-image and :off-image properties.
1501 (widget-visibility-value-create): Use them.
1502
1503 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * cus-edit.el (processes): Remove from development group.
1506 (oop, hypermedia): Delete group.
1507 (comm): Promote to top-level group.
1508
1509 * net/browse-url.el (browse-url):
1510 * net/xesam.el (xesam):
1511 * net/tramp.el (tramp):
1512 * net/goto-addr.el (goto-address):
1513 * net/ange-ftp.el (ange-ftp): Put in comm group.
1514
1515 * view.el (view): Remove from editing group.
1516
1517 * uniquify.el (uniquify): Put in files group.
1518
1519 * net/browse-url.el (browse-url):
1520 * ps-print.el (postscript): Put in external group.
1521
1522 * cus-edit.el (outlines):
1523 * textmodes/text-mode.el (text-mode-hook):
1524 * textmodes/table.el (table):
1525 * textmodes/picture.el (picture):
1526 * outline.el (outlines): Put in wp group.
1527
1528 * nxml/nxml-mode.el (nxml): Remove from wp group.
1529
1530 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1531
1532 * mail/metamail.el (metamail): Remove from hypermedia group.
1533
1534 * cus-edit.el (abbrev):
1535 * whitespace.el (whitespace):
1536 * vcursor.el (vcursor):
1537 * reveal.el (reveal):
1538 * hl-line.el (hl-line): Put in convenience group.
1539
1540 * epg-config.el (epg): Put in data group.
1541
1542 * emulation/pc-select.el (pc-select): Put in emulations group.
1543
1544 * calculator.el (calculator): Put in applications group.
1545
1546 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1547
1548 Add .dir-locals.el support for file-less buffers.
1549 * files.el (hack-local-variables): Split out code to apply local
1550 variable settings ...
1551 (hack-local-variables-apply): ... here. New function.
1552 (hack-dir-local-variables): Use the default directory for when the
1553 buffer does not have an associated file.
1554 (hack-dir-local-variables-non-file-buffer): New function.
1555 * diff-mode.el (diff-mode):
1556 * vc-annotate.el (vc-annotate-mode):
1557 * vc-dir.el (vc-dir-mode):
1558 * log-edit.el (log-edit-mode):
1559 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1560
1561 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1562
1563 Add support for shelving snapshots and for showing shelves.
1564 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1565 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1566 New functions.
1567 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1568 (vc-bzr-extra-menu-map): Map them.
1569
1570 2010-03-11 Glenn Morris <rgm@gnu.org>
1571
1572 * cus-edit.el (customize-changed-options-previous-release):
1573 Bump to 23.1.
1574
1575 * image.el (image-animate-max-time): Fix :version tag.
1576
1577 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * Branch for 23.2.
1580
1581 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * vc-git.el (vc-git-revision-table): Include remote branches.
1584
1585 2010-03-10 Kim F. Storm <storm@cua.dk>
1586
1587 Animated image API.
1588 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1589
1590 * image.el (image-animate-max-time): New defcustom.
1591 (image-animated-types): New defconst.
1592 (create-animated-image, image-animate-timer)
1593 (image-animate-start, image-animate-stop, image-animate-timeout)
1594 (image-animated-p): New functions.
1595
1596 * image-mode.el (image-toggle-display-image):
1597 Replace `create-image' with `create-animated-image'.
1598
1599 2010-03-09 Miles Bader <miles@gnu.org>
1600
1601 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1602 instead of "format:"; this ensures that the output is
1603 newline-terminated.
1604
1605 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1608 that all errors are caught, and that the return value is always a
1609 list (Bug#5692).
1610
1611 2010-03-08 Kenichi Handa <handa@m17n.org>
1612
1613 * language/misc-lang.el (windows-1256): New coding system.
1614 (cp1256): New alias of windows-1256 (bug#5690).
1615
1616 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1617
1618 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1619 call to rfc822-bad-address. (Bug#5692)
1620
1621 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1622
1623 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1624 Use vc-git-root as default directory for revision path (Bug#5657).
1625
1626 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * calculator.el (calculator): Don't bind split-window-keep-point
1629 (Bug#5674).
1630
1631 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * vc-git.el: Re-flow to fit into 80 columns.
1634 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1635 Remove spurious `quote' element in each case alternative.
1636 (vc-git-show-log-entry): Use prog1.
1637 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1638
1639 2010-03-06 Glenn Morris <rgm@gnu.org>
1640
1641 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1642 Update template copyright to GPLv3+.
1643
1644 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1647
1648 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1651 definition, not the name (Bug#5481).
1652
1653 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1654
1655 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1656 argument with a local variable. (Bug#5670)
1657
1658 2010-03-02 Juri Linkov <juri@jurta.org>
1659
1660 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1661
1662 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1663
1664 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1665 error when FILENAME and NEWNAME are existing remote directories.
1666
1667 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1668 parameter DIR-FLAG.
1669
1670 2010-03-02 Glenn Morris <rgm@gnu.org>
1671
1672 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1673 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1674
1675 2010-03-01 Kenichi Handa <handa@m17n.org>
1676
1677 * language/burmese.el (burmese-composable-pattern): Rename from
1678 myanmar-composable-pattern.
1679
1680 * international/characters.el (script-list):
1681 * international/fontset.el (script-representative-chars):
1682 Change myanmar to burmese.
1683 (otf-script-alist): Likewise.
1684 (setup-default-fontset): Likewise. Re-fix :otf spec.
1685
1686 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1687
1688 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1689
1690 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1691
1692 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1693
1694 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * net/tramp.el (tramp-handle-write-region): START can be a string.
1697 Take care in the checks. Reported by Dan Davison
1698 <davison@stats.ox.ac.uk>.
1699
1700 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * net/dbus.el (dbus-introspect, dbus-get-property)
1703 (dbus-set-property, dbus-get-all-properties):
1704 Use `dbus-call-method' when noninteractive. (Bug#5645)
1705
1706 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1709 * emacs-lisp/elint.el (elint-add-required-env):
1710 * cedet/semantic/db-find.el
1711 (semanticdb-find-translate-path-brutish-default):
1712 * cedet/ede/make.el (ede-make-check-version):
1713 * calendar/icalendar.el (icalendar--add-diary-entry):
1714 * calc/calcalg2.el (math-tracing-integral):
1715 * files.el (recover-session-finish): Use with-current-buffer
1716 instead of save-excursion.
1717
1718 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 Fix in-buffer completion when after-change-functions modify the buffer.
1721 * minibuffer.el (completion--replace): New function.
1722 (completion--do-completion): Use it and use relative movement.
1723
1724 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1725
1726 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1727
1728 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1729
1730 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1731 Allow the characters _<> in the stack entry (Bug#5653).
1732
1733 2010-02-26 Kenichi Handa <handa@m17n.org>
1734
1735 * language/burmese.el: Fix entries in composition-function-table.
1736 (myanmar-composable-pattern): New variable.
1737
1738 * international/fontset.el (setup-default-fontset): Add an entry
1739 for myanmar.
1740
1741 * international/characters.el (script-list): Add Myanmar
1742 Extended-A.
1743
1744 2010-02-26 Glenn Morris <rgm@gnu.org>
1745
1746 * custom.el (custom-initialize-delay): Doc fix.
1747
1748 * mail/sendmail.el (send-mail-function): Autoload the call
1749 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1750
1751 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * files.el (hack-local-variables-filter): For eval forms, also
1754 check safe-local-variable-p (Bug#5636).
1755
1756 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1757
1758 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1759 and use c(ad)r of cddr (Bug#5640).
1760
1761 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1764 setting the modes by `ignore-errors'. It might fail, for example
1765 if the file is not owned by the user but the group.
1766 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1767
1768 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * files.el (directory-listing-before-filename-regexp): Use
1771 stricter matching for iso-style dates, to avoid false matches with
1772 date-like filenames (Bug#5597).
1773
1774 * htmlfontify.el (htmlfontify): Doc fix.
1775
1776 * eshell/eshell.el (eshell): Doc fix.
1777
1778 * startup.el (fancy-about-screen): In mode-line, apply
1779 mode-line-buffer-id face only to the buffer name (Bug#5613).
1780
1781 2010-02-20 Kevin Ryde <user42@zip.com.au>
1782
1783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1784 In `watcom' anchor regexp to start of line, to avoid slowness
1785 (Bug#5599).
1786
1787 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1788
1789 * subr.el (remove-yank-excluded-properties): Explain in a comment
1790 why `category' property is removed.
1791
1792 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1795 2010-02-17 change.
1796
1797 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1798
1799 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1800 (icalendar--convert-weekly-to-ical)
1801 (icalendar--convert-yearly-to-ical)
1802 (icalendar--convert-block-to-ical)
1803 (icalendar--convert-cyclic-to-ical)
1804 (icalendar--convert-anniversary-to-ical): Take care of time
1805 specifications where hour has 1-digit only (Bug#5549).
1806
1807 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1808
1809 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1810 of disassemble output in GDB 7.1.
1811
1812 2010-02-19 Glenn Morris <rgm@gnu.org>
1813
1814 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1815 property. (Bug#5593)
1816
1817 2010-02-18 Sam Steingold <sds@gnu.org>
1818
1819 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1820
1821 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 Use abbreviated file names in bookmarks (bug#5591).
1824 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1825 calls to expand-file-name.
1826 (bookmark-relocate): Use abbreviated file names in bookmarks.
1827 (bookmark-load): Use abbreviated file names in messages.
1828
1829 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1832 expand "." and "..". Reported by Thierry Volpiatto
1833 <thierry.volpiatto@gmail.com>.
1834
1835 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1838 permissions of the temporary file to "0600". In case the remote
1839 file has no read permissions for the owner, there might be
1840 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1841
1842 22010-02-18 Glenn Morris <rgm@gnu.org>
1843
1844 * emacs-lisp/authors.el (authors-renamed-files-alist):
1845 Add entries for INSTALL.CVS.
1846
1847 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1848
1849 * vc-bzr.el: Fix typo in Known Bugs section.
1850
1851 * isearch.el (isearch-update-post-hook): New hook.
1852 (isearch-update): Use the new hook.
1853
1854 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1855
1856 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1857 Fix errors in copying directories.
1858 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1859 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1860 (tramp-handle-delete-file)
1861 (tramp-handle-dired-recursive-delete-directory)
1862 (tramp-handle-write-region): Flush also the cache for the upper
1863 directory.
1864
1865 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1868
1869 * cus-edit.el (hardware): Doc fix.
1870
1871 * man.el (man): Add to external custom group.
1872
1873 * delim-col.el (columns): Move to wp custom group.
1874
1875 * doc-view.el (doc-view): Add to data custom group.
1876
1877 * cedet/data-debug.el (data-debug): Move to extensions group.
1878
1879 * cedet/ede.el (ede):
1880 * cedet/srecode.el (srecode):
1881 * cedet/semantic.el (semantic): Put in tools and extensions group.
1882
1883 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1884
1885 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1886 by ispell-parse-output (Bug#5575).
1887
1888 2010-02-16 Kenichi Handa <handa@m17n.org>
1889
1890 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1891 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1892 (skkdic-convert): Use `euc-japan' coding system for writing.
1893
1894 2010-02-16 Glenn Morris <rgm@gnu.org>
1895
1896 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1897 tex-main-file before using it. (Bug#5562)
1898
1899 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1902 warnings, since it is annoying for the user to see them each time he
1903 runs the code.
1904
1905 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1908 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1909 instead of PROC for caching "first-password-request". Otherwise,
1910 new processes would not profit from passwords already entered.
1911
1912 * net/tramp-cache.el (tramp-dump-connection-properties):
1913 Don't save "first-password-request" property.
1914
1915 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * outline.el (outline-head-from-level):
1918 * simple.el (with-wrapper-hook):
1919 * cedet/ede.el (ede-run-target, project-delete-target)
1920 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1921 (ede-adebug-project, ede-adebug-project-parent)
1922 (ede-adebug-project-root):
1923 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1924 (elint-defun, elint-buffer-env, elint-top-form-logged)
1925 (elint-unbound-variable):
1926 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1927 Fix typos in docstrings.
1928
1929 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1930
1931 * files.el (insert-directory): When WILDCARD-REGEXP and
1932 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1933 whole directory. (Bug#5551)
1934
1935 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1936 dired's alignment sanity. (Bug#5516)
1937
1938 2010-02-14 Juri Linkov <juri@jurta.org>
1939
1940 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1941 Remove remaining ^H with their preceding chars. (Bug#5566)
1942
1943 2010-02-13 Glenn Morris <rgm@gnu.org>
1944
1945 * simple.el (transpose-subr): Give it a doc-string.
1946
1947 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1948 Doc fixes.
1949
1950 2010-02-12 Juri Linkov <juri@jurta.org>
1951
1952 * arc-mode.el (archive-unique-fname): Make directories for nested
1953 archives. (Bug#5540)
1954
1955 2010-02-12 Juri Linkov <juri@jurta.org>
1956
1957 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1958
1959 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * subr.el (copy-overlay): Handle deleted overlays.
1962
1963 * man.el (Man-completion-table): Don't signal an error if we can't run
1964 manual-program (bug#4056).
1965
1966 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1969
1970 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1971
1972 * info.el (Info-bookmark-jump): Simplify.
1973
1974 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1975 (bookmark-default-handler): Accept new bookmark field `buffer'.
1976
1977 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * iswitchb.el (iswitchb-completions): Revert last change.
1980
1981 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1982
1983 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1984 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1985 This prevents file names like "~/" being listed literally.
1986
1987 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1988
1989 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1990 Remove dead code. (Bug#5546)
1991
1992 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1995 correctly (Bug#5548).
1996
1997 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1998
1999 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2000 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2001
2002 2010-02-08 Kenichi Handa <handa@m17n.org>
2003
2004 * international/mule-util.el (with-coding-priority): Add autoload
2005 cookie for putting `lisp-indent-function'.
2006
2007 2010-02-07 Glenn Morris <rgm@gnu.org>
2008
2009 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2010 Move F2003 named interfaces from keywords-2 to keywords-1, and
2011 use function-name-face rather than constant-face.
2012 Simplify "abstract interface" regexp.
2013
2014 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2017 ID-FORMAT. Pass it to `file-attributes'.
2018
2019 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2020
2021 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2022
2023 * faces.el (set-face-attribute): Allow calling
2024 internal-set-lisp-face-attribute with 'unspecified family and
2025 foundry argument (Bug#5536).
2026
2027 2010-02-07 Glenn Morris <rgm@gnu.org>
2028
2029 * progmodes/f90.el (f90-font-lock-keywords-2)
2030 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2031 Handle F2003 named interfaces.
2032
2033 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2036 beg and end before calling c-get-state-before-change-functions.
2037
2038 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2041
2042 2010-02-05 Juri Linkov <juri@jurta.org>
2043
2044 * doc-view.el (doc-view-mode):
2045 * image-mode.el (image-mode): Put property mode-class=special.
2046 (Bug#4896)
2047
2048 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2049
2050 * vc-svn.el (vc-svn-revision-table): New function.
2051
2052 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * net/ange-ftp.el (ange-ftp-insert-directory):
2055 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2056 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2057 Handle also directories. (Bug#5478)
2058
2059 2010-02-05 Glenn Morris <rgm@gnu.org>
2060
2061 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2062
2063 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * startup.el (command-line-1): Convert options beginning with a
2066 single dash as well (Bug#5519).
2067
2068 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2071 * minibuffer.el (completion-initials-expand): Only check the presence
2072 of delims *within* the boundaries, since otherwise the / delim is
2073 always found for files.
2074
2075 Fix up various corner case problems.
2076 * doc-view.el (doc-view-last-page-number): New function.
2077 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2078 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2079 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2080 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2081 (doc-view-convert-current-doc): Don't create the resolution.el file
2082 here any more.
2083 (doc-view-pdf/ps->png): Do it here instead.
2084 (doc-view-already-converted-p): Check that resolution.el is present.
2085 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2086 windows that are not yet showing images.
2087
2088 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2089
2090 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2091 `dired-uncache' for every elemnt which is an absolute file name.
2092
2093 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2094 directory, handle its directory component.
2095 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2096 function is called permanently and creates noise, otherwise.
2097
2098 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2099 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2100 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2101
2102 2010-02-04 David Burger <dburger@google.com> (tiny change)
2103
2104 * macros.el (apply-macro-to-region-lines):
2105 Minor simplification. (Bug#5485)
2106
2107 2010-02-04 Glenn Morris <rgm@gnu.org>
2108
2109 * mail/rmail.el (rmail-show-message-1): Handle malformed
2110 quoted-printable text. (Bug#5441)
2111
2112 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2113
2114 * simple.el (visual-line-mode): Capitalize lighter.
2115
2116 2010-02-03 John Wiegley <jwiegley@gmail.com>
2117
2118 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2119 list of files considered for "virtual buffer" completions.
2120
2121 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2124 also in case of (and (not full) (not wildcard)). This is needed,
2125 when dired is called with a list of files, which are not in
2126 `default-directory'. (Bug#5478)
2127
2128 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2131
2132 2010-02-02 Juri Linkov <juri@jurta.org>
2133
2134 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2135 from unidiff to allow function-line after @@.
2136
2137 2010-02-02 Juri Linkov <juri@jurta.org>
2138
2139 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2140 '(RCS SCCS) with inverted condition.
2141
2142 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2145 messages.
2146
2147 2010-02-01 Juri Linkov <juri@jurta.org>
2148
2149 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2150 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2151 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2152 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2153
2154 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2157 (doc-view-revert-buffer): New command.
2158 (doc-view-mode-map): Use it.
2159
2160 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2161
2162 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2163 pending merge is detected.
2164
2165 2010-01-31 Juri Linkov <juri@jurta.org>
2166
2167 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2168 beginning of interactive spec like all other grep commands do.
2169 Put "all" in front of "gz". (Bug#5260)
2170
2171 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2172
2173 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2174
2175 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2178 regexp is incorrect (Bug#5476).
2179
2180 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * net/tramp.el (tramp-handle-insert-directory): Handle also
2183 symlinks, when FILENAME is not in `default-directory'.
2184
2185 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2188 FILE is not in `default-directory'. (Bug#5478)
2189
2190 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2191 of SWITCHES. Handle the case, FILENAME is not in
2192 `default-directory'. (Bug#5478)
2193 (tramp-register-file-name-handlers): Add safe-magic property.
2194
2195 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2198 unzip (Bug#5475).
2199
2200 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2201
2202 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2203 (flymake-master-make-header-init): Add other C++ filename masks.
2204 (flymake-find-possible-master-files)
2205 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2206
2207 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2208
2209 Fix some busybox annoyances.
2210
2211 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2212 not responding." string.
2213 (tramp-open-connection-setup-interactive-shell): Dump stty
2214 settings. Enable "neveropen" arg for all `tramp-send-command'
2215 calls. Handle "=" in variable values properly.
2216 (tramp-find-inline-encoding): Raise an error, when no encoding is
2217 found.
2218 (tramp-wait-for-output): Check, whether PROC buffer is available.
2219 Remove spurious " ^H" sequences, sent by busybox.
2220 (tramp-get-ls-command): Suppress coloring, if possible.
2221
2222 2010-01-28 Glenn Morris <rgm@gnu.org>
2223
2224 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2225
2226 * log-edit.el (log-edit-strip-single-file-name): Add missing
2227 :safe, :group, and :version tags.
2228
2229 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2230
2231 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2232 buffers. (Bug#5477)
2233
2234 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2235
2236 * files.el (delete-directory): Handle moving to trash without
2237 first doing recursion (Bug#5436).
2238
2239 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2240
2241 * vc-hooks.el (vc-path): Mark as obsolete.
2242
2243 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2244
2245 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2246 names too.
2247
2248 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2249 for the short log.
2250 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2251
2252 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2253
2254 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2255
2256 * vc-bzr.el (vc-bzr-revision-table): New function.
2257
2258 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2259
2260 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2261 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2262
2263 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2264
2265 Remove support for adding --signoff on commit.
2266 Future support will use an incompatible generic mechanism.
2267 * vc-git.el (vc-git-add-signoff): Remove variable.
2268 (vc-git-toggle-signoff): Remove function.
2269 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2270
2271 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2272 from xterm-set-background-mode. Return t if the background mode
2273 was set.
2274 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2275 earlier, call it again in case the background mode has changed.
2276
2277 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2278
2279 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2280 (Bug#3541).
2281
2282 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * emacs-lisp/assoc.el (aelement): Doc fix.
2285 (aput, adelete, amake): Use lexical-let (Bug#5450).
2286
2287 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2288
2289 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2290 is the same as subprogram call, not declaration. (Bug#5435).
2291
2292 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2295 (tramp-smb-maybe-open-connection): Use it.
2296
2297 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2298
2299 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2300
2301 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2304 just because we see "encoding: 8bit".
2305 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2306
2307 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2310
2311 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2312
2313 * jka-compr.el (jka-compr-load): If load-file is not in
2314 load-history, try its file-truename version. (bug#5447)
2315
2316 2010-01-21 Alan Mackenzie <acm@muc.de>
2317
2318 Fix a situation where deletion of a cpp construct throws an error.
2319 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2320 invoking c-with-all-but-one-cpps-commented-out, check that the
2321 special cpp construct is still in the buffer.
2322 (c-parse-state): Record the special cpp with markers, not numbers.
2323
2324 2010-01-21 Kenichi Handa <handa@m17n.org>
2325
2326 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2327 process last-command-event, as it is now decoded first (Bug#5380).
2328
2329 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2332
2333 2010-01-20 Glenn Morris <rgm@gnu.org>
2334
2335 * indent.el (tab-always-indent): Fix custom-type.
2336
2337 2010-01-19 Alan Mackenzie <acm@muc.de>
2338
2339 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2340 buffer throws "args out of range".
2341 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2342 playing the role of delimiter.
2343
2344 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2345
2346 * progmodes/ada-mode.el: Fix bug#5400.
2347 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2348 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2349 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2350 Improve comments in "is" portion. Handle null procedure declaration.
2351 (ada-move-to-end): Improve doc string.
2352
2353 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2354
2355 * ido.el (ido-cur-list): Initialize to nil.
2356 Remove obsolete information from commentary.
2357 (ido-choice-list): Initialize to nil.
2358 (ido-get-bufname): Reject minibuffers.
2359 (ido-make-buffer-list): If "default" is a nonexistent
2360 buffer, ignore it, as per the function's comment.
2361 (ido-kill-buffer-internal): New function.
2362 (ido-kill-buffer-at-head): Use it.
2363 (ido-visit-buffer): Likewise.
2364
2365 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2368
2369 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * cedet/ede/locate.el (ede-locate-file-in-project)
2372 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2373 (ede-enable-locate-on-project): Fix typos in error messages.
2374
2375 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2376 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2377 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2378 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2379 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2380 Fix typos in menu help.
2381
2382 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2383 Fix typos in chart titles.
2384
2385 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2386 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2387 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2388 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2389 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2390 (semantic-parse-stream, semantic-parse-region)
2391 (semantic-parse-region-default, semantic--set-buffer-cache)
2392 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2393 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2394 (semantic-default-submodes):
2395 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2396 (semanticdb-create-ebrowse-database)
2397 (semanticdb-find-tags-for-completion-method)
2398 (semanticdb-find-tags-by-class-method)
2399 (semanticdb-deep-find-tags-by-name-method)
2400 (semanticdb-deep-find-tags-for-completion-method):
2401 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2402 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2403 (semanticdb-find-tags-for-completion-method)
2404 (semanticdb-find-tags-by-class-method)
2405 (semanticdb-deep-find-tags-for-completion-method):
2406 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2407 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2408 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2409 (semanticdb-find-tags-by-name-method)
2410 (semanticdb-find-tags-by-name-regexp-method)
2411 (semanticdb-find-tags-for-completion-method)
2412 (semanticdb-find-tags-by-class-method)
2413 (semanticdb-find-tags-external-children-of-type-method)
2414 (semanticdb-find-tags-subclasses-of-type-method)
2415 (semanticdb-deep-find-tags-by-name-method)
2416 (semanticdb-deep-find-tags-by-name-regexp-method)
2417 (semanticdb-deep-find-tags-for-completion-method):
2418 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2419 (semanticdb-enable-gnu-global-in-buffer)
2420 (semanticdb-find-tags-for-completion-method)
2421 (semanticdb-deep-find-tags-by-name-method)
2422 (semanticdb-deep-find-tags-for-completion-method):
2423 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2424 (javascript-mode, semanticdb-find-translate-path)
2425 (semanticdb-find-tags-for-completion-method)
2426 (semanticdb-find-tags-by-class-method)
2427 (semanticdb-deep-find-tags-by-name-method)
2428 (semanticdb-deep-find-tags-for-completion-method)
2429 (semanticdb-find-tags-external-children-of-type-method):
2430 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2431 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2432 (global-semantic-idle-scheduler-mode):
2433 * cedet/srecode/dictionary.el (srecode-field-value)
2434 (srecode-dictionary-add-section-dictionary):
2435 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2436 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2437 (describe-class, eieio-describe-generic, describe-generic):
2438 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2439 (eieio-speedbar-expand):
2440 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2441 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2442 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2443 (viper-del-backward-char-in-replace, viper-backward-indent)
2444 (viper-brac-function, viper-register-to-point, viper-submit-report):
2445 * net/tramp.el (tramp-remote-coding-commands):
2446 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2447 Fix typos in docstrings.
2448
2449 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * mail/sendmail.el (mail-yank-original): Set the mark if the
2452 specified function for yanking does not do it.
2453
2454 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2455
2456 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2457
2458 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2459 resyncing a directory.
2460
2461 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2462
2463 * progmodes/ada-mode.el: Fix bug#1920.
2464 (ada-ident-re): Delete ., allow multibyte characters.
2465 (ada-goto-label-re): New; matches goto labels.
2466 (ada-block-label-re): New; matches block labels.
2467 (ada-label-re): New; matches both.
2468 (ada-named-block-re): Deleted; callers changed to use
2469 `ada-block-label-re' instead.
2470 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2471 Use `ada-block-label-re'.
2472 (ada-indent-on-previous-lines): Improve handling of goto labels.
2473 (ada-get-indent-block-start): Special-case block label.
2474 (ada-get-indent-label): Split into `ada-indent-block-label' and
2475 `ada-indent-goto-label'.
2476 (ada-goto-stmt-start, ada-goto-next-non-ws):
2477 Optionally ignore goto labels.
2478 (ada-goto-next-word): Simplify.
2479 (ada-indent-newline-indent-conditional): Insert newline before
2480 trying to fix indentation; doc fix.
2481
2482 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2483
2484 * calc/calc.el (calc-command-flags): Give it an initial value.
2485
2486 2010-01-17 Glenn Morris <rgm@gnu.org>
2487
2488 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2489
2490 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * cedet/semantic.el (semantic-mode):
2493 * files.el (minibuffer-with-setup-hook):
2494 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2495 (artist-key-draw-continously, artist-key-do-continously-continously)
2496 (artist-key-set-point-continously, artist-mouse-draw-continously):
2497 Fix typos in docstrings.
2498
2499 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2500
2501 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2502 return t (Bug#3898).
2503
2504 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2505
2506 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2507 can parse the output of the external commands (Bug#5279).
2508
2509 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2510
2511 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2512
2513 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2516
2517 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2518
2519 * startup.el (command-line): Remove unused --icon-type arg.
2520 Handle --display arg, passing it to command-line-1 (Bug#5392).
2521
2522 2010-01-16 Mario Lang <mlang@delysid.org>
2523
2524 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2525 * cedet/ede/files.el (ede-expand-filename):
2526 * cedet/ede/simple.el (ede-simple-project):
2527 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2528 (semantic-complete-inline-tag-engine):
2529 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2530 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2531 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2532 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2533 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2534 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2535 * emacs-lisp/chart.el (chart-translate-namezone):
2536 * textmodes/artist.el (artist-compute-popup-menu-table):
2537 Remove duplicated words in doc-strings.
2538
2539 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2540
2541 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2542 to mairix-search to suppress threading (Bug#5342).
2543
2544 2010-01-15 Kenichi Handa <handa@m17n.org>
2545
2546 * international/mule-cmds.el (canonicalize-coding-system-name):
2547 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2548
2549 2010-01-15 Glenn Morris <rgm@gnu.org>
2550
2551 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2552
2553 * wid-edit.el (widget-keymap): Doc fix.
2554
2555 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2556 former seems to be more widely accepted by various svn versions.
2557
2558 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * find-cmd.el (find-constituents):
2561 * vc-arch.el (vc-arch-root):
2562 * window.el (window-body-height, pop-up-frames):
2563 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2564 (semantic-no-reparse-needed-change-hook):
2565 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2566 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2567 (srecode-template-inserter-ask, srecode-template-inserter-width)
2568 (srecode-template-inserter-section-start)
2569 (srecode-template-inserter-section-end, srecode-insert-method):
2570 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2571 * progmodes/ada-stmt.el (ada-if):
2572 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2573 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2574 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2575 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2576
2577 * progmodes/flymake.el (flymake-post-syntax-check):
2578 Fix typo in error message.
2579
2580 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2583 which is always a string. (Bug#5313)
2584
2585 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * progmodes/ada-xref.el (ada-default-prj-properties):
2588 Simplify previous change.
2589
2590 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2591
2592 * progmodes/ada-xref.el (ada-default-prj-properties):
2593 Default ada_project_path to $ADA_PROJECT_PATH.
2594
2595 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2596
2597 * progmodes/ada-mode.el (ada-create-keymap):
2598 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2599
2600 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2601
2602 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2603 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2604 (ada-get-current-indent, ada-imenu-generic-expression)
2605 (ada-which-function): Check for it.
2606
2607 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2608
2609 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2610 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2611
2612 2010-01-14 Glenn Morris <rgm@gnu.org>
2613
2614 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2615
2616 2010-01-14 Kenichi Handa <handa@m17n.org>
2617
2618 * composite.el (auto-composition-mode): Make it a buffer local
2619 variable (permanent-local).
2620 (auto-composition-function): Set the default value to
2621 auto-compose-chars.
2622 (auto-composition-mode): Make it a simple function, not a minor mode.
2623 (global-auto-composition-mode): Likewise.
2624 (turn-on-auto-composition-if-enabled): Delete it.
2625
2626 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2627
2628 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2629
2630 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2631
2632 * files.el (copy-directory): Compute target for recursive
2633 directories with identical names. (Bug#5343)
2634
2635 2010-01-12 Glenn Morris <rgm@gnu.org>
2636
2637 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2638 it to bug-gnu-emacs rather than emacs-pretest-bug.
2639
2640 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * cedet/data-debug.el (data-debug): Fix customization group reference.
2643
2644 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2647 (semantic-analyze-context, semantic-analyze-context-assignment)
2648 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2649 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2650 (semantic-java-doc-keywords-map):
2651 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2652 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2653 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2654 (semantic-c-classname, semantic-format-tag-uml-prototype)
2655 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2656 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2657 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2658 (semantic-get-local-variables, semantic-end-of-command)
2659 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2660 (lisp-mode):
2661 * cedet/semantic/bovine/make.el (makefile-mode):
2662 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2663 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2664 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2665 (semantic-lex, semantic-get-local-variables, python-mode):
2666 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2667 * cedet/srecode/extract.el (srecode-extract-state-set)
2668 (srecode-extract-method): Fix typos in docstrings.
2669
2670 2010-01-11 Sam Steingold <sds@gnu.org>
2671
2672 * imenu.el (imenu-default-create-index-function): Detect infinite
2673 loops caused by imenu-prev-index-position-function.
2674
2675 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2676
2677 * htmlfontify.el (htmlfontify-load-rgb-file)
2678 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2679 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2680 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2681 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2682 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2683 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2684 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2685 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2686 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2687 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2688 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2689 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2690 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2691 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2692 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2693 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2694 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2695 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2696 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2697 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2698 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2699 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2700 backslash-quoting from parentheses, etc.
2701
2702 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * progmodes/js.el: Autoload javascript-mode alias.
2705
2706 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2707
2708 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2709 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2710 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2711 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2712 Fix typos in docstrings.
2713 (ffap-url-regexp): Doc fix.
2714 (ffap-at-mouse): Fix typo in message.
2715
2716 2010-01-11 Glenn Morris <rgm@gnu.org>
2717
2718 * version.el (emacs-copyright): Set copyright year to 2010.
2719
2720 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * format.el (format-annotate-function): Only set
2723 write-region-post-annotation-function after running to-fn so as not to
2724 affect nested write-region calls (bug#5273).
2725
2726 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2729 Add python parser.
2730
2731 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2732 wisent/python.el.
2733
2734 2010-01-10 Richard Kim <emacs18@gmail.com>
2735
2736 * cedet/semantic/wisent/python-wy.el:
2737 * cedet/semantic/wisent/python.el: New files.
2738
2739 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * man.el (Man-goto-section): Signal error if the section is not
2742 found (Bug#5317).
2743
2744 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2747 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2748
2749 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * progmodes/compile.el: Don't treat compile-command as safe if
2752 compilation-read-command might be nil (Bug#4218).
2753
2754 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2755
2756 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2757 NS options.
2758
2759 2010-01-08 Kenichi Handa <handa@m17n.org>
2760
2761 * international/fontset.el (build-default-fontset-data):
2762 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2763
2764 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2767 to `create-file-buffer' as it expects, not just a buffer name.
2768 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2769 to help uniquify. (Bug#3224)
2770
2771 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2772
2773 * font-setting.el (font-setting-change-default-font): Use user-spec
2774 instead of name.
2775
2776 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2779
2780 2010-01-05 Tom Tromey <tromey@redhat.com>
2781
2782 * progmodes/python.el (python-font-lock-keywords):
2783 Handle qualified decorators (Bug#881).
2784
2785 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2786
2787 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2788 in a lightweight checkout.
2789
2790 2010-01-05 Kenichi Handa <handa@m17n.org>
2791
2792 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2793
2794 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2797
2798 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2799
2800 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2801 checkouts. (Bug#618)
2802 (vc-bzr-log-view-mode): Also highlight the author.
2803 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2804 (vc-bzr-shelve-menu-map):
2805 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2806 (vc-bzr-shelve-apply): Make prompt more explicit.
2807
2808 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2811 They are valid characters in URL paths (rfc3986), and at least
2812 Firefox does not understand the encoded version (Bug#3166).
2813
2814 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2815
2816 * progmodes/octave-mod.el (octave-end-keywords)
2817 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2818 Add "end" keyword (Bug#3061).
2819 (octave-end-as-array-index-p): New function.
2820 (calculate-octave-indent): Use it.
2821
2822 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2823
2824 * bookmark.el: Consistently put the text property on the bookmark name.
2825 (bookmark-bmenu-marks-width): Bump back to 2, to include
2826 annotation marks.
2827 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2828 property on the bookmark name, instead of not putting it at all.
2829 (bookmark-bmenu-list): Fix where we put the text property.
2830
2831 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2832
2833 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2834 for showing buffer modified state (as added in the previous change).
2835
2836 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2837
2838 * bookmark.el: Show modified state of bookmark buffer more accurately.
2839 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2840 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2841 (with-buffer-modified-unmodified): New macro.
2842 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2843 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2844 Use new macro to preserve the buffer modified state.
2845
2846 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2847
2848 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2849 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2850 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2851 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2852 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2853 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2854 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2855
2856 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2857
2858 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2859 Make the lines in the generated doc string shorter. (Bug#4668)
2860
2861 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2862
2863 * net/rcirc.el: Add follow-link binding (Bug#4738).
2864
2865 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2866
2867 * Makefile.in (bzr-update): Rename from cvs-update.
2868 (cvs-update): New target for backward compatibility.
2869
2870 * makefile.w32-in (bzr-update): Rename from cvs-update.
2871 (cvs-update): New target for backward compatibility.
2872
2873 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2874
2875 * bookmark.el: Remove gratuitous gratitude.
2876
2877 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2878
2879 * bookmark.el (bookmark-bmenu-any-marks): New function
2880 (bookmark-bmenu-save): Clear buffer modification if no marks.
2881
2882 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2883
2884 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2885 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2886 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2887 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2888
2889 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2890 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2891 To: emacs-devel {_AT_} gnu.org
2892 Subject: bookmark.el bug report
2893 Date: Mon, 28 Dec 2009 14:19:16 +0800
2894 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2895
2896 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2897
2898 * bookmark.el: Improvements suggested by Drew Adams:
2899 (bookmark-bmenu-ensure-position): New name for
2900 `bookmark-bmenu-check-position'. Just ensure the position,
2901 don't return any meaningful value.
2902 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2903 New constants.
2904
2905 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2908 (bookmark-yank-point, bookmark-bmenu-check-position):
2909 Fix typos in docstrings.
2910 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2911 (bookmark-name-from-full-record, bookmark-get-position)
2912 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2913 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2914 Remove useless quoting of parenthesis, etc. in docstrings.
2915
2916 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2917 (ediff-append-custom-diff): Fix typo in error message.
2918 (ediff-meta-mark-equal-files): Fix typos in messages.
2919
2920 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2921
2922 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2923 Fix typo in docstring.
2924
2925 * net/imap-hash.el (imap-hash-make): Doc fix.
2926 (imap-hash-test): Fix typo in error message; reflow docstring.
2927 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2928 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2929 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2930 Fix typos in docstrings.
2931 (imap-hash-open-connection): Fix typo in error message.
2932
2933 * play/gomoku.el (gomoku): Fix typos in docstring.
2934
2935 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2936 (gdb-jsonify-buffer): Fix typos in docstring.
2937 (gdb-goto-breakpoint): Fix typo in error message.
2938 ("Display Other Windows"): Fix typo in help message.
2939 (gdb-speedbar-expand-node): Fix typo in question.
2940
2941 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2942 (idlwave-html-system-help-location, idlwave-html-help-location)
2943 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2944 (idlwave-help-browser-generic-args, idlwave-help-directory)
2945 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2946 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2947 (idlwave-online-help, idlwave-help-html-link)
2948 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2949 Fix typos in docstrings.
2950 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2951 Reflow docstrings.
2952 (idlwave-help-assistant-start): Fix typo in error message.
2953
2954 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2955 (octave-electric-space): Fix typos in docstrings.
2956
2957 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2960
2961 2010-01-01 Juri Linkov <juri@jurta.org>
2962
2963 * comint.el (comint-input-ring-size): Make it a defcustom and
2964 increase the default to 500 (Bug#5148).
2965
2966 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2967
2968 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2969 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2970 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2971
2972 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2973
2974 Show working revision correctly for mercurial.
2975 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2976 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2977
2978 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2979
2980 Declare some functions for the byte-compiler.
2981 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2982 (speedbar-timer-fn, speedbar-change-expand-button-char)
2983 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2984
2985 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2986
2987 This changeset reverts GDB Graphical Interface to use annotations.
2988 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2989
2990 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2991
2992 Make vc-dir work on subdirectories of the bzr root.
2993 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2994 file names relative to it.
2995 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2996 relative directory to vc-bzr-after-dir-status.
2997
2998 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2999
3000 * font-lock.el (font-lock-refresh-defaults): New function, which
3001 can be used to let font-lock react to external changes in
3002 variables like font-lock-defaults and keywords.
3003 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3004
3005 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3008
3009 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3010
3011 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3012
3013 Supersede color.diff settings in git log (bug#5211).
3014
3015 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3016 escape chars in its output when the user has color.diff set to `always'.
3017 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3018
3019 2009-12-26 Kevin Ryde <user42@zip.com.au>
3020
3021 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3022 node. Keep previous "Index" name to work with past coreutils too.
3023
3024 * man.el (man): Revise docstring a bit to show -a and -l as
3025 examples. Add -k description since support for it has otherwise
3026 been a secret. (Further to bug#3717.)
3027 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3028 "no matches" rather than "Can't find manpage", as the latter reads
3029 like -k was interpreted as a page name, which is not so. (Bug#5431)
3030
3031 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3032
3033 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3034 switches. Check also for //SUBDIRED// line.
3035
3036 2009-12-25 Kenichi Handa <handa@m17n.org>
3037
3038 * language/indian.el (devanagari-composable-pattern): Fixed to
3039 handle ZWNJ and ZWJ. Use it in composition-function-table for
3040 Devanagari.
3041 (malayalam-composable-pattern): Fix previous change.
3042
3043 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3044
3045 * ps-print.el (ps-face-attributes): It was not returning the
3046 attribute face for faces specified as string. Reported by harven
3047 <harven@free.fr>.
3048 (ps-print-version): New version 7.3.5.
3049
3050 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3051
3052 * calendar/icalendar.el (icalendar--convert-tz-offset):
3053 Fix timezone names.
3054 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3055 (icalendar--add-diary-entry): Remove the trailing blank that
3056 diary-make-entry inserts.
3057
3058 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3059
3060 Make `file-expand-wildcards' work for remote files.
3061
3062 * files.el (file-expand-wildcards): In case of remote files, check
3063 only local file name part for wildcards. Provide feature 'files
3064 and subfeature 'remote-wildcards. (Bug#5198)
3065
3066 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3067 if there is already an established connection.
3068 (tramp-advice-file-expand-wildcards): Remove it.
3069
3070 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3071 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3072 Activate advice for older GNU Emacs versions. (Bug#5237)
3073
3074 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3075
3076 Some doc fixes (more needed).
3077
3078 * find-cmd.el (find-constituents): Reflow docstring.
3079 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3080 (find-generic): Doc fix.
3081
3082 2009-12-17 Juri Linkov <juri@jurta.org>
3083
3084 Fix regression from 23.1 to allow multiple modes in Local Variables.
3085
3086 * files.el (hack-local-variables-filter): While ignoring duplicates,
3087 don't take `mode' into account.
3088 (hack-local-variables-filter, hack-dir-local-variables):
3089 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3090
3091 2009-12-17 Juri Linkov <juri@jurta.org>
3092
3093 Make `dired-diff' safer. (Bug#5225)
3094
3095 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3096 `current' or when `file' is a directory of the `current' file.
3097
3098 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3099
3100 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3101 unconditionally preloaded files.
3102
3103 2009-12-16 Juri Linkov <juri@jurta.org>
3104
3105 Revert to old 23.1 logic of using the file at the mark as default.
3106 * dired-aux.el (dired-diff): Use the file at the mark as default
3107 if it's not the same as the current file, and the target dir is
3108 the current dir or the mark is active. Add the current file
3109 as the arg of `dired-dwim-target-defaults'. Use the default file
3110 in the prompt. (Bug#5225)
3111
3112 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3115 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3116 (tramp-check-for-regexp): Check also, when an echoing shell stops
3117 to echo sent commands.
3118
3119 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * Makefile.in: Revert last change (Bug#5191).
3122
3123 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3124
3125 * vc-hg.el (vc-hg-print-log): Fix argument order.
3126 (vc-hg-working-revision): Make sure the command is executed in a
3127 known environment so that we can parse the output. (Bug#4417)
3128
3129 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * progmodes/python.el (python-symbol-completions): Remove text
3132 properties from symbol string before calling python-send-receive.
3133
3134 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3137 when there are values for both file and line. (Bug#5060)
3138
3139 2009-12-14 Juri Linkov <juri@jurta.org>
3140
3141 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3142 whitespace after the file name of the first line of unified format,
3143 because git-diff doesn't output whitespace and file modification time
3144 after the file name.
3145
3146 2009-12-14 David Kastrup <dak@gnu.org>
3147
3148 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3149 check if it already has the `display' property added by
3150 `Info-display-images-node', and not put the `invisible' property
3151 in this case.
3152
3153 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3156 (semantic-mru-bookmark-mode): Doc fixes.
3157
3158 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3159 of assert.
3160
3161 2009-12-13 Glenn Morris <rgm@gnu.org>
3162
3163 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3164 (report-emacs-bug): In message-mode, sort manually before storing
3165 original report text. (Bug#5178)
3166 Remove superfluous save-excursion.
3167
3168 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3169
3170 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3171 when responding to "GetAll" properties.
3172
3173 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * simple.el (compose-mail): Remove mail-setup-with-from from
3176 customization checks.
3177
3178 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3179
3180 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3181 RAR archives created on Unix systems.
3182
3183 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3186 the varalias that was accidentally removed by the 2009-11-19 change
3187 (bug#5186).
3188
3189 2009-12-12 Kenichi Handa <handa@m17n.org>
3190
3191 * language/indian.el (indian-compose-regexp): New function.
3192 (malayalam-composable-pattern): Fix the pattern.
3193 (composition-function-table): Set malayalam-composable-pattern for
3194 Malayalam characters.
3195
3196 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3199 rather than down-mouse-1, based on follow-link conventions.
3200
3201 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3202 are compiled.
3203
3204 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3205
3206 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3207 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3208 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3209 (verilog-leap-to-head, verilog-backward-token):
3210 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3211
3212 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3213
3214 * progmodes/verilog-mode.el (verilog-auto-lineup)
3215 (verilog-nameable-item-re): Cleanup user-visible spelling and
3216 documentation errors. One reported by Gary Delp.
3217 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3218 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3219 package, bug195. Reported by Pierre-David Pfister.
3220
3221 2009-12-11 Glenn Morris <rgm@gnu.org>
3222
3223 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3224
3225 * mail/emacsbug.el: No longer require sendmail.
3226 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3227 (report-emacs-bug-orig-text): Doc fix.
3228 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3229 New local variables, to adapt to different mail-user-agents.
3230 (report-emacs-bug): Fix test for a gnu.org address.
3231 Use overlays for emphasis, since font-lock defeats 'face property.
3232 Pretest bugs also end up at the newsgroup these days.
3233 Stop message-mode stripping text properties.
3234 Set and use the new buffer-local variables.
3235 (report-emacs-bug-hook): Add doc-string.
3236 Remove some unnecessary save-excursions and simplify.
3237 Use the appropriate hook and send-command.
3238
3239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3240 capitalization of some menu entries.
3241
3242 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3243
3244 * whitespace.el (whitespace-display-char-on): Ensure
3245 `buffer-display-table' is unique when two or more windows are
3246 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3247 New version 12.1.
3248
3249 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3250
3251 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3252 characters in the Attribute field.
3253
3254 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3257
3258 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3261 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3262 Disregard autoload-excludes.
3263 (update-directory-autoloads): Obey autoload-excludes here instead.
3264 But don't store its contents in no-autoloads and remove entries that
3265 refer to excludes files.
3266
3267 2009-12-10 Glenn Morris <rgm@gnu.org>
3268
3269 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3270 (expand-mail-aliases): Define for compiler.
3271
3272 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3273 Define for compiler.
3274
3275 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3276 appropriate for the mail-user-agent in use.
3277
3278 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3279
3280 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3281
3282 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 Fix short log parsing and fontification.
3285 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3286 Fix fontification for the [merge] label.
3287
3288 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3289
3290 Drop some properties to avoid surprises (bug#5002).
3291 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3292 (hfy-fontify-buffer): Use it.
3293
3294 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 Minor cleanup.
3297 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3298 Adjust all callers.
3299 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3300 args compulsory. Adjust callers.
3301 (ffap-gopher-at-point): Remove unused var `name'.
3302
3303 Get rid of the ELCFILES abomination.
3304 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3305 (compile-elcfiles): New phony target.
3306 (compile-main): Compute ELCFILES dynamically.
3307 (compile-clean): New target to remove left-over elc files.
3308 (compile, all): Use it.
3309
3310 2009-12-09 Kenichi Handa <handa@etlken>
3311
3312 * international/mule-diag.el: Require help-mode instead of help-fns.
3313
3314 2009-12-09 Kenichi Handa <handa@m17n.org>
3315
3316 * international/mule-cmds.el (ucs-names): Supply sufficiently
3317 fine ranges instead of pre-calculating accurate ranges.
3318 Iterate with bigger gc-cons-threshold.
3319
3320 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3321
3322 Add support for stashing a snapshot of the current tree.
3323 * vc-git.el (vc-git-stash-snapshot): New function.
3324 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3325
3326 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3327
3328 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3329 instead of `(beginning|end)-of-line'.
3330
3331 2009-12-08 Glenn Morris <rgm@gnu.org>
3332
3333 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3334
3335 * Makefile.in (ELCFILES): Regenerate.
3336
3337 2009-12-07 Juri Linkov <juri@jurta.org>
3338
3339 Don't lazy-highlight the comint output in history Isearch mode.
3340
3341 * comint.el (comint-history-isearch-search): Instead of
3342 `comint-line-beginning-position', use `comint-after-pmark-p'
3343 to check if point if before the process mark, and go to
3344 `process-mark' in this case.
3345
3346 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * textmodes/tex-mode.el (latex-complete)
3349 (latex-indent-or-complete): Remove.
3350 (latex-mode): Set completion-at-point-functions instead.
3351
3352 Provide a standard completion command and hook it into TAB.
3353 * minibuffer.el (completion-at-point-functions): New var.
3354 (completion-at-point): New command.
3355 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3356 * progmodes/python.el (python-mode-map): Use completion-at-point.
3357 (python-completion-at-point): Rename from python-partial-symbol and
3358 adjust for use in completion-at-point-functions.
3359 (python-mode): Setup completion-at-point for Python completion.
3360 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3361 extracted from lisp-complete-symbol.
3362 (lisp-complete-symbol): Use it.
3363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3364 setup completion-at-point for Elisp completion.
3365 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3366 Use completion-at-point.
3367 * ielm.el (ielm-map): Use completion-at-point.
3368 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3369 * progmodes/sym-comp.el: Move to...
3370 * obsolete/sym-comp.el: Move from progmodes.
3371
3372 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3373
3374 Prevent save-buffer in Rmail buffers from using the coding-system
3375 of the current message, and from clobbering the encoding mnemonics
3376 in the mode line (Bug#4623).
3377
3378 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3379 flag, too.
3380 (rmail-message-encoding): New variable.
3381 (rmail-write-region-annotate): Record the encoding of the current
3382 message in rmail-message-encoding.
3383 (rmail-after-save-hook): New function, restores the encoding of
3384 the current message after the message collection is saved.
3385
3386 2009-12-07 Juri Linkov <juri@jurta.org>
3387
3388 * progmodes/grep.el (grep-read-files): Use `completing-read'
3389 instead of `read-string'. Set its `collection' arg to
3390 `read-file-name-internal'. (Bug#4301)
3391
3392 2009-12-07 Juri Linkov <juri@jurta.org>
3393
3394 Correctly restore original Isearch point. (Bug#4994)
3395
3396 * isearch.el (isearch-mode): Move `isearch-push-state' after
3397 `(run-hooks 'isearch-mode-hook)'.
3398 (isearch-cancel): When `isearch-push-state-function' is defined,
3399 let-bind `isearch-cmds' to the first state (the last element of
3400 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3401 function and restores the original point). Otherwise, move point
3402 to `isearch-opoint'.
3403
3404 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3407 chars that don't have names, so the table can be built much faster at
3408 run-time.
3409
3410 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3413 change. Suggested by David Kastrup.
3414
3415 * simple.el (compose-mail): Check for incompatibilities and warn.
3416 (compose-mail-user-agent-warnings): New option.
3417
3418 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3419
3420 Support showing a single log entry from vc-annotate.
3421 * vc.el (print-log): Add a new argument: START-REVISION.
3422 (vc-print-log-internal): Add a new optional argument and
3423 pass it to the backend.
3424 (vc-print-log, vc-print-root-log): Adjust callers.
3425 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3426 buffer already displays the requested log entry, use it.
3427 Otherwise display only the log entry in question.
3428 * vc-svn.el (vc-svn-print-log):
3429 * vc-mtn.el (vc-mtn-print-log):
3430 * vc-hg.el (vc-hg-state):
3431 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3432 (vc-git-show-log-entry): Return t on success.
3433 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3434 (vc-bzr-show-log-entry): Return t on success.
3435 * vc-rcs.el (vc-rcs-print-log):
3436 * vc-sccs.el (vc-sccs-print-log):
3437 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3438
3439 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3440
3441 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3442 Add menus to the meta mode. (Bug#5043)
3443
3444 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3445
3446 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3447 event-key.
3448
3449 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3450
3451 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3452
3453 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3454 Berbain <raphael.berbain@gmail.com>.
3455
3456 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3457 characters.
3458 (tramp-initial-end-of-output): New defconst.
3459 (tramp-methods, tramp-find-shell)
3460 (tramp-open-connection-setup-interactive-shell)
3461 (tramp-maybe-open-connection): Use it.
3462 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3463 existence of `#' and `$'.
3464
3465 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3466 `tramp-initial-end-of-output'.
3467
3468 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 Get the background mode from the terminal for xterm, and set
3471 faces accordingly.
3472 * term/xterm.el (xterm-set-background-mode): New function.
3473 (terminal-init-xterm): Use it in case xterm supports background
3474 color queries. Recompute faces after getting the background
3475 color.
3476
3477 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3478
3479 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3480 number comment back on its own line, for easier parsing.
3481
3482 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 Make it work for non-file buffers (bug#5102).
3485 * doc-view.el (doc-view-current-cache-dir):
3486 Use doc-view-buffer-file-name rather than buffer-file-name.
3487 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3488
3489 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3490
3491 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3492 author field is too short.
3493
3494 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * vc-git.el (vc-git-print-log): Handle a limit argument.
3497 Display the short log in graph form and with labels.
3498 (vc-git-log-view-mode): Handle labels.
3499
3500 Make vc-revert change VC state from 'added to 'unregistered.
3501 * vc-git.el (vc-git-revert): Call git reset first.
3502
3503 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3504
3505 * net/newst-backend.el, net/newst-plainview.el:
3506 * net/newst-reader.el, net/newst-ticker.el:
3507 * net/newst-treeview.el, net/newsticker.el:
3508 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3509
3510 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3513
3514 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3515 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3516 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3517 Update annotation regexp.
3518
3519 * simple.el (beginning-of-visual-line): Constrain to field
3520 boundaries (Bug#5106).
3521
3522 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3523
3524 * xml.el (xml-substitute-numeric-entities): Move
3525 newsticker--decode-numeric-entities in newst-backend.el to
3526 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3527 * net/newst-backend.el (newsticker--parse-generic-feed)
3528 (newsticker--parse-generic-items)
3529 (newsticker--decode-numeric-entities): Move
3530 newsticker--decode-numeric-entities in newst-backend.el to
3531 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3532
3533 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3534
3535 * progmodes/js.el (js--js-not): Add null to the list of values.
3536
3537 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3540
3541 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3542
3543 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3544 delimiter if it is at the end of the current line.
3545 (bibtex-generate-url-list): Fix docstring.
3546
3547 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3550 minibuffer's content with itself.
3551 Fold the confirm-after-completion case into the `confirm' case.
3552 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3553
3554 2009-12-06 Kevin Ryde <user42@zip.com.au>
3555
3556 * ffap.el (ffap-rfc-path): Make this a defcustom since
3557 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3558
3559 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3560 manuals, similar to existing setup for help-mode. (Bug#3913.)
3561
3562 2009-12-05 Juri Linkov <juri@jurta.org>
3563
3564 Save and restore dired buffer's point positions too. (Bug#4880)
3565
3566 * dired.el (dired-save-positions): Return in the first element
3567 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3568 Doc fix.
3569 (dired-restore-positions): First restore buffer's position.
3570 While restoring window's positions, check if window still displays
3571 the original buffer.
3572
3573 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3576 if possible.
3577
3578 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3579 Make argument optional.
3580
3581 * shell.el (shell): Require ansi-color (Bug#5113).
3582
3583 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3584
3585 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3586
3587 2009-12-05 Alan Mackenzie <acm@muc.de>
3588
3589 * progmodes/cc-mode.el (c-before-hack-hook)
3590 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3591 `c-file-style' to work again. This reversion restores the current
3592 software to its state in Emacs 23.1. (Bug#4146)
3593
3594 2009-12-05 Kevin Ryde <user42@zip.com.au>
3595
3596 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3597 comment-start-skip to comment-end-skip as comment (Bug#4781).
3598
3599 2009-12-05 Juri Linkov <juri@jurta.org>
3600
3601 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3602 for virtual nodes. (Bug#4147)
3603 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3604 when moving from a virtual node.
3605 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3606 (Info-mode): Add `Info-virtual-index' to the docstring.
3607
3608 2009-12-05 Eric Ludlam <zappo@gnu.org>
3609
3610 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3611 Describe project macro symbols.
3612
3613 * cedet/semantic/complete.el (semantic-complete-do-completion):
3614 Don't call semantic-collector-current-exact-match.
3615
3616 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3617 ede-objects as targets.
3618
3619 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3620 a target's object list even if compiler vars are already in the
3621 Makefile.
3622
3623 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3624 list of headers producing necessary macros.
3625
3626 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3627
3628 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3629 track of the buffer position of the end of a BibTeX entry as this
3630 position may change during reformatting.
3631 (bibtex-format-entry): Remove whitespace before processing
3632 numerical fields so that we recognize the latter properly.
3633 (bibtex-reformat): Do not use push which changes the global value
3634 of bibtex-entry-format.
3635 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3636 (bibtex-field-re-init): Replace only space characters by regexp
3637 for whitespace.
3638 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3639 (bibtex-initialize): Also update bibtex-strings.
3640 (bibtex-kill-field): Preserve white space at end of entry.
3641 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3642 Update bibtex-reference-keys.
3643
3644 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3647 point after a star, if that's the only place where modifications can
3648 make progress.
3649
3650 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3651
3652 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3653 in docstrings.
3654
3655 2009-12-04 Juri Linkov <juri@jurta.org>
3656
3657 * proced.el (proced): Call `(proced-update t)' to update process
3658 information instead of only running proced-post-display-hook.
3659 (proced-send-signal): Add a leading space to the buffer name
3660 " *Marked Processes*" to make this buffer ephemeral.
3661
3662 2009-12-04 Juri Linkov <juri@jurta.org>
3663
3664 * dired.el (dired-auto-revert-buffer): New defcustom.
3665 (dired-internal-noselect): Use it.
3666
3667 2009-12-04 Juri Linkov <juri@jurta.org>
3668
3669 Change roles of modes and functions in image-mode.el (Bug#5062).
3670
3671 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3672 in `auto-mode-alist'.
3673 (image-mode-previous-major-mode): New variable.
3674 (image-minor-mode-map): Rename from `image-mode-text-map'.
3675 (image-mode): Move graceful error-handling code from
3676 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3677 (image-minor-mode): Remove all image-handling code.
3678 Replace `image-mode-text-map' with `image-minor-mode-map'.
3679 Check for `image-type' in mode-line format string.
3680 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3681 (image-mode-as-text): New function with most code from
3682 `image-mode-maybe'.
3683 (image-toggle-display-text): Move code that removes image
3684 properties from `image-toggle-display' to here.
3685 (image-toggle-display-image): New function with code that adds
3686 image properties copied from `image-toggle-display'.
3687 (image-toggle-display): Remove most code with leaving only code
3688 that toggles between `image-mode-as-text' and `image-mode'.
3689
3690 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3691
3692 * net/newst-treeview.el
3693 (newsticker--treeview-list-highlight-start): Restored call to
3694 save-excursion: Selected item was stuck.
3695 (newsticker--treeview-list-select): New.
3696 (newsticker--treeview-item-show-text)
3697 (newsticker--treeview-item-show)
3698 (newsticker--treeview-item-update): Use new
3699 newsticker-treeview-item-mode.
3700 (newsticker-treeview-update): Keep current item.
3701 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3702 (newsticker--treeview-first-feed): Doc change.
3703 (newsticker-treeview-list-menu)
3704 (newsticker-treeview-item-menu): Added menu entries.
3705 (newsticker-treeview-item-mode): New.
3706
3707 * net/newst-backend.el (newsticker-customize): Delete other
3708 windows.
3709
3710 2009-12-04 Sam Steingold <sds@gnu.org>
3711
3712 * log-view.el (log-view-mode-map): "q" calls quit-window,
3713 like in all the other non-self-insert buffers.
3714
3715 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 Minor cleanup.
3718 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3719 key decoding rather than do it manually via last-input-event +
3720 ascii-character.
3721 (term-exec): Use delete-and-extract-region.
3722 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3723 (term-process-pager): Remove unused var `i'.
3724 (term-dynamic-simple-complete): Make obsolete.
3725 (serial-update-config-menu): Remove unused vars `y' and `str'.
3726 (term-update-mode-line): Remove unused var `temp'.
3727
3728 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3729
3730 Limit the number of log entries displayed by default.
3731 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3732 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3733 using a prefix argument.
3734
3735 2009-12-03 Glenn Morris <rgm@gnu.org>
3736
3737 * progmodes/idlwave.el (class): Restore still useful declaration.
3738
3739 2009-12-03 Alan Mackenzie <acm@muc.de>
3740
3741 Enhance `c-parse-state' to run efficiently in "brace deserts".
3742
3743 * progmodes/cc-mode.el (c-basic-common-init):
3744 Call c-state-cache-init.
3745 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3746 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3747 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3748
3749 * progmodes/cc-langs.el (c-before-font-lock-function):
3750 c-extend-and-neutralize-syntax-in-CPP has been renamed
3751 c-neutralize-syntax-in-and-mark-CPP.
3752
3753 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3754 with `category' properties now, not `syntax-table' ones.
3755
3756 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3757 enhanced (but slower) version of c-end-of-macro that won't land
3758 inside a literal or on another awkward character.
3759 (c-state-cache-too-far, c-state-cache-start)
3760 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3761 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3762 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3763 (c-state-min-scan-pos, c-state-brace-pair-desert)
3764 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3765 buffer local variables.
3766 (c-state-literal-at, c-state-lit-beg)
3767 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3768 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3769 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3770 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3771 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3772 (c-renarrow-state-cache)
3773 (c-append-lower-brace-pair-to-state-cache)
3774 (c-state-push-any-brace-pair, c-append-to-state-cache)
3775 (c-remove-stale-state-cache)
3776 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3777 (c-invalidate-state-cache-1, c-parse-state-1)
3778 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3779 (c-parse-state): Enhance and refactor.
3780 (c-debug-parse-state): Amend to deal with all the new variables.
3781
3782 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3783 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3784 modify to use category text properties rather than syntax-table ones.
3785 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3786 to switch off/on the syntactic paren property of C++ template
3787 delimiters using the category property.
3788 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3789 template delims suppressed.
3790 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3791 New constant/macros which apply category properties to the start
3792 and end of preprocessor constructs.
3793 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3794 "comment out" the syntactic value of characters in preprocessor
3795 constructs.
3796 (c-with-cpps-commented-out)
3797 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3798 with characters in all or all but one preprocessor constructs
3799 "commented out".
3800
3801 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3802
3803 * proced.el (proced-filter-alist): Use regexp-quote.
3804
3805 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3806
3807 Cleanup.
3808 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3809 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3810 arguments. Expand `default-directory'.
3811
3812 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3813 the benefit of returning an expanded localname.
3814 (tramp-tramp-file-p): Handle the case NAME is not a string.
3815
3816 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 Add support for bzr shelve/unshelve.
3819 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3820 (vc-bzr-extra-menu-map): New variables.
3821 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3822 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3823 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3824 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3825 (vc-bzr-dir-extra-headers): Display shelves.
3826
3827 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3828
3829 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * textmodes/bibtex.el (bibtex-complete-internal):
3832 Use completion-in-region.
3833 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3834
3835 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 Support applying stashes. Improve UI.
3838 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3839 (vc-git-stash-apply, vc-git-stash-pop)
3840 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3841 (vc-git-stash-menu): New functions.
3842 (vc-git-stash-menu-map): New variable.
3843 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3844
3845 2009-12-03 Glenn Morris <rgm@gnu.org>
3846
3847 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3848 (vc-print-log-internal): Fix previous change.
3849 (vc-revert): Correct pluralization.
3850
3851 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3854 it to be an alist any more.
3855 (makefile-complete): Use completion-in-region.
3856
3857 * progmodes/octave-mod.el (octave-complete-symbol):
3858 Use completion-in-region.
3859
3860 Misc cleanup.
3861 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3862 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3863 (idlwave-complete-class): Don't quote lambda.
3864 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3865 (idlwave-mode-map): Move initialization into declaration.
3866 (idlwave-action-and-binding): Use backquotes.
3867 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3868 Simplify.
3869 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3870 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3871 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3872 `parts', and `all-parts'.
3873 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3874 (idlwave-convert-xml-system-routine-info): Remove unused string
3875 `version-string'.
3876 (idlwave-display-user-catalog-widget): Use dolist.
3877 (idlwave-scanning-lib): Declare dynamically-scoped var.
3878 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3879 (completion-highlight-first-word-only): Declare to silence bytecomp.
3880 (idlwave-popup-select): Tighten scope of `resp'.
3881 (idlwave-find-struct-tag): Remove unused var `beg'.
3882 (idlwave-after-load-rinfo-hook): Declare.
3883 (idlwave-sintern-class-info): Remove unused var `taglist'.
3884 (idlwave-find-class-definition): Remove unused var `list'.
3885 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3886 (idlwave-what-module-find-class): Remove unused var `classes'.
3887
3888 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3891
3892 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3895 buffers visited. Remove redundant current-buffer-saving.
3896
3897 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 Use completion-in-buffer and remove uses of dynamic scoping.
3900 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3901 (pascal-buffer-to-use, pascal-flag): Don't declare.
3902 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3903 (pascal-get-completion-decl, pascal-keyword-completion):
3904 Add `pascal-str' argument, save-excursion,
3905 return the found completions, and don't filter with pascal-pred.
3906 (pascal-completion-cache): New var.
3907 (pascal-completion): Don't switch buffer any more (it was never
3908 necessary). Don't save-excursion any more (it's done by the called
3909 subroutines). Use a cache to avoid redundant computations.
3910 Use complete-with-action rather than pascal-completion-response and
3911 let it apply the predicate as well.
3912 (pascal-complete-word): Use completion-in-buffer when
3913 pascal-toggle-completions is nil.
3914 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3915 not used any more.
3916 (pascal-comp-defun): Don't change buffer any more.
3917 Use complete-with-action rather than pascal-completion-response and
3918 let it apply the predicate as well.
3919 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3920 when neded.
3921
3922 2009-12-02 Kenichi Handa <handa@m17n.org>
3923
3924 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3925 shape for all Indic scripts.
3926
3927 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 Use completion-in-buffer.
3930 * wid-edit.el (widget-field-text-end): New function.
3931 (widget-field-value-get): Use it.
3932 (widget-string-complete, widget-file-complete)
3933 (widget-color-complete): Use it and completion-in-region.
3934 (widget-complete): Don't narrow the buffer.
3935
3936 2009-12-02 Glenn Morris <rgm@gnu.org>
3937
3938 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3939 (rmail-select-summary): Use rmail-pop-to-buffer.
3940 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3941 rmail-pop-to-buffer, to prevent horizontal splits.
3942
3943 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3944 save-excursion with save-current-buffer.
3945 Widen before searching. (Bug#5093)
3946 (diary-list-sexp-entries): Remove superfluous save-excursion.
3947
3948 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3949
3950 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3951 name. (Bug#5038)
3952
3953 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3954
3955 * ido.el (ido-file-internal): Handle filenames at point that do
3956 not have a directory part. (Bug#5049)
3957
3958 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3961 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3962
3963 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3964
3965 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3966 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3967 any more.
3968
3969 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * comint.el (comint-insert-input): Ignore clicks to the right of
3972 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3973
3974 * vc.el (vc-print-log-internal): Don't wait for the process to
3975 terminate before setting up the major mode.
3976
3977 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3978 in case.
3979
3980 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3981 the last element.
3982
3983 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3984
3985 2009-12-01 Glenn Morris <rgm@gnu.org>
3986
3987 * window.el (window--display-buffer-2): Fix previous changes.
3988
3989 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3992
3993 2009-12-01 Glenn Morris <rgm@gnu.org>
3994
3995 * Makefile.in (ELCFILES): Add mpc.elc.
3996
3997 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * mpc.el: New file.
4000
4001 2009-12-01 Glenn Morris <rgm@gnu.org>
4002
4003 * window.el (window-to-use): Define for compiler.
4004
4005 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4006 consistent with others (no final period).
4007
4008 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4009 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4010
4011 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4012
4013 Make vc-print-log buttons work.
4014 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4015
4016 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4017
4018 * savehist.el (savehist-autosave-interval): Allow setting to nil
4019 through customize. (Bug#5056)
4020
4021 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4022
4023 Fix references to jit-lock properties.
4024 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4025 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4026 (perl-font-lock-special-syntactic-constructs):
4027 Quote jit-lock-defer-multiline property.
4028
4029 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4032
4033 2009-11-30 Juri Linkov <juri@jurta.org>
4034
4035 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4036 value `buffer' of `multi-isearch-next-buffer-current-function'.
4037 Use `(current-buffer)' when `buffer' is nil.
4038 (multi-isearch-next-buffer-from-list): Don't fallback to
4039 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4040
4041 2009-11-30 Juri Linkov <juri@jurta.org>
4042
4043 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4044 of buffers with `get-buffer' to `multi-isearch-buffers'.
4045 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4046 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4047 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4048 FILES with `expand-file-name' converting relative file names
4049 to absolute. Doc fix. (Bug#4727)
4050
4051 2009-11-30 Juri Linkov <juri@jurta.org>
4052
4053 * misearch.el (multi-isearch-read-buffers)
4054 (multi-isearch-read-matching-buffers): New functions.
4055 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4056 Use them in the `interactive' spec. Doc fix.
4057 (multi-isearch-read-files, multi-isearch-read-matching-files):
4058 New functions.
4059 (multi-isearch-files, multi-isearch-files-regexp):
4060 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4061
4062 2009-11-30 Juri Linkov <juri@jurta.org>
4063
4064 * doc-view.el (doc-view-continuous):
4065 Rename from `doc-view-continuous-mode'.
4066 (doc-view-menu): Move "Toggle display" to the top.
4067 Add submenu "Continuous" with radio buttons "Off"/"On"
4068 and "Save as Default".
4069 (doc-view-scroll-up-or-next-page)
4070 (doc-view-scroll-down-or-previous-page)
4071 (doc-view-next-line-or-next-page)
4072 (doc-view-previous-line-or-previous-page): Rename
4073 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4074
4075 2009-11-30 Juri Linkov <juri@jurta.org>
4076
4077 * comint.el (comint-mode-map): Rebind `M-r' from
4078 `comint-previous-matching-input' to
4079 `comint-history-isearch-backward-regexp'.
4080 Unbind `M-s' to allow global key binding `M-s'.
4081 Add menu items for `comint-history-isearch-backward' and
4082 `comint-history-isearch-backward-regexp'. (Bug#3746)
4083
4084 2009-11-30 Juri Linkov <juri@jurta.org>
4085
4086 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4087 For def=recenter, replace `recenter' with `recenter-top-bottom'
4088 that is called with `this-command' and `last-command' let-bound
4089 to `recenter-top-bottom'. When the last `def' was not `recenter',
4090 set `recenter-last-op' to nil. (Bug#4981)
4091
4092 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 Minor cleanup and simplification.
4095 * filecache.el (file-cache-add-directory)
4096 (file-cache-add-directory-recursively)
4097 (file-cache-add-from-file-cache-buffer)
4098 (file-cache-delete-file-regexp, file-cache-delete-directory)
4099 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4100 (file-cache-temp-minibuffer-message): Delete function.
4101 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4102
4103 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4104 Don't signal an error when bumping into EOB in tr, s, or y.
4105
4106 2009-11-29 Juri Linkov <juri@jurta.org>
4107
4108 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4109 (Bug#4960)
4110
4111 * descr-text.el (describe-char-unidata-list): Use lowercase name
4112 for "Unicode name" like in other tags.
4113
4114 2009-11-29 Juri Linkov <juri@jurta.org>
4115
4116 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4117 New compatibility macro.
4118 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4119
4120 2009-11-29 Juri Linkov <juri@jurta.org>
4121
4122 Add defcustom to define the cycling order of `recenter-top-bottom'.
4123 (Bug#4981)
4124
4125 * window.el (recenter-last-op): Doc fix.
4126 (recenter-positions): New defcustom.
4127 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4128 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4129
4130 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4131
4132 Improve integration of Tramp and ange-ftp in eshell.
4133
4134 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4135 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4136 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4137
4138 * eshell/esh-util.el (top): Require also Tramp when compiling.
4139 (eshell-directory-files-and-attributes): Check for FTP remote
4140 connection.
4141 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4142 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4143 (eshell-file-attributes): Handle ".". Return `entry'.
4144
4145 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4146 (ange-ftp-directory-files-and-attributes)
4147 (ange-ftp-real-directory-files-and-attributes): New defuns.
4148
4149 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4150 shell with "exec" when possible. This prevents trailing prompts
4151 in `start-file-process'.
4152
4153 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 Try and remove assumptions about point-min==1.
4156 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4157 (rng-compute-mode-line-string): Show the validation percentage in
4158 terms of the narrowed text, not the widened text.
4159 (rng-do-some-validation): Don't catch internal errors when debugging.
4160 (rng-first-error): Simplify.
4161 (rng-after-change-function): Remove work around. AFAIK the bug has
4162 been fixed a while ago.
4163
4164 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4165 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4166
4167 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4168
4169 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4170 `cd' doesn't always do it for us (bug#5067).
4171
4172 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4173 on 2009-10-25 as part of some other change (bug#5067).
4174
4175 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4178 `suspicious'.
4179 (byte-compile-warnings): Use byte-compile-warning-types.
4180 (byte-compile-save-excursion): Warn about use of set-buffer right
4181 after save-excursion.
4182
4183 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4184 the excursion as well.
4185
4186 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4187
4188 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4189 providing a Tramp related implementation of "su" and "sudo".
4190 (eshell-unix-initialize): Add "su" and "sudo".
4191
4192 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4193
4194 * net/socks.el (socks-send-command): Convert binary request to
4195 unibyte before sending. This fixes mishandling of some port
4196 numbers such as 129.
4197
4198 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * help.el (describe-bindings-internal): Remove `interactive'.
4201
4202 * man.el (Man-completion-table): Trim a terminating "(".
4203 Remove the space between name page a section.
4204 Add the command's description on the `help-echo' property.
4205 Remove `process-connection-type' binding since it's unused by
4206 call-process.
4207 Provide completion for the "<section> <name>" format as well.
4208 (Man-default-man-entry): Remove spurious var shadowing the argument.
4209
4210 2009-11-26 Kevin Ryde <user42@zip.com.au>
4211
4212 * log-view.el: Add "Keywords: tools", since its other keywords
4213 aren't in finder-known-keywords, and following vc.el.
4214
4215 * sha1.el (sha1-string-external): default-directory "/" in case
4216 otherwise non-existent. process-connection-type pipe for touch of
4217 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4218
4219 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 Misc coding convention cleanups.
4222 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4223 hfy-init-kludge-hooks.
4224 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4225 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4226 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4227 and push.
4228 (hfy-slant, hfy-weight): Use tables rather than code.
4229 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4230 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4231 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4232 (hfy-face-to-css): Remove `nconc' with single arg.
4233 (hfy-p-to-face-lennart): Use `or'.
4234 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4235 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4236 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4237 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4238 (hfy-force-fontification): Use run-hooks.
4239
4240 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4241
4242 Various minor fixes.
4243 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4244 Javascript belongs in the header, not the body.
4245 (hfy-javascript): Remove.
4246 (hfy-fontify-buffer): Don't insert it any more.
4247 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4248 Fix bug in invis handling when there were no invis props in a chunk.
4249
4250 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4253
4254 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * finder.el (finder-mode-map): Add a menu.
4257
4258 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4259
4260 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4261 "unsigned" structs.
4262
4263 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4264 fork" statement better.
4265
4266 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4267
4268 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4269 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4270 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4271 Reported by Clay Douglass.
4272
4273 (verilog-auto-inst, verilog-auto-star-safe)
4274 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4275 Fix removing "// Interfaces" when saving .* expansions. Reported by
4276 Pierre-David Pfister.
4277
4278 2009-11-26 Glenn Morris <rgm@gnu.org>
4279
4280 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4281 the scope.
4282
4283 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4284
4285 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4286 Really use previous revision.
4287
4288 2009-11-25 Kevin Ryde <user42@zip.com.au>
4289
4290 * man.el (Man-completion-table): default-directory "/" in case
4291 doesn't otherwise exist. process-environment COLUMNS=999 so as
4292 not to truncate long names. process-connection-type pipe to avoid
4293 any chance of hitting the pseudo-tty TIOCGWINSZ.
4294 (man): completion-ignore-case t for friendliness and since man
4295 itself is case-insensitive on the command line.
4296 Further to Bug#3717.
4297
4298 * arc-mode.el: Add "Keywords: files", so the details in its
4299 commentary can be reached from finder-by-keyword.
4300 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4301 editing mode, but it's comms related and sgml-mode.el has "comm"
4302 on that basis too.
4303 * textmodes/bibtex-style.el: Add "Keywords: tex".
4304 * international/isearch-x.el, international/ja-dic-cnv.el:
4305 * international/ja-dic-utl.el, international/kkc.el:
4306 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4307
4308 2009-11-25 Juri Linkov <juri@jurta.org>
4309
4310 * man.el (Man-completion-table): Modify regexp to include
4311 section names to completion strings. (Bug#3717)
4312
4313 2009-11-25 Juri Linkov <juri@jurta.org>
4314
4315 Search recursively in gzipped files. (Bug#4982)
4316
4317 * progmodes/grep.el (grep-highlight-matches): Add new options
4318 `always' and `auto'. Doc fix.
4319 (grep-process-setup): Check `grep-highlight-matches' for
4320 `auto-detect' to determine the need to compute grep defaults.
4321 Move Windows/DOS specific --colors settings handling
4322 to `grep-compute-defaults'. Check `grep-highlight-matches'
4323 to get the value of "--color=".
4324 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4325 has the value `auto-detect'. Move Windows/DOS specific settings
4326 from `grep-process-setup'.
4327 (zrgrep): New command with alias `rzgrep'.
4328
4329 2009-11-25 Juri Linkov <juri@jurta.org>
4330
4331 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4332 to nil instead of switching off view-mode. (Bug#4896)
4333
4334 2009-11-25 Juri Linkov <juri@jurta.org>
4335
4336 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4337
4338 * mwheel.el (mwheel-scroll-up-function)
4339 (mwheel-scroll-down-function): New defvars.
4340 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4341 `scroll-up', and `mwheel-scroll-down-function' instead of
4342 `scroll-down'.
4343
4344 * doc-view.el (doc-view-scroll-up-or-next-page)
4345 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4346 Use this ARG in the call to image-scroll-up/image-scroll-down.
4347 Change `interactive' spec to "P". Goto next/previous page only
4348 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4349 SPC/DEL case). Doc fix.
4350 (doc-view-next-line-or-next-page)
4351 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4352 for consistency.
4353 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4354 `doc-view-scroll-up-or-next-page', and buffer-local
4355 `mwheel-scroll-down-function' to
4356 `doc-view-scroll-down-or-previous-page'.
4357
4358 2009-11-25 Juri Linkov <juri@jurta.org>
4359
4360 Provide additional default values (directories at other Dired
4361 windows) via M-n in the minibuffer of some Dired commands.
4362
4363 * dired-aux.el (dired-diff, dired-compare-directories)
4364 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4365 `minibuffer-default' in `minibuffer-with-setup-hook'.
4366 (dired-dwim-target-directory): Find a window that displays Dired
4367 buffer instead of failing when the next window is not Dired.
4368 Use `get-window-with-predicate' to find for the next Dired window.
4369 (dired-dwim-target-defaults): New function.
4370
4371 * ediff-util.el (ediff-read-file-name):
4372 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4373 in `minibuffer-with-setup-hook'.
4374
4375 2009-11-25 Juri Linkov <juri@jurta.org>
4376
4377 Provide additional default values (file name at point or at the
4378 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4379
4380 * minibuffer.el (read-file-name-defaults): New function.
4381 (read-file-name): Reset `minibuffer-default' to nil when
4382 it duplicates initial input `insdef'.
4383 Bind `minibuffer-default-add-function' to lambda that
4384 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4385 (minibuffer-insert-file-name-at-point): New command.
4386
4387 * files.el (file-name-at-point-functions): New defcustom.
4388 (find-file-default): Remove defvar.
4389 (find-file-read-args): Don't use `find-file-default'.
4390 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4391 to `read-file-name'.
4392 (find-file-literally): Use `read-file-name' with
4393 `confirm-nonexistent-file-or-buffer'.
4394
4395 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4396
4397 * dired.el (dired-read-dir-and-switches):
4398 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4399 to `read-file-name'.
4400 (dired-file-name-at-point): New function.
4401 (dired-mode): Add hook `dired-file-name-at-point' to
4402 `file-name-at-point-functions'.
4403
4404 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 Really make the *Completions* window soft-dedicated (bug#5030).
4407 * window.el (window--display-buffer-2): Add `dedicated' argument.
4408 (display-buffer): Pass it when needed so the dedicated flag is set
4409 after calling set-window-buffer, which would otherwise reset it.
4410
4411 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * progmodes/meta-mode.el (meta-complete-symbol):
4414 * progmodes/etags.el (complete-tag):
4415 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4416 Use completion-in-region.
4417
4418 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4419 (dabbrev-completion): Use completion-in-region.
4420 (dabbrev--abbrev-at-point): Simplify regexp.
4421
4422 * abbrev.el (abbrev--before-point): Use word-motion functions
4423 if :regexp is not specified (bug#5031).
4424
4425 * subr.el (string-prefix-p): New function.
4426
4427 * man.el (Man-completion-cache): New var.
4428 (Man-completion-table): Use it.
4429
4430 * vc.el (vc-print-log-internal): Make `limit' optional for better
4431 compatibility (e.g. with vc-annotate.el).
4432
4433 2009-11-24 Kevin Ryde <user42@zip.com.au>
4434
4435 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4436 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4437
4438 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4439 when .el source file not found or other error.
4440
4441 2009-11-24 Markus Triska <markus.triska@gmx.at>
4442
4443 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4444
4445 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 Handle the [back] button properly (bug#4979).
4448 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4449 Use help-setup-xref, help-buffer, and with-help-window.
4450 (describe-char): Add `buffer' argument.
4451 Pass proper command to help-setup-xref. Don't meddle with
4452 help-xref-stack-item directly.
4453 (describe-text-category): Use with-help-window and help-buffer.
4454
4455 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4456 for the displayed buffer (bug#4887).
4457
4458 * man.el (Man-completion-table): New function.
4459 (man): Use it.
4460
4461 2009-11-24 David Reitter <david.reitter@gmail.com>
4462
4463 * vc-git.el (vc-git-registered): Use checkout directory (where
4464 .git is) rather than the file's directory and a relative path spec
4465 to work around a bug in git.
4466
4467 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4468
4469 Improve handling of processes on remote hosts.
4470
4471 * eshell/esh-util.el (eshell-path-env): New defvar.
4472 (eshell-parse-colon-path): New defun.
4473 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4474
4475 * eshell/esh-ext.el (eshell-search-path):
4476 Use `eshell-parse-colon-path'.
4477 (eshell-remote-command): Remove argument HANDLER.
4478 (eshell-external-command): Check for FTP remote connection.
4479
4480 * eshell/esh-proc.el (eshell-gather-process-output):
4481 Use `file-truename', in order to start also symlinked files.
4482 Apply `start-file-process' instead of `start-process'.
4483 Shorten `command' to the local file name part.
4484
4485 * eshell/em-cmpl.el (eshell-complete-commands-list):
4486 Use `eshell-parse-colon-path'.
4487
4488 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4489
4490 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4491 to `eshell-directory-change-hook'.
4492
4493 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4494
4495 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4496 because it could be enabled automatically if view-read-only is non-nil.
4497
4498 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4499
4500 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4501 made on 2009-11-22.
4502
4503 2009-11-24 Glenn Morris <rgm@gnu.org>
4504
4505 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4506 deleted variable bookmark-bmenu-bookmark-column.
4507
4508 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4509 Move after definition of global-semantic-idle-tag-highlight-mode.
4510
4511 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4514
4515 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4516
4517 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4518 two slashes to the "file:" prefix.
4519 (browse-url-file-url): De-munge Cygwin filenames before passing
4520 them to Windows browser.
4521 (browse-url-default-windows-browser): Use call-process.
4522
4523 2009-11-23 Juri Linkov <juri@jurta.org>
4524
4525 Implement DocView Continuous mode. (Bug#4896)
4526 * doc-view.el (doc-view-continuous-mode): New defcustom.
4527 (doc-view-mode-map): Bind C-n/<down> to
4528 `doc-view-next-line-or-next-page', C-p/<up> to
4529 `doc-view-previous-line-or-previous-page'.
4530 (doc-view-next-line-or-next-page)
4531 (doc-view-previous-line-or-previous-page): New commands.
4532
4533 2009-11-23 Juri Linkov <juri@jurta.org>
4534
4535 Implement Isearch in comint input history. (Bug#3746)
4536 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4537 `isearch-mode-hook'.
4538 (comint-history-isearch): New defcustom.
4539 (comint-history-isearch-backward)
4540 (comint-history-isearch-backward-regexp): New commands.
4541 (comint-history-isearch-message-overlay): New buffer-local variable.
4542 (comint-history-isearch-setup, comint-history-isearch-end)
4543 (comint-goto-input, comint-history-isearch-search)
4544 (comint-history-isearch-message, comint-history-isearch-wrap)
4545 (comint-history-isearch-push-state)
4546 (comint-history-isearch-pop-state): New functions.
4547
4548 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4549
4550 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4551 return.
4552 (tramp-handle-make-symbolic-link)
4553 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4554 Quote file names.
4555 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4556 (tramp-handle-process-file): Use it.
4557
4558 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * window.el (move-to-window-line-last-op): Remove.
4561 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4562
4563 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4564
4565 Make M-r mirror the new cycling behavior of C-l.
4566 * window.el (move-to-window-line-last-op): New var.
4567 (move-to-window-line-top-bottom): New command.
4568 (global-map): Bind M-r move-to-window-line-top-bottom.
4569
4570 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4571
4572 * dired-x.el (dired-guess-shell-alist-default):
4573 Support xz format. (Bug#4953)
4574
4575 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * cedet/srecode/map.el (srecode-get-maps):
4578 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4579 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4580 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4581 (semantic-toggle-decoration-style):
4582 * cedet/semantic/decorate/include.el
4583 (semantic-decoration-include-describe)
4584 (semantic-decoration-unknown-include-describe)
4585 (semantic-decoration-unparsed-include-describe)
4586 (semantic-decoration-all-include-summary):
4587 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4588 * cedet/semantic/analyze/complete.el
4589 (semantic-analyze-possible-completions):
4590 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4591 (semantic-show-unmatched-syntax-mode)
4592 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4593 (semantic-highlight-func-mode):
4594 * cedet/semantic/util.el (semantic-describe-buffer):
4595 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4596 (semantic-symref-find-tags-by-name)
4597 (semantic-symref-find-tags-by-regexp)
4598 (semantic-symref-find-tags-by-completion)
4599 (semantic-symref-find-file-references-by-name)
4600 (semantic-symref-find-text):
4601 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4602 (senator-yank-tag):
4603 * cedet/semantic/scope.el (semantic-calculate-scope):
4604 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4605 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4606 (define-semantic-idle-service):
4607 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4608 (semantic-complete-analyze-inline-idle):
4609 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4610 * cedet/mode-local.el (describe-mode-local-bindings)
4611 (describe-mode-local-bindings-in-mode):
4612 * cedet/ede/make.el (ede-make-check-version):
4613 * cedet/ede/locate.el (ede-enable-locate-on-project):
4614 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4615 (cedet-idutils-version-check):
4616 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4617 (cedet-gnu-global-version-check):
4618 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4619 (cedet-cscope-version-check): Use called-interactively-p instead
4620 of interactive-p.
4621
4622 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4623 Use semantic-format-tag-prototype.
4624
4625 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4626
4627 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4628 last-command-char/last-command-event.
4629 (viper-prefix-arg-value): Do correct conversion of event-char for
4630 XEmacs.
4631
4632 * emulation/viper-util.el, emulation/viper.el:
4633 Use viper-last-command-char instead of
4634 last-command-char/last-command-event.
4635
4636 * ediff-init.el, ediff-mult.el, ediff-util.el:
4637 Replace last-command-char and last-command-event
4638 with (ediff-last-command-char) everywhere.
4639
4640 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4641 created in fundamental mode.
4642
4643 * ediff.el (ediff-version): Revert the change of interactive-p to
4644 called-interactively-p.
4645
4646 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4647
4648 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4649 generation from word-movement command names.
4650
4651 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4654 (semantic-complete-jump-local, semantic-complete-jump):
4655 Improve prompt string.
4656
4657 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4658
4659 * cus-start.el (all): Add native condition for font-use-system-font.
4660
4661 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4662
4663 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4664 Correct the patch from 2009-11-18. (Bug#3910)
4665
4666 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4667
4668 * progmodes/subword.el: Rename from lisp/subword.el.
4669
4670 * subword.el: Rename to progmodes/subword.el.
4671
4672 * Makefile.in (ELCFILES): Adapt to subword.el move.
4673
4674 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4675 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4678 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4679 (bookmark-bmenu-show-filenames): Use push.
4680 (bookmark-bmenu-hide-filenames): Use local var instead of
4681 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4682 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4683 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4684 filenames now that the bookmark names are always available.
4685
4686 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4689 (bookmark-search-pattern): Move and leave unbound.
4690 (bookmark-bmenu-mode-map): Change binding.
4691 (bookmark-read-search-input): Simplify.
4692 Don't use text-char-description. Don't error on non-char events.
4693 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4694 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4695 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4696 Use a local var for the timer.
4697 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4698 (i.e. bookmark-bmenu-search).
4699
4700 2009-11-21 Glenn Morris <rgm@gnu.org>
4701
4702 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4703
4704 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4705
4706 * net/browse-url.el (browse-url-default-windows-browser):
4707 Use cygstart for cygwin.
4708
4709 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4710
4711 * bookmark.el: Formatting and doc fixes only:
4712 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4713 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4714 Minor grammar and punctuation fixes in doc string.
4715 (bookmark-read-search-input): Adjust to fit within 80 columns.
4716
4717 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4718
4719 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4720 (c-backward-into-nomenclature): Adapt to subword renaming.
4721
4722 * subword.el (subword-forward, subword-backward, subword-mark)
4723 (subword-kill, subword-backward-kill, subword-transpose)
4724 (subword-downcase, subword-upcase, subword-capitalize)
4725 (subword-forward-internal, subword-backward-internal):
4726 Rename from forward-subword, backward-subword, mark-subword,
4727 kill-subword, backward-kill-subword, transpose-subwords,
4728 downcase-subword, upcase-subword, capitalize-subword,
4729 forward-subword-internal, backward-subword-internal.
4730
4731 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4732
4733 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4734 New options.
4735 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4736 New vars.
4737 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4738 (bookmark-bmenu-filter-alist-by-regexp)
4739 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4740 (bookmark-bmenu-search): New command.
4741 (bookmark-bmenu-mode-map): Bind it.
4742
4743 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4746
4747 * cedet/semantic/idle.el (define-semantic-idle-service)
4748 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4749
4750 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4751
4752 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4753 backward-subword to quit the byte-compiler.
4754
4755 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4756
4757 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4758
4759 * progmodes/cc-cmds.el (c-update-modeline)
4760 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4761 Refer to subword.el functions instead of cc-subword.el.
4762
4763 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4764 subword.el functions instead of cc-subword.el.
4765
4766 * progmodes/cc-subword.el: Rename to subword.el.
4767 * subword.el: Rename from progmodes/cc-subword.el.
4768 (subword-mode-map): Rename from c-subword-mode-map.
4769 (subword-mode): Rename from c-subword-mode.
4770 (global-subword-mode): New global minor mode.
4771 (forward-subword): Rename from c-forward-subword.
4772 (backward-subword): Rename from c-backward-subword.
4773 (mark-subword): Rename from c-mark-subword.
4774 (kill-subword): Rename from c-kill-subword.
4775 (backward-kill-subword): Rename from c-backward-kill-subword.
4776 (transpose-subwords): Rename from c-tranpose-subword.
4777 (downcase-subword): Rename from c-downcase-subword.
4778 (capitalize-subword): Rename from c-capitalize-subword.
4779 (forward-subword-internal): Rename from c-forward-subword-internal.
4780 (backward-subword-internal): Rename from c-backward-subword-internal.
4781
4782 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4783
4784 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4785 from a dired buffer.
4786 (vc-dired-deduce-fileset): New function.
4787 (vc-root-diff, vc-print-root-log): Use it.
4788
4789 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4790 nil LIMIT argument to vc-print-log-internal.
4791
4792 2009-11-20 Glenn Morris <rgm@gnu.org>
4793
4794 * Makefile.in (ELCFILES): Regenerate.
4795
4796 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4799
4800 * cedet/semantic.el: Enable idle-mode menu items only if
4801 global-semantic-idle-scheduler-mode is enabled.
4802 (semantic-default-submodes): Doc fix.
4803
4804 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4805 When turning off, disable other idle modes.
4806
4807 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4808
4809 * calc/calc.el (calc-set-mode-line):
4810 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4811 (math-format-number): Rename `math-format-complement-signed' to
4812 `math-format-twos-complement'.
4813
4814 * calc/calc-bin.el (math-format-twos-complement): Rename from
4815 math-format-complement-signed.
4816 (calc-radix): Rename `calc-complement-signed-mode' to
4817 `calc-twos-complement-mode'.
4818 (calc-octal-radix, calc-hex-radix): Add an argument for
4819 two's complement.
4820
4821 * calc/calc-embed.el (calc-embedded-mode-vars):
4822 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4823
4824 * calc/calc-ext.el (calc-init-extensions):
4825 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4826 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4827
4828 * calc/calc-units.el (math-build-units-table-buffer):
4829 Let `calc-twos-complement-mode' be nil.
4830
4831 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4832 entries.
4833
4834 * calc/calc-vec.el (calcFunc-vunpack):
4835 * calc/calc-aent.el (calc-do-calc-eval):
4836 * calc/calc-forms.el (math-format-date):
4837 * calc/calc-graph.el (calc-graph-plot):
4838 * calc/calc-math.el (math-use-emacs-fn):
4839 * calc/calccomp.el (math-compose-expr):
4840 Let `calc-twos-complement-mode' be nil.
4841
4842 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4845 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4846 * minibuffer.el (completion-in-region-functions): New hook.
4847 (completion-in-region): New function.
4848 * emacs-lisp/lisp.el (lisp-complete-symbol):
4849 * pcomplete.el (pcomplete-std-complete): Use it.
4850
4851 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4854 (latex-complete-alist): New vars.
4855 (latex-string-prefix-p, latex-complete-bibtex-keys)
4856 (latex-complete-envnames, latex-complete-refkeys)
4857 (latex-complete-data): New functions.
4858 (latex-complete, latex-indent-or-complete): New commands.
4859
4860 * window.el (display-buffer-mark-dedicated): New var.
4861 (display-buffer): Obey it.
4862 * minibuffer.el (minibuffer-completion-help): Use it.
4863
4864 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4865
4866 * filecache.el (file-cache-add-file): Use push and cons.
4867 (file-cache-delete-file-regexp): Use push.
4868 (file-cache-complete): Use completion-in-region.
4869
4870 * simple.el (with-wrapper-hook): Fix thinko.
4871
4872 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4873 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4874 Use with-current-buffer and string-to-number.
4875 (hfy-fallback-colour-values): Use assoc-string.
4876 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4877 (hfy-face-at): Remove unused var `found-face'.
4878 (hfy-compile-stylesheet): Remove unused var `css'.
4879 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4880 and `orig-buffer'.
4881 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4882 Use with-current-buffer.
4883 (hfy-text-p): Use expand-file-name and fewer setq.
4884
4885 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4886
4887 * htmlfontify.el, hfy-cmap.el: New files.
4888
4889 2009-11-19 Juri Linkov <juri@jurta.org>
4890
4891 * minibuffer.el (completions-format): New defcustom.
4892 (completion--insert-strings): Implement vertical format.
4893
4894 * simple.el (switch-to-completions): Move point to the first
4895 completion when point was at the beginning of the buffer.
4896
4897 2009-11-19 Juri Linkov <juri@jurta.org>
4898
4899 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4900
4901 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4902
4903 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4906 (mail-signature): Change default to t.
4907 (mail-from-style): Deprecate `system-default' value.
4908 (mail-insert-from-field): For default value of mail-from-style,
4909 default to `angles' unless `angles' needs quoting and `parens'
4910 does not.
4911 (mail-citation-prefix-regexp): Use citation regexp from
4912 message-mode.
4913
4914 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4915
4916 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4917 Set variables for computing the prompt for reading password.
4918
4919 2009-11-19 Glenn Morris <rgm@gnu.org>
4920
4921 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4922
4923 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4924
4925 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4926 (newsticker-treeview-listwindow-height): Fix custom type.
4927
4928 2009-11-19 Kenichi Handa <handa@m17n.org>
4929
4930 * descr-text.el (describe-char-padded-string): Compose with TAB
4931 only if there's a font for CH.
4932 (describe-char): Fix the condition for detecting a trivial composition.
4933
4934 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4935
4936 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4937 more accurate version of the regexp. (Bug#3910)
4938
4939 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4940
4941 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4942
4943 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4946 (font-setting-change-default-font): Fix typo in docstring.
4947
4948 2009-11-18 Alan Mackenzie <acm@muc.de>
4949
4950 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4951
4952 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4953
4954 * font-setting.el (font-use-system-font): Move ...
4955
4956 * cus-start.el (all): ... to here.
4957
4958 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4959
4960 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4961 Don't set `ad-return-value' if `ad-do-it' doesn't.
4962
4963 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4964 modification time.
4965
4966 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4967
4968 * menu-bar.el: Put "Use system font" in Option-menu.
4969 (menu-bar-options-save): Add font-use-system-font.
4970
4971 * loadup.el: If feature system-font-setting or font-render-setting is
4972 there, load font-setting.
4973
4974 * Makefile.in (ELCFILES): Add font-settings.el.
4975 * font-setting.el: New file.
4976
4977 2009-11-17 Glenn Morris <rgm@gnu.org>
4978
4979 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4980
4981 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4982 Preserve point in the list buffer. (Bug#4939)
4983 Use point-at-eol.
4984 (newsticker--treeview-list-update-highlight)
4985 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4986
4987 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4988
4989 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4990 Remove.
4991
4992 * calc/calc-ext.el (calc-init-extensions): Remove references to
4993 symclip.
4994
4995 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4996
4997 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4998 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4999 `calc-symclip'.
5000
5001 2009-11-16 Kevin Ryde <user42@zip.com.au>
5002
5003 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5004 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5005
5006 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5007 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5008 Ignore trailing spaces by omit-nulls to split-string (fixing
5009 regression from Emacs 21 due to the incompatible split-string
5010 change). (Bug #4928.)
5011
5012 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5013
5014 * vc.el (vc-log-show-limit): Default to 2000.
5015 (vc-print-log-internal): Insert buttons to request more entries
5016 when limiting the output.
5017
5018 * vc-sccs.el (vc-sccs-print-log):
5019 * vc-rcs.el (vc-rcs-print-log):
5020 * vc-cvs.el (vc-cvs-print-log):
5021 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5022 LIMIT is non-nil.
5023
5024 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5025
5026 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5027 error when `tramp-gvfs-dbus-event-vector' is set.
5028 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5029
5030 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5033
5034 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/dbus.el (dbus-unregister-service): New defun.
5037 (dbus-register-property): Register the handlers of
5038 "org.freedesktop.DBus.Properties" for SERVICE.
5039 (dbus-property-handler): Fix docstring.
5040
5041 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5042
5043 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5044 Quote doc string reference in defvaralias as it is not in special form.
5045 (byte-compile-output-docform): Doc fix.
5046
5047 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5048
5049 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5050 (calc-complement-signed-mode): New variables.
5051 (calc-set-mode-line): Add indicator for twos-complements.
5052 (math-format-number): Format twos-complement notation.
5053
5054 * calc/calc-bin.el (calc-word-size): Reset the variables
5055 `math-2-word-size' and `math-half-2-word-size'.
5056 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5057 (calc-symclip): New functions.
5058
5059 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5060
5061 * calc/calc-embed.el (calc-embedded-mode-vars):
5062 Add `calc-complement-signed-mode' to the list of modes.
5063
5064 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5065 (calc-b-oper-keys): Add `calc-symclip' to list.
5066
5067 * calc/calc-ext.el (math-read-number-fancy): Read complement
5068 signed numbers.
5069 (calc-init-extensions): Add binding for `calc-symclip'.
5070 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5071
5072 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5073 `calc-symclip'.
5074 (calc-modes-menu): Add item for twos complement mode.
5075
5076 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5077
5078 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * register.el (jump-to-register, insert-register): Handle Semantic
5081 tags. From commented-out advice in semantic/senator.el.
5082
5083 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5084
5085 * vc.el (vc-log-show-limit): New variable.
5086 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5087 when using a prefix argument.
5088 (vc-print-log-internal): Add new argument LIMIT.
5089
5090 * vc-svn.el (vc-svn-print-log):
5091 * vc-mtn.el (vc-mtn-print-log):
5092 * vc-hg.el (vc-hg-print-log):
5093 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5094 pass it to the log command when set. Make the BUFFER argument
5095 non-optional.
5096
5097 * vc-sccs.el (vc-sccs-print-log):
5098 * vc-rcs.el (vc-rcs-print-log):
5099 * vc-git.el (vc-git-print-log):
5100 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5101 ignore it. Make the BUFFER argument non-optional
5102
5103 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5104
5105 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * dired.el (dired-mode-map): Move encryption items to "Operate"
5108 menu (Bug#4703).
5109
5110 * strokes.el (strokes-update-window-configuration): Make strokes
5111 buffer current before erasing (Bug#4906).
5112
5113 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5114 (semantic-idle-summary-mode): Define using define-minor-mode
5115 instead of define-semantic-idle-service.
5116 (semantic-idle-summary-mode): New function.
5117 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5118 that mouse motion does not reset the echo area.
5119
5120 2009-11-15 Juri Linkov <juri@jurta.org>
5121
5122 * simple.el (set-mark-default-inactive): Add :type, :group
5123 and :version. (Bug#4876)
5124
5125 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5126
5127 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5128 (archive-unique-fname): ... here. (Bug#4929)
5129
5130 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5133 with a real fix.
5134
5135 * novice.el (disabled-command-function): Add useful args.
5136 Setup the help buffer so that [back] works.
5137 Remove redundant call to help-mode.
5138 (disabled-command-function): Use `case'.
5139 (en/disable-command): New function extracted from enable-command.
5140 (enable-command, disable-command): Use it.
5141
5142 2009-11-14 Glenn Morris <rgm@gnu.org>
5143
5144 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5145 constants. (Bug#4913)
5146
5147 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5148
5149 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5150
5151 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5152 defined in C that have no doc-strings. (Bug#1063)
5153
5154 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5155
5156 * cus-edit.el (data, files):
5157 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5158
5159 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * simple.el (shell-command): Doc fix (Bug#4891).
5162
5163 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5164
5165 2009-11-14 Glenn Morris <rgm@gnu.org>
5166
5167 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5168 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5169 If they are already loaded, eval-after-load will do the right thing.
5170
5171 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5172 compiling.
5173
5174 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5175
5176 * simple.el (x-selection-owner-p): Declare.
5177 (read-mail-command): Use custom radio type rather than choice.
5178 (completion-no-auto-exit): Doc fix.
5179
5180 * custom.el (defgroup):
5181 * epg-config.el (epg): Doc fixes.
5182
5183 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5184
5185 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5186 * international/ccl.el (define-ccl-program): Do not purecopy the
5187 docstring, defconst does it anyway.
5188
5189 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5192 a second time.
5193
5194 * x-dnd.el (x-dnd-maybe-call-test-function):
5195 * window.el (split-window-vertically):
5196 * whitespace.el (whitespace-help-on):
5197 * vc-rcs.el (vc-rcs-consult-headers):
5198 * userlock.el (ask-user-about-lock-help)
5199 (ask-user-about-supersession-help):
5200 * type-break.el (type-break-force-mode-line-update):
5201 * time-stamp.el (time-stamp-conv-warn):
5202 * terminal.el (te-set-output-log, te-more-break, te-filter)
5203 (te-sentinel, terminal-emulator):
5204 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5205 (term-write-input-ring, term-check-source, term-start-output-log):
5206 (term-display-buffer-line, term-dynamic-list-completions):
5207 (term-ansi-make-term, serial-term):
5208 * subr.el (selective-display):
5209 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5210 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5211 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5212 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5213 (speedbar-remove-localized-speedbar-support)
5214 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5215 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5216 (speedbar-buffers-line-directory):
5217 * simple.el (shell-command-on-region, append-to-buffer)
5218 (prepend-to-buffer):
5219 * shadowfile.el (shadow-save-todo-file):
5220 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5221 (scroll-bar-maybe-set-window-start):
5222 * sb-image.el (speedbar-image-dump):
5223 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5224 (load-save-place-alist-from-file):
5225 * ps-samp.el (ps-print-message-from-summary):
5226 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5227 (ps-background-image, ps-begin-job, ps-do-despool):
5228 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5229 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5230 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5231 (pr-call-process, pr-file-list, pr-interface-save):
5232 * novice.el (disabled-command-function)
5233 (enable-command, disable-command):
5234 * mouse.el (mouse-buffer-menu-alist):
5235 * mouse-copy.el (mouse-kill-preserving-secondary):
5236 * macros.el (kbd-macro-query):
5237 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5238 * informat.el (batch-info-validate):
5239 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5240 * hippie-exp.el (try-expand-dabbrev-visible):
5241 * help-mode.el (help-make-xrefs):
5242 * help-fns.el (describe-variable):
5243 * generic-x.el (bat-generic-mode-run-as-comint):
5244 * finder.el (finder-mouse-select):
5245 * find-dired.el (find-dired-sentinel):
5246 * filesets.el (filesets-file-close):
5247 * files.el (list-directory):
5248 * faces.el (list-faces-display, describe-face):
5249 * facemenu.el (list-colors-display):
5250 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5251 * epg.el (epg--process-filter, epg-cancel):
5252 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5253 (epa--read-signature-type):
5254 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5255 (emerge-file-names):
5256 * ehelp.el (electric-helpify):
5257 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5258 * ediff-vers.el (rcs-ediff-view-revision):
5259 * ediff-util.el (ediff-setup):
5260 * ediff-mult.el (ediff-append-custom-diff):
5261 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5262 (ediff-wordify):
5263 * echistory.el (Electric-command-history-redo-expression):
5264 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5265 * disp-table.el (describe-display-table):
5266 * dired.el (dired-find-buffer-nocreate):
5267 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5268 * dabbrev.el (dabbrev--same-major-mode-p):
5269 * chistory.el (list-command-history):
5270 * apropos.el (apropos-documentation):
5271 * allout.el (allout-obtain-passphrase):
5272 (allout-copy-exposed-to-buffer):
5273 (allout-verify-passphrase): Use with-current-buffer.
5274
5275 2009-11-13 Glenn Morris <rgm@gnu.org>
5276
5277 * Makefile.in (ELCFILES): Regenerate.
5278
5279 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * net/dbus.el (dbus-registered-objects-table): Rename from
5282 `dbus-registered-functions-table', because it contains also properties.
5283 (dbus-unregister-object): Unregister also properties.
5284 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5285 Use a timeout of 500 msec, in order to not block.
5286 (dbus-register-property, dbus-property-handler): New defuns.
5287
5288 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * simple.el (minibuffer-default-add-completions): Drop deprecated
5291 4th arg.
5292
5293 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5294
5295 * textmodes/artist.el (artist-mouse-choose-operation):
5296 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5297 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5298 (artist-compute-up-event-key): New function.
5299 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5300
5301 2009-11-13 Kenichi Handa <handa@m17n.org>
5302
5303 * language/japan-util.el: Make sure that the value of jisx0208
5304 property is jisx0208 character.
5305
5306 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5307
5308 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5309 car or each item, not the whole list.
5310
5311 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * minibuffer.el (minibuffer-completion-help):
5314 Use minibuffer-hide-completions.
5315
5316 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5317
5318 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5319 (dired-revert): Use them (bug#4880).
5320
5321 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5322
5323 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5324
5325 2009-11-12 Juri Linkov <juri@jurta.org>
5326
5327 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5328 New functions.
5329 (find-file-literally-at-point): Alias of `ffap-literally'.
5330
5331 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5332
5333 * textmodes/ispell.el (ispell-skip-region-alist):
5334 * textmodes/css-mode.el (auto-mode-alist):
5335 * progmodes/compile.el (auto-mode-alist):
5336 * international/mule.el (ctext-non-standard-encodings-alist)
5337 (ctext-non-standard-encodings-regexp):
5338 * simple.el (shell-command-switch, text-read-only):
5339 * replace.el (occur-mode-map):
5340 * paths.el (rmail-file-name):
5341 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5342 * find-file.el (ff-special-constructs):
5343 * files.el (file-name-handler-alist):
5344 * composite.el: Purecopy strings.
5345
5346 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5347
5348 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5349
5350 * widget.el (define-widget): Purecopy the docstring.
5351 * international/mule-cmds.el (charset): Do not purecopy the
5352 docstring here, define-widget does it.
5353
5354 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5355 * textmodes/bibtex-style.el (auto-mode-alist):
5356 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5357 * progmodes/compile.el (compile-command):
5358 * language/korea-util.el (default-korean-keyboard):
5359 * international/mule-conf.el (file-coding-system-alist):
5360 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5361 * tooltip.el (tooltip-frame-parameters):
5362 * newcomment.el (comment-end, comment-padding):
5363 * dired.el (dired-trivial-filenames):
5364 * comint.el (comint-file-name-prefix): Purecopy initial values.
5365
5366 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5369 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5370 `tramp-unload'.
5371 (tramp-advice-make-auto-save-file-name)
5372 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5373 after removing the advice.
5374
5375 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5376
5377 * progmodes/grep.el (grep-regexp-alist):
5378 * international/mule-cmds.el (iso-2022-control-alist):
5379 * emacs-lisp/timer.el (timer-duration-words):
5380 * subr.el (version-separator, version-regexp-alist):
5381 * minibuffer.el (completion-styles-alist):
5382 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5383 Change defvars to defconsts.
5384
5385 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5386 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5387 * international/mule-conf.el: Allow to be byte compiled.
5388
5389 * international/mule.el (define-charset): Purecopy props.
5390 (load-with-code-conversion): Purecopy doc string and file name.
5391 (put-charset-property): Purecopy strings.
5392 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5393
5394 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5395 (define-char-code-property): Correctly purecopy the table.
5396
5397 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5398
5399 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5400
5401 * subr.el (add-hook): Purecopy strings.
5402 (eval-after-load): Purecopy load-history-regexp and the form.
5403
5404 * custom.el (custom-declare-group): Purecopy load-file-name.
5405
5406 * subr.el (menu-bar-separator): New defconst.
5407 * net/eudc.el (eudc-tools-menu):
5408 * international/mule-cmds.el (set-coding-system-map)
5409 (mule-menu-keymap):
5410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5411 * vc-hooks.el (vc-menu-map):
5412 * replace.el (occur-mode-map):
5413 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5414 (menu-bar-edit-menu, menu-bar-goto-menu)
5415 (menu-bar-custom-menu, menu-bar-showhide-menu)
5416 (menu-bar-options-menu, menu-bar-tools-menu)
5417 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5418 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5419 (menu-bar-help-menu):
5420 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5421 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5422
5423 * term/x-win.el (x-gtk-stock-map):
5424 * progmodes/vera-mode.el (auto-mode-alist):
5425 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5426 (inferior-lisp-program, inferior-lisp-load-command):
5427 * progmodes/hideshow.el (hs-special-modes-alist):
5428 * progmodes/gud.el (same-window-regexps):
5429 * progmodes/grep.el (grep-program, find-program, xargs-program):
5430 * net/telnet.el (same-window-regexps):
5431 * net/rlogin.el (same-window-regexps):
5432 * language/ethiopic.el (font-ccl-encoder-alist):
5433 * vc-sccs.el (vc-sccs-master-templates):
5434 * vc-rcs.el (vc-rcs-master-templates):
5435 * subr.el (cl-assertion-failed):
5436 * simple.el (next-error-overlay-arrow-position):
5437 * lpr.el (lpr-command):
5438 * locate.el (locate-ls-subdir-switches):
5439 * info.el (same-window-regexps, info)
5440 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5441 * image-mode.el (image-mode, auto-mode-alist):
5442 * hippie-exp.el (hippie-expand-ignore-buffers):
5443 * format.el (format-alist):
5444 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5445 (find-name-arg):
5446 * facemenu.el (facemenu-keybindings):
5447 * dired.el (dired-listing-switches, dired-chown-program):
5448 * diff.el (diff-switches, diff-command):
5449 * cus-edit.el (same-window-regexps):
5450 * bindings.el (mode-line-mule-info)
5451 (mode-line-buffer-identification): Purecopy strings.
5452
5453 2009-11-11 Juri Linkov <juri@jurta.org>
5454
5455 * simple.el (dired-get-filename) <declare-function>:
5456 Tell the byte-compiler about dired-get-filename.
5457 (shell-command): In Dired mode, get filename from the current line
5458 as the default value.
5459
5460 2009-11-10 Glenn Morris <rgm@gnu.org>
5461
5462 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5463 * calendar/holidays.el, progmodes/cperl-mode.el:
5464 Update x-popup-menu declarations.
5465
5466 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5467 (list-load-path-shadows): Use dolist.
5468 (list-load-path-shadows): Use with-current-buffer.
5469
5470 2009-11-10 Juri Linkov <juri@jurta.org>
5471
5472 * minibuffer.el (read-file-name): Support a list of default values
5473 in `default-filename'. Use the first file name where only one
5474 element is required. Doc fix.
5475
5476 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5477
5478 * net/dbus.el (dbus-unregister-object): Release service, if no
5479 other method is registered for it.
5480
5481 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5482
5483 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5484 bookmark-sort-flag is non-nil (Bug#4653).
5485
5486 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5489 the progress reporter entirely.
5490
5491 * emulation/cua-base.el: Add CUA property to some CC mode commands
5492 (Bug#4100).
5493
5494 2009-11-08 Kevin Ryde <user42@zip.com.au>
5495
5496 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5497 at end of sentence (Bug#4818).
5498
5499 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5500
5501 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5502 Handle "see declaration of" MSFT statements (Bug#4100).
5503
5504 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5505
5506 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5507 (tramp-advice-file-expand-wildcards): Unload via
5508 `ad-remove-advice'.
5509
5510 * net/trampver.el: Update release number.
5511
5512 2009-11-08 Kevin Ryde <user42@zip.com.au>
5513
5514 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5515 `ad-do-it'.
5516
5517 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5518
5519 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5520 in order to keep context in SELinux.
5521
5522 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * dired-aux.el (dired-query): Place cursor in echo area and allow
5525 C-g.
5526
5527 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5528 menu item if not on a directory (Bug#4701).
5529
5530 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5531
5532 Sync with Tramp 2.1.17.
5533
5534 * net/tramp.el (tramp-handle-copy-directory): Don't use
5535 `file-remote-p' (due to compatibility).
5536
5537 * net/tramp-compat.el (tramp-compat-copy-directory)
5538 (tramp-compat-delete-directory): New defuns.
5539
5540 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5541 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5542 `tramp-compat-delete-directory'.
5543
5544 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5545 (tramp-smb-handle-delete-directory): Use
5546 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5547
5548 * net/trampver.el: Update release number.
5549
5550 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * tar-mode.el (tar-copy): Call write-region on the right buffer
5553 (Bug#4857).
5554
5555 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5556 by hand, if necessary (Bug#4878).
5557
5558 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5561 align size column (Bug#4839).
5562
5563 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5564 statement.
5565
5566 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5567
5568 * progmodes/ld-script.el (auto-mode-alist):
5569 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5570
5571 * cus-face.el (custom-declare-face): Purecopy face spec.
5572
5573 2009-11-06 Kenichi Handa <handa@m17n.org>
5574
5575 * international/uni-bidi.el: Re-generated.
5576 * international/uni-category.el: Re-generated.
5577 * international/uni-combining.el: Re-generated.
5578 * international/uni-mirrored.el: Re-generated.
5579
5580 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5581
5582 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5583 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5584 (tex-start-options, slitex-run-command, latex-run-command)
5585 (tex-run-command, tex-directory):
5586 * textmodes/ispell.el (ispell-html-skip-alists)
5587 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5588 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5589 (adaptive-fill-regexp):
5590 * textmodes/dns-mode.el (auto-mode-alist):
5591 * progmodes/python.el (interpreter-mode-alist):
5592 * progmodes/etags.el (tags-compression-info-list):
5593 * progmodes/etags.el (tags-file-name):
5594 * net/browse-url.el (browse-url-galeon-program)
5595 (browse-url-firefox-program):
5596 * mail/sendmail.el (mail-signature-file)
5597 (mail-citation-prefix-regexp):
5598 * international/mule-conf.el (eight-bit):
5599 * international/latexenc.el (latex-inputenc-coding-alist):
5600 * international/fontset.el (x-pixel-size-width-font-regexp):
5601 * emacs-lisp/warnings.el (warning-type-format):
5602 * emacs-lisp/trace.el (trace-buffer):
5603 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5604 (emacs-lisp-mode-map):
5605 * calendar/holidays.el (holiday-solar-holidays)
5606 (holiday-bahai-holidays, holiday-islamic-holidays)
5607 (holiday-christian-holidays, holiday-hebrew-holidays)
5608 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5609 (hebrew-holidays-1, holiday-oriental-holidays)
5610 (holiday-general-holidays):
5611 * x-dnd.el (x-dnd-known-types):
5612 * tool-bar.el (tool-bar):
5613 * startup.el (site-run-file):
5614 * shell.el (shell-dumb-shell-regexp):
5615 * rfn-eshadow.el (file-name-shadow-tty-properties)
5616 (file-name-shadow-properties):
5617 * paths.el (remote-shell-program, news-directory):
5618 * mouse.el ([C-down-mouse-3]):
5619 * menu-bar.el (menu-bar-tools-menu):
5620 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5621 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5622 (jka-compr-compression-info-list):
5623 * isearch.el (search-whitespace-regexp):
5624 * image-file.el (image-file-name-extensions):
5625 * find-dired.el (find-ls-option):
5626 * files.el (directory-listing-before-filename-regexp)
5627 (directory-free-space-args, insert-directory-program)
5628 (list-directory-brief-switches, magic-fallback-mode-alist)
5629 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5630 (automount-dir-prefix):
5631 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5632 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5633 (face-font-registry-alternatives, face-font-registry-alternatives)
5634 (face-font-family-alternatives):
5635 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5636 (facemenu-foreground-menu, facemenu-face-menu):
5637 * epa-hook.el (epa-file-name-regexp):
5638 * dnd.el (dnd-protocol-alist):
5639 * textmodes/rst.el (auto-mode-alist):
5640 * button.el (default-button): Purecopy strings.
5641
5642 2009-11-06 Glenn Morris <rgm@gnu.org>
5643
5644 * Makefile.in (ELCFILES): Update.
5645
5646 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5649 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5650
5651 * nxml/xsd-regexp.el (xsdre-gen-categories):
5652 * nxml/xmltok.el (xmltok-parse-entity):
5653 * nxml/rng-parse.el (rng-parse-validate-file):
5654 * nxml/rng-maint.el (rng-format-manual)
5655 (rng-manual-output-force-new-line):
5656 * nxml/rng-loc.el (rng-save-schema-location-1):
5657 * nxml/rng-cmpct.el (rng-c-parse-file):
5658 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5659 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5660
5661 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5662
5663 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5664 Remove extra save-excursions and make-variable-buffer-local's.
5665 Suggested by Stefan Monnier.
5666
5667 (verilog-getopt-file, verilog-module-inside-filename-p)
5668 (verilog-set-define): Merge GNU 1.35 and repair changes from
5669 switching to using with-current-buffer.
5670
5671 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5672 being treated as a number and confusing AUTORESET.
5673 Reported by Dan Dever.
5674
5675 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5676 Add verilog-auto-ignore-concat to fix backward compatibility with
5677 older verilog-modes. Reported by Dan Katz.
5678
5679 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5680 containing closing anchors "...$".
5681
5682 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5683 Reported by Wade Smith.
5684
5685 (verilog-batch-execute-func): Comment on function usage.
5686
5687 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5688
5689 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5690 for labels.
5691
5692 (verilog-label-re, verilog-calc-1): Support proper indent of named
5693 asserts.
5694
5695 (verilog-backward-token, verilog-basic-complete-re)
5696 (verilog-beg-of-statement, verilog-indent-re): Support proper
5697 indent of the assert statement at the beginning of a block of text.
5698
5699 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5700 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5701 tokens as begins.
5702
5703 2009-11-05 Glenn Morris <rgm@gnu.org>
5704
5705 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5706 Emacs 19. (Bug#1531)
5707 (byte-compile-fix-header): Update for the above change.
5708 Drop test for epoch::version.
5709
5710 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5711 * cus-dep.el (custom-make-dependencies):
5712 * finder.el (finder-compile-keywords):
5713 Use autoload-rubric's feature argument.
5714
5715 * calendar/diary-lib.el (top-level): Make load behave more like require.
5716
5717 * vc-git.el (vc-git-stash-map): Move definition before use.
5718
5719 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * custom.el (custom-declare-group): Purecopy standard-value.
5722 (custom-declare-group): Purecopy custom-prefix.
5723
5724 * international/mule.el (load-with-code-conversion):
5725 Call do-after-load-evaluation unconditionally.
5726
5727 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5728
5729 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5732
5733 2009-11-04 Glenn Morris <rgm@gnu.org>
5734
5735 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5736 (byte-compile-compatibility): Remove option.
5737 (byte-compile-close-variables, byte-compile-fix-header)
5738 (byte-compile-insert-header, byte-compile-output-docform)
5739 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5740 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5741 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5742 (byte-compile-insert, byte-compile-defun):
5743 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5744 (byte-defop-compiler19): Remove.
5745 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5746 used by anything. Replace all calls with byte-defop-compiler.
5747
5748 2009-11-04 Juri Linkov <juri@jurta.org>
5749
5750 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5751 (menu-bar-options-menu): Don't quote the `prop' arg of
5752 `menu-bar-make-mm-toggle'.
5753
5754 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * calendar/calendar.el (cal-loaddefs):
5757 * calendar/diary-lib.el (diary-loaddefs):
5758 * calendar/holidays.el (hol-loaddefs):
5759 * eshell/esh-module.el (esh-groups): Load rather than require.
5760
5761 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5764 point-min==1.
5765 (todo-top-priorities): Only display-buffer when called interactively.
5766 (todo-item-start): Don't save excursion point.
5767 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5768 (todo-insert-item-here, todo-file-item, todo-remove-item):
5769 Adjust uses of todo-item-start and todo-item-end.
5770
5771 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5772 (autoload-rubric): Don't use any more.
5773 * cedet/semantic/fw.el (semantic/loaddefs):
5774 * cedet/srecode.el (srecode/loaddefs):
5775 * cedet/ede.el (ede/loaddefs): Load rather than require.
5776 * cedet/ede/cpp-root.el:
5777 * cedet/ede/emacs.el:
5778 * cedet/ede/files.el:
5779 * cedet/ede/linux.el:
5780 * cedet/ede/locate.el:
5781 * cedet/ede/make.el:
5782 * cedet/ede/shell.el:
5783 * cedet/ede/speedbar.el:
5784 * cedet/ede/system.el:
5785 * cedet/ede/util.el:
5786 * cedet/semantic/analyze.el:
5787 * cedet/semantic/bovine.el:
5788 * cedet/semantic/complete.el:
5789 * cedet/semantic/ctxt.el:
5790 * cedet/semantic/db-file.el:
5791 * cedet/semantic/db-find.el:
5792 * cedet/semantic/db-global.el:
5793 * cedet/semantic/db-mode.el:
5794 * cedet/semantic/db-typecache.el:
5795 * cedet/semantic/db.el:
5796 * cedet/semantic/debug.el:
5797 * cedet/semantic/dep.el:
5798 * cedet/semantic/doc.el:
5799 * cedet/semantic/edit.el:
5800 * cedet/semantic/find.el:
5801 * cedet/semantic/format.el:
5802 * cedet/semantic/html.el:
5803 * cedet/semantic/ia-sb.el:
5804 * cedet/semantic/ia.el:
5805 * cedet/semantic/idle.el:
5806 * cedet/semantic/lex-spp.el:
5807 * cedet/semantic/lex.el:
5808 * cedet/semantic/mru-bookmark.el:
5809 * cedet/semantic/scope.el:
5810 * cedet/semantic/senator.el:
5811 * cedet/semantic/sort.el:
5812 * cedet/semantic/symref.el:
5813 * cedet/semantic/tag-file.el:
5814 * cedet/semantic/tag-ls.el:
5815 * cedet/semantic/tag-write.el:
5816 * cedet/semantic/tag.el:
5817 * cedet/semantic/util-modes.el:
5818 * cedet/semantic/analyze/complete.el:
5819 * cedet/semantic/analyze/refs.el:
5820 * cedet/semantic/bovine/c.el:
5821 * cedet/semantic/bovine/gcc.el:
5822 * cedet/semantic/bovine/make.el:
5823 * cedet/semantic/bovine/scm.el:
5824 * cedet/semantic/decorate/include.el:
5825 * cedet/semantic/decorate/mode.el:
5826 * cedet/semantic/symref/cscope.el:
5827 * cedet/semantic/symref/global.el:
5828 * cedet/semantic/symref/grep.el:
5829 * cedet/semantic/symref/idutils.el:
5830 * cedet/semantic/symref/list.el:
5831 * cedet/semantic/wisent/java-tags.el:
5832 * cedet/semantic/wisent/javascript.el:
5833 * cedet/srecode/compile.el:
5834 * cedet/srecode/cpp.el:
5835 * cedet/srecode/document.el:
5836 * cedet/srecode/el.el:
5837 * cedet/srecode/expandproto.el:
5838 * cedet/srecode/getset.el:
5839 * cedet/srecode/insert.el:
5840 * cedet/srecode/java.el:
5841 * cedet/srecode/map.el:
5842 * cedet/srecode/mode.el:
5843 * cedet/srecode/template.el:
5844 * cedet/srecode/texi.el: Remove the file-local setting of
5845 generated-autoload-feature.
5846
5847 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5848 and only put a prop if it is non-nil.
5849
5850 2009-11-03 Juri Linkov <juri@jurta.org>
5851
5852 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5853 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5854
5855 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5856 and "Menu" to make top-level menu item visually one unit (like
5857 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5858 multi-word menu items). Fix :help string for quit-window.
5859
5860 2009-11-03 Glenn Morris <rgm@gnu.org>
5861
5862 * cedet/mode-local.el (with-mode-local): Doc fix.
5863
5864 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5865 (byte-compile-file-form-define-abbrev-table)
5866 (byte-compile-file-form-custom-declare-variable)
5867 (byte-compile-variable-ref, byte-compile-defvar):
5868 Whether or not a warning is enabled should only affect whether we issue
5869 the warning, not whether or not we collect the relevant data.
5870 Eg warnings can be turned on and off throughout the course of a file.
5871
5872 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5873 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5874
5875 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5878 * play/mpuz.el (mpuz-create-buffer):
5879 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5880 (lm-print-y,s,noise, lm-print-w0, lm-init):
5881 * play/gomoku.el (gomoku-prompt-for-move):
5882 * play/fortune.el (fortune-in-buffer):
5883 * play/dissociate.el (dissociated-press):
5884 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5885 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5886 * mail/supercite.el (sc-eref-show):
5887 * mail/smtpmail.el (smtpmail-send-it):
5888 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5889 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5890 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5891 (rmail-summary-goto-msg, rmail-summary-expunge)
5892 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5893 (rmail-summary-add-label, rmail-summary-output-menu)
5894 (rmail-summary-output-body):
5895 * mail/rfc822.el (rfc822-addresses):
5896 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5897 * mail/mailpost.el (post-mail-send-it):
5898 * mail/hashcash.el (hashcash-generate-payment):
5899 * mail/feedmail.el (feedmail-run-the-queue)
5900 (feedmail-queue-send-edit-prompt-help-first)
5901 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5902 (feedmail-deduce-address-list):
5903 * eshell/esh-ext.el (eshell-remote-command):
5904 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5905 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5906 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5907 (viper-save-string-in-file, viper-valid-marker):
5908 * emulation/viper-keym.el (viper-toggle-key):
5909 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5910 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5911 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5912 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5913 (viper-exec-form-in-emacs, viper-brac-function):
5914 * emulation/viper.el (viper-delocalize-var):
5915 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5916 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5917 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5918 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5919 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5920 * emulation/edt.el (edt-electric-helpify):
5921 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5922 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5923 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5924 (cua-indent-to-global-mark-column):
5925 * calendar/diary-lib.el (calendar-mark-1):
5926 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5927 Use with-current-buffer.
5928 * emulation/viper.el (viper-delocalize-var): Use dolist.
5929
5930 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * comint.el (comint-replace-by-expanded-history-before-point):
5933 Replace !! with the previous input string literally (Bug#1795).
5934
5935 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5936
5937 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5938 to be made up of whitespace.
5939
5940 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * minibuffer.el (read-file-name): Don't use file dialogs for
5943 remote directories (Bug#99).
5944
5945 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5948
5949 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5950
5951 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5952 instead of deleting the window or frame.
5953
5954 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5957 Support face colors.
5958
5959 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5960 New function. Support face colors (Bug#1168).
5961 (tex-common-initialization): Use it.
5962
5963 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5964 mode allows it (Bug#1168).
5965
5966 2009-10-31 Juri Linkov <juri@jurta.org>
5967
5968 * facemenu.el (list-colors-display): Don't mark buffer as
5969 modified (Bug#3948).
5970
5971 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * international/mule-diag.el (list-character-sets-1): Minor
5974 message fix (Bug#3526).
5975
5976 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5977 face property (Bug#4834).
5978 (etags-list-tags, etags-tags-apropos-additional)
5979 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5980 property.
5981
5982 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5983 items.
5984
5985 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5986 items.
5987
5988 * cedet/ede.el (ede-minor-mode):
5989 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5990
5991 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * textmodes/two-column.el (2C-split):
5994 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5995 * textmodes/tex-mode.el (tex-set-buffer-directory):
5996 * textmodes/spell.el (spell-region, spell-string):
5997 * textmodes/reftex.el (reftex-erase-buffer):
5998 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5999 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6000 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6001 (reftex-select-item):
6002 * textmodes/reftex-ref.el (reftex-label-info-update)
6003 (reftex-offer-label-menu):
6004 * textmodes/reftex-index.el (reftex-index-change-entry)
6005 (reftex-index-phrases-info):
6006 * textmodes/reftex-global.el (reftex-create-tags-file)
6007 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6008 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6009 (reftex-view-crossref-from-bibtex):
6010 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6011 (reftex-extract-bib-entries-from-thebibliography)
6012 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6013 * textmodes/refbib.el (r2b-capitalize-title):
6014 (r2b-convert-buffer, r2b-help):
6015 * textmodes/page-ext.el (pages-directory)
6016 (pages-directory-goto-with-mouse):
6017 * textmodes/bibtex.el (bibtex-validate-globally):
6018 * textmodes/bib-mode.el (bib-capitalize-title):
6019 * textmodes/artist.el (artist-clear-buffer, artist-system):
6020 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6021 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6022 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6023 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6024 (xscheme-send-control-g-interrupt, xscheme-start-process)
6025 (xscheme-process-sentinel, xscheme-cd):
6026 * progmodes/verilog-mode.el (verilog-read-always-signals)
6027 (verilog-set-define, verilog-getopt-file)
6028 (verilog-module-inside-filename-p):
6029 * progmodes/sh-script.el:
6030 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6031 (python-pdbtrack-grub-for-buffer, python-execute-file):
6032 * progmodes/octave-inf.el (inferior-octave):
6033 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6034 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6035 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6036 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6037 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6038 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6039 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6040 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6041 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6042 (idlwave-shell-examine-display, idlwave-shell-run-region)
6043 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6044 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6045 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6046 (idlwave-help-get-help-buffer):
6047 * progmodes/gud.el (gud-basic-call, gud-find-class)
6048 (gud-tooltip-activate-mouse-motions-if-enabled):
6049 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6050 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6051 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6052 (ebrowse-tags-next-file):
6053 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6054 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6055 (ebnf-eps-finish-and-write):
6056 * progmodes/cpp.el (cpp-edit-save):
6057 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6058 * progmodes/cc-defs.el (c-emacs-features):
6059 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6060 (antlr-directory-dependencies):
6061 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6062 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6063 (ada-find-any-references, ada-make-filename-from-adaname)
6064 (ada-make-body-gnatstub):
6065 * obsolete/rnews.el (news-list-news-groups):
6066 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6067 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6068 * net/rcirc.el (rcirc-debug):
6069 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6070 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6071 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6072 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6073 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6074 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6075 (newsticker--treeview-list-clear-highlight)
6076 (newsticker--treeview-list-update-highlight)
6077 (newsticker--treeview-list-highlight-start)
6078 (newsticker--treeview-tree-update-highlight)
6079 (newsticker--treeview-get-selected-item)
6080 (newsticker-treeview-mark-list-items-old)
6081 (newsticker--treeview-set-current-node):
6082 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6083 * net/newst-backend.el (newsticker--get-news-by-funcall)
6084 (newsticker--get-news-by-wget, newsticker--image-get)
6085 (newsticker--image-sentinel):
6086 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6087 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6088 (eudc-ph-close-session):
6089 * net/eudc.el (eudc-save-options):
6090 * language/thai-word.el (thai-update-word-table):
6091 * language/japan-util.el (japanese-string-conversion):
6092 * international/titdic-cnv.el (tsang-quick-converter)
6093 (ziranma-converter, ctlau-converter):
6094 * international/mule-cmds.el (describe-language-environment):
6095 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6096 (skkdic-convert-postfix, skkdic-convert-prefix):
6097 (skkdic-convert-okuri-nasi, skkdic-convert):
6098 * emacs-lisp/re-builder.el (reb-update-overlays):
6099 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6100 * emacs-lisp/gulp.el (gulp-send-requests):
6101 * emacs-lisp/find-gc.el (trace-call-tree):
6102 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6103 (eieio-describe-generic):
6104 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6105 * emacs-lisp/edebug.el (edebug-outside-excursion):
6106 * emacs-lisp/debug.el (debugger-make-xrefs):
6107 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6108 * emacs-lisp/chart.el (chart-new-buffer):
6109 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6110 Use with-current-buffer.
6111 * textmodes/artist.el (artist-system): Don't call
6112 copy-sequence on a fresh string.
6113 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6114
6115 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6116
6117 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6118 is no item to edit. (Bug#4820)
6119 (todo-top-priorities): Restore point and restore narrowing in Todo
6120 buffer. (Bug#4820)
6121
6122 2009-10-31 Glenn Morris <rgm@gnu.org>
6123
6124 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6125 (comint-last-output-start, comint-last-input-start)
6126 (comint-last-input-end): Don't defvar when compiling.
6127 (ange-ftp-process-file): Use bound-and-true-p.
6128
6129 * pcmpl-rpm.el (top-level): Move provide statement to end.
6130 (pcmpl-rpm): Remove unused custom group.
6131
6132 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6133
6134 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6135
6136 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6137 (byte-compile-warnings): Add `constants' as an option.
6138 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6139 (display-call-tree): Update for byte-compile-fdefinition possibly
6140 returning `(macro lambda ...)'. (Bug#4778)
6141 (byte-compile-variable-ref, byte-compile-setq-default):
6142 Respect `constants' member of byte-compile-warnings.
6143
6144 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6145 Use mapc rather than mapcar because the return value is never used.
6146
6147 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6148 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6149 * cedet/semantic/html.el:
6150 Suppress harmless warnings about setting up semantic-imenu (not
6151 part of Emacs) variables.
6152
6153 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6156 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6157 to "submit:".
6158
6159 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6160 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6161 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6162 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6163 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6164 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6165 (semantic-analyzer-debug-global-symbol)
6166 (semantic-analyzer-debug-missing-innertype)
6167 (semantic-analyzer-debug-insert-include-summary):
6168 * cedet/semantic/util.el (semantic-file-tag-table):
6169 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6170 (semantic-recursive-find-nonterminal-by-name):
6171 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6172 * cedet/semantic/tag-file.el (semantic-prototype-file):
6173 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6174 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6175 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6176 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6177 (semantic-idle-summary-maybe-highlight):
6178 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6179 (semantic-ia-sb-tag-info):
6180 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6181 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6182 * cedet/semantic/ede-grammar.el (project-compile-target):
6183 (ede-proj-makefile-insert-variables):
6184 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6185 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6186 (semantic-debug-mode, semantic-debug):
6187 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6188 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6189 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6190 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6191 (semanticdb-find-translate-path-includes--internal)
6192 (semanticdb-reset-log, semanticdb-find-log-activity):
6193 * cedet/semantic/db-file.el (object-write):
6194 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6195 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6196 (semanticdb-create-ebrowse-database):
6197 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6198 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6199 (semantic-collector-calculate-completions-raw)
6200 (semantic-complete-read-tag-analyzer):
6201 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6202 * cedet/ede/util.el (ede-update-version-in-source):
6203 * cedet/ede/proj.el (project-delete-target):
6204 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6205 (ede-proj-flush-autoconf):
6206 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6207 (ede-proj-configure-synchronize):
6208 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6209 * cedet/ede/linux.el (ede-linux-version):
6210 * cedet/ede/emacs.el (ede-emacs-version):
6211 * cedet/ede/dired.el (ede-dired-add-to-target):
6212 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6213 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6214 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6215 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6216 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6217 (cedet-idutils-version-check):
6218 * cedet/cedet-global.el (cedet-gnu-global-call):
6219 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6220 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6221 * cedet/cedet-cscope.el (cedet-cscope-call)
6222 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6223 Use with-current-buffer.
6224 * cedet/ede.el (ede-make-project-local-variable)
6225 (ede-set-project-variables, ede-set): Use dolist.
6226
6227 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6228
6229 * textmodes/ispell.el (ispell-skip-region-alist):
6230 * international/mule-conf.el (eight-bit):
6231 * international/fontset.el (font-encoding-alist):
6232 * startup.el (pure-space-overflow-message):
6233 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6234 * paths.el (gnus-nntp-service, rmail-spool-directory)
6235 (term-file-prefix):
6236 * files.el (save-some-buffers-action-alist):
6237 * cmuscheme.el (same-window-buffer-names):
6238 * ielm.el (same-window-buffer-names):
6239 * shell.el (same-window-buffer-names):
6240 * mail/sendmail.el (same-window-buffer-names):
6241 * progmodes/inf-lisp.el (same-window-buffer-names):
6242 * bindings.el (mode-line-client)
6243 (mode-line-column-line-number-mode-map):
6244 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6245 (tibetan-precomposed-regexp): Purecopy string arguments.
6246
6247 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6250 (calcDigit-nondigit):
6251 * calc/calc-yank.el (calc-copy-to-buffer):
6252 * calc/calc-units.el (calc-invalidate-units-table):
6253 * calc/calc-trail.el (calc-trail-yank):
6254 * calc/calc-store.el (calc-insert-variables):
6255 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6256 * calc/calc-prog.el (calc-read-parse-table):
6257 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6258 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6259 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6260 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6261 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6262 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6263 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6264 * calc/calc-ext.el (calc-realign):
6265 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6266 (calc-embedded-finish-edit, calc-embedded-make-info)
6267 (calc-embedded-finish-command, calc-embedded-stack-change):
6268 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6269
6270 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6271 (overload-docstring-extension): Use that info.
6272 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6273 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6274 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6275 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6276 (semantic-nonterminal-full-name): Add the new `when' info.
6277 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6278 `assert'.
6279
6280 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6281 shell-dynamic-complete-filename in preference to
6282 comint-dynamic-complete-filename.
6283
6284 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6286 Don't consider whether the display supports colors.
6287 (bookmark-import-new-list): Use dolist.
6288 (bookmark-bmenu-mode-map): Move initialization into declaration.
6289 (bookmark-bmenu-list): Use dolist, simplify.
6290 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6291 (menu-bar-final-items): Use push.
6292
6293 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6294
6295 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6296 it works on remote files.
6297 (vc-hg-diff): Don't pass any `--cwd' argument.
6298
6299 2009-10-27 Kevin Ryde <user42@zip.com.au>
6300
6301 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6302 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6303 (Further to Bug#3921).
6304
6305 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6306
6307 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6308 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6309 calling `tramp-imap-put-file'. Add file size to the call.
6310 (tramp-imap-get-file-entries): Compute also user name, file size,
6311 and date.
6312 (tramp-imap-handle-insert-directory): Insert uid and gid.
6313 (tramp-imap-handle-file-attributes): Transform uid and gid
6314 according to `id-format'.
6315 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6316 size in header X-Size.
6317
6318 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6319
6320 * simple.el (transpose-subr): Give clearer error when the mark
6321 is not set. (Bug#4807)
6322
6323 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6324
6325 * net/tramp.el (tramp-perl-file-truename): New defconst.
6326 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6327 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6328 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6329 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6330
6331 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6332 Ignore `dired-call-process'.
6333 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6334
6335 2009-10-26 Julian Scheid <julians37@gmail.com>
6336
6337 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6338 (tramp-get-remote-readlink): New defun.
6339 (tramp-handle-file-truename): Use it.
6340 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6341 file exists if cache value present.
6342 (tramp-check-cached-permissions): New defun.
6343 (tramp-handle-file-readable-p): Use it.
6344 (tramp-handle-file-writable-p): Likewise.
6345 (tramp-handle-file-executable-p): Likewise.
6346 (tramp-handle-file-name-all-completions): Try using Perl to get
6347 partial completions. When perl not available, combine `cd' and
6348 `ls' into single remote operation and use shell expansion to get
6349 partial remote directory contents. Set `file-exists-p' cache for
6350 directory and any files returned by ls. Change cache handling to
6351 support partial directory contents. Use error message emitted by
6352 remote `cd' or Perl code for local tramp-error.
6353 (tramp-do-copy-or-rename-file-directly): Avoid separate
6354 tramp-send-command-and-check call.
6355 (tramp-handle-process-file): Merge three remote ops into one.
6356 Do not flush all caches when `process-file-side-effects' is set.
6357 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6358 file-attributes shows uid/gid to be set already.
6359
6360 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6361
6362 * textmodes/tex-mode.el (tex-dvi-view-command)
6363 (tex-show-queue-command, tex-open-quote):
6364 * progmodes/ruby-mode.el (auto-mode-alist)
6365 (interpreter-mode-alist): Purecopy strings.
6366
6367 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6368
6369 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6370 string for the hook, keymap and abbrev table.
6371
6372 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6373
6374 * x-dnd.el (x-dnd-xdnd-to-action):
6375 * startup.el (fancy-startup-text, fancy-about-text): Change to
6376 defconst from defvar.
6377
6378 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6379
6380 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6381 Purecopy initialization strings.
6382
6383 * mail/sendmail.el (mail-header-separator)
6384 (mail-personal-alias-file):
6385 * mail/rmail.el (rmail-default-dont-reply-to-names)
6386 (rmail-ignored-headers, rmail-retry-ignored-headers)
6387 (rmail-highlighted-headers, rmail-secondary-file-directory)
6388 (rmail-secondary-file-regexp):
6389 * files.el (null-device, file-name-invalid-regexp)
6390 (locate-dominating-stop-dir-regexp)
6391 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6392 (interpreter-mode-alist): Use mapcar instead of mapc.
6393
6394 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6395
6396 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6397 (completion-ignored-extensions):
6398 (debug-ignored-errors): Purecopy strings.
6399
6400 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6403 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6404 (pcomplete--here): Use push.
6405
6406 * subr.el (all-completions): Declare the 4th arg obsolete.
6407
6408 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6411 (pcomplete-unquote-argument): New function.
6412 (pcomplete--common-suffix): Always pay attention to case.
6413 (pcomplete--table-subvert): Quote and unquote the text.
6414 (pcomplete--common-quoted-suffix): New function.
6415 (pcomplete-std-complete): Use it and pcomplete-begin.
6416
6417 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6418 we're inside a dedicated or minibuffer window.
6419
6420 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * cedet/semantic/fw.el (semantic-alias-obsolete)
6423 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6424 (define-mode-overload-implementation):
6425 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6426 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6427 * cedet/semantic/util.el (semantic-file-token-stream)
6428 (semantic-something-to-stream):
6429 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6430 (semantic-expand-nonterminal):
6431 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6432 (semantic-find-dependency, semantic-find-nonterminal)
6433 (semantic-find-dependency):
6434 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6435 (semantic-flex-text, semantic-flex-make-keyword-table)
6436 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6437 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6438 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6439 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6440 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6441 (semantic-after-idle-scheduler-reparse-hooks):
6442 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6443 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6444 * cedet/semantic.el (semantic-toplevel-bovine-table)
6445 (semantic-toplevel-bovine-cache)
6446 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6447 (semantic-init-mode-hooks, semantic-init-db-hooks)
6448 (semantic-bovination-working-type): Provide the `when' arg.
6449
6450 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6451
6452 * bookmark.el: Update documentation, especially documentation
6453 of `bookmark-alist' and of the bookmark file format.
6454 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6455
6456 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6459 keybindings apply to the mail buffer (Bug#4003). Shrink help
6460 window to buffer.
6461
6462 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6463 (global-whitespace-mode, global-whitespace-newline-mode)
6464 (whitespace-toggle-options, global-whitespace-toggle-options):
6465 Doc fix (Bug#3660).
6466
6467 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6468 of xmltok-start before the end tag was inserted (Bug#2840).
6469
6470 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6471 patterns that are preceded by an open-paren (Bug#1320).
6472
6473 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6474
6475 * files.el (delete-directory): Delete symlinks to directories with
6476 delete-file (Bug#4739).
6477
6478 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6481 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6482 argument to make-obsolete.
6483
6484 * cedet/semantic/fw.el (semantic-alias-obsolete)
6485 (semantic-varalias-obsolete): Add optional WHEN argument.
6486
6487 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6488
6489 * vc.el (vc-backend-for-registration): Rename from
6490 vc-get-backend-for-registration. Update callers.
6491
6492 * international/mule-cmds.el (set-language-info-alist):
6493 Purecopy lang-env.
6494 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6495 (charset): Purecopy the name.
6496 (define-char-code-property): Purecopy string arguments.
6497
6498 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6499 Purecopy string arguments.
6500
6501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6502 * ediff-hook.el (menu-bar-ediff-menu):
6503 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6504 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6505
6506 2009-10-24 Glenn Morris <rgm@gnu.org>
6507
6508 * comint.el (comint-dynamic-list-completions):
6509 * term.el (term-dynamic-list-completions): Use choose-completion rather
6510 than obsolete alias mouse-choose-completion.
6511
6512 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6513 file-cache-choose-completion.
6514 (file-cache-choose-completion): Handle an optional event argument.
6515 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6516
6517 * progmodes/octave-mod.el (octave-complete-symbol):
6518 Use choose-completion if mouse-choose-completion is ever removed.
6519
6520 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6521 use.
6522
6523 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6524 compiler.
6525
6526 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6527
6528 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6531 Ignore `pred' now that we receive one.
6532 Handle test-completion specially.
6533
6534 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6535
6536 * vc.el (vc-responsible-backend): Throw an error if not backend is
6537 found. Remove the REGISTER argument. Move the code dealing with
6538 REGISTER ...
6539 (vc-get-backend-for-registration): ... here. New function.
6540 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6541 of vc-responsible-backend, pass the file name instead of the
6542 directory name.
6543
6544 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6547 New funs.
6548 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6549 (pcomplete-comint-setup): Don't modify a global var via
6550 accidental side-effects.
6551 (pcomplete-shell-setup): Adjust call accordingly.
6552 (pcomplete-parse-comint-arguments): Use push.
6553
6554 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6555
6556 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6557 Allow uncapitalized info node names (Bug#3921).
6558
6559 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6560 to the DEBUG file (Bug#3781).
6561
6562 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6563
6564 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6565 dictionary entry (Bug#4579).
6566
6567 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6568
6569 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6570 from `rfn-eshadow-update-overlay-hook' when unloading.
6571 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6572 "rsyncc". Adjust doc string.
6573 (tramp-temp-buffer-file-name): New buffer-local defvar.
6574 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6575 Keep temporary file when indicated by method ("rsync" and
6576 "rsyncc").
6577 (tramp-handle-write-region): Handle APPEND.
6578 (tramp-delete-temp-file-function): New defun. Added to
6579 `kill-buffer-hook'.
6580
6581 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6584
6585 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6586
6587 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6588 (color-name-rgb-alist, tty-standard-colors)
6589 (tty-color-mode-alist): Change to defconst.
6590
6591 * simple.el (mark-inactive): Purecopy message.
6592
6593 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6594 (global-map, yank-menu):
6595 * textmodes/ispell.el (ispell-menu-map):
6596 * net/eudc.el (eudc-tools-menu):
6597 * international/mule-cmds.el (describe-language-environment-map)
6598 (setup-language-environment-map, set-coding-system-map)
6599 (mule-menu-keymap):
6600 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6601 * replace.el (occur-mode-map):
6602 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6603
6604 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6605
6606 * calc/calc.el (math-read-number, math-read-number-simple): Use
6607 `save-match-data'.
6608
6609 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6612 rather than fiddling with global-map bindings, since it should only
6613 affect per-terminal settings.
6614 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6615
6616 * minibuffer.el (completion-table-with-terminator): Allow to specify
6617 the terminator-regexp.
6618
6619 * simple.el (switch-to-completions): Look for *Completions* in other
6620 frames as well.
6621
6622 * pcomplete.el: Allow the use of completion-tables.
6623 (pcomplete-std-complete): New command.
6624 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6625 (pcomplete--here): Use a function for `form' rather than an expression,
6626 so it can be byte-compiled.
6627 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6628 Add edebug declaration.
6629 (pcomplete-show-completions): Remove unused var `curbuf'.
6630 (pcomplete-do-complete, pcomplete-stub):
6631 Don't assume `completions' is a list of strings any more.
6632
6633 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6634
6635 * find-dired.el (find-name-arg): Fix typo in docstring.
6636
6637 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6640 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6641
6642 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6643 pcomplete-entries.
6644
6645 * comint.el (comint-read-input-ring, comint-write-input-ring)
6646 (comint-substitute-in-file-name)
6647 (comint-dynamic-complete-as-filename)
6648 (comint-dynamic-simple-complete)
6649 (comint-dynamic-list-filename-completions)
6650 (comint-dynamic-list-completions)
6651 (comint-redirect-results-list-from-process): Minor simplifications.
6652
6653 2009-10-21 Kevin Ryde <user42@zip.com.au>
6654
6655 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6656 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6657 the first form. And insert a blank line after ";;; Code" since
6658 that's usual style. (Bug#4612)
6659
6660 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6661
6662 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * minibuffer.el (completion-table-with-terminator): Properly implement
6665 boundaries, in case `terminator' appears in the suffix.
6666 (completion--embedded-envvar-table): Don't return boundaries if
6667 there's no valid completion. Simplify.
6668 (completion-file-name-table): New completion table extracted from
6669 completion--file-name-table.
6670 (completion--file-name-table): Use it.
6671 (read-file-name-predicate): Declare obsolete.
6672 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6673 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6674 completion-file-name-table, and use the `pred' argument.
6675 * files.el (locate-file-completion-table): Use the `pred' arg rather
6676 than read-file-name-predicate.
6677 (abbreviate-file-name): Use \` rather than ^ for BOS.
6678
6679 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6680
6681 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6682 vc-responsible-backend to register, it causes problems.
6683
6684 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6687
6688 2009-10-21 Eric Ludlam <zappo@gnu.org>
6689
6690 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6691 (semantic-c-debug-mode-init-pch): New functions.
6692 (semantic-c-debug-mode-init-last-mode): New var.
6693 (semantic-c-parse-lexical-token): Use them.
6694
6695 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6696 When extracting the argument list, limit only by point-max.
6697
6698 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6699
6700 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6701 (tramp-smb-handle-file-attributes): Use it.
6702 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6703 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6704 `mapcar'. Use `tramp-smb-get-stat-capability'.
6705 Add `dired-filename' text properties.
6706 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6707 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6708 version.
6709
6710 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * subr.el (read-key-delay): Reduce to 0.01.
6713 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6714 (bug#4751).
6715
6716 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6719
6720 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6721 (Info-menu): Remove unused vars `last' and `completions'.
6722 (Info-index-nodes): Remove unused var `node'.
6723
6724 * info.el (Info-complete-menu-item): Use complete-with-action.
6725
6726 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6727
6728 Make vc-annotate work through copies and renames.
6729 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6730 Return the file name too.
6731 (vc-annotate-revision-at-line)
6732 (vc-annotate-find-revision-at-line)
6733 (vc-annotate-revision-previous-to-line)
6734 (vc-annotate-show-log-revision-at-line): Update to get the file
6735 name from vc-annotate-extract-revision-at-line.
6736 (vc-annotate-show-diff-revision-at-line-internal): Change the
6737 argument to mean whether to show a file diff or not. Get the file
6738 name from vc-annotate-extract-revision-at-line.
6739 (vc-annotate-show-diff-revision-at-line):
6740 Update vc-annotate-show-diff-revision-at-line call.
6741 (vc-annotate-warp-revision): Add an optional file argument.
6742
6743 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6744 (vc-git-annotate-extract-revision-at-line): Also return the file
6745 name if found.
6746
6747 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6748 command. Remove unused code.
6749 (vc-hg-annotate-re): Update to match --follow output.
6750 (vc-hg-annotate-extract-revision-at-line): Also return the file
6751 name if found.
6752
6753 * vc.el: Update annotate-extract-revision-at-line documentation.
6754
6755 2009-10-18 Kevin Ryde <user42@zip.com.au>
6756
6757 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6758 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6759
6760 * net/browse-url.el (browse-url): Identify alist with "consp and
6761 not functionp" and let all other things go down the `apply' leg,
6762 as suggested by Stefan. (Further to bug#4531.)
6763
6764 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * minibuffer.el (read-file-name): Check for repeat before putting
6767 a default argument in file-name-history (Bug#4657).
6768
6769 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6770 read syntax (Bug#4737).
6771
6772 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6773
6774 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6775
6776 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6777 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6778 entries and make note of obsolete tags.
6779
6780 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6783
6784 2009-10-18 Glenn Morris <rgm@gnu.org>
6785
6786 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6787 grep, so that binary files (eg international/uni-bidi.el) can match.
6788 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6789 now, and in any case the file header format has changed.
6790
6791 2009-10-17 Glenn Morris <rgm@gnu.org>
6792
6793 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6794 (flyspell-get-word, flyspell-large-region)
6795 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6796
6797 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * Makefile.in (ELCFILES): Add ede/shell.
6800
6801 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6802
6803 * term/common-win.el (x-colors): Purecopy it.
6804
6805 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6808 permissive for when the buffer is empty.
6809 (tar-header-block-tokenize): Decode the username and groupname.
6810 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6811
6812 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * cedet/srecode/srt.el:
6815 * cedet/srecode/compile.el:
6816 * cedet/semantic/mru-bookmark.el:
6817 * cedet/semantic/debug.el:
6818 * cedet/semantic/complete.el:
6819 * cedet/semantic/analyze.el: Require CL when compiling.
6820
6821 2009-10-17 Eric Ludlam <zappo@gnu.org>
6822
6823 * cedet/semantic/scope.el
6824 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6825 tmpscope so that the regular scope will continue to work.
6826
6827 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6828 Use semantic-idle-summary-highlight-face as the highlighting.
6829
6830 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6831 contains multibyte characters, choose first applicable coding
6832 system automatically.
6833
6834 * cedet/ede/project-am.el (project-run-target): New method.
6835 (project-run-target): New method.
6836
6837 * cedet/ede.el (ede-target): Add run target menu item.
6838 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6839 (ede-run-target): New function.
6840 (ede-target::project-run-target): New method.
6841
6842 * cedet/ede/proj.el (project-run-target): New method.
6843
6844 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6845 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6846 Add :rules.
6847 (ede-proj-target-makefile-shared-object): Only libtool compilers
6848 now available. Add linkers for libtool.
6849 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6850 (ede-proj-makefile-target-name): Always use .la extension.
6851
6852 * cedet/ede/proj-prog.el (project-run-target): New method.
6853
6854 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6855 (ede-g++-linker): Change Change link lines.
6856
6857 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6858 When searching for old variables, go to the end of the buffer and
6859 search backward from there.
6860 (ede-proj-makefile-automake-insert-subdirs)
6861 (ede-proj-makefile-automake-insert-extradist): New methods.
6862 (ede-proj-makefile-create): Use them.
6863
6864 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6865 Force FILE to expand to the current target. Use file-exists-p to
6866 check that it exists.
6867
6868 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6869 (ede-linux-load): Wrap dir in file-name-as-directory.
6870 Set :version slot.
6871
6872 * cedet/ede/files.el (ede-get-locator-object): When enabling
6873 locate, do so on "top".
6874
6875 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6876 file-name-as-directory during compare.
6877 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6878 Get version number from different places. Don't call egrep.
6879 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6880 to set the directory.
6881
6882 * cedet/ede/shell.el: New file.
6883
6884 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6885 alpha/beta variants.
6886
6887 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * international/mule-cmds.el (select-safe-coding-system): If the file
6890 has a coding cookie, use it regardless of any other setting (bug#4712).
6891
6892 2009-10-17 Glenn Morris <rgm@gnu.org>
6893
6894 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6895 All errors should have messages.
6896
6897 * foldout.el (foldout-mouse-swallow-events):
6898 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6899
6900 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6901 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6902 (dired-keep-marker-symlink, dired-dwim-target)
6903 (dired-copy-preserve-time): Do not autoload these defcustoms.
6904
6905 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6906 messages from messing up the file coding. (Bug#4623)
6907
6908 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6909
6910 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6911 if no match is found for the current dictionary. (Bug#4578)
6912
6913 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6914 optional, since that is how it is documented, and this is often called
6915 with a nil argument. (Bug#4577)
6916 (flyspell-external-point-words, flyspell-auto-correct-word)
6917 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6918 (flyspell-word-search-backward): Remove nil argument in calls to
6919 flyspell-get-word, since it is not needed now.
6920
6921 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6922
6923 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6924
6925 2009-10-16 Glenn Morris <rgm@gnu.org>
6926
6927 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6928
6929 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6930
6931 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6932 (ange-ftp-file-size): New function.
6933 (ange-ftp-file-attributes): Use it.
6934
6935 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6936
6937 * net/tramp-smb.el (tramp-smb-version): New defvar.
6938 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6939 repeated checks.
6940
6941 2009-10-16 Glenn Morris <rgm@gnu.org>
6942
6943 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6944 Maybe copy some custom properties from old to new name. (Bug#4706)
6945
6946 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * subr.el (error, sit-for, start-process-shell-command)
6949 (start-file-process-shell-command): Set the calling convention
6950 after the function definition.
6951
6952 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * subr.el (error, sit-for, start-process-shell-command)
6955 (start-file-process-shell-command): Use the new
6956 set-advertised-calling-convention feature.
6957
6958 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6959
6960 * international/ucs-normalize.el (ucs-normalize-version):
6961 Change to 1.2.
6962 (check-range): Adjust for Unicode 5.2.
6963
6964 2009-10-15 Juri Linkov <juri@jurta.org>
6965
6966 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6967 to the `menu-item' format.
6968
6969 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6970
6971 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6972 if the environment variable does not exist.
6973
6974 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6975 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6976 parameter.
6977 (tramp-smb-handle-add-name-to-file)
6978 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6979 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6980 (tramp-smb-handle-file-attributes)
6981 (tramp-smb-do-file-attributes-with-stat)
6982 (tramp-smb-handle-file-local-copy)
6983 (tramp-smb-handle-insert-directory)
6984 (tramp-smb-handle-make-directory)
6985 (tramp-smb-handle-make-directory-internal)
6986 (tramp-smb-handle-make-symbolic-link)
6987 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6988 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6989 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6990 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6991 Handle long file names.
6992 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6993 process is running.
6994 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6995 Read share names with "-g" option.
6996
6997 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6998
6999 * net/rcirc.el (rcirc-view-log-file): New command.
7000 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7001 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7002 specified.
7003
7004 2009-10-15 Glenn Morris <rgm@gnu.org>
7005
7006 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7007 from the second command-line argument.
7008 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7009 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7010 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7011 w32-batch-update-autoloads.
7012 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7013 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7014
7015 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7016 the headers cannot be located. Simplify, subtracting superflous
7017 save-excursions.
7018
7019 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 Replace completion-base-size by completion-base-position to fix bugs
7022 such as (bug#4699).
7023 * simple.el (completion-base-position): New var.
7024 (completion-base-size): Mark as obsolete.
7025 (choose-completion): Make it work for mouse events as well.
7026 Pass the new base-position to choose-completion-string.
7027 (choose-completion-guess-base-position): New function, extracted from
7028 choose-completion-delete-max-match.
7029 (choose-completion-delete-max-match): Use it. Make obsolete.
7030 (choose-completion-string): Use the new base-position info.
7031 (completion-root-regexp): Delete.
7032 (completion-setup-function): Preserve completion-base-position.
7033 Eliminate obsolete base-size manipulation.
7034 * minibuffer.el (display-completion-list): Don't mess with base-size.
7035 (minibuffer-completion-help): Set completion-base-position instead.
7036 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7037 choose-completion.
7038 * textmodes/bibtex.el (bibtex-complete):
7039 * emacs-lisp/crm.el (crm--choose-completion-string):
7040 Adjust to new calling convention.
7041 * complete.el (partial-completion-mode): Use minibufferp to avoid
7042 bumping into incompatible change to choose-completion-string-functions.
7043 * ido.el (ido-choose-completion-string): Make its calling convention
7044 more permissive.
7045 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7046 base-size manipulation.
7047 (comint-dynamic-list-input-ring): Use dotimes and push.
7048 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7049 fundamental-mode. Use `or'.
7050
7051 2009-10-14 Juri Linkov <juri@jurta.org>
7052
7053 * misearch.el (multi-isearch-next-buffer-from-list)
7054 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7055
7056 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7059 `bytecomp.el'.
7060
7061 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7062 string we return is all made up of text from the completions rather
7063 than part from the completions and part from the input (bug#4219).
7064
7065 * ido.el (ido-everywhere): Use define-minor-mode.
7066
7067 * buff-menu.el (list-buffers, ctl-x-map):
7068 Mark the entry points with ;;;###autoload cookies.
7069
7070 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7071
7072 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7073 correctly in the detached head case.
7074 (vc-git-print-log): Remove unused binding.
7075
7076 * vc.el (vc-responsible-backend): When a directory is passed for
7077 for registration create a VC repository if no backend is
7078 responsible for the directory argument.
7079 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7080
7081 * vc.el: Move comments about RCS and SCCS ...
7082 * vc-rcs.el:
7083 * vc-sccs.el: ... here, respectively.
7084
7085 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * minibuffer.el (completion--file-name-table): Return nil if there's
7088 no file completion, even if substitute-in-file-name changed
7089 the string (bug#4708).
7090
7091 2009-10-13 Juri Linkov <juri@jurta.org>
7092
7093 * files-x.el (read-file-local-variable-value): Don't filter out
7094 minor modes from mode name completion (bug#4664).
7095
7096 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7097
7098 * international/mule-cmds.el (ucs-names): Remove exclusion of
7099 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7100
7101 2009-10-13 Kenichi Handa <handa@m17n.org>
7102
7103 * international/uni-name.el: Regenerated.
7104
7105 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7108 should be automatically buffer-local, but isn't.)
7109
7110 2009-10-12 Sam Steingold <sds@gnu.org>
7111
7112 * progmodes/compile.el (compilation-next-error-function): Fix the
7113 timestamps if the buffer has been visited before.
7114 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7115 non-anchored patterns, like the perl one (bug#3928).
7116
7117 2009-10-12 Glenn Morris <rgm@gnu.org>
7118
7119 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7120 Let-bind `size'.
7121
7122 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * proced.el (proced-unload-function): New function.
7125
7126 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7127 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7128 Doc fix.
7129
7130 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7131
7132 2009-10-11 Juri Linkov <juri@jurta.org>
7133
7134 * files-x.el (read-file-local-variable-value):
7135 Provide default value only for bound variables (bug#4664).
7136
7137 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7138
7139 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7140 connection methods like smb.
7141
7142 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7143 can be empty.
7144
7145 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7146 (tramp-smb-file-name-handler-alist): Add handlers for
7147 `add-name-to-file', `make-symbolic-link'.
7148 (tramp-smb-handle-add-name-to-file)
7149 (tramp-smb-do-file-attributes-with-stat)
7150 (tramp-smb-handle-make-symbolic-link)
7151 (tramp-smb-get-cifs-capabilities): New defuns.
7152 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7153 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7154 (tramp-smb-handle-file-local-copy)
7155 (tramp-smb-handle-make-directory-internal)
7156 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7157 The file name syntax depends on cifs capabilities.
7158 (tramp-smb-handle-file-attributes):
7159 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7160 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7161 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7162
7163 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7166 (eieio-defclass): Apply deftype handler and setf-method properties
7167 directly.
7168 (eieio-add-new-slot): Avoid union function from cl library.
7169 (eieio--typep): New function.
7170 (eieio-perform-slot-validation): Use it.
7171
7172 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7173
7174 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7175 Update documentation to refer to the variables documented in r1.135.
7176 (Bug#4188)
7177
7178 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7179
7180 * bookmark.el (Info-suffix-list): Remove this unused variable.
7181 (bookmark-current-point): Remove this obsolete variable.
7182 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7183 Adjust for removal of bookmark-current-point.
7184
7185 (bookmarks-already-loaded, bookmark-current-buffer)
7186 (bookmark-yank-point): Document. (Bug#4188)
7187
7188 2009-10-10 Glenn Morris <rgm@gnu.org>
7189
7190 * frame.el (frame-height): Doc fix.
7191
7192 * calendar/calendar.el (calendar-split-width-threshold): New option.
7193 (calendar-basic-setup): Use calendar-split-width-threshold.
7194
7195 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7196
7197 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7198 Use .la for Automake.
7199
7200 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7201
7202 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7203 Use "autoreconf -i". Suggested by Andreas Schwab.
7204
7205 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7208 Ideographic Supplement" range (U+1F200..U+1F2FF).
7209
7210 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7211
7212 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7213 since the list will have been rebuilt anyway. (Bug#4349)
7214
7215 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7216
7217 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7218 (bookmark-bmenu-execute-deletions): Don't save here, as
7219 bookmark-delete will now do so if necessary.
7220 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7221 (Bug#4348)
7222
7223 2009-10-09 Glenn Morris <rgm@gnu.org>
7224
7225 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7226
7227 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7228
7229 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7230 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7231 argument now, so the two function's behaviors will match. (Bug#3645)
7232
7233 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7236 Fix filename test.
7237 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7238 to expand file names.
7239
7240 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7243 (tramp-file-name-real-host, tramp-file-name-port):
7244 Apply `save-match-data'.
7245
7246 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7247 case both directories are remote.
7248 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7249 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7250
7251 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7254 (ede-proj-target-makefile-objectcode): Use it.
7255
7256 * cedet/ede/source.el (ede-want-any-source-files-p)
7257 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7258 Return search result. This error was introduced while merging.
7259
7260 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7263
7264 2009-10-07 Glenn Morris <rgm@gnu.org>
7265
7266 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7267 of concat.
7268
7269 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * files-x.el (read-file-local-variable): Include some
7272 non-user-variables in the completion table (bug#4664).
7273
7274 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7275
7276 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7277 message.
7278
7279 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7280 (tramp-smb-file-name-handler-alist): Add handler for
7281 `copy-directory', `expand-file-name', `set-file-modes'.
7282 (tramp-smb-handle-copy-directory)
7283 (tramp-smb-handle-expand-file-name)
7284 (tramp-smb-handle-set-file-modes): New defuns.
7285 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7286 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7287 entry.
7288 (tramp-smb-handle-insert-directory): Don't flush the cache.
7289 (tramp-smb-maybe-open-connection): Check for samba client and
7290 server versions.
7291
7292 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7293
7294 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7295 to not error out of search for "^lisp=" fails.
7296
7297 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * makefile.w32-in (WINS_UPDATES): New macro.
7300 (custom-deps, finder-data, autoloads): Use it.
7301
7302 2009-10-07 Glenn Morris <rgm@gnu.org>
7303
7304 * Makefile.in (autoloads): Revert previous change.
7305 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7306 the list of preloaded files passed on the command-line, get
7307 it from src/Makefile.
7308
7309 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7310 show the original buffer rather than a random one.
7311
7312 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7313
7314 * help.el (describe-no-warranty): Place point in a slightly better
7315 position in the GPLv3 text.
7316
7317 2009-10-06 Sam Steingold <sds@gnu.org>
7318
7319 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7320 the comm attribute is present before calling regexp-quote.
7321
7322 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * play/animate.el (animate-string): For good effect, make sure
7325 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7326
7327 * play/animate.el (animate-sequence, animate-birthday-present):
7328 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7329
7330 2009-10-06 Glenn Morris <rgm@gnu.org>
7331
7332 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7333
7334 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7335 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7336 (batch-update-autoloads): Process a string value of autoload-excludes,
7337 set during the build process.
7338 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7339
7340 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7341 inside with-parsed... macro so that `v' is defined.
7342
7343 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7344 * progmodes/fortran.el (fortran-end-of-block)
7345 (fortran-beginning-of-block):
7346 Also push mark in the macro case.
7347
7348 * emerge.el (emerge-show-file-name):
7349 * calc/calc.el (calc-quit):
7350 * calc/calc-misc.el (calc-big-or-small):
7351 * calc/calc-graph.el (calc-graph-view):
7352 * calc/calc-ext.el (calc-reset):
7353 * calendar/calendar.el (calendar-basic-setup):
7354 Use window-full-height-p.
7355
7356 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7357 header we don't understand, don't insert another. (Bug#4624)
7358 If changing mime charset, insert the new one in the right place.
7359
7360 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7361
7362 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7363 (cal-tex-cursor-month): Correctly increment the end date for diary and
7364 holiday listing. (Bug#4626)
7365
7366 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * help-fns.el (describe-function-1): Don't burp if the function is not
7369 a symbol.
7370
7371 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7372
7373 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7374 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7375 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7376 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7377
7378 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7379 (eieio-default-superclass): Reflow docstrings.
7380 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7381 (eieio-unbind-method-implementations, defmethod)
7382 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7383 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7384 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7385 (eieio-slot-originating-class-p, eieio-slot-name-index)
7386 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7387 (constructor, initialize-instance, no-next-method, object-print)
7388 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7389 Fix typos in docstrings.
7390 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7391 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7392 (next-method-p): Doc fixes.
7393 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7394 Fix typos in error messages.
7395 (eieio-defmethod): Fix typo in description of generic method.
7396
7397 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7398 (eieio-persistent-save-interactive, slot-missing):
7399 Fix typos in docstrings.
7400 (eieio-instance-inheritor-slot-boundp): Doc fix.
7401
7402 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7403 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7404
7405 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7406 (eieio-custom-object-apply-reset):
7407 Fix typos in docstrings and error messages.
7408
7409 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7410 Fix typo in docstring.
7411
7412 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7413 (eieio-browse-tree): Doc fix.
7414 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7415 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7416 Fix typos in docstrings.
7417
7418 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7419 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7420 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7421 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7422 Reflow docstrings.
7423
7424 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7425
7426 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7427 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7428 Set log-view-vc-backend so that diff can work.
7429
7430 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7431 vc-version-diff.
7432 (vc-diff-internal): Autoload this instead of vc-version-diff.
7433
7434 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7435
7436 * simple.el (eval-expression): Doc fix.
7437
7438 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7439
7440 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7441
7442 * files.el (directory-files-no-dot-files-regexp): New defconst.
7443 (delete-directory): Use it.
7444 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7445
7446 * net/tramp.el (tramp-verbose): Fix docstring.
7447 (tramp-methods): Add recursive option to `tramp-copy-args'.
7448 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7449 "scp1_old", "scp2_old", "rsync", "rsyncc".
7450 (tramp-default-method): Check also for `auth-source-user-or-password'.
7451 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7452 Add handler for `copy-directory'.
7453 (tramp-handle-copy-directory): New defun.
7454 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7455 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7456 Optimize sent command.
7457
7458 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7461 window if necessary.
7462
7463 * calendar/calendar.el (calendar-basic-setup): Don't call
7464 switch-to-buffer in a dedicated window.
7465
7466 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7467
7468 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7469 don't do anything related to relocating, just return nil.
7470 (bookmark-error-no-filename): New error.
7471 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7472 bookmark has no file. Don't even attempt to handle things that
7473 are not files; the whole point of custom handlers is to keep that
7474 knowledge elsewhere anyway. Tighten some comments.
7475 (bookmark-file-or-variation-thereof): Remove now-unused function.
7476 (bookmark-location): Doc string fix.
7477 (Bug#4250)
7478
7479 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7480
7481 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7482 don't use a file dialog, because they usually don't know how to read
7483 a directory target from the user. (Bug#4230)
7484 Also, make sure the prompt can display directories as well as files.
7485
7486 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7487
7488 * bookmark.el (bookmark-set, bookmark-buffer-name):
7489 Improve doc strings. (Bug#1193)
7490
7491 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7492
7493 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7494 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7495 (bookmark-get-annotation, bookmark-set-annotation)
7496 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7497 (bookmark-set-position, bookmark-get-front-context-string)
7498 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7499 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7500 (bookmark-jump-other-window, bookmark-handle-bookmark)
7501 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7502 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7503 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7504 Improve doc strings to say whether bookmark can be a string or
7505 a record or both, and make other consistency and clarity fixes.
7506 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7507 (bookmark-default-annotation-text, bookmark-yank-word)
7508 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7509 (bookmark-import-new-list, bookmark-maybe-rename)
7510 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7511 (bookmark-bmenu-bookmark): Give these doc strings.
7512 (bookmark-bmenu-check-position): Give this a doc string, but also
7513 add a FIXME comment about how the function may be pointless.
7514 (bookmark-default-handler): Rework doc string and change a
7515 parameter name, to clarify that this takes a bookmark record
7516 not a bookmark name.
7517 (bookmark-set): Change a parameter name to indicate its meaning,
7518 and improve the doc string a bit.
7519 (Bug#4188)
7520
7521 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7522
7523 * bookmark.el (bookmark-alist): Document the new `handler' element
7524 in the param alist.
7525 (bookmark-make-record-function): Adjust documentation for above.
7526 (Bug#4193)
7527
7528 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7529
7530 * info.el (Info-bookmark-make-record): Document this function.
7531 (Info-bookmark-jump): Document with a doc string, not just a comment.
7532 (Bug#4203)
7533
7534 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7535
7536 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7537 (semantic-new-buffer-fcn): Call parser setup functions here.
7538 (semantic-mode): Don't call parser setup functions here, it's done
7539 in semantic-new-buffer-fcn now.
7540 (semantic-mode): Parse all existing buffers when enabled.
7541
7542 * cedet/srecode/compile.el (srecode-compile-file):
7543 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7544
7545 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7548
7549 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7550 (proj-comp-insert-variable-once): New macro, renamed from
7551 ede-pmake-insert-variable-once in ede/pmake.edl.
7552 (ede-proj-makefile-insert-variables): Use it.
7553
7554 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7555
7556 * files.el (copy-directory): New defun.
7557
7558 * dired-aux.el (dired-copy-file-recursive): Use it.
7559
7560 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7563 (makefile-end-of-command):
7564 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7565 (semantic-end-of-context): Fix previous change. Doc fixes.
7566
7567 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7568
7569 * files-x.el (modify-dir-local-variable)
7570 (copy-dir-locals-to-file-locals-prop-line):
7571 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7572 (makefile-end-of-command):
7573 * cedet/semantic/lex.el (semantic-lex-token):
7574 * cedet/semantic/analyze/fcn.el
7575 (semantic-analyze-dereference-metatype-1):
7576 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7577 (semantic-lex-cpp-undef):
7578 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7579 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7580 (semantic-end-of-context): Fix typos in docstrings.
7581
7582 * recentf.el (recentf-unload-function): New function.
7583
7584 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * cedet/ede.el (ede-project-placeholder-cache-file):
7587 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7588 * cedet/srecode/map.el (srecode-map-save-file):
7589 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7590
7591 2009-10-04 Glenn Morris <rgm@gnu.org>
7592
7593 * window.el (window-full-height-p): Add doc string.
7594
7595 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7596
7597 * window.el (window-full-height-p): New function. (Bug#4543)
7598
7599 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * cedet/srecode/insert.el: Require srecode/args.
7602
7603 * cedet/srecode/args.el: Require srecode/dictionary instead of
7604 srecode/insert.
7605
7606 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7607
7608 * files.el (auto-mode-alist): Add .srt and Project.ede.
7609
7610 * cedet/semantic.el (semantic-mode):
7611 Handle srecode-template-mode-hook as well.
7612 (semantic-mode): Use js-mode-hook for Javascript hook.
7613
7614 * cedet/srecode/template.el: Remove hook variable.
7615
7616 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7617
7618 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7619 projects exist.
7620 (ede-project-placeholder-cache-file): Default to a file in
7621 user-emacs-directory.
7622
7623 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7624 templates in data-directory.
7625 (srecode-map-save-file): Default to a file in user-emacs-directory.
7626
7627 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7628 directory.
7629
7630 2009-09-30 Eric Ludlam <zappo@gnu.org>
7631
7632 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7633 Doc fix.
7634
7635 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7636 Only insert each variable once.
7637
7638 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7639 (ede-pmake-insert-variable-shared): Use it.
7640
7641 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7642 for lexical table iff table is nil.
7643
7644 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7645
7646 * vc.el: Remove commented out code.
7647 (vc-derived-from-dir-mode): Remove, unused.
7648 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7649
7650 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7651
7652 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7653 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7654 there could be recursive loading when `default-directory' is a
7655 remote file name. (Bug#4614)
7656
7657 2009-10-03 Glenn Morris <rgm@gnu.org>
7658
7659 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7660 the frame is wide.
7661 (calendar-generate-window): Test for shrinkability rather than width.
7662
7663 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7664 declaration, currently false.
7665
7666 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7667 reusing existing buffers, in case we happen to visit two files with the
7668 same basename. (Bug#4593)
7669
7670 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7671
7672 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7673 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7674 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7675 subdirs of cedet as well.
7676 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7677
7678 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7681 Obey advertised-signature-table.
7682
7683 * help-fns.el (help-function-arglist): Don't check
7684 advertised-signature-table.
7685 (describe-function-1): Do it here instead so it also applies to subrs.
7686
7687 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7688
7689 * simple.el (start-file-process): Say in the doc-string, that file
7690 handlers might not support pty association, if PROGRAM is nil.
7691
7692 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7693 HOST and USER are strings. They are nil, when there are
7694 incomplete entries in ~/.netrc, for example.
7695 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7696 root directory ("device busy" error otherwise).
7697
7698 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7699 Flush file properties of created directory.
7700
7701 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7702
7703 * makefile.w32-in (WINS_BASIC): Remove cedet.
7704 (WINS_CEDET): Add cedet.
7705 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7706
7707 2009-10-02 Kevin Ryde <user42@zip.com.au>
7708
7709 * net/browse-url.el (browse-url): Pass any symbol in
7710 browse-url-browser-function to `apply', since if you've mistakenly put
7711 an unbound symbol then the error is clearer. (Bug#4531)
7712
7713 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * allout.el (allout-init, allout-back-to-current-heading)
7716 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7717 (allout-ascend, allout-up-current-level, allout-end-of-level)
7718 (allout-previous-visible-heading, allout-forward-current-level)
7719 (allout-backward-current-level, allout-show-children):
7720 * apropos.el (apropos-describe-plist):
7721 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7722 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7723 * completion.el (add-completion, add-permanent-completion):
7724 * descr-text.el (describe-text-category, describe-char):
7725 * desktop.el (desktop-lazy-abort):
7726 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7727 * dired.el (dired-build-subdir-alist):
7728 * ediff.el (ediff-version):
7729 * elide-head.el (elide-head, elide-head-show):
7730 * emerge.el (emerge-version):
7731 * env.el (getenv):
7732 * face-remap.el (variable-pitch-mode):
7733 * faces.el (describe-face):
7734 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7735 (dired-at-point):
7736 * files.el (find-file-existing, auto-save-mode):
7737 * font-lock.el (font-lock-fontify-buffer):
7738 * help-fns.el (describe-function, describe-variable)
7739 (describe-syntax, describe-categories):
7740 * help.el (view-lossage, describe-bindings, describe-key)
7741 (describe-mode):
7742 * hexl.el (hexl-current-address):
7743 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7744 * info.el (Info-goto-emacs-key-command-node):
7745 * log-edit.el (log-edit-insert-cvs-template)
7746 (log-edit-insert-cvs-rcstemplate):
7747 * menu-bar.el (menu-bar-mode):
7748 * mouse.el (mouse-appearance-menu):
7749 * newcomment.el (comment-indent-new-line):
7750 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7751 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7752 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7753 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7754 * recentf.el (recentf-mode):
7755 * savehist.el (savehist-mode, savehist-save):
7756 * shadowfile.el (shadow-copy-files):
7757 * simple.el (kill-ring-save, next-line, previous-line)
7758 (normal-erase-is-backspace-mode):
7759 * strokes.el (strokes-update-window-configuration)
7760 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7761 (strokes-xpm-for-stroke):
7762 * time.el (emacs-uptime, emacs-init-time):
7763 * tutorial.el (tutorial--describe-nonstandard-key)
7764 (tutorial--detailed-help):
7765 * type-break.el (type-break-mode)
7766 (type-break-mode-line-message-mode, type-break-query-mode)
7767 (type-break-guesstimate-keystroke-threshold):
7768 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7769 * version.el (emacs-version):
7770 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7771 * winner.el (winner-mode):
7772 * calendar/timeclock.el (timeclock-in, timeclock-out)
7773 (timeclock-status-string, timeclock-change)
7774 (timeclock-workday-remaining-string)
7775 (timeclock-workday-elapsed-string)
7776 (timeclock-when-to-leave-string):
7777 * calendar/todo-mode.el (todo-add-category):
7778 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7779 * emacs-lisp/autoload.el (update-file-autoloads):
7780 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7781 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7782 (checkdoc-message-text, checkdoc-defun):
7783 * emacs-lisp/debug.el (debugger-list-functions):
7784 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7785 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7786 (eieio-describe-generic):
7787 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7788 * emacs-lisp/shadow.el (list-load-path-shadows):
7789 * emulation/cua-base.el (cua-mode):
7790 * emulation/edt.el (edt-set-scroll-margins):
7791 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7792 (tpu-toggle-regexp, tpu-toggle-search-direction)
7793 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7794 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7795 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7796 (viper-set-parsing-style-toggling-macro)
7797 (viper-set-emacs-state-searchstyle-macros):
7798 * emulation/viper.el (viper-set-hooks):
7799 * eshell/esh-mode.el (eshell-truncate-buffer):
7800 * international/mule-cmds.el (prefer-coding-system)
7801 (describe-input-method, describe-language-environment):
7802 * international/mule-diag.el (list-character-sets)
7803 (describe-character-set, describe-coding-system)
7804 (describe-fontset, list-fontsets, list-input-methods):
7805 * mail/sendmail.el (mail-signature):
7806 * net/ange-ftp.el (ange-ftp-copy-file):
7807 * net/browse-url.el (browse-url):
7808 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7809 * net/quickurl.el (quickurl-add-url):
7810 * net/rcirc.el (names, topic):
7811 * net/xesam.el (xesam-mode):
7812 * play/5x5.el (5x5-new-game):
7813 * play/yow.el (apropos-zippy):
7814 * progmodes/ada-mode.el (ada-mode-version):
7815 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7816 (f90-end-of-block)
7817 (f90-beginning-of-block):
7818 * progmodes/fortran.el (fortran-end-of-block)
7819 (fortran-beginning-of-block):
7820 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7821 * progmodes/python.el (python-describe-symbol, python-shell):
7822 * term/ns-win.el (ns-print-buffer):
7823 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7824 * textmodes/flyspell.el (flyspell-mode-on):
7825 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7826 (pages-directory-for-addresses):
7827 * textmodes/table.el (table-recognize-cell)
7828 (table-query-dimension, table-generate-source)
7829 (table-insert-sequence, table--warn-incompatibility):
7830 * textmodes/tex-mode.el (tex-validate-buffer):
7831 * textmodes/texinfmt.el (texinfmt-version)
7832 (texinfo-format-buffer):
7833 Use `called-interactively-p' instead of `interactive-p'.
7834
7835 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * image-mode.el (image-toggle-display):
7838 * emacs-lisp/elp.el (elp-instrument-function):
7839 * emacs-lisp/advice.el (ad-make-advised-definition):
7840 * emacs-lisp/easy-mmode.el (define-minor-mode):
7841 * net/browse-url.el (browse-url-maybe-new-window):
7842 * progmodes/sh-script.el (sh-learn-buffer-indent):
7843 Pass new argument 'any to `called-interactively-p'.
7844
7845 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7846
7847 * international/uni-bidi.el:
7848 * international/uni-category.el:
7849 * international/uni-combining.el:
7850 * international/uni-comment.el:
7851 * international/uni-decimal.el:
7852 * international/uni-decomposition.el:
7853 * international/uni-digit.el:
7854 * international/uni-lowercase.el:
7855 * international/uni-mirrored.el:
7856 * international/uni-name.el:
7857 * international/uni-numeric.el:
7858 * international/uni-old-name.el:
7859 * international/uni-titlecase.el:
7860 * international/uni-uppercase.el:
7861 Regenerate from Unicode 5.2.0 data.
7862
7863 2009-10-01 Glenn Morris <rgm@gnu.org>
7864
7865 * Makefile.in (ELCFILES): Regenerate.
7866
7867 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * subr.el (interactive-p): Mark obsolete.
7870 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7871 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7872 advertised-signature-table for subroutines as well.
7873
7874 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7875 (set-advertised-calling-convention): New function.
7876 (make-obsolete, define-obsolete-function-alias)
7877 (make-obsolete-variable, define-obsolete-variable-alias):
7878 Make the optional-ness of `when' obsolete.
7879 (define-obsolete-face-alias): Make `when' non-optional.
7880 * help-fns.el (help-function-arglist):
7881 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7882 Use advertised-signature-table.
7883
7884 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7885
7886 * files.el (delete-directory): New defun. The original function
7887 in fileio.c has been renamed to `delete-directory-internal'.
7888
7889 * dired.el (dired-delete-file): Call `delete-directory' with
7890 RECURSIVE parameter.
7891
7892 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7893 parameter RECURSIVE. Implementation is missing.
7894
7895 * net/tramp.el (tramp-handle-make-directory): Flush upper
7896 directory's file properties.
7897 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7898 (tramp-handle-dired-recursive-delete-directory): Flush directory
7899 properties after the remove command only.
7900
7901 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7902 Handle optional parameter RECURSIVE.
7903
7904 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7905 Handle optional parameter RECURSIVE.
7906
7907 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7908 connection timeout.
7909 (tramp-smb-handle-delete-directory): Handle optional parameter
7910 RECURSIVE.
7911
7912 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7915 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7916 (byte-compile-defmacro): Use backquotes.
7917
7918 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7919
7920 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7921 has no associated file.
7922 (vc-resynch-buffer): Use vc-dir-buffers.
7923
7924 2009-10-01 Glenn Morris <rgm@gnu.org>
7925
7926 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7927 (chart-file-count):
7928 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7929 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7930 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7931 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7932 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7933 (eieio-copy-parents-into-subclass, make-instance, class-children)
7934 (eieio-generic-form):
7935 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7936 * cedet/cedet-idutils.el (cedet-idutils-search)
7937 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7938 (cedet-idutils-version-check):
7939 * cedet/cedet.el (cedet-version):
7940 * cedet/data-debug.el (data-debug-insert-overlay-button)
7941 (data-debug-insert-overlay-list-button)
7942 (data-debug-insert-buffer-button)
7943 (data-debug-insert-buffer-list-button)
7944 (data-debug-insert-process-button, data-debug-insert-ring-button)
7945 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7946 (data-debug-insert-stuff-vector-button)
7947 (data-debug-insert-symbol-button, data-debug-insert-string)
7948 (data-debug-insert-number, data-debug-insert-lambda-expression)
7949 (data-debug-insert-nil, data-debug-insert-simple-thing)
7950 (data-debug-insert-custom, data-debug-edebug-expr):
7951 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7952 (global-ede-mode-map, ede-new, ede-debug-target)
7953 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7954 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7955 (semantic-fetch-tags, semantic-submode-list)
7956 (semantic-default-submodes):
7957 * cedet/ede/source.el (ede-source-match):
7958 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7959 (project-am-package-info):
7960 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7961 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7962 * cedet/ede/proj-comp.el (ede-current-build-list):
7963 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7964 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7965 * cedet/ede/cpp-root.el (initialize-instance):
7966 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7967 (autoconf-parameter-strip, autoconf-insert-new-macro):
7968 * cedet/semantic/wisent.el (wisent-lex-eoi):
7969 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7970 (semantic-show-parser-state-mode):
7971 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7972 * cedet/semantic/tag.el (semantic-tag-new-variable)
7973 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7974 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7975 (semantic--tag-deep-copy-tag-list)
7976 (semantic-tag-components-with-overlays-default):
7977 * cedet/semantic/symref.el (semantic-symref-find-text):
7978 * cedet/semantic/senator.el (senator-yank-tag)
7979 (senator-transpose-tags-up):
7980 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7981 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7982 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7983 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7984 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7985 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7986 * cedet/semantic/lex-spp.el
7987 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7988 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7989 * cedet/semantic/idle.el
7990 (semantic-idle-summary-current-symbol-info-brutish)
7991 (semantic-idle-summary-current-symbol-info-default):
7992 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7993 (semantic--grammar-macro-compl-dict):
7994 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7995 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7996 (semantic-format-tag-canonical-name-default):
7997 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7998 (semantic-find-tags-for-completion)
7999 (semantic-find-tags-by-scope-protection-default)
8000 (semantic-deep-find-tags-for-completion):
8001 * cedet/semantic/edit.el
8002 (semantic-edits-incremental-reparse-failed-hook)
8003 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8004 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8005 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8006 * cedet/semantic/dep.el (semantic-dependency-include-path):
8007 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8008 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8009 (semanticdb-project-roots):
8010 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8011 (semanticdb-find-adebug-insert-scanned-tag-cons)
8012 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8013 (semanticdb-brute-deep-find-tags-for-completion):
8014 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8015 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8016 (semantic-end-of-context-default)
8017 (semantic-ctxt-current-function-default)
8018 (semantic-ctxt-scoped-types-default):
8019 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8020 (semantic-complete-inline-tag-engine)
8021 (semantic-complete-inline-custom-type)
8022 (semantic-complete-read-tag-analyzer):
8023 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8024 (semantic-chart-database-size):
8025 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8026 (semantic-analyze-current-context):
8027 * cedet/semantic/symref/list.el (semantic-symref)
8028 (semantic-symref-hide-buffer, semantic-symref-symbol):
8029 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8030 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8031 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8032 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8033 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8034 (semantic-c-dereference-template):
8035 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8036 (semantic--analyze-refs-full-lookup-with-parents)
8037 (semantic--analyze-refs-full-lookup-simple):
8038 * cedet/semantic/analyze/complete.el
8039 (semantic-analyze-possible-completions):
8040 * cedet/srecode/table.el (srecode-mode-table-new):
8041 * cedet/srecode/srt.el (srecode-read-variable-name):
8042 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8043 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8044 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8045 * cedet/srecode/map.el (srecode-current-map):
8046 * cedet/srecode/insert.el (srecode-insert)
8047 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8048 (srecode-template-inserter-point-override)
8049 (srecode-insert-include-lookup):
8050 * cedet/srecode/getset.el (srecode-auto-choose-class):
8051 * cedet/srecode/extract.el (srecode-inserter-extract):
8052 * cedet/srecode/document.el
8053 (srecode-document-autocomment-return-last-alist)
8054 (srecode-document-autocomment-param-type-alist)
8055 (srecode-document-insert-function-comment)
8056 (srecode-document-insert-variable-one-line-comment)
8057 (srecode-document-function-name-comment):
8058 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8059 (srecode-compound-toString):
8060 * cedet/srecode/compile.el (srecode-flush-active-templates):
8061 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8062 Doc/message fixes.
8063
8064 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8065 match-data. (Bug#4555).
8066
8067 * cedet/semantic/bovine/gcc.el
8068 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8069 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8070
8071 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8072 rather than parsing it as a regexp. This relaxes the layout
8073 requirements and makes errors easier to detect.
8074 (check-declare-verify): Check file is regular.
8075 (check-declare-directory): Doc fix.
8076 * subr.el (declare-function): Doc fix.
8077
8078 * ibuffer.el (ibuffer-format-qualifier):
8079 * isearch.el (hi-lock-regexp-okay):
8080 * calc/calc.el (math-zerop):
8081 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8082 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8083 Remove unused declarations.
8084
8085 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * cedet/semantic/wisent/javat-wy.el
8088 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8089
8090 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * cedet/srecode/expandproto.el: Fix provide statement.
8093
8094 2009-09-30 Eric Ludlam <zappo@gnu.org>
8095
8096 * emacs-lisp/eieio.el (boolean-p): Delete.
8097
8098 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8099
8100 * cedet/ede/srecode.el: Fix provide statement.
8101
8102 2009-09-30 Glenn Morris <rgm@gnu.org>
8103
8104 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8105 * cedet/ede/proj-aux.el (ede-aux-source):
8106 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8107 (ede-misc-source):
8108 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8109 (semantic-mrub-switch-tags): Fix doc typos.
8110
8111 * cedet/semantic/db-global.el (data-debug-new-buffer)
8112 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8113 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8114
8115 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8116
8117 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8118 use of CL function `remove-if-not'.
8119
8120 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8121
8122 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8123 filename is not a string.
8124
8125 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * files.el (safe-local-eval-forms): Fix typo.
8128
8129 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * vc-hooks.el (vc-dir-buffers): New var.
8132 (vc-state-refresh): New function.
8133 (vc-state): Use it.
8134 (vc-after-save): Always ask the backend to recompute the new state.
8135 Always call vc-dir if necessary, using vc-dir-buffers.
8136 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8137 Use vc-dir-buffers.
8138 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8139 (vc-dir-prepare-status-buffer, vc-dir-update)
8140 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8141 Don't call expand-file-name on default-directory.
8142
8143 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8144
8145 * speedbar.el (speedbar-item-delete):
8146 * calc/calc-prog.el (calc-kbd-if):
8147 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8148
8149 * epa.el (epa-key-list-mode-map):
8150 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8151
8152 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8153 (hs-show-hook): Fix typo in docstring.
8154
8155 2009-09-29 Glenn Morris <rgm@gnu.org>
8156
8157 * cedet/semantic/symref/idutils.el:
8158 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8159
8160 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8161
8162 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8163 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8164 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8165 Mark declarations not understood by check-declare.
8166
8167 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8168 file-name-nondirectory call preventing location of cedet files.
8169 (check-declare-verify): Use literal search rather than re-search.
8170 Add basic defmethod and defclass, and define-overloadable-function.
8171
8172 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8173 Use tramp-compat-file-attributes rather than nonexistent
8174 tramp-compat-handle-file-attributes.
8175
8176 * Makefile.in (lisptagsfiles4): New.
8177 (AUTOGENEL): Add cedet loaddefs files.
8178 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8179 (update-elclist, compile-always, backup-compiled-files)
8180 (bootstrap-clean): Add yet another directory level.
8181 (update-elclist): Use LC_COLLATE rather than COLLATE.
8182 (ELCFILES): Update, via `make update-elclist'.
8183
8184 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8185
8186 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8187 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8188 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8189
8190 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8191
8192 * Makefile.in (lisptagsfiles3): Define.
8193 (TAGS, TAGS-LISP): Use it.
8194 (update-elclist): Add third directory level to look for elc files.
8195 (compile-always): Likewise.
8196 (backup-compiled-files): Likewise.
8197 (bootstrap-clean): Likewise.
8198 (ELCFILES): Update.
8199
8200 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8201
8202 * Makefile.in (ELCFILES): Add CEDET files.
8203
8204 2009-09-28 Eric Ludlam <zappo@gnu.org>
8205
8206 CEDET (development tools) package merged.
8207
8208 * cedet/*.el:
8209 * cedet/ede/*.el:
8210 * cedet/semantic/*.el:
8211 * cedet/srecode/*.el: New files.
8212
8213 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8214
8215 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8216
8217 * net/tramp.el (top): Require tramp-imap.
8218
8219 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8220 Use `tramp-compat-handle-file-attributes'.
8221
8222 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8223
8224 * net/tramp-imap.el: New package.
8225
8226 2009-09-28 Eric Ludlam <zappo@gnu.org>
8227
8228 * emacs-lisp/chart.el:
8229 * emacs-lisp/eieio-base.el:
8230 * emacs-lisp/eieio-comp.el:
8231 * emacs-lisp/eieio-custom.el:
8232 * emacs-lisp/eieio-datadebug.el:
8233 * emacs-lisp/eieio-opt.el:
8234 * emacs-lisp/eieio-speedbar.el:
8235 * emacs-lisp/eieio.el: New files.
8236
8237 * cedet/cedet-cscope.el:
8238 * cedet/cedet-files.el:
8239 * cedet/cedet-global.el:
8240 * cedet/cedet-idutils.el:
8241 * cedet/data-debug.el:
8242 * cedet/inversion.el:
8243 * cedet/mode-local.el:
8244 * cedet/pulse.el: New files.
8245
8246 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8247
8248 * whitespace.el (whitespace-trailing-regexp)
8249 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8250 Fix doc string.
8251
8252 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8255 menu.
8256
8257 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8258 menu-bar-ediff-menu.
8259
8260 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8261 define-overloadable-function.
8262
8263 * progmodes/autoconf.el: Provide autoconf as well, so that this
8264 file can be `require'd.
8265
8266 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8267
8268 * emacs-lisp/autoload.el (generated-autoload-feature)
8269 (generated-autoload-load-name): New vars.
8270 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8271 (make-autoload): Recognize define-overloadable-function and
8272 defclass forms (for EIEIO).
8273
8274 * Makefile.in (update-subdirs): Exclude cedet directory.
8275
8276 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8277
8278 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8279
8280 * faces.el: Default light-background background for region face to
8281 ns_selection_color under NS.
8282
8283 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8284
8285 * net/imap-hash.el: New library, see NEWS.
8286
8287 * Makefile.in (ELCFILES): Add imap-hash.el.
8288
8289 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8292 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8293 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8294 definition where the docstring could be taken for the return value.
8295
8296 2009-09-26 Glenn Morris <rgm@gnu.org>
8297
8298 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8299 Add option to only show images below a certain size.
8300 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8301 save-excursion calls.
8302
8303 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8304
8305 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8306 subdirectories) and eieio.
8307
8308 2009-09-26 Alan Mackenzie <acm@muc.de>
8309
8310 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8311 buggy bracketing. (Bug#4289)
8312
8313 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8314 character constants (as case labels). (Bug#4289)
8315
8316 2009-09-25 Juri Linkov <juri@jurta.org>
8317
8318 * files.el (safe-local-eval-forms): Allow time-stamp in
8319 before-save-hook (Bug#4554).
8320
8321 2009-09-25 Drew Adams <drew.adams@oracle.com>
8322
8323 * menu-bar.el (list-buffers-directory): Doc fix.
8324
8325 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8328 Try and avoid copying twice the same paragraph.
8329 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8330 Remove save-excursion.
8331 (log-edit-changelog-entry): Do it here instead.
8332
8333 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8334
8335 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8336 when available, instead of hardcoding mode names. Doc fix.
8337
8338 * menu-bar.el (list-buffers-directory): Add docstring.
8339 Make automatically buffer-local.
8340
8341 * dired.el (dired-mode):
8342 * files.el (cd-absolute):
8343 * pcvs.el (cvs-temp-buffer):
8344 * pcvs-util.el (cvs-get-buffer-create):
8345 * shell.el (shell-mode):
8346 * vc-dir.el (vc-dir-mode):
8347 Don't make `list-buffers-directory' buffer local.
8348
8349 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8350
8351 * comint.el (comint-exec, comint-run, make-comint):
8352 Doc fixes (Bug#4542).
8353
8354 2009-09-25 Glenn Morris <rgm@gnu.org>
8355
8356 * mail/rmailmm.el (rmail-mime): New custom group.
8357 Move all defcustoms in this file into this group.
8358 (rmail-mime-media-type-handlers-alist): Revert previous change.
8359 (rmail-mime-show-images): New option.
8360 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8361 references to it, since it wasn't actually used for anything.
8362 (rmail-mime-insert-image): New function.
8363 (rmail-mime-image): Use rmail-mime-insert-image.
8364 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8365 obey the value of `rmail-mime-show-images' option. Print the size of
8366 attachments.
8367
8368 2009-09-25 David Engster <deng@randomsample.de>
8369
8370 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8371
8372 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8373
8374 * whitespace.el: Does not highlight trailing spaces While point is
8375 at end of line. Does not highligt spaces at beginning of buffer
8376 while point is at beginning of buffer. Does not highlight spaces
8377 at end of buffer while point is at end of buffer. (Bug#4177)
8378 New version 12.0.
8379 (whitespace-display-mappings): Adjust initialization.
8380 (whitespace-point, whitespace-font-lock-refontify): New vars.
8381 (whitespace-color-on, whitespace-color-off): Adjust code.
8382 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8383 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8384 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8385
8386 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8389
8390 * textmodes/sgml-mode.el: Remove xml-mode alias.
8391
8392 * files.el (auto-mode-alist, conf-mode-maybe)
8393 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8394
8395 2009-09-24 Alan Mackenzie <acm@muc.de>
8396
8397 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8398 c-forward-conditionals, but it doesn't move point and doesn't set
8399 the mark.
8400 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8401 (c-down-conditional-with-else, c-backward-conditional)
8402 (c-forward-conditional): Refactor to use c-scan-conditionals.
8403
8404 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8407 (help-default-arg-highlight): Remove.
8408 (help-highlight-arg): New function.
8409 (help-do-arg-highlight): Use it.
8410 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8411
8412 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8415 Undo last change, which didn't fix the problem and introduced others.
8416
8417 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * progmodes/gdb-mi.el: Don't require speedbar.
8420 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8421
8422 2009-09-24 Glenn Morris <rgm@gnu.org>
8423
8424 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8425
8426 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8427
8428 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8429 there is no newline after the final mime boundary. (Bug#4539)
8430 Move markers on insertion so that any buttons inserted don't end up in
8431 the next part of a multipart message.
8432 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8433 (rmail-mime-bulk-handler): Optionally handle images.
8434 (rmail-mime-image): New button action.
8435 (rmail-mime-image-handler): New function.
8436 (rmail-mime-mode): New mode.
8437 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8438
8439 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8442 than just dropping elements from it (bug#4504).
8443
8444 * term.el (term-set-scroll-region): Don't move cursor any more.
8445 (term-handle-ansi-escape): Call term-goto here instead.
8446 Suggested by Ivan Kanis <apple@kanis.eu>.
8447
8448 * term.el: Require CL.
8449 (term-ansi-reset): New function.
8450 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8451 (term-handle-colors-array): Simplify.
8452
8453 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * allout.el (allout-overlay-interior-modification-handler)
8456 (allout-obtain-passphrase):
8457 * epa-file.el (epa-file-write-region):
8458 * ps-print.el (ps-begin-job):
8459 * vc-hooks.el (vc-toggle-read-only):
8460 * vc-rcs.el (vc-rcs-rollback):
8461 * vc-sccs.el (vc-sccs-rollback):
8462 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8463 (vc-version-diff, vc-revert, vc-rollback):
8464 * wdired.el (wdired-check-kill-buffer):
8465 * emacs-lisp/authors.el (authors):
8466 * net/socks.el (socks-open-connection):
8467 * net/zeroconf.el (zeroconf-service-add-hook):
8468 * obsolete/vc-mcvs.el (vc-mcvs-register):
8469 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8470 (gdb-select-frame):
8471 * progmodes/grep.el (lgrep, rgrep):
8472 * progmodes/idlw-help.el (idlwave-help-check-locations)
8473 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8474 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8475 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8476 (reftex-toc-rename-label): Fix typos in error messages.
8477
8478 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8479 (dired-copy-how-to-fn): Doc fix.
8480 (dired-files-attributes, dired-read-shell-command):
8481 Fix typos in docstrings.
8482
8483 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8484 (dired-x-find-file-other-window): Reflow docstrings.
8485 (dired-omit-marker-char, dired-read-shell-command)
8486 (dired-x-submit-report): Fix typos in docstrings.
8487
8488 * shell.el (shell-mode-hook):
8489 * view.el (View-scroll-line-forward):
8490 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8491 Fix typos in docstrings.
8492
8493 * net/dig.el (dig-invoke): Fix typo in docstring.
8494 (query-dig): Reflow docstring.
8495
8496 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8497 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8498 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8499 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8500 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8501 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8502 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8503 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8504 (idlwave-completion-map, idlwave-current-indent)
8505 (idlwave-custom-ampersand-surround, idlwave-customize)
8506 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8507 (idlwave-define-abbrev, idlwave-determine-class-special)
8508 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8509 (idlwave-end-block-reg, idlwave-end-of-statement)
8510 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8511 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8512 (idlwave-explicit-class-listed, idlwave-file-header)
8513 (idlwave-fill-paragraph, idlwave-find-class-definition)
8514 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8515 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8516 (idlwave-in-quote, idlwave-indent-action-table)
8517 (idlwave-indent-expand-table, idlwave-indent-line)
8518 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8519 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8520 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8521 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8522 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8523 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8524 (idlwave-outlawed-buffers, idlwave-popup-select)
8525 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8526 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8527 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8528 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8529 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8530 (idlwave-statement-type, idlwave-struct-skip)
8531 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8532 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8533 (idlwave-what-module-find-class): Fix typos in docstrings.
8534 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8535 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8536 (idlwave-find-module, idlwave-find-structure-definition)
8537 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8538 (idlwave-list-load-path-shadows, idlwave-next-statement)
8539 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8540 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8541 (idlwave-template): Reflow docstrings.
8542
8543 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8544 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8545 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8546 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8547 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8548 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8549 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8550 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8551 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8552 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8553 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8554 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8555 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8556 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8557 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8558 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8559 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8560 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8561 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8562 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8563 Fix typos in docstrings.
8564 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8565 (idlwave-shell-hide-output, idlwave-shell-mode)
8566 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8567 Reflow docstrings.
8568
8569 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8570
8571 2009-09-24 Ivan Kanis <apple@kanis.eu>
8572
8573 * term.el (term-bold-attribute): New var.
8574 (term-handle-colors-array): Use it.
8575
8576 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * progmodes/gdb-mi.el (gdb-version): New variable.
8579 (gdb-non-stop-handler): Set gdb-version.
8580 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8581 Condition "--thread" option on gdb-version.
8582 (gdb-invalidate-threads): Remove unused argument.
8583
8584 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8587 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8588
8589 2009-09-23 Glenn Morris <rgm@gnu.org>
8590
8591 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8592 replying to mail without References or Message-Id. (Bug#4525)
8593
8594 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8595
8596 * term/ns-win.el (ns-reg-to-script): New variable.
8597
8598 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8599
8600 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8601
8602 2009-09-22 Sam Steingold <sds@gnu.org>
8603
8604 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8605 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8606 to 1 because hg returns status 1 when nothing is found.
8607 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8608
8609 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * textmodes/fill.el: Convert to utf-8 encoding.
8612 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8613 pre-unicode days.
8614
8615 * add-log.el (change-log-fill-forward-paragraph): New function.
8616 (change-log-mode): Use it so fill-region DTRT.
8617 Set fill-indent-according-to-mode here rather than in
8618 change-log-fill-paragraph.
8619 (change-log-fill-paragraph): Remove.
8620
8621 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8624 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8625
8626 2009-09-22 Glenn Morris <rgm@gnu.org>
8627
8628 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8629 the scroll-bar scroll the calendar window rather than the buffer.
8630
8631 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8632 commands that move point (as opposed to scrolling).
8633
8634 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8635
8636 * emacs-lisp/elint.el (elint): New custom group.
8637 (elint-log-buffer): Make it a defcustom.
8638 (elint-scan-preloaded, elint-ignored-warnings)
8639 (elint-directory-skip-re): New options.
8640 (elint-builtin-variables): Doc fix.
8641 (elint-preloaded-env): New variable.
8642 (elint-unknown-builtin-args): Add an entry for encode-time.
8643 (elint-extra-errors): Make it a variable rather than a constant.
8644 (elint-preloaded-skip-re): New constant.
8645 (elint-directory): Skip files matching elint-directory-skip-re.
8646 (elint-features): New variable, local to linted buffers.
8647 (elint-update-env): Initialize elint-features. Possibly add
8648 elint-preloaded-env to the buffer's environment.
8649 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8650 Skip quoted forms.
8651 (elint-init-form): New function, extracted from elint-init-env.
8652 Make non-list forms a warning rather than an error.
8653 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8654 easy-menu-define, put that adds an error-condition, and provide.
8655 When requiring cl, also require cl-macs. Really require cl, to handle
8656 some cl macros. Store required libraries in the list elint-features,
8657 so as not to re-load them. Treat cc-require like require.
8658 (elint-init-env): Call elint-init-form to do the work.
8659 Handle eval-and-compile and such like.
8660 (elint-add-required-env): Do not clear messages.
8661 (elint-special-forms): Add handlers for function, defalias, if, when,
8662 unless, and, or.
8663 (elint-form): Add optional argument to ignore elint-special-forms,
8664 useful to prevent recursive calls from handlers. Doc fix.
8665 Respect elint-ignored-warnings.
8666 (elint-form): Respect elint-ignored-warnings.
8667 (elint-bound-variable, elint-bound-function): New variables.
8668 (elint-unbound-variable): Respect elint-bound-variable.
8669 (elint-get-args): Respect elint-bound-function.
8670 (elint-check-cond-form): Add some simple handling for (f)boundp and
8671 featurep tests.
8672 (elint-check-defalias-form): New handler.
8673 (elint-check-let-form): Make an empty let a warning rather than an
8674 error.
8675 (elint-check-setq-form): Make an empty setq a warning rather than an
8676 error. Respect elint-ignored-warnings.
8677 (elint-check-defvar-form): Accept null doc-strings.
8678 (elint-check-conditional-form): New handler. Does some simple-minded
8679 checking of featurep and (f)boundp tests.
8680 (elint-put-function-args): New function.
8681 (elint-initialize): Use elint-scan-doc-file rather than
8682 elint-find-builtin-variables. Use elint-put-function-args.
8683 Possibly scan preloaded-file-list.
8684 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8685 extend to handle functions as well.
8686
8687 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8688
8689 * linum.el (linum-delete-overlays, linum-update-window):
8690 Do not modify the right margin. (Bug#3971)
8691
8692 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8695 nxml-mode instead of xml-mode.
8696
8697 2009-09-21 Kevin Ryde <user42@zip.com.au>
8698
8699 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8700
8701 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * net/dig.el (dig-mode): Use define-derived-mode.
8704
8705 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * vc-dispatcher.el (vc-do-command): Return the process object in
8708 the asynchronous case. Use when instead of if. Do not run
8709 vc-exec-after to display a message if not enabled. (Bug#4463)
8710
8711 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8712 properties to the stash strings.
8713 (vc-git-stash-list): Return a list of strings.
8714 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8715 (vc-git-stash-show-at-point): New functions.
8716 (vc-git-stash-map): New keymap.
8717
8718 * register.el (ctl-x-r-map): Define the keys here instead of
8719 using autoload.
8720
8721 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8722
8723 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8724 list, to workaround performance problem (bug#4485).
8725
8726 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8727
8728 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8729
8730 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8731
8732 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8733 Document that this option is not recommended to use.
8734
8735 2009-09-19 Glenn Morris <rgm@gnu.org>
8736
8737 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8738 variable `var'.
8739
8740 * calc/calc-alg.el (var):
8741 * calc/calcalg2.el (var): Define for compiler.
8742
8743 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8746 Doc fix (Bug#3932).
8747
8748 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8749
8750 * time-stamp.el (time-stamp-month-dd-yyyy)
8751 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8752 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8753 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8754 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8755 Remove functions that have been obsolete since 1995 (Bug#4436).
8756
8757 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8758 indent buffer only if called interactively (Bug#4452).
8759
8760 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8761 Eli Zaretskii <eliz@gnu.org>
8762
8763 This fixes bug#4197 (merged to bug#865, though not identical).
8764 * server.el (server-auth-dir): Add docstring note about FAT32.
8765 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8766 but warn against using them.
8767
8768 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8771 older GDB where there is no has_more field.
8772
8773 2009-09-19 Glenn Morris <rgm@gnu.org>
8774
8775 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8776
8777 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8778
8779 * files.el (auto-mode-alist): Change default for XML files to nXML
8780 mode (Bug#4169).
8781
8782 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8783
8784 * server.el (server-ensure-safe-dir): Pass 'integer
8785 to `file-attributes', as suggested.
8786
8787 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8790 (dired-query): Use read-key.
8791
8792 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8793
8794 * cus-start.el (ns-use-qd-smoothing): Remove.
8795
8796 2009-09-18 Glenn Morris <rgm@gnu.org>
8797
8798 * allout.el (top-level): Remove unnecessary progn.
8799
8800 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8801
8802 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8803 definition of abbrev table.
8804
8805 * speedbar.el (speedbar-track-mouse):
8806 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8807 * net/eudc.el (eudc-expand-inline):
8808 * net/newst-backend.el (newsticker--cache-read-feed):
8809 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8810 condition-case handlers.
8811
8812 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8815 (gdb-var-list): Add an element for has_more field.
8816 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8817 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8818 (gdb-var-update-handler-1): Parse output of dynamic variable
8819 objects (STL containers).
8820 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8821 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8822
8823 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8824 gdb-var-list.
8825 (gud-speedbar-buttons): Make node expandable if expression "has more"
8826 children.
8827
8828 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8829
8830 * startup.el (emacs-quick-startup): Remove variable and all uses.
8831 (command-line): Set `inhibit-x-resources' instead.
8832 (command-line-1): Use `inhibit-x-resources' instead.
8833
8834 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * subr.el: Fix last change to avoid using the `unless' macro,
8837 which breaks bootstrapping.
8838
8839 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8842 extended definitions, in case we reload subr.el after having
8843 loaded CL.
8844 (eval-next-after-load): Mark as obsolete.
8845
8846 2009-09-17 Juri Linkov <juri@jurta.org>
8847
8848 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8849 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8850 (menu-bar-showhide-menu, menu-bar-tools-menu)
8851 (menu-bar-describe-menu, menu-bar-help-menu)
8852 (minibuffer-local-completion-map, minibuffer-local-map):
8853 Fix list quoting.
8854
8855 2009-09-17 Glenn Morris <rgm@gnu.org>
8856
8857 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8858 arguments, whether or not it has a handler.
8859
8860 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8861
8862 * simple.el (hard-newline): Give it a doc-string.
8863
8864 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8865 (lisp-mode-syntax-table): Give them doc-strings.
8866
8867 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8868
8869 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8870 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8871 (menu-bar-options-menu, menu-bar-showhide-menu)
8872 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8873 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8874 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8875 (menu-bar-options-menu, menu-bar-tools-menu)
8876 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8877 (menu-bar-help-menu):
8878 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8879 string arguments.
8880
8881 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8882 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8883 calls for the menu names and :help.
8884
8885 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8888 to :minor-mode-function (bug#4455).
8889
8890 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * startup.el (command-line): Initialize the window-system after
8893 processing the command-line.
8894
8895 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8896 page-delimiter matches the empty string.
8897
8898 2009-09-16 Glenn Morris <rgm@gnu.org>
8899
8900 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8901 byte-compile-not-obsolete-var. It's a list now.
8902 (byte-compile-not-obsolete-funcs): New variable.
8903 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8904 byte-compile-not-obsolete-funcs.
8905 (byte-compile-variable-ref, byte-compile-defvar): Update for
8906 byte-compile-not-obsolete-vars name-change and list nature.
8907 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8908 and variables behind (f)boundp tests.
8909 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8910
8911 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8912
8913 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8914
8915 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8918 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8919 Don't autoload.
8920
8921 2009-09-15 Stephen Eglen <stephen@gnu.org>
8922
8923 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8924 the virtual-buffers, use the name of the buffer specified by
8925 find-file-noselect, as the match may be a symlink. (This was a
8926 problem if the target and the symlink had different names.)
8927
8928 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8931
8932 * desktop.el (desktop-path): Check user-emacs-directory.
8933
8934 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8935
8936 * loadup.el: Use after-load-functions to GC after loading each file.
8937 Remove the explicit GC calls that used to be sprinkled around.
8938
8939 * subr.el (after-load-functions): New hook.
8940 (do-after-load-evaluation): Run it. Use string-match-p to detect
8941 `obsolete' packages, rather than painfully extracting the relevant
8942 directory name.
8943
8944 2009-09-15 Glenn Morris <rgm@gnu.org>
8945
8946 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8947 free variable `doc'.
8948
8949 * dired.el (dired-mode-map): Add menu entry for async shell command.
8950
8951 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8952 variables, also consider the .elc files, since the .el files are
8953 normally gzipped (subsequent code locates the .el.gz from the .elc).
8954
8955 * calc/calc-prog.el (arglist): Define for compiler.
8956
8957 * calendar/diary-lib.el (diary-display-function): Change the default to
8958 fancy display.
8959 (body): Define for compiler.
8960
8961 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8962 (byte-compile-file-form, byte-compile-lambda)
8963 (byte-compile-top-level-body, byte-compile-form)
8964 (byte-compile-variable-ref, byte-compile-setq)
8965 (byte-compile-setq-default, byte-compile-body)
8966 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8967 (batch-byte-compile): Give some more local variables with common names
8968 a "bytecomp-" prefix to avoid masking warnings about free variables.
8969
8970 * startup.el (command-line-1): Give local variables with common names a
8971 distinguishing prefix, so as not to hide free variable warnings during
8972 bootstrap.
8973
8974 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8975 clever and add a suffix to make a unique name, just let the user decide
8976 whether or not to overwrite it. If the input is a directory, write the
8977 default filename to that directory. (Bug#4388)
8978 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8979 is a filename-as-a-directory.
8980
8981 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * textmodes/page.el (what-page): Don't move to beginning of line.
8984 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8985
8986 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8987
8988 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8989
8990 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8991
8992 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8993 * help.el (help-for-help-internal): Add purecopy calls for text.
8994
8995 * vc.el (top): print-log method now takes an optional SHORTLOG
8996 argument. Add a new method: root.
8997 (vc-root-diff, vc-print-root-log): New functions.
8998 (vc-log-short-style): New variable.
8999 (vc-print-log-internal): Add support for showing short logs.
9000
9001 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9002 vc-print-root-log and vc-print-root-diff.
9003
9004 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9005 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9006 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9007 short logs.
9008
9009 * vc-cvs.el (vc-cvs-print-log):
9010 * vc-mtn.el (vc-mtn-print-log):
9011 * vc-rcs.el (vc-rcs-print-log):
9012 * vc-sccs.el (vc-sccs-print-log):
9013 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9014 that is ignored for now.
9015
9016 * vc-mtn.el (vc-mtn-annotate-command):
9017 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9018
9019 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9022 to function-key-map, and give them ascii-character property.
9023 * term/x-win.el (x-alternatives-map):
9024 * term/ns-win.el (ns-alternatives-map):
9025 * term/internal.el (msdos-key-remapping-map):
9026 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9027
9028 2009-09-14 Glenn Morris <rgm@gnu.org>
9029
9030 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9031 temp-buffers (2009-09-12).
9032
9033 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9036 the new read-key function.
9037
9038 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9041 is defined (Bug#4405).
9042
9043 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9044
9045 * recentf.el (recentf-cleanup): Use a hash table to find
9046 duplicates (Bug#4407).
9047
9048 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9049
9050 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9051 kp-0 to ascii equivalents (Bug#4325).
9052
9053 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9056
9057 * eshell/em-hist.el:
9058 * eshell/em-dirs.el (eshell-complete-user-reference):
9059 Declare pcomplete functions and variables to avoid compiler warnings.
9060
9061 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9062
9063 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9064 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9065 * eshell/em-alias.el (eshell-aliases-file):
9066 * eshell/em-hist.el (eshell-history-file-name):
9067 Use expand-file-name instead of concat to make file names (Bug#4308).
9068
9069 2009-09-13 Glenn Morris <rgm@gnu.org>
9070
9071 * ediff-merg.el (ediff-do-merge):
9072 * filesets.el (filesets-run-cmd):
9073 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9074 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9075 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9076 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9077 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9078 Replace empty `let's with `progn'.
9079
9080 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * mail/sendmail.el (send-mail-function):
9083 * tooltip.el (tooltip-mode):
9084 * simple.el (transient-mark-mode):
9085 * rfn-eshadow.el (file-name-shadow-mode):
9086 * frame.el (blink-cursor-mode):
9087 * font-core.el (global-font-lock-mode):
9088 * files.el (temporary-file-directory)
9089 (small-temporary-file-directory, auto-save-file-name-transforms):
9090 * epa-hook.el (auto-encryption-mode):
9091 * composite.el (global-auto-composition-mode):
9092 Use custom-initialize-delay.
9093 * startup.el (command-line): Don't explicitly call
9094 custom-reevaluate-setting for all the above vars.
9095 * custom.el (custom-initialize-safe-set)
9096 (custom-initialize-safe-default): Delete.
9097
9098 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * term/x-win.el (x-initialize-window-system):
9101 * term/w32-win.el (w32-initialize-window-system):
9102 * term/ns-win.el (ns-initialize-window-system): Don't call
9103 mouse-wheel-mode since it's enabled globally by default already.
9104
9105 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9106 actually define the variable, but only silences the byte-compiler.
9107 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9108 before looking it up.
9109 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9110 is changed.
9111
9112 2009-09-12 Glenn Morris <rgm@gnu.org>
9113
9114 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9115 1000.
9116 (elint-add-required-env): Don't beep on error.
9117 (elint-forms): In case of error, return ENV unchanged.
9118 (elint-init-env): Skip non-list forms.
9119 (elint-log): Handle unknown file positions.
9120
9121 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9122
9123 * epg.el (epg-make-context): Add autoload cookie.
9124 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9125 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9126 (epg-verify-string, epg-start-sign, epg-sign-file)
9127 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9128 (epg-encrypt-string, epg-start-export-keys)
9129 (epg-export-keys-to-file, epg-export-keys-to-string)
9130 (epg-start-import-keys, epg-import-keys-from-file)
9131 (epg-import-keys-from-string, epg-start-receive-keys)
9132 (epg-receive-keys, epg-import-keys-from-server)
9133 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9134 (epg-sign-keys, epg-start-generate-key)
9135 (epg-generate-key-from-file, epg-generate-key-from-string):
9136 Remove autoload cookie.
9137
9138 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9139
9140 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9141 reevaluation of trash-directory.
9142
9143 * mwheel.el: Fix last change.
9144 (mouse-wheel-mode): New defvar.
9145 (mouse-wheel-mode): Remove autoload cookie.
9146
9147 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * mwheel.el (mwheel-installed-bindings): New var.
9150 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9151 the bindings we set last time. Use custom-initialize-delay.
9152 * loadup.el: Load mwheel after term/*-win.el.
9153 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9154 and mouse-wheel-up-event now that their first evaluation is done
9155 sufficiently late to be correct.
9156
9157 * startup.el (tutorial-directory): Make it a defcustom.
9158 Use custom-initialize-delay rather than eval-at-startup to set it.
9159 * image.el (image-load-path): Make it a defcustom.
9160 Use custom-initialize-delay rather than eval-at-startup to set it.
9161 * subr.el (eval-at-startup): Remove.
9162 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9163
9164 * subr.el (do-after-load-evaluation): Warn the user after loading an
9165 obsolete package.
9166
9167 2009-09-12 Glenn Morris <rgm@gnu.org>
9168
9169 * proced.el (proced-mark-alt): Remove alias.
9170 (proced-mode-map): Remove proced-mark-alt.
9171
9172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9173 Elint file and directory. Remove initialization entry.
9174
9175 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9176 commands.
9177 (elint-current-buffer): Set mode-line-process.
9178 (elint-init-env): Handle define-derived-mode.
9179 Fix declare-function with unspecified arglist. Guard against odd
9180 defalias statements (eg iso-insert's 8859-1-map).
9181 (elint-add-required-env): Use a temp buffer.
9182 (elint-form): Just print the function/macro name, not the whole form.
9183 Return env unchanged if we fail to parse a macro.
9184 (elint-forms): Guard against parse errors.
9185 (elint-output): New function, to handle batch mode.
9186 (elint-log-message): Add optional argument. Use elint-output.
9187 (elint-set-mode-line): New function.
9188
9189 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9190
9191 * emacs-lisp/elp.el (elp-not-profilable): Add more
9192 functions (Bug#4233).
9193
9194 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9197 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9198
9199 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9200
9201 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9202 (gdb-var-list-children): Use json parsing.
9203
9204 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9205
9206 * progmodes/js.el (js--proper-indentation): Handle the case where
9207 char-before is null. Reported by Deniz Dogan.
9208
9209 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9210
9211 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9212
9213 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9214
9215 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9216 (epg-digest-algorithm-alist): Add SHA224.
9217 (epg-context-set-passphrase-callback)
9218 (epg-context-set-progress-callback): Add description about
9219 callback function.
9220
9221 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * custom.el (custom-delayed-init-variables): New var.
9224 (custom-initialize-delay): New function.
9225 * startup.el (command-line): "Re"evaluate all vars in
9226 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9227 explicitly any more.
9228 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9229 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9230
9231 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9232
9233 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9234
9235 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9236 (gdb-var-update-handler): Use json parsing.
9237
9238 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9239
9240 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9241 decode annotated text, regardless of language environment. (Bug#2741)
9242
9243 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * Makefile.in (autoloads): Make rmail.el writable as well.
9246
9247 2009-09-11 Glenn Morris <rgm@gnu.org>
9248
9249 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9250 loaddefs.el.
9251 * dired.el: Regenerate with extracted autoloads.
9252 * Makefile.in (autoloads): Make dired.el writable.
9253
9254 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9255 * ibuffer.el: Regenerate with extracted autoloads.
9256 * Makefile.in (autoloads): Make ibuffer.el writable.
9257
9258 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9259 * version.el (emacs-copyright, emacs-major-version)
9260 (emacs-minor-version): Reformat doc-strings for make-docfile.
9261
9262 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9263 functions and variables, since they must be stuff specific to some other
9264 platform.
9265 (apropos-print): Make mouse-click message less specific about button.
9266
9267 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9268 that records where a macro was defined.
9269 * help-fns.el (describe-function-1): Mention if a function has a
9270 compiler-macro.
9271 * help-mode.el (help-function-cmacro): New button.
9272
9273 * locate.el (top-level): Always require dired.
9274 (locate-mode-map): Initialize inside the defvar.
9275
9276 * net/ange-ftp.el (dired-compress-file): Declare.
9277 (ange-ftp-dired-compress-file): Add doc string.
9278
9279 * term/ns-win.el (x-display-name, x-setup-function-keys):
9280 Unify doc-strings with X versions.
9281
9282 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * emulation/crisp.el (crisp-mode-map): Move initialization
9285 into declaration.
9286 (crisp-mode): Use define-minor-mode.
9287
9288 * progmodes/xscheme.el (xscheme-evaluation-commands):
9289 Put a :advertised-binding property rather than using
9290 advertised-xscheme-send-previous-expression.
9291 (advertised-xscheme-send-previous-expression): Declare obsolete.
9292 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9293 `advertised-undo'.
9294 (crisp-mode): Add corresponding bindings to
9295 undo's :advertised-binding instead.
9296 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9297 than using dired-advertised-find-file.
9298 (dired-advertised-find-file):
9299 * simple.el (advertised-undo):
9300 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9301 (widget-keymap): Put a :advertised-binding property rather
9302 than using advertised-widget-backward.
9303 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9304 than using advertised-undo.
9305 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9306
9307 2009-09-10 Simon South <ssouth@slowcomputing.org>
9308
9309 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9310 Mark mode is enabled and region is active; otherwise indent or
9311 insert TAB as usual.
9312 (delphi-mode): Update description of TAB-key binding.
9313
9314 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * subr.el (define-key-rebound-commands): Mark obsolete.
9317 * startup.el (precompute-menubar-bindings): Remove.
9318 (normal-top-level): Remove obsolete code that tried to precompute
9319 menubar bindings.
9320 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9321 define-key-rebound-commands and precompute-menubar-bindings.
9322
9323 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9324
9325 * net/imap.el (imap-interactive-login): Better messages.
9326 (imap-open): Fix bug with renamed buffer on reconnect.
9327 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9328 for easier debugging and cleaner code. On successful (guessed based on
9329 server capabilities) secondary authentication, set imap-state
9330 correctly.
9331 (imap-last-authenticator): Define imap-last-authenticator as a variable
9332 to avoid warnings.
9333
9334 2009-09-10 Glenn Morris <rgm@gnu.org>
9335
9336 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9337
9338 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9339 (byte-compile-file-form-autoload): Don't warn about unknown functions
9340 where the autoload statement comes after the use.
9341 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9342 that any handlers inside the body (eg require) are in turn respected.
9343
9344 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9345 effects.
9346
9347 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9348 and syntax and abbrev tables basic docs, if they don't have any.
9349
9350 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9351
9352 * international/mule-cmds.el (top-level): Require cl when compiling.
9353 (view-hello-file): Use default-value rather than
9354 default-enable-multibyte-characters.
9355
9356 * progmodes/fortran.el: Move all safe and risky properties into the
9357 defcustoms.
9358
9359 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9360 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9361 * mail/undigest.el:
9362 Put autoloads in rmail.el rather than loaddefs.el.
9363 * mail/rmail.el: Regenerate with extracted autoloads.
9364
9365 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9366 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9367
9368 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9369
9370 Reported in thread for Bug#4375.
9371 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9372 "-data-evaluate-expression" instead of print.
9373 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9374 (gdb-tooltip-print): Parse output from above MI command.
9375 (gdb): Revert 2009-08-11 change. User should detach inferior
9376 manually.
9377
9378 Remove the word "separate" from IO functions as inferior
9379 output is now never displayed in the GUD buffer.
9380
9381 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * startup.el (command-line-normalize-file-name): On Windows and
9384 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9385
9386 2009-09-10 Juri Linkov <juri@jurta.org>
9387
9388 * isearch.el (isearch-text-char-description): Propertize escape
9389 character sequences with the `escape-glyph' face. (Bug#4344)
9390
9391 * simple.el (shell-command): Set asynchronous process filter to
9392 `comint-output-filter'. (Bug#4343)
9393
9394 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9395 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9396 the list. Move "asm" to the bottom.
9397 (grep-find-ignored-directories): Add `choice' with nil value
9398 to empty the list easily.
9399 (grep-find-ignored-files): New option.
9400 (grep-files-history): Set to nil by default instead of '("ch" "el").
9401 (grep-compute-defaults): Add "<X>" to `grep-template'.
9402 (grep-read-files): Bind new local variables `default-alias' and
9403 `default-extension'. Use a list of default values for the file prompt.
9404 (lgrep): Add `--exclude=' command line options composed from
9405 `grep-find-ignored-files'.
9406 (rgrep): Add `-name' command line options composed from
9407 `grep-find-ignored-files'. (Bug#4301)
9408
9409 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9412 (bug#4368).
9413
9414 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * calendar/time-date.el (autoload):
9417 Expand define-obsolete-function-alias into defalias and make-obsolete
9418 for old Emacsen that Gnus supports.
9419 (with-no-warnings): Define it for old Emacsen.
9420 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9421 is available.
9422 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9423 float-time is available; suppress compile warning for time-to-seconds.
9424
9425 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9426
9427 * net/imap.el (imap-message-map): Docstring fix.
9428
9429 2009-09-09 Glenn Morris <rgm@gnu.org>
9430
9431 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9432 line numbers too. (Bug#4374)
9433
9434 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * smerge-mode.el (smerge-remove-props, smerge-refine):
9437 Use with-silent-modifications (bug#4342).
9438
9439 * subr.el (with-silent-modifications): New macro.
9440
9441 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9442
9443 * files.el (top-level): Require `cl' when compiling.
9444
9445 2009-09-07 Glenn Morris <rgm@gnu.org>
9446
9447 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9448
9449 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9450 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9451
9452 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * vc-git.el (vc-git-annotate-command): Use separator to parse
9455 arguments correctly.
9456
9457 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9458
9459 * proced.el (proced-mode): Doc fix.
9460
9461 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9462
9463 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9464 lstat fails.
9465 (tramp-do-file-attributes-with-ls): Check for file existence at
9466 remote end.
9467 (tramp-do-file-attributes-with-stat): Likewise.
9468 (tramp-convert-file-attributes): Return nil when attr is nil.
9469
9470 2009-09-05 Glenn Morris <rgm@gnu.org>
9471
9472 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9473 properties to this button.
9474 (diary-fancy-display): Don't extend the button to the final newline.
9475 (diary-fancy-display-mode): Continue to define "q" as a local key.
9476
9477 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9478 efficient.
9479
9480 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9481
9482 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9483 (byte-compile-dest-file-function): New option.
9484 (byte-compile-dest-file): Doc fix.
9485 Obey byte-compile-dest-file-function.
9486 (byte-compile-cl-file-p): New function.
9487 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9488 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9489 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9490 than for file being previously loaded.
9491 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9492 (byte-compile-file-form-require): Handle the case where requiring a file
9493 indirectly causes CL to be loaded.
9494
9495 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9496
9497 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9498 before killing the old buffer, since by the time `kill-buffer' is
9499 run so many buffer variables have been set to nil that it may not
9500 behave as expected. (Bug#4061)
9501
9502 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9503
9504 * files.el (find-alternate-file): If the old buffer is modified
9505 and visiting a file, behave similarly to `kill-buffer' when
9506 killing it, thus reverting to the pre-1.878 behavior; see
9507 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9508 for discussion. Also, consult `buffer-file-name' as a variable
9509 not as a function, for consistency with the rest of the code.
9510
9511 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9514 also when adding a new directory.
9515
9516 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9517 defun.
9518
9519 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * files.el (locate-file-completion-table): Make it provide boundary
9522 information, so partial-completion works better.
9523
9524 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9525
9526 * mail/footnote.el (Footnote-text-under-cursor):
9527 Check footnote-text-marker-alist before using it (bug#4324).
9528
9529 2009-09-04 Glenn Morris <rgm@gnu.org>
9530
9531 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9532 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9533 * play/solitaire.el, play/tetris.el:
9534 Remove leading * from defcustom and defface docs.
9535
9536 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9537 necessary.
9538 (diary-fancy-overriding-map): New variable.
9539 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9540 Use view-mode.
9541
9542 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9543 goto-line.
9544
9545 2009-09-03 Glenn Morris <rgm@gnu.org>
9546
9547 * arc-mode.el (archive-mode):
9548 * dos-fns.el (set-default-process-coding-system):
9549 * man.el (Man-getpage-in-background):
9550 * menu-bar.el (menu-bar-describe-menu):
9551 * server.el (server-process-filter):
9552 * startup.el (command-line):
9553 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9554 * w32-fns.el (set-default-process-coding-system):
9555 * x-dnd.el (x-dnd-handle-file-name):
9556 * international/mule-cmds.el (mule-menu-keymap)
9557 (set-default-coding-systems, language-info-alist, set-language-info)
9558 (set-language-environment, standard-display-european-internal)
9559 (set-locale-environment):
9560 * international/mule-diag.el (mule-diag):
9561 * mail/emacsbug.el (report-emacs-bug):
9562 * mail/rmail.el (rmail-mode):
9563 * mail/sendmail.el (mail-setup):
9564 Use default-value rather than default-enable-multibyte-characters.
9565
9566 * progmodes/f90.el: Move all safe properties into the defcustoms.
9567 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9568
9569 * calendar/appt.el (appt-check):
9570 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9571 (diary-check-diary-file, diary-list-entries)
9572 (diary-include-other-diary-files, diary-simple-display)
9573 (diary-fancy-display, diary-print-entries)
9574 (diary-mark-included-diary-files, diary-make-entry):
9575 Don't call substitute-in-file-name on diary-file.
9576
9577 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9578 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9581 (footnote-mode-map): Move initialization into the declaration.
9582 (footnote-minor-mode-map): Define it rather than changing global-map.
9583 (footnote-mode): Use define-minor-mode.
9584
9585 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9588 (tramp-do-file-attributes-with-perl)
9589 (tramp-do-file-attributes-with-stat): Rename from
9590 `tramp-handle-file-attributes-with-*'.
9591 (tramp-handle-file-attributes): Use them.
9592 (tramp-do-directory-files-and-attributes-with-perl)
9593 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9594 `tramp-handle-directory-files-and-attributes-with-*'.
9595 (tramp-handle-directory-files-and-attributes): Use them.
9596 (tramp-method-out-of-band-p): Additional parameter SIZE.
9597 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9598 (tramp-handle-write-region): Use it.
9599 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9600 (tramp-handle-vc-registered): Check, whether the first run did
9601 return files to be tested.
9602 (tramp-advice-make-auto-save-file-name): Do not call directly
9603 `tramp-handle-make-auto-save-file-name', because this would bypass
9604 the locking mechanism.
9605
9606 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9607 (file-remote-p, process-file, start-file-process, set-file-times)
9608 (tramp-compat-file-attributes): Compatibility functions shall not
9609 call directly `tramp-handle-*', because this would bypass the
9610 locking mechanism.
9611 (tramp-compat-number-sequence): New defun.
9612
9613 2009-09-02 Glenn Morris <rgm@gnu.org>
9614
9615 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9616 alias for float-time.
9617 (time-to-number-of-days): In Emacs, use float-time.
9618 * net/newst-backend.el (time-add): Suppress warnings from compat
9619 function.
9620 * time.el (emacs-uptime, emacs-init-time):
9621 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9622 Use float-time rather than time-to-seconds.
9623
9624 * minibuffer.el (completion-initials-expand): Fix typo.
9625
9626 * faces.el (modeline, modeline-inactive, modeline-highlight)
9627 (modeline-buffer-id):
9628 * info.el (info-menu-5): Mark these face aliases as obsolete.
9629
9630 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9631
9632 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9633 space ...
9634 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9635 no "--thread" option.
9636 (gdb-stopped): Don't print "Switched to thread" message when it is
9637 unchanged.
9638
9639 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * minibuffer.el (completion-try-completion)
9642 (completion-all-completions): Remove ill-defined (and
9643 mistakenly installed and luckily never used nor documented)
9644 `completion-styles' property.
9645 (completion-initials-expand, completion-initials-all-completions)
9646 (completion-initials-try-completion): New functions.
9647 (completion-styles-alist): Add doc to each entry.
9648 Add new `initials' entry.
9649
9650 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9653 MI command -var-evaluate-expression.
9654 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9655 and tweak for case of string child.
9656 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9657
9658 2009-09-01 Glenn Morris <rgm@gnu.org>
9659
9660 * add-log.el (change-log-date-face, change-log-name-face)
9661 (change-log-email-face, change-log-file-face, change-log-list-face)
9662 (change-log-conditionals-face, change-log-function-face)
9663 (change-log-acknowledgement-face):
9664 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9665 (custom-modified-face, custom-set-face, custom-changed-face)
9666 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9667 (custom-documentation-face, custom-state-face, custom-comment-face)
9668 (custom-comment-tag-face, custom-variable-tag-face)
9669 (custom-variable-button-face, custom-face-tag-face)
9670 (custom-group-tag-face-1, custom-group-tag-face):
9671 * diff-mode.el (diff-header-face, diff-file-header-face)
9672 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9673 (diff-added-face, diff-changed-face, diff-function-face)
9674 (diff-context-face, diff-nonexistent-face):
9675 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9676 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9677 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9678 (Info-title-4-face):
9679 * isearch.el (isearch-lazy-highlight-face):
9680 * log-view.el (log-view-file-face, log-view-message-face):
9681 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9682 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9683 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9684 (cvs-msg-face):
9685 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9686 (smerge-base-face, smerge-markers-face):
9687 * wid-edit.el (widget-documentation-face, widget-button-face)
9688 (widget-field-face, widget-single-line-field-face)
9689 (widget-inactive-face, widget-button-pressed-face):
9690 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9691 (woman-addition-face):
9692 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9693 (eshell-ls-executable-face, eshell-ls-readonly-face)
9694 (eshell-ls-unreadable-face, eshell-ls-special-face)
9695 (eshell-ls-missing-face, eshell-ls-archive-face)
9696 (eshell-ls-backup-face, eshell-ls-product-face)
9697 (eshell-ls-clutter-face):
9698 * eshell/em-prompt.el (eshell-prompt-face):
9699 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9700 * obsolete/old-whitespace.el (whitespace-highlight-face):
9701 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9702 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9703 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9704 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9705 (antlr-font-lock-literal-face):
9706 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9707 (ebrowse-root-class-face, ebrowse-file-name-face)
9708 (ebrowse-default-face, ebrowse-member-attribute-face)
9709 (ebrowse-member-class-face, ebrowse-progress-face):
9710 * progmodes/make-mode.el (makefile-space-face):
9711 * progmodes/sh-script.el (sh-heredoc-face):
9712 * textmodes/flyspell.el (flyspell-incorrect-face)
9713 (flyspell-duplicate-face):
9714 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9715 * textmodes/texinfo.el (texinfo-heading-face):
9716 Mark face aliases with "-face" suffix as obsolete.
9717
9718 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9719 compiler.
9720
9721 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9722 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9723 easy-menu-define wants to modify these.
9724
9725 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9726
9727 * net/browse-url.el (browse-url-file-url):
9728 * term/internal.el (dos-codepage-setup):
9729 Use default-value rather than default-enable-multibyte-characters.
9730
9731 * progmodes/etags.el (etags-goto-tag-location):
9732 * progmodes/flymake.el (flymake-highlight-line)
9733 (flymake-goto-file-and-line, flymake-goto-line):
9734 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9735 (gdb-goto-breakpoint):
9736 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9737 * progmodes/python.el (python-find-function)
9738 (python-pdbtrack-track-stack-file):
9739 * progmodes/verilog-mode.el (verilog-surelint-off):
9740 * term/ns-win.el (ns-open-file-select-line):
9741 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9742 Use forward-line rather than goto-line.
9743
9744 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9745 * textmodes/reftex-index.el (reftex-display-index):
9746 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9747 * textmodes/reftex-toc.el (reftex-toc):
9748 Remove unnecessary bindings of default-major-mode (all are followed by
9749 major-mode check and possible mode switch).
9750
9751 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9752
9753 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9754 Handle watchpoints (bug#4282).
9755 (def-gdb-thread-buffer-command): Enable thread to be selected by
9756 clicking without selecting threads buffer first.
9757 (gdb-current-context-command): Use selected frame so that "up",
9758 "down" etc work in the GUD buffer.
9759 (gdb-update): Find selected frame before rendering stack buffer.
9760 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9761
9762 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * progmodes/sym-comp.el (displayed-completions): Remove.
9765 (symbol-complete): Use minibuffer-complete.
9766
9767 2009-08-31 Glenn Morris <rgm@gnu.org>
9768
9769 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9770
9771 * apropos.el (apropos-symbols-internal):
9772 Handle (obsolete) face aliases.
9773
9774 * faces.el (describe-face): Adjust the output format to be more like
9775 describe-variable, and to mention (obsolete) face aliases.
9776 Adjust the whitespace so that help-setup-xref works.
9777
9778 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9779 * calendar/diary-lib.el (diary-button-face):
9780 Mark these face aliases as obsolete.
9781
9782 * calendar/calendar.el (calendar-today): Doc fix.
9783
9784 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9785
9786 * progmodes/gdb-mi.el (gdb-control-all-threads)
9787 (gdb-control-current-thread): Force tool bar update.
9788 (gdb-non-stop-handler): New function.
9789 (gdb-init-1): Use it to test if non-stop mode is supported.
9790 Remove unused gdbmi buffer type.
9791
9792 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9793
9794 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9795 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9796
9797 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9798
9799 * comint.el (comint-exec-1): Check command is non-null first.
9800 Part of gdb-mi.el change (2009-08-28).
9801
9802 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9805
9806 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9807
9808 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9809 instead of `dolist' to avoid a recursive require when bootstrapping.
9810
9811 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9814
9815 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9816
9817 * net/imap.el (imap-send-command): Simplify.
9818 (imap-wait-for-tag): point-max -> buffer-size.
9819
9820 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9821
9822 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9823 with constant argument.
9824
9825 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9826
9827 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9828
9829 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9830 Change default, since most of our files don't have a history.
9831 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9832 the user.
9833
9834 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9835 Add comint-run.
9836
9837 * calc/calc.el: Improve commenting convention.
9838 (calc-digit-map, toplevel): Simplify.
9839
9840 * comint.el (comint-insert-input): Be careful to only set point if we
9841 don't delegate to some other command.
9842
9843 * proced.el (proced-signal-list): Make it an alist.
9844 (proced-grammar-alist): Capitalize names.
9845 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9846 Disable undo manually and make it read-only.
9847 Use completion-annotate-function.
9848
9849 * minibuffer.el (minibuffer-message): If the current buffer is not
9850 a minibuffer, insert the message in the echo area rather than at the
9851 end of the buffer.
9852 (completion-annotate-function): New variable.
9853 (minibuffer-completion-help): Use it.
9854 (completion--embedded-envvar-table): Environment vars are
9855 always case-sensitive.
9856
9857 2009-08-30 Glenn Morris <rgm@gnu.org>
9858
9859 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9860 from fortran-current-defun.
9861 (fortran-beginning-of-subprogram): Be more precise about finding the
9862 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9863 (fortran-end-of-subprogram): Simplify.
9864 (fortran-current-defun): Use fortran-start-prog-re.
9865
9866 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * subr.el (do-after-load-evaluation): Simplify.
9869
9870 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9871
9872 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9873
9874 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9875 (vc-rcs-print-log): Use it.
9876
9877 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9878
9879 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * paths.el (abbrev-file-name): Move to abbrev.el.
9882 * abbrev.el (abbrev-file-name): Move from paths.el.
9883 Obey user-emacs-directory.
9884 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9885 user-emacs-directory.
9886 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9887 abbrev-file-name and calc-settings-file any more.
9888 * startup.el (command-line): Recompute abbrev-file-name and
9889 abbreviated-home-dir.
9890 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9891 of the special code for when C-h bindings haven't been changed.
9892 (display-startup-echo-area-message): Use with-current-buffer.
9893 (command-line-1): Use a list of strings, rather than a list of lists
9894 of strings for longopts.
9895
9896 * files.el (get-free-disk-space): Use / for default-directory.
9897
9898 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9899 Use with-current-buffer.
9900
9901 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9902 Recognize immutable variables like most-positive-fixnum.
9903 (byte-compile-setq-default): Check and warn if trying to assign
9904 to an immutable variable, or a non-variable.
9905
9906 * progmodes/cc-vars.el (c-comment-continuation-stars):
9907 * progmodes/cc-engine.el (c-looking-at-bos):
9908 * progmodes/cc-cmds.el (c-toggle-auto-state)
9909 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9910 (c-comment-line-break-function): Add version of obsolescence.
9911
9912 2009-08-28 Juri Linkov <juri@jurta.org>
9913
9914 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9915 associated with `archive-mode'.
9916
9917 * image.el (image-type-header-regexps): Use only JPEG magic number
9918 to determine JPEG images, and don't use `image-jpeg-p' because
9919 Emacs can display non-JFIF non-Exif JPEG images.
9920
9921 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * arc-mode.el (archive-mode):
9924 * emacs-lisp/re-builder.el (re-builder-unload-function):
9925 Protect against the default value of `major-mode' being nil.
9926
9927 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9928
9929 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9930 Fix typos in docstrings.
9931
9932 * progmodes/js.el (js--macro-decl-re): Doc fix.
9933 (js--plain-method-re, js--split-name): Refloc docstring.
9934 (js--class-styles, js--make-merged-item, js--splice-into-items):
9935 Fix typos in docstrings; reflow docstrings.
9936 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9937 (js--variable-decl-matcher, js--inside-pitem-p)
9938 (js--parse-state-at-point, js--get-all-known-symbols)
9939 (js--symbol-history, js-find-symbol, js--js-references)
9940 (js--moz-interactor, js--js-encode-value, js--read-tab):
9941 Fix typos in docstrings.
9942
9943 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * textmodes/reftex.el (reftex-get-file-buffer-force):
9946 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9947 * emulation/viper.el (viper-go-away, viper-set-hooks):
9948 * emacs-lisp/re-builder.el (re-builder-unload-function):
9949 * emacs-lisp/bytecomp.el (byte-compile-file):
9950 * ses.el (ses-unload-function):
9951 * hexl.el (hexl-find-file):
9952 * files.el (normal-mode):
9953 * ehelp.el (with-electric-help):
9954 * autoinsert.el (auto-insert-alist):
9955 * arc-mode.el (archive-mode):
9956 Use (default-value 'major-mode) instead of default-major-mode.
9957
9958 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9959 * international/mule.el (load-with-code-conversion):
9960 * emacs-lisp/debug.el (debug):
9961 * ediff-vers.el (ediff-rcs-get-output-buffer):
9962 * dired.el (dired-internal-noselect): Don't let-bind
9963 default-major-mode around code that doesn't use it.
9964 E.g. buffer creation via get-buffer-create doesn't use it.
9965
9966 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9967
9968 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9969 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9970 when writing the temp file. Otherwise, epa-file gets confused.
9971 (tramp-register-file-name-handlers): Make it a defun. Move also
9972 `epa-file-handler' to the front of `file-name-handler-alist'.
9973
9974 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9977 start right after a ^M.
9978 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9979 (tramp-completion-file-name-regexp-separate)
9980 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9981 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9982 Don't modify last-coding-system-used by accident.
9983 (tramp-completion-file-name-handler): Apply the checks here,
9984 instead during registration.
9985 (tramp-register-file-name-handlers): Renamed from
9986 `tramp-register-file-name-handler'. Register both
9987 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9988 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9989
9990 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9991
9992 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9993 Remove variable ...
9994 (gdb-init-1, gdb-display-separate-io-buffer)
9995 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9996 references to it.
9997 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9998 (gdb-inferior-filter): Use comint-output-filter to stop
9999 echoing and remove ^M characters.
10000
10001 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * emulation/viper-init.el (viper-restore-cursor-type):
10004 * emulation/cua-base.el (cua--update-indications):
10005 Replace default-cursor-type with (default-value 'cursor-type).
10006
10007 * mail/sendmail.el (mail-recover-1):
10008 * international/mule-diag.el (describe-current-coding-system-briefly)
10009 (describe-current-coding-system):
10010 * international/mule-cmds.el (select-safe-coding-system)
10011 (select-message-coding-system)
10012 (set-language-environment-coding-systems, set-locale-environment):
10013 * hexl.el (hexl-insert-multibyte-char):
10014 * dos-w32.el (find-buffer-file-type-coding-system):
10015 * simple.el (what-cursor-position):
10016 Replace uses of default-buffer-file-coding-system
10017 with (default-value 'buffer-file-coding-system).
10018
10019 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10020 Replace uses of default-cursor-in-non-selected-windows
10021 with (default-value 'cursor-in-non-selected-windows).
10022 Use with-current-buffer.
10023
10024 * mail/feedmail.el: Use CL macros.
10025 (feedmail-run-the-queue, feedmail-send-it-immediately):
10026 * dos-w32.el (find-buffer-file-type): Replace uses of
10027 default-buffer-file-type with (default-value 'buffer-file-type).
10028
10029 2009-08-28 Glenn Morris <rgm@gnu.org>
10030
10031 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10032 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10033 Use default-value of major-mode rather than default-major-mode.
10034
10035 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * Makefile.in (update-elcfiles): Report left over elc files.
10038
10039 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10040 expand-file-name and with-current-buffer.
10041 (mail-get-names, mail-directory): Use with-current-buffer.
10042
10043 * vc.el (vc-read-revision): New function.
10044 (vc-version-diff, vc-merge): Use it.
10045
10046 2009-08-27 Sam Steingold <sds@gnu.org>
10047
10048 * simple.el (kill-do-not-save-duplicates): New user option.
10049 (kill-new): When it is non-nil, and the new string is the same as
10050 the latest kill, set replace to t to avoid duplicates in kill-ring.
10051
10052 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10053
10054 * net/tramp.el (tramp-handle-process-file): Do not flush all
10055 caches when `process-file-side-effects' is set.
10056 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10057 instead of `tramp-find-file-exists-command'.
10058 Unset `process-file-side-effects'.
10059
10060 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10061
10062 * net/tramp.el (tramp-methods): New method "rsyncc".
10063 (top): Add completion function for "rsyncc".
10064 (tramp-message-show-message): New defvar.
10065 (tramp-message, tramp-error): Use it.
10066 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10067 remote copying.
10068 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10069 `tramp-methods' entry `copy-env' of "rsyncc".
10070 (tramp-vc-registered-read-file-names): New defconst.
10071 (tramp-vc-registered-file-names): New defvar.
10072 (tramp-handle-vc-registered): Implement optimization strategy.
10073 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10074 (tramp-vc-file-name-handler): New defun.
10075 (tramp-get-ls-command, tramp-get-test-command)
10076 (tramp-get-file-exists-command, tramp-get-remote-ln)
10077 (tramp-get-remote-perl, tramp-get-remote-stat)
10078 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10079
10080 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10081 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10082 timestamps.
10083 (tramp-get-file-property): Check for timestamps in
10084 `tramp-cache-inhibit-cache'.
10085 (tramp-set-file-property): Write timestamp.
10086
10087 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10088
10089 * language/japan-util.el (japanese-symbol-table): Add entries for
10090 cp932-2-byte.
10091
10092 * international/characters.el: Add category `j' to cp932-2-byte.
10093
10094 2009-08-27 Kenichi Handa <handa@m17n.org>
10095
10096 * international/fontset.el (build-default-fontset-data): New macro.
10097 (setup-default-fontset): Use build-default-fontset-data for CJK,
10098 tibetan, ethiopic, and ipa.
10099
10100 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10103 (enable-multibyte-characters): Not customizable any more.
10104
10105 * subr.el (default-mode-line-format, default-header-line-format)
10106 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10107 (default-direction-reversed, default-truncate-lines)
10108 (default-left-margin, default-tab-width, default-case-fold-search)
10109 (default-left-margin-width, default-right-margin-width)
10110 (default-left-fringe-width, default-right-fringe-width)
10111 (default-fringes-outside-margins, default-scroll-bar-width)
10112 (default-vertical-scroll-bar, default-indicate-empty-lines)
10113 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10114 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10115 (default-scroll-down-aggressively, default-fill-column)
10116 (default-cursor-type, default-buffer-file-type)
10117 (default-cursor-in-non-selected-windows)
10118 (default-buffer-file-coding-system, default-major-mode)
10119 (default-enable-multibyte-characters): Mark as obsolete.
10120
10121 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10122
10123 * vc-dir.el (vc-dir-update): Remove debug helper.
10124
10125 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10126
10127 2009-08-26 Sam Steingold <sds@gnu.org>
10128
10129 * simple.el (save-interprogram-paste-before-kill): New user option.
10130 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10131 save the interprogram-paste into kill-ring before overriding it
10132 with the Emacs kill.
10133
10134 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10137 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10138 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10139 and move to vc-rcs.el.
10140 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10141 move to vc-rcs.el.
10142 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10143 (vc-rcs-update-changelog): Remove.
10144 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10145 and move to vc-rcs.el.
10146
10147 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10148 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10149 renaming.
10150 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10151 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10152 vc.el, renamed to be RCS specific.
10153
10154 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10155 New functions.
10156 (vc-cvs-update-changelog): Move here from vc.el.
10157
10158 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10159 New functions.
10160
10161 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10164
10165 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10166
10167 * vc-git.el (vc-git-register): Use "git add" for directories.
10168 (vc-git-stash, vc-git-stash-show): New functions.
10169 (vc-git-extra-menu-map): Bind them.
10170
10171 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10172 directory correctly in case the item is a directory itself.
10173
10174 * vc.el: Document the desired behavior for reverted files in the
10175 `added' state.
10176 (vc-default-prettify-state-info): Remove function, unused.
10177
10178 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10179
10180 2009-08-26 Glenn Morris <rgm@gnu.org>
10181
10182 * bindings.el (standard-mode-line-format): Reposition dashes in
10183 which-func entry. (Bug#4217)
10184
10185 * files.el (enable-local-variables, enable-local-eval)
10186 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10187 the defcustoms.
10188 (auto-mode-alist, ignored-local-variables)
10189 (save-some-buffers-action-alist): Move risky declarations to the
10190 definitions.
10191 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10192 (font-lock-defaults, format-alist, imenu--index-alist)
10193 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10194 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10195 (mode-line-modified, mode-line-mule-info, mode-line-position)
10196 (mode-line-process, mode-line-remote, outline-level)
10197 (parse-time-rules, rmail-output-file-alist)
10198 (special-display-buffer-names, vc-mode):
10199 Move risky declarations to the relevant files.
10200 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10201 (mode-line-modified, mode-line-process, mode-line-position)
10202 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10203 * font-core.el (font-lock-defaults):
10204 * format.el (format-alist):
10205 * vc-hooks.el (vc-mode):
10206 * window.el (special-display-buffer-names):
10207 * international/mule-cmds.el (input-method-alist):
10208 Define riskiness here (dumped file) rather than in files.el.
10209 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10210 * imenu.el (imenu-generic-expression, imenu--index-alist):
10211 * outline.el (outline-level):
10212 * time.el (display-time-string):
10213 * calendar/parse-time.el (parse-time-rules):
10214 * mail/rmailout.el (rmail-output-file-alist):
10215 Autoload riskiness here, rather than placing in files.el.
10216
10217 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10218
10219 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10220
10221 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * simple.el (process-file-side-effects): New defvar.
10224
10225 * dired-aux.el (dired-show-file-type):
10226 * vc.el (vc-diff-internal):
10227 * vc-arch.el (vc-arch-diff):
10228 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10229 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10230 * vc-git.el (vc-git-registered, vc-git-working-revision)
10231 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10232 (vc-git--empty-db-p):
10233 * vc-hooks.el (vc-user-login-name):
10234 * vc-svn.el (vc-svn-registered, vc-svn-state)
10235 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10236 * progmodes/grep.el (grep-probe): Let-bind
10237 `process-file-side-effects' with nil.
10238
10239 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10240
10241 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10242 daemon. Replace ping by checking for running service for bluez
10243 and zeroconf. (Bug#4239)
10244
10245 2009-08-25 Kevin Ryde <user42@zip.com.au>
10246
10247 * net/dig.el (dig): Add autoload cookie.
10248
10249 2009-08-25 Glenn Morris <rgm@gnu.org>
10250
10251 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10252 load-history for absolute file-names.
10253 (byte-compile-file-form-require): Warn about use of the cl package.
10254
10255 * format.el (format-alist): Doc fix.
10256
10257 * play/bubbles.el (top-level): Don't require cl at run-time.
10258
10259 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10260 run-time cl).
10261
10262 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10263
10264 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10265 from cl package.
10266 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10267
10268 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10269
10270 * calc/calc-alg.el (math-trig-rewrite)
10271 (math-hyperbolic-trig-rewrite): New functions.
10272 (calc-simplify): Simplify trig functions when asked.
10273
10274 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10277
10278 2009-08-24 Kenichi Handa <handa@m17n.org>
10279
10280 * language/ind-util.el (mapthread): Delete it.
10281 (combinatorial): New function.
10282 (indian--puthash-cv): Use combinatorial instead of mapthread.
10283
10284 2009-08-22 Kevin Ryde <user42@zip.com.au>
10285
10286 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10287 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10288 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10289 Clarify docstring that the value is strings not symbols.
10290 (checkdoc-list-of-strings-p): New function.
10291
10292 2009-08-22 Glenn Morris <rgm@gnu.org>
10293
10294 * files.el (auto-mode-alist):
10295 * hippie-exp.el (he-concat-directory-file-name):
10296 * lpr.el (lpr-windows-system, printer-name):
10297 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10298 * ps-print.el (ps-windows-system):
10299 * startup.el (command-line):
10300 * emulation/viper-ex.el (viper-glob-function):
10301 * international/mule-cmds.el (set-language-environment-coding-systems):
10302 * net/ange-ftp.el (ange-ftp-write-region):
10303 * obsolete/fast-lock.el (fast-lock-cache-name):
10304 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10305 unisoft-unix, vax-vms, win32, w32.
10306
10307 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10308 given name if the pattern is not more specific.
10309
10310 * calendar/lunar.el (lunar-phase-names): New option.
10311 (lunar-phase): Doc fix.
10312 (lunar-cycles-per-year): New constant.
10313 (lunar-index): New function.
10314 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10315 (lunar-phase-name): Use lunar-phase-names.
10316 (calendar-lunar-phases): Use format.
10317 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10318
10319 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10320 Copy imenu-example--name-and-position function here for own use.
10321 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10322
10323 * bs.el (bs--redisplay):
10324 * cus-edit.el (custom-redraw):
10325 * ibuffer.el (ibuffer-bury-buffer):
10326 * server.el (server-goto-line-column):
10327 * startup.el (command-line-1):
10328 * strokes.el (strokes-xpm-for-stroke):
10329 * term.el (term-display-buffer-line):
10330 * view.el (View-goto-line):
10331 * calc/calc.el (calc-do, calc-trail-buffer):
10332 * play/gamegrid.el (gamegrid-add-score-insecure):
10333 * progmodes/ada-mode.el (ada-compile-goto-error):
10334 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10335 (ebrowse-select-1st-to-9nth):
10336 * progmodes/cperl-mode.el (cperl-time-fontification):
10337 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10338 * progmodes/gud.el (gud-display-line):
10339 (idlwave-shell-display-line):
10340 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10341 * progmodes/make-mode.el (makefile-browser-toggle):
10342 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10343 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10344 * textmodes/picture.el (picture-draw-rectangle):
10345 * textmodes/reftex-index.el (reftex-index-goto-letter):
10346 (reftex-select-jump-to-previous):
10347 * textmodes/reftex-sel.el (reftex-find-start-point)
10348 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10349 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10350 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10351 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10352 * textmodes/two-column.el (2C-associated-buffer):
10353 Use forward-line rather than goto-line.
10354
10355 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10356 goto-line.
10357
10358 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10359 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10360 (quick-check-list-to-regexp): Declare.
10361
10362 * progmodes/make-mode.el (makefile-browser-insert-selection):
10363 Use goto-char rather than goto-line.
10364
10365 * progmodes/prolog.el (compilation-error-regexp-alist)
10366 (compilation-forget-errors): Declare.
10367
10368 2009-08-22 Juri Linkov <juri@jurta.org>
10369
10370 * progmodes/grep.el (lgrep, rgrep): At the beginning
10371 set `dir' to `default-directory' unless `dir' is a non-nil
10372 readable directory. (Bug#4052)
10373 (lgrep, rgrep): Change a weird way to report an error
10374 from using `read-string' to using `error'.
10375 Instead of using interactive arguments in the function body,
10376 add new argument `confirm'.
10377
10378 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * textmodes/remember.el (remember-buffer):
10381 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10382 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10383 (icalendar-extract-ical-from-buffer):
10384 * net/newst-treeview.el (newsticker-groups-filename):
10385 * net/newst-backend.el (newsticker-cache-filename):
10386 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10387 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10388 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10389 (speedbar-buffers-line-path, speedbar-path-line)
10390 (speedbar-buffers-line-path):
10391 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10392 (epg-sign-keys):
10393 * epa.el (epa-display-verify-result):
10394 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10395
10396 2009-08-21 Glenn Morris <rgm@gnu.org>
10397
10398 * progmodes/js.el (inferior-moz-process): Fix declaration.
10399
10400 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10401
10402 * obsolete/rnewspost.el (news-mail-reply):
10403 Use goto-char rather than goto-line.
10404
10405 * term/ns-win.el (ns-open-file-select-line):
10406 Use line-beginning-position rather than goto-line.
10407
10408 * apropos.el (apropos-command):
10409 * ehelp.el (electric-helpify):
10410 * printing.el (pr-show-setup):
10411 * strokes.el (strokes-help):
10412 * tutorial.el (tutorial--describe-nonstandard-key)
10413 (tutorial--detailed-help):
10414 * woman.el (woman-mini-help, woman-display-extended-fonts):
10415 * calc/calc-help.el (calc-describe-key):
10416 * emulation/edt.el (edt-electric-helpify):
10417 * international/mule-diag.el (mule-diag):
10418 * play/yow.el (apropos-zippy):
10419 * progmodes/python.el (python-describe-symbol):
10420 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10421 * textmodes/table.el (*table--cell-describe-mode)
10422 (*table--cell-describe-bindings):
10423 Use help-print-return-message rather than the now obsolete alias.
10424
10425 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10426 (calendar-cursor-to-visible-date):
10427 * play/5x5.el (5x5-position-cursor):
10428 * play/decipher.el (decipher):
10429 * play/gomoku.el (gomoku-goto-xy):
10430 * play/landmark.el (lm-goto-xy):
10431 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10432 (mpuz-paint-digit):
10433 Use forward-line, not goto-line.
10434
10435 * mail/rmail.el (rmail-obsolete): Delete custom group.
10436 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10437 (rmail-remote-password, rmail-remote-password-required):
10438 Remove unneeded :set-after and :set properties.
10439
10440 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10441
10442 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10443
10444 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10445
10446 * loadup.el: Remove leftover macos code.
10447
10448 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10449 Explicitly pass the date format to git blame so that user local
10450 so that the output format can be parsed.
10451
10452 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10453
10454 * net/dbus.el (top): Don't check for (getenv
10455 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10456
10457 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10458
10459 * log-edit.el (log-edit-strip-single-file-name): New var.
10460 (log-edit-insert-changelog): Use it. Bug#3571
10461
10462 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10465 Bug#3287
10466
10467 * help.el (help-print-return-message): Rename from
10468 print-help-return-message.
10469
10470 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10471 cvs-mode-map parent hack.
10472 (log-view-mode): Derive from special-mode.
10473
10474 * linum.el (linum-mode): window-size-change-functions is redundant.
10475 Adapt to new window-configuration-change-hook behavior.
10476 (linum-after-size, linum-after-config): Remove.
10477
10478 * imenu.el (imenu-example--name-and-position)
10479 (imenu-example--lisp-extract-index-name)
10480 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10481 Mark as obsolete.
10482
10483 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10484 (inferior-prolog-mode): Use it.
10485 (inferior-prolog-load-file): Reset list of errors.
10486
10487 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10488
10489 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10490
10491 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10492
10493 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10494
10495 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10496 is running already.
10497
10498 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * subr.el (listify-key-sequence-1): Use normal syntax since those
10501 integers are nowadays always represented by the same (positive) number
10502 on all platforms.
10503 (read-key-empty-map): New const.
10504 (read-key-delay): New var.
10505 (read-key): New function.
10506 (force-mode-line-update): Use with-current-buffer.
10507 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10508 (start-process-shell-command, start-file-process-shell-command):
10509 Discourage the use of command-args.
10510
10511 2009-08-19 Glenn Morris <rgm@gnu.org>
10512
10513 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10514
10515 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * simple.el (choose-completion-string): Don't rely on
10518 minibuffer-completing-file-name and ad-hoc checks to decide whether
10519 to continue completion or not.
10520
10521 * minibuffer.el (minibuffer-hide-completions): New function.
10522 (completion--do-completion): Use it.
10523 (completions-annotations): New face.
10524 (completion--insert-strings): Use it.
10525 (completion-pcm--delim-wild-regex): Add docstring.
10526 (completion-pcm--string->pattern): Add support for 0-width delimiters
10527 in completion-pcm--delim-wild-regex.
10528
10529 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10532 Remove unused var `buffer-modified-p'.
10533
10534 * minibuffer.el (completion--do-completion): Move point for the #b001
10535 case as well (bug#4176).
10536 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10537
10538 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10541 and :session buses.
10542
10543 2009-08-18 Kenichi Handa <handa@m17n.org>
10544
10545 * international/ucs-normalize.el (ucs-normalize-version):
10546 Change to 1.1.
10547 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10548 (utf-8-hfs): Make it perform normalization on encoding too.
10549
10550 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10551 (sentence-end-without-space): Delete duplicated chars.
10552 (sentence-end-base): Likewise.
10553
10554 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10555 (html-mode): Delete duplicated chars from sentence-end-base.
10556
10557 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10558 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10559
10560 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * files.el (hack-one-local-variable): If the mode function is for
10563 a minor mode, pass it an argument (Bug#4148).
10564
10565 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10566
10567 * net/tramp.el (tramp-register-completion-file-name-handler):
10568 Check also for (member 'partial-completion completion-styles).
10569
10570 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10573 abbrev (Bug#3943).
10574
10575 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10576
10577 * progmodes/cperl-mode.el: Merge upstream 6.2.
10578 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10579 (cperl-forward-re): Check cperl-brace-recursing.
10580 (cperl-highlight-charclass): New function.
10581 (cperl-find-pods-heres): Use it.
10582 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10583 (cperl-beautify-regexp-piece): Fix column calculation.
10584 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10585 (cperl-beautify-level): Don't process entire regexp.
10586 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10587 calling man.
10588 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10589 (cperl-init-faces): Build a list in the normal way.
10590
10591 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10592
10593 * calendar/parse-time.el (parse-time-string-chars): Save match
10594 data.
10595
10596 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10599 (sql-product): Use it.
10600 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10601 (sql-set-product): Add completion.
10602 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10603 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10604 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10605 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10606 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10607 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10608 (sql-highlight-db2-keywords): Remove.
10609 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10610 (sql-highlight-product): Use derived-mode-p.
10611 (sql-set-sqli-buffer): Use with-current-buffer.
10612 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10613 Simplify.
10614
10615 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10616
10617 * term.el: Fix commenting convention, turn comments into docstrings.
10618
10619 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10620
10621 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10622
10623 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10624
10625 * calendar/parse-time.el (parse-time-string-chars): Compute using
10626 character classes, to handle non-ascii characters (Bug#3190).
10627
10628 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10631 another heredoc if the user adds another < (Bug#3226).
10632
10633 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10634 Don't initialize based on window-system (Bug#4124).
10635
10636 * facemenu.el (facemenu-read-color): Use a completion function
10637 that accepts any defined color, such as RGB triplets (Bug#3677).
10638
10639 * files.el (get-free-disk-space): Change fallback default
10640 directory to /. Expand DIR argument before switching to fallback.
10641 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10642
10643 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10644
10645 * files.el (load-library): Doc fix.
10646
10647 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10648
10649 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10650 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10651 incremental search string.
10652
10653 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10654 XEmacs.
10655
10656 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10657 (ediff-merge-region-is-non-clash)
10658 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10659 Also check if the job is really a merge job.
10660
10661 * ediff.el (ediff-current-file): New function.
10662
10663 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10666 conventions.
10667 (js-insert-and-indent): Delete function.
10668 (js-mode-map): Don't bind keys to js-insert-and-indent.
10669 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10670 (js-end-of-defun): Rename from js--end-of-defun.
10671 (js-auto-indent-flag): Delete variable.
10672
10673 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10674
10675 * progmodes/js.el: Remove proclaim statement.
10676 Defvar which-func-imenu-joiner-function to silence compiler.
10677
10678 * files.el (auto-mode-alist): Use js-mode for .js files.
10679
10680 * progmodes/js2-mode.el: Remove file.
10681
10682 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10683
10684 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10685
10686 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10687
10688 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10689 Karl Landstrom <karl.landstrom@brgeight.se>
10690
10691 * progmodes/js.el: New file.
10692
10693 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10694
10695 * timezone.el (timezone-parse-date): Add ability to understand ISO
10696 basic format (minimal separators) dates in addition to the
10697 already-supported extended format dates.
10698
10699 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10700
10701 * international/ucs-normalize.el: Add a `coding' file variable.
10702
10703 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10704
10705 2009-08-14 Sam Steingold <sds@gnu.org>
10706
10707 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10708
10709 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * faces.el (help-argument-name): Define it here instead of
10712 help-fns.el, because in daemon mode help-fns.el may be loaded when
10713 faces are still uninitialized (Bug#1078).
10714
10715 * help-fns.el (help-argument-name): Move defface to faces.el.
10716
10717 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10718
10719 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10720 create buffer with a pty but no process so that GDB can make the
10721 inferior the controlling process.
10722
10723 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10724
10725 * international/ucs-normalize.el: New file.
10726
10727 2009-08-13 Richard Stallman <rms@gnu.org>
10728
10729 * mail/rmail.el (rmail-get-attr-names):
10730 Accept an attribute header that is too short.
10731
10732 * mail/rmail.el (rmail-forget-messages):
10733 Ignore nil elt in rmail-message-vector. Use dotimes.
10734
10735 * progmodes/compile.el (compilation-goto-locus):
10736 Use next-error-move-function.
10737
10738 * simple.el (next-error-move-function): New variable.
10739
10740 2009-08-12 Juri Linkov <juri@jurta.org>
10741
10742 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10743 always non-nil. (Bug#4052)
10744
10745 * replace.el (read-regexp): Return empty string when
10746 `default-value' is nil.
10747 (keep-lines-read-args): Don't use empty string as the
10748 default value for `read-regexp'. (Bug#2495)
10749
10750 2009-08-12 Juri Linkov <juri@jurta.org>
10751
10752 * international/mule-cmds.el (ucs-insert): Change arguments
10753 from `arg' to `character', `count', `inherit' to be the same
10754 as in `insert-char'. Doc fix. (Bug#4039)
10755
10756 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10757
10758 2009-08-12 Juri Linkov <juri@jurta.org>
10759
10760 * files-x.el: New file.
10761
10762 * files.el: Move code that deals with adding/deleting
10763 file/directory-local variables to files-x.el.
10764
10765 * Makefile.in (ELCFILES): Add files-x.elc.
10766
10767 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10768
10769 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10770 to use `goto-line'.
10771 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10772 `goto-line'.
10773 (gdb-invalidate-disassembly): Do not refresh upon receiving
10774 'update signal. Instead, update all disassembly buffers only after
10775 threads list.
10776 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10777 (gdb-starting): Moved -data-list-register-names...
10778 (gdb-stopped): ...here so it's sent when first thread stops.
10779 (gdb-registers-handler-custom): Do nothing if register names are
10780 unknown yet.
10781
10782 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10783 from `gdb-mi.el' to avoid extra tangling.
10784
10785 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10786 change which breaks `gud-def' definitions used in `gdb'.
10787 (gdb-update-gud-running): No extra fuss for updating frame number.
10788
10789 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10792 (describe-language-environment-map, setup-language-environment-map)
10793 (set-coding-system-map): Move initialization into declaration.
10794 (set-language-info-alist): Last arg to define-key-after can be skipped.
10795
10796 * international/quail.el (quail-completion-1): Simplify.
10797 (quail-define-rules): Use slightly more compact code.
10798 (quail-insert-decode-map): Propertize keys, compact columns.
10799
10800 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10801 Add goto-line.
10802
10803 2009-08-10 Miles Bader <miles@gnu.org>
10804
10805 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10806 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10807 (js2-instance-member, js2-private-member, js2-private-function-call)
10808 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10809 (js2-magic-paren, js2-external-variable):
10810 Remove "-face" suffix from face names.
10811 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10812 (js2-highlight-undeclared-vars, js2-peek-token)
10813 (js2-parse-function-params, js2-mode-show-errors)
10814 (js2-mode-show-warnings, js2-make-magic-delimiter)
10815 (js2-mode-highlight-magic-parens): Update to use new face names.
10816
10817 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10818
10819 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10820 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10821
10822 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * subr.el: Provide hashtable-print-readable.
10825
10826 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10827 hs-c-like-adjust-block-beginning.
10828 (hs-hide-block-at-point): Stop hiding at the beginning of
10829 hs-block-end-regexp (Bug#700).
10830
10831 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10832
10833 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10834 a macro.
10835 (gdb-registers-handler-custom): Do not fail when register names
10836 are unavailable.
10837
10838 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10839
10840 * progmodes/gdb-mi.el (gdb-control-all-threads)
10841 (gdb-control-current-thread): Interactive setters for
10842 `gdb-gud-control-all-threads' to use in menu.
10843 (gdb-show-run-p): Show «Go» when process is not active.
10844 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10845 gud/thread.xpm and gud/all.xpm.
10846
10847 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10848
10849 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10850 (nslookup-font-lock-keywords): Make it a variable.
10851 (net-utils-mode): New mode for viewing diagnostic network output.
10852 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10853 (net-utils-run-simple): New function.
10854 (ifconfig, iwconfig, netstat, arp, route): Use it.
10855
10856 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10857
10858 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10859 (gdb-memory-set-address, def-gdb-set-positive-number)
10860 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10861 after changing settings.
10862 (gdb-invalidate-disassembly): Update when first shown.
10863 (gdb-edit-locals-value): Fixed.
10864 (gdb-registers-handler-custom): Print registers in right order and
10865 allow changing register values (only for current thread yet).
10866 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10867 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10868 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10869 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10870 info in mode name.
10871 (gdb-registers-mode-map): TAB to switch to locals.
10872
10873 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10874
10875 * mail/rmail.el (rmail-add-mbox-headers)
10876 (rmail-set-message-counters-counter): Search for
10877 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10878
10879 2009-08-08 Glenn Morris <rgm@gnu.org>
10880
10881 * Makefile.in (ELCFILES): Update.
10882
10883 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10884
10885 * mail/sendmail.el (mail-yank-original): Set
10886 buffer-file-coding-system from the one used by the message whose
10887 text is yanked.
10888
10889 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10890 to "windows" when "pgnuplot" is used.
10891 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10892 call accept-process-output if "pgnuplot" is used.
10893 (calc-graph-init): Don't send -display and -geometry to
10894 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10895 running "pgnuplot -V" with shell-command-to-string.
10896
10897 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10898 the default.
10899
10900 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10901
10902 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10903 org/org-latex.elc.
10904
10905 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * vc-dispatcher.el (vc-resynch-window): Update comment.
10908
10909 * term.el (term-handle-ansi-escape): Add comments with the
10910 terminfo capabilities implemented.
10911
10912 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10913
10914 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10915 (gdb-var-create-handler): Rewritten using JSON parser.
10916 (gdb-propertize-header): Moved earlier.
10917 (gdb-set-header): Removed to avoid duplication.
10918 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10919 Refresh disassembly buffers only after threads list have been
10920 update.
10921 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10922 variables.
10923
10924 2009-08-04 Juri Linkov <juri@jurta.org>
10925
10926 * files.el: Commands to add/delete file/directory-local variables.
10927 (read-file-local-variable, read-file-local-variable-value)
10928 (read-file-local-variable-mode, modify-file-local-variable)
10929 (modify-file-local-variable-prop-line)
10930 (modify-dir-local-variable): New functions.
10931 (add-file-local-variable, delete-file-local-variable)
10932 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10933 (add-dir-local-variable, delete-dir-local-variable)
10934 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10935 (copy-dir-locals-to-file-locals-prop-line): New commands.
10936
10937 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * abbrev.el (insert-abbrev-table-description): Prettify output.
10940 Suggested by Karl Chen.
10941
10942 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10943
10944 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10945 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10946 (gdb-overlay-arrow-position, gdb-thread-position)
10947 (gdb-disassembly-position): Declare variables.
10948 (gdb-wait-for-pending): Function now.
10949 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10950 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10951 compilation goes smoothly.
10952 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10953 (gdb-non-stop-setting): New customization setting which replaces
10954 `gdb-non-stop' so changing it doesn't break active GDB session.
10955 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10956 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10957 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10958 (gdb-show-threads-by-default): New customization options.
10959 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10960 routines.
10961 (gdb-get-buffer-create): Send buffers update signal when they are
10962 created.
10963 (gdb-invalidate-locals, gdb-invalidate-registers)
10964 (gdb-invalidate-breakpoints)
10965 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10966 (gdb-invalidate-memory): Accept update signal.
10967 (gdb-current-context-command): Use --frame option.
10968 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10969 Implement `gdb-frame-number' selection logic.
10970 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10971 whether to show GUD toolbar buttons.
10972 (gdb-thread-exited): Unselect current thread when it exits.
10973 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10974 (gdb-mark-line): Routine which sets overlay arrow or inverses
10975 video on fringeless displays.
10976 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10977 to build aligned columns of data in GDB buffers and set text
10978 properties line-by-line.
10979 (gdb-invalidate-breakpoints)
10980 (gdb-breakpoints-list-handler-custom)
10981 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10982 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10983 (gdb-registers-handler-custom): Align data columns.
10984 (gdb-locals-handler-custom): Now prints data like in variable
10985 declarations.
10986 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10987 Removed confusing buttons.
10988 (gdb-invalidate-threads): Append --frame.
10989 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10990 between breakpoints/threads buffers.
10991 (gdb-set-window-buffer): Now can ignore dedicated windows.
10992 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10993 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10994 (def-gdb-thread-buffer-gud-command): Replaces
10995 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10996 for fine thread control.
10997 (gdb-preempt-existing-or-display-buffer): New function used to
10998 display bound buffers without breaking window layout.
10999 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11000 (gdb-select-frame): New version of `gdb-frames-select' which now
11001 sets `gdb-frame-number' so commands may use --frame option instead
11002 of inner debugger state.
11003 (gdb-frame-handler): Do not set `gdb-frame-number'.
11004 (gdb-threads-mode-map): Select threads with mouse.
11005
11006 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11007 avoid compilation warning.
11008 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11009 `gdb-show-stop-p`.
11010
11011 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11012 Argument `key' renamed to `buffer-type'.
11013 (gdb-current-context-buffer-name): Do not add thread info to
11014 buffer name when no thread is selected.
11015 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11016 command (bug 3794).
11017 (gdb-thread-selected): Handle `=thread-selected' notification.
11018 (gdb-wait-for-pending): New macro to deal with congestion problems.
11019 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11020 breakpoints.
11021 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11022 This fixes problem similar to one described in bug 3947.
11023 (gud-menu-map): More menu items.
11024 (gdb-init-1): Reset `gdb-thread-number' to nil.
11025
11026 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11027 non-stop settings.
11028
11029 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11030 (gdb-current-context-command): Do not append --thread if
11031 `gdb-thread-number' is nil.
11032 (gdb-running-threads-count, gdb-stopped-threads-count): New
11033 variables.
11034 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11035 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11036 customization options.
11037 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11038 GUD commands.
11039 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11040 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11041 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11042 set `gdb-thread-number' and update `gud-running' properly.
11043 (gdb-running): Update threads list when new threads appear.
11044 (gdb-stopped): Support non-stop operation and new thread switching
11045 logic.
11046 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11047 (gdb-json-partial-output): New set of JSON routines.
11048 (def-gdb-auto-update-trigger): New `signal-list' optional
11049 argument.
11050 (gdb-thread-list-handler-custom): Update `gud-running',
11051 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11052 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11053 (gdb-continue-thread, gdb-step-thread): New commands for fine
11054 thread execution control.
11055 (gud-menu-map): New menu items to switch non-stop options.
11056 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11057 (gdb-send): Mimic RET properly (bug 3794).
11058
11059 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11060 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11061 gdb-buffer-rules.
11062 (def-gdb-auto-update-handler): New nopreserve optional argument.
11063 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11064
11065 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11066 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11067 (gdb-parent-mode): New mode to derive other GDB modes from.
11068 (gdb-display-disassembly-for-thread)
11069 (gdb-frame-disassembly-for-thread): New commands for threads
11070 buffer.
11071
11072 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11073 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11074 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11075 (gdb-update): We now store all GDB buffers in a list so that they
11076 can be updated by traversing a list instead of calling invalidate
11077 triggers explicitly.
11078 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11079 pair for GDB buffer.
11080 (gdb-stack-buffer-name): Add thread information.
11081 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11082 handle pending triggers.
11083 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11084 (def-gdb-thread-buffer-simple-command)
11085 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11086 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11087 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11088 New commands which show buffers bound to thread.
11089 (gdb-stack-list-locals-regexp): Removed unused regexp.
11090
11091 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11092 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11093 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11094 to (gud-comint-buffer) in *-buffer-name functions
11095 because (gdb-get-target-string) already does that.
11096 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11097 (gdb-changed-registers-handler): Rewritten without regexps.
11098
11099 * progmodes/gdb-mi.el: Basic thread selection support.
11100 (gdb-thread-number): New variable.
11101 (gdb-current-context-command): New macro which adds --thread
11102 option to command.
11103 (gdb-threads-mode-map): Select thread with SPC.
11104 (gdb-thread-list-handler-custom): Mark current thread with overlay
11105 arrow. Synchronize GDB thread and Emacs thread.
11106 (gdb-select-thread): New command which selects current thread.
11107 (gdb-invalidate-frames, gdb-invalidate-locals)
11108 (gdb-invalidate-registers): Use --thread option.
11109
11110 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11111
11112 * net/tramp.el (top): Make check for tramp-gvfs loading more
11113 robust. (Bug#3977)
11114 (tramp-handle-insert-file-contents): `unwind-protect' must be
11115 inside `with-parsed-tramp-file-name'.
11116
11117 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11118 fails.
11119
11120 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11121
11122 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11123 directory if CLASSPATH is not set.
11124
11125 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11128 New defconst.
11129 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11130
11131 2009-08-02 Kevin Ryde <user42@zip.com.au>
11132
11133 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11134 Update freshmeat link. Delete newsforge.com as it seems gone.
11135
11136 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11137
11138 * select.el (x-set-selection): Doc fix (Bug#4021).
11139
11140 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11141
11142 * help-fns.el (describe-variable): Treat list return values from
11143 dir-locals-find-file properly (Bug#4005).
11144
11145 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11146
11147 * net/tramp.el (tramp-debug-message): Print also microseconds.
11148
11149 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11150
11151 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11152 or END is non-nil.
11153 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11154 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11155 format.
11156
11157 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11158 (tramp-get-file-property): Use it.
11159
11160 * autorevert.el (auto-revert-handler): Allow
11161 `auto-revert-tail-mode' for remote files.
11162
11163 2009-08-02 Jason Rumney <jasonr@gnu.org>
11164
11165 * minibuffer.el (read-file-name): Treat confirm options to
11166 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11167
11168 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11171 (font-lock-variable-name-face, font-lock-constant-face): Darken
11172 the colors for light backgrounds.
11173
11174 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11175
11176 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11177 month names. (Bug#3987)
11178
11179 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11180
11181 * simple.el (line-move-finish): Pass whole number to
11182 line-move-to-column.
11183 (line-move-visual): Perform hscroll to the recorded position.
11184
11185 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11186
11187 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11188
11189 2009-07-29 Alan Mackenzie <acm@muc.de>
11190
11191 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11192
11193 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11194
11195 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11196 (gdb-place-breakpoints): Use full path when setting breakpoints.
11197
11198 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11199
11200 * calc/calc.el (calc-mode-map): Add keybinding for
11201 `calc-transpose-lines'.
11202
11203 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11204
11205 * calc/calc-misc.el (calc-transpose-lines): New function.
11206
11207 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11208
11209 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11210 Simplify check for out-of-band methods.
11211 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11212 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11213
11214 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * vc-git.el (vc-git-checkin): Fix typo.
11217
11218 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11219
11220 * progmodes/js2-mode.el: New file.
11221
11222 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11223
11224 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11225 (gud-menu-map): Adjust tooltip accordingly.
11226
11227 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11228
11229 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11230 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11231
11232 * add-log.el (change-log-mode-map): Add a menu.
11233
11234 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11235
11236 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11237 function returns nil.
11238 (dbus-handle-event): Handle special return value :ignore.
11239 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11240
11241 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11244 it's not needed.
11245
11246 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11247
11248 Fix Bug#3888:
11249
11250 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11251
11252 * term/pc-win.el (x-display-name, x-colors)
11253 (x-select-enable-clipboard, x-select-text): Doc fix.
11254
11255 * term/common-win.el (x-display-name, x-colors): Doc fix.
11256
11257 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11258 (xw-defined-colors): Doc fix.
11259
11260 * w32-fns.el (x-select-text, x-setup-function-keys)
11261 (x-get-selection, x-set-selection): Doc fix.
11262
11263 * term/x-win.el (x-select-text, x-setup-function-keys)
11264 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11265
11266 * select.el (x-set-selection): Doc fix.
11267
11268 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11269
11270 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11271 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11272 "IsNSSSupportAvailable" method is not available. Reported by
11273 Steve Youngs <steve@sxemacs.org>.
11274
11275 2009-07-24 Kenichi Handa <handa@m17n.org>
11276
11277 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11278 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11279 (build-unicode-category-table): Fix range checks.
11280
11281 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11284 the buffer we try to sync is current when calling
11285 vc-resynch-buffer.
11286
11287 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11288 not show up to date files.
11289
11290 2009-07-24 Glenn Morris <rgm@gnu.org>
11291
11292 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11293 Add autoload cookies. If necessary, initialize.
11294 (elint-log): Handle non-file buffers.
11295 (elint-initialize): Add optional argument to reinitialize.
11296 (elint-find-builtin-variables): Save excursion.
11297
11298 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11299
11300 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11301 for Lint.
11302
11303 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11304
11305 * vc.el (vc-print-log-internal): New function, split out from ...
11306 (vc-print-log): ... here.
11307 (vc-dir-move-to-goal-column): Declare.
11308
11309 * vc-git.el (vc-git-add-signoff): New variable.
11310 (vc-git-checkin): Use it.
11311 (vc-git-toggle-signoff): New function.
11312 (vc-git-extra-menu-map): Bind it to menu.
11313 (vc-git--run-command-string): Accept a nil FILE argument.
11314 (vc-git-stash-list): New function.
11315 (vc-git-dir-extra-headers): Use it.
11316
11317 2009-07-23 Glenn Morris <rgm@gnu.org>
11318
11319 * help-fns.el (describe-variable): Describe ignored and risky local
11320 variables in a similar way to that in which we describe safe ones.
11321
11322 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11323 (byte-compile-output-file-form, byte-compile-output-docform)
11324 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11325 Give some more local variables with common names a "bytecomp-" prefix,
11326 so as not to shadow things during compilation.
11327 * emacs-lisp/cl-macs.el (load-time-value)
11328 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11329 `outbuffer' to `bytecomp-outbuffer'.
11330
11331 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11332 since the next two variables cover them automatically now.
11333 (elint-builtin-variables, elint-autoloaded-variables): New.
11334 (elint-unknown-builtin-args): Remove all members, since they can be
11335 parsed automatically now.
11336 (elint-extra-errors): New.
11337 (elint-env-add-env, elint-env-add-macro): Use cadr.
11338 (elint-current-buffer): Use or. Change final message.
11339 (elint-get-top-forms): Use line-end-position.
11340 (elint-init-env): Use cadr. Handle autoload, declare-function,
11341 and defalias.
11342 (elint-add-required-env): Doc fix. Use or. Standardize error.
11343 (regexp-assoc): Remove unused function.
11344 (elint-top-form): Set elint-current-pos, to record the start of the
11345 top-level form, for compilation-mode.
11346 (elint-form): Trap errors in macro expansion. Use dolist.
11347 (elint-unbound-variable): Use elint-builtin-variables and
11348 elint-autoloaded-variables.
11349 (elint-get-args): Use cadr, or.
11350 (elint-check-cond-form): Use dolist, cadr.
11351 (elint-check-condition-case-form): Doc fix. Use cadr.
11352 Use elint-extra-errors.
11353 (elint-log): New function.
11354 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11355 Distinguish errors and warnings.
11356 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11357 Use a bytecomp-style format.
11358 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11359 (elint-get-log-buffer): Use compilation mode. Disable undo.
11360 Don't truncate lines.
11361 (elint-initialize): Set builtin and autoloaded variable lists.
11362 Only process elint-unknown-builtin-args if non-nil.
11363 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11364 New functions.
11365 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11366
11367 2009-07-22 Kevin Ryde <user42@zip.com.au>
11368
11369 * net/newst-backend.el (newsticker--parse-atom-1.0)
11370 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11371 (newsticker--parse-rss-1.0):
11372 * progmodes/idlwave.el (idlwave-mode):
11373 * progmodes/idlw-shell.el (idlwave-shell-mode):
11374 * progmodes/vera-mode.el (vera-mode):
11375 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11376 * progmodes/vhdl-mode.el (vhdl-mode):
11377 * textmodes/table.el (table-generate-source)
11378 (table--warn-incompatibility):
11379 Hyperlink urls in docstrings with URL `...'.
11380
11381 2009-07-22 Glenn Morris <rgm@gnu.org>
11382
11383 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11384 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11385 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11386 Remove leading * from defcustom docs.
11387
11388 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11389
11390 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11391 defcustom doc.
11392 (list-load-path-shadows): Optionally, just return shadows as a string.
11393
11394 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11395
11396 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * mail/rmailedit.el (rmail-edit-mode): Use
11399 auto-save-include-big-deletions.
11400
11401 * mail/rmail.el (rmail-variables): Use
11402 auto-save-include-big-deletions.
11403
11404 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11405 changes.
11406
11407 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11408
11409 * calc/calc.el (calc-undo-length): New variable.
11410 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11411
11412 2009-07-21 Richard Stallman <rms@gnu.org>
11413
11414 * files.el (auto-save-mode): Handle buffer-save-size = -2
11415 for toggling mode.
11416
11417 2009-07-21 Glenn Morris <rgm@gnu.org>
11418
11419 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11420
11421 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11422
11423 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11424 silence compiler. Instead...
11425 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11426 (ps-print-ensure-fontified): Update for above function name changes.
11427
11428 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11429 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11430 silence compiler. Instead...
11431 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11432 (mh-show-buffer): Only define for compiler.
11433 (pr-mh-current-message): Update for above function name changes.
11434
11435 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11436 as an argument.
11437 (find-file-noselect, insert-file-1): Update for above change.
11438
11439 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11440
11441 * mail/mailclient.el (mailclient-send-it): Fix message.
11442
11443 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11444 (edebug-eval): Check cl-debug-env is bound.
11445 (print-level, print-circle): Don't redefine built-in variables.
11446
11447 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11448 (custom-print-vectors): Remove old comments from doc.
11449
11450 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11451 (emerge-version): Make the variable an obsolete alias for the
11452 emacs-version variable. Make the function obsolete.
11453 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11454 Emerge options, rather than merging in into the main Options menu.
11455 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11456 and auto advance modes. Disable edit/fast items when not relevant.
11457
11458 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * term/vt420.el (terminal-init-vt420): Fix typo.
11461
11462 2009-07-20 Sam Steingold <sds@gnu.org>
11463
11464 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11465 variable (removed from compile.el on 2004-03-11).
11466
11467 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * files.el (hack-local-variables-filter): Fix last change.
11470
11471 2009-07-19 Juri Linkov <juri@jurta.org>
11472
11473 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11474 (dir-local-variables-alist): New buffer-local variable.
11475 (hack-local-variables-filter): If variable is not dir-local,
11476 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11477 because file-local overrides dir-local.
11478 (c-postprocess-file-styles) <declare-function>:
11479 Remove obsolete declaration.
11480 (hack-dir-local-variables): Add dir-local variable/value pair to
11481 `dir-local-variables-alist' and remove duplicates. Doc fix.
11482
11483 * help-fns.el (describe-variable): Add information about
11484 file-local and dir-local variables.
11485
11486 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * files.el (hack-local-variables-filter): Rewrite.
11489
11490 2009-07-19 Glenn Morris <rgm@gnu.org>
11491
11492 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11493 Silence compiler by only defining on XEmacs.
11494
11495 * international/mule.el (auto-coding-regexp-alist): Only match
11496 BABYL... at the start of buffer, not of lines. (Bug#3790)
11497
11498 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11499 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11500 (cal-menu-context-mouse-menu): Doc fix.
11501
11502 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11503
11504 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11505
11506 2009-07-18 Juri Linkov <juri@jurta.org>
11507
11508 * info.el: Virtual Info keyword finder.
11509 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11510 (Info-finder-file): New variable.
11511 (Info-finder-find-file): New function.
11512 (finder-known-keywords, finder-package-info)
11513 (find-library-name, lm-commentary): Use defvar and
11514 declare-function to silence compiler warnings.
11515 (Info-finder-find-node): New function.
11516 (info-finder): New command.
11517
11518 * subr.el (process-kill-buffer-query-function): New function.
11519 (add-hook)<kill-buffer-query-functions>: Add hook
11520 `process-kill-buffer-query-function'.
11521
11522 2009-07-18 Alan Mackenzie <acm@muc.de>
11523
11524 * progmodes/cc-mode.el (c-before-hack-hook)
11525 (c-postprocess-file-styles): Give invocation of `c-set-style'
11526 DONT-OVERRIDE parameter of t. Already set style variables will
11527 thus not be overridden by style settings given by `c-file-syle'.
11528
11529 * files.el (hack-local-variables-filter): Remove entries with
11530 duplicate keys from `file-local-variables-alist'.
11531
11532 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11533
11534 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11535 x-set-selection if display-selections-p returns nil for the
11536 current frame.
11537
11538 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11539
11540 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11541
11542 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11543
11544 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11545 Accept nil in addition to a regexp.
11546 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11547 Accept nil in addition to a regexp.
11548 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11549 buffers that have an associated file. Handle nil values of
11550 desktop-buffers-not-to-save and desktop-files-not-to-save.
11551 (Bug#3833)
11552
11553 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11554 (x-disown-selection-internal): New functions.
11555
11556 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11557
11558 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11559 warning.
11560 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11561 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11562
11563 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11564
11565 * simple.el (set-mark): Revert last change.
11566
11567 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11568
11569 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11570 rendering of pngs is not possible instead of messaging a long
11571 description.
11572
11573 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11574
11575 * w32-fns.el (x-selection-owner-p): New function.
11576
11577 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11578 (mouse-yank-at-click, mouse-yank-primary): If
11579 select-active-regions is non-nil, deactivate the mark before
11580 insertion.
11581
11582 * simple.el (deactivate-mark, set-mark): Only save selection if we
11583 own it.
11584
11585 2009-07-17 Kenichi Handa <handa@m17n.org>
11586
11587 * case-table.el (describe-buffer-case-table): Fix for the case
11588 that KEY is a cons.
11589
11590 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11591
11592 * vc-rcs.el (vc-rcs-find-file-hook):
11593 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11594
11595 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11596
11597 * net/tramp.el (tramp-wait-for-output): Handle the case when
11598 commands do not return a newline but a null byte before the shell
11599 prompt. (Bug#3858)
11600
11601 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11602
11603 * term/ns-win.el (ns-set-alpha): Don't declare.
11604 (ns-set-background-alpha): Remove function.
11605
11606 2009-07-16 Kevin Ryde <user42@zip.com.au>
11607
11608 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11609 y-or-n-p, for safety.
11610
11611 2009-07-16 Richard Stallman <rms@gnu.org>
11612
11613 * files.el (auto-save-mode): If buffer-saved-size is -2,
11614 don't clobber it.
11615
11616 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11617 (rmail-retry-ignored-headers): Add more uninteresting fields.
11618
11619 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11620
11621 * net/rcirc.el (rcirc): Use history variables.
11622 (rcirc-server-name-history, rcirc-nick-name-history)
11623 (rcirc-server-port-history): New variables.
11624
11625 2009-07-15 Kenichi Handa <handa@m17n.org>
11626
11627 * international/mule-cmds.el (set-language-environment-charset):
11628 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11629 ignore them.
11630
11631 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11632 Delete unibyte-display.
11633
11634 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11637
11638 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11639
11640 * simple.el (deactivate-mark): Optional argument FORCE.
11641 (set-mark): Use deactivate-mark.
11642
11643 * info.el (Info-search): No need to check transient-mark-mode
11644 before calling deactivate-mark.
11645
11646 * select.el (x-set-selection): Doc fix.
11647 (x-valid-simple-selection-p): Allow buffer values.
11648 (xselect--selection-bounds): Handle buffer values. Suggested by
11649 David De La Harpe Golden.
11650
11651 * mouse.el (mouse-set-region, mouse-drag-track): Call
11652 copy-region-as-kill before setting the mark, to let
11653 select-active-regions work.
11654
11655 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11656
11657 * simple.el (deactivate-mark): If select-active-regions is
11658 non-nil, copy the selection data into a string.
11659 (activate-mark): If select-active-regions is non-nil, set the
11660 selection to the current buffer.
11661 (set-mark): Update selection if select-active-regions is non-nil.
11662
11663 * select.el (x-valid-simple-selection-p): Allow buffer values.
11664
11665 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11668 and more featureful message-mode.
11669
11670 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * select.el (x-set-selection): Doc fix.
11673 (x-valid-simple-selection-p): Disallow selection data consisting
11674 of a list or cons of integers, since that is not used.
11675 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11676 (xselect-convert-to-string, xselect-convert-to-length)
11677 (xselect-convert-to-filename, xselect-convert-to-charpos)
11678 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11679
11680 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11681
11682 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11683 output in -break-info command (Emacs bug #3794).
11684
11685 2009-07-14 Glenn Morris <rgm@gnu.org>
11686
11687 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11688 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11689 (edebug-print-length, edebug-print-level, edebug-print-circle)
11690 (edebug-sit-for-seconds, edebug-view-outside)
11691 (edebug-bounce-point, edebug-set-global-break-condition)
11692 (edebug-Go-nonstop-mode, edebug-trace-mode)
11693 (edebug-Trace-fast-mode, edebug-continue-mode)
11694 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11695 (edebug-visit-eval-list): Doc fixes.
11696
11697 * subr.el (def-edebug-spec): Doc fix.
11698
11699 2009-07-14 Kenichi Handa <handa@m17n.org>
11700
11701 * international/characters.el: Fix setting of category ?C.
11702
11703 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11704
11705 * term/ns-win.el (x-select-font): defalias x-select-font to
11706 ns-popup-font-panel instead of generate-fontset-menu.
11707
11708 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11709
11710 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11711
11712 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11713
11714 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11715 the PK\003\004 header (Bug#3770).
11716
11717 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11718
11719 * pcomplete.el (pcomplete-comint-setup): Check for
11720 shell-dynamic-complete-filename too.
11721
11722 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * simple.el (temporary-goal-column): Change the value for
11725 line-move-visual to a cons cell.
11726 (line-move-visual): Record or set the window hscroll, if
11727 necessary (Bug#3494).
11728 (line-move-1): Handle cons value of temporary-goal-column.
11729
11730 2009-07-11 Kenichi Handa <handa@m17n.org>
11731
11732 * international/mule-diag.el (describe-character-set): Don't show
11733 width.
11734
11735 2009-07-10 Sam Steingold <sds@gnu.org>
11736
11737 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11738 Omake sometimes indents the errors it prints, so allow all
11739 regexps to start with spaces.
11740
11741 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11742
11743 * cus-edit.el (customize-changed-options-previous-release):
11744 Bump value to 22.1. (Bug#3804)
11745
11746 2009-07-08 Sam Steingold <sds@gnu.org>
11747
11748 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11749 to be a cons cell (test . ignored-directory) to selectively ignore
11750 some directories depending on the location of the search.
11751
11752 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11753
11754 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11755 remote user is root, on the local host.
11756 (tramp-local-host-p): Either the local user or the remote user
11757 must be root. (Bug#3771)
11758
11759 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gdb-mi.el (gdb): Remove description of
11762 gdb-use-separate-io-buffer.
11763 (menu): Don't allow toggling of or enable
11764 gdb-use-separate-io-buffer from menubar.
11765
11766 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11767
11768 * mail/unrmail.el (unrmail): Make sure the message ends with two
11769 newlines (Bug#3769).
11770
11771 2009-07-08 Glenn Morris <rgm@gnu.org>
11772
11773 * calendar/calendar.el (calendar-current-date): Rework previous change.
11774
11775 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11776
11777 * calendar/calendar.el (calendar-current-date):
11778 Add an optional argument giving an offset from today.
11779
11780 2009-07-08 Glenn Morris <rgm@gnu.org>
11781
11782 * tutorial.el (tutorial--describe-nonstandard-key):
11783 Adjust the message for when a key has been unbound.
11784 (help-with-tutorial): Hide the arch-tag.
11785
11786 2009-07-08 Kenichi Handa <handa@m17n.org>
11787
11788 * international/fontset.el (setup-default-fontset): For each
11789 script, append (not set) font-specs.
11790
11791 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11792 docstring.
11793
11794 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11795
11796 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11797 -data-list-register-names to ...
11798 (gdb-starting): ... here because GDB 7.0 requires execution to
11799 have started when using this MI command.
11800 (gdb-set-header): New function to distinguish select and
11801 unselected tabs in gdb buffers.
11802 (gdb-propertize-header): New macro that uses gdb-set-header.
11803 (gdb-breakpoints-header, gdb-locals-header): Use it.
11804 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11805
11806 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * Makefile.in (ELCFILES): Remove fadr.elc.
11809
11810 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11811
11812 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11813 may contain frame information, so `string-match' should be used.
11814 (gdb-update): Disassembly is invalidated through
11815 `gdb-get-selected-frame'.
11816 (gdb-pad-string): New function to pad string with spaces.
11817 (gdb-invalidate-disassembly): Invalidate only if the buffer
11818 exists.
11819 (gdb-disassembly-handler-custom): Column alignment.
11820 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11821 placing new ones.
11822 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11823 end of line, too.
11824 (gdb-frame-handler): Match convention to for disassembly buffer
11825 mode name.
11826 (gdb-stack-list-frames-handler): Rewritten without regexps.
11827 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11828 not highlight breakpoints without line information.
11829 (gdb-input): Add trailing newline to command.
11830
11831 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11832 buffer properly.
11833 (gdb-breakpoints-list-handler-custom): Replacement for
11834 `gdb-break-list-handler'. Using real parser instead of regexps
11835 now.
11836 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11837 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11838 to place breakpoints.
11839 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11840 functions.
11841 (gdb-disassembly-handler-custom): Show overlay arrow.
11842 (gdb-disassembly-place-breakpoints): Show breakpoints in
11843 disassembly buffer.
11844 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11845 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11846 instead of parsing breakpoints buffer. Fixed old menu references
11847 in `gud-menu-map'.
11848
11849 * fadr.el: Remove.
11850
11851 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11852 (gdb-memory-address): New variable which holds top address of
11853 memory page shown in memory buffer.
11854 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11855 customization variables.
11856 New functions:
11857 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11858 display the memory buffer.
11859 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11860 buffer display parameters.
11861 (def-gdb-memory-format, gdb-memory-format-binary)
11862 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11863 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11864 Functions for setting memory buffer format.
11865 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11866 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11867 unit size used in memory buffer.
11868 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11869 to next/previous page of memory buffer.
11870 Now using (bindat-get-field) instead of fadr functions.
11871
11872 2009-07-07 Sam Steingold <sds@gnu.org>
11873
11874 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11875 non-top-level files.
11876
11877 2009-07-07 Kenichi Handa <handa@m17n.org>
11878
11879 * international/mule-cmds.el (reset-language-environment): Put
11880 the highset priority to the charset iso-8859-1.
11881
11882 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11883
11884 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11885 to the end of the line when locating the block (Bug#700).
11886
11887 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/tramp.el (tramp-handle-write-region): Flush file properties
11890 in case of short track.
11891
11892 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11893
11894 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11895 Coded custom representation of verilog error regular expressions
11896 to work with Emacs-22's new format.
11897 (verilog-error-regexp-xemacs-alist): Coded custom representation
11898 of verilog error regular expressions to work with XEmacs format.
11899 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11900 error recognition into XEmacs.
11901 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11902 error recognition into Emacs-22.
11903
11904 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11905
11906 * woman.el: Remove stand-alone closing parentheses.
11907 (woman-file-name, woman2-format-paragraphs)
11908 (woman-leave-blank-lines): Code cleanup.
11909 (woman-use-own-frame): Change default to nil.
11910 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11911 defaults to inherit from default faces.
11912 (woman2-process-escapes): Consume the newline after a stand-alone
11913 filler character (Bug#3651).
11914
11915 2009-07-06 Glenn Morris <rgm@gnu.org>
11916
11917 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11918 (top-level): Move provide to the end.
11919 (ffap): Remove defunct URL from custom group.
11920
11921 * subr.el (eval-after-load): Doc fix.
11922
11923 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11924
11925 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11926 `calc-embedded-word' is called twice.
11927
11928 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * files.el (find-alternate-file-other-window, find-alternate-file):
11931 Obey confirm-nonexistent-file-or-buffer.
11932
11933 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * dired-aux.el (dired-show-file-type): Handle remote files.
11936
11937 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11938
11939 * desktop.el (desktop-globals-to-save):
11940 Add file-name-history (Bug#2750).
11941
11942 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11943
11944 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11945
11946 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11947
11948 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11949 property on entire argument since this is what eshell-lisp-command
11950 expects.
11951
11952 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11953
11954 * net/tramp-gvfs.el (tramp-gvfs-methods)
11955 (tramp-gvfs-zeroconf-domain)
11956 (tramp-bluez-discover-devices-timeout): Add version flag.
11957 (tramp-gvfs-handler-mounted-unmounted)
11958 (tramp-gvfs-connection-mounted-p): Polish handling of
11959 incompatibilities between GVFS 0.2 and 1.0.
11960
11961 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11962
11963 * cus-start.el (all): Add make-pointer-invisible.
11964
11965 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11966
11967 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11968 formatted correctly.
11969
11970 2009-07-02 Juri Linkov <juri@jurta.org>
11971
11972 * info.el: Virtual Info files and nodes.
11973 (Info-virtual-files, Info-virtual-nodes): New variables.
11974 (Info-current-node-virtual): New variable.
11975 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11976 New functions.
11977 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11978 to check for a virtual file instead of checking a fixed list
11979 of node names.
11980 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11981 instead of ad-hoc processing of "dir" and (apropos history toc).
11982 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11983 instead of ad-hoc processing of "dir" and (apropos history toc).
11984 Reread a file when moving from a virtual node.
11985 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11986 (Info-directory-toc-nodes, Info-directory-find-file)
11987 (Info-directory-find-node): New functions.
11988 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11989 (Info-history): Move part of code to
11990 `Info-history-find-node'.
11991 (Info-history-toc-nodes, Info-history-find-file)
11992 (Info-history-find-node): New functions.
11993 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11994 (Info-toc): Move part of code to `Info-toc-find-node'.
11995 (Info-toc-find-node): New function.
11996 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11997 the current Info file name to references because now the node
11998 "*TOC*" belongs to the same Info manual.
11999 (Info-toc-build): Rename from `Info-build-toc'.
12000 (Info-toc-nodes): Rename input argument `file' to `filename'.
12001 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12002 instead of ad-hoc processing of ("dir" apropos history toc).
12003 (Info-index-nodes): Use Info-virtual-file-p
12004 to check for a virtual file instead of checking a fixed list
12005 of node names.
12006 (Info-index-node): Add check for `Info-current-node-virtual'.
12007 Raise `save-match-data' higher up the tree to contain
12008 `search-forward' too (bug fix).
12009 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12010 (Info-virtual-index-nodes): New variable.
12011 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12012 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12013 (Info-apropos-file, Info-apropos-nodes): New variables.
12014 (Info-apropos-toc-nodes, Info-apropos-find-file)
12015 (Info-apropos-find-node, Info-apropos-matches): New functions.
12016 (info-apropos): Move part of code to `Info-apropos-find-node' and
12017 `Info-apropos-matches'.
12018 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12019 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12020 for a virtual file instead of checking a fixed list of node names.
12021
12022 * simple.el (async-shell-command): New command.
12023
12024 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12025
12026 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12027 instead of `mount-info'.
12028
12029 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12032 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12033
12034 2009-07-02 Kenichi Handa <handa@m17n.org>
12035
12036 * international/mule.el (set-keyboard-coding-system): Force *-unix
12037 coding-system to avoid eol conversion.
12038
12039 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12040
12041 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12042 Add handler for `process-file', `shell-command' and
12043 `start-file-process'.
12044 (tramp-gvfs-handle-shell-command)
12045 (tramp-gvfs-handle-start-file-process)
12046 (tramp-gvfs-handle-process-file): New defuns.
12047 (tramp-synce-list-devices): Simplify check for existence of property.
12048
12049 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12050
12051 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12052
12053 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12054
12055 * language/korean.el (set-language-info-alist): Add korean-cp949,
12056 cp949 to spec.
12057
12058 2009-07-01 Kenichi Handa <handa@m17n.org>
12059
12060 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12061
12062 * international/encoded-kb.el: Deleted.
12063
12064 * international/mule.el (set-keyboard-coding-system): Perform the
12065 necessary setup here instead of calling encoded-kbd-setup-display.
12066
12067 2009-07-01 Glenn Morris <rgm@gnu.org>
12068
12069 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12070
12071 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12072
12073 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12074
12075 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12078 Handle also the 'rename case, when setting file modes. (Bug#3712)
12079 (tramp-default-file-modes): Remove execute permissions.
12080
12081 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12082 (top): Add a default for "synce" in `tramp-default-user-alist'.
12083 Add completion function for "synce" method.
12084 (tramp-hal-service, tramp-hal-path-manager)
12085 (tramp-hal-interface-manager, tramp-hal-interface-device):
12086 New defconst.
12087 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12088 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12089 New defuns.
12090
12091 * net/trampver.el: Update release number.
12092
12093 2009-06-30 Kenichi Handa <handa@m17n.org>
12094
12095 * international/fontset.el (setup-default-fontset): Add CJK fonts
12096 for symbols and the other miscellaneous characters.
12097
12098 * language/korea-util.el (setup-korean-environment-internal):
12099 Make char-width-table suitable for Korean environments.
12100 (exit-korean-environment): Cancel above.
12101
12102 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12103 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12104 setup-function to make char-width-table suitable for respective
12105 environments, and an exit-function to cancel that.
12106
12107 * language/japan-util.el (setup-japanese-environment-internal):
12108 Call use-cjk-char-width-table with arg `ja_JP'.
12109
12110 * international/characters.el (cjk-char-width-table): Delete it.
12111 (cjk-char-width-table-list): New variable.
12112 (use-cjk-char-width-table): New arg local-name.
12113 (use-default-char-width-table): Fix for the case that Emacs is
12114 already using the default char-width-table.
12115
12116 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12117
12118 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12119 modes mandatory. (Bug#3712)
12120
12121 2009-06-29 Alan Mackenzie <acm@muc.de>
12122
12123 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12124 correction between the visible width of TABs and their number of bytes.
12125
12126 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12127
12128 * server.el (server-buffer-done): Prevent kill-buffer from
12129 prompting by clearing the buffer modification flag (Bug#3696).
12130
12131 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12132
12133 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12134 (verilog-endcomment-reason-re): Support unique case and priority case.
12135 (verilog-basic-complete-re): Support localparam lineup.
12136 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12137 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12138 commenting.
12139 (verilog-leap-to-case-head): Now support *nested* unique &
12140 priority case statements.
12141 (verilog-auto-lineup): Make just declarations the default (as it
12142 had been).
12143 (verilog-leap-to-case-head): Support priority/unique case statements.
12144 (verilog-auto-lineup): Rework to give users radio buttons to
12145 select the various styles of automatic lineup.
12146 (verilog-error-regexp-alist): Rework to support the XEmacs style
12147 of error regular expressions from compilers, lint tools &
12148 simulators. Note that GNU Emacs has made it impossible for a mode
12149 to load such things.
12150 (electric-verilog-terminate-line, verilog-indent-declaration)
12151 (verilog-auto-wiure): Rework for radio button selection of
12152 auto-lineup selection of specification of auto lineup.
12153 (verilog-beg-of-statement-1): Redesign to support proper operation
12154 in additional code, based on testing with auto-lineup.
12155 (verilog-calculate-indent, assignments & declarations)
12156 (verilog-backward-token): Enhance to support auto-lineup of
12157 assignments & declarations.
12158 (verilog-in-directive-p, verilog-at-struct-p): New function for
12159 easy test of whether we are.
12160 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12161 to support safe execution at almost anyline.
12162 (verilog-calc-1): Properly support indenting deep inside generate
12163 blocks.
12164 (verilog-init-font): Remove definition & use of verilog-init-font,
12165 as it is redundant with font-lock-defaults.
12166 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12167 to avoid circular calls if syntax-ppss is a function (as is the
12168 case now in 22.x GNU Emacs) as that function would sometimes call
12169 itself, leading to (nearly) infinite recursion.
12170 (verilog-ovm-begin-re, verilog-ovm-end-re)
12171 (verilog-ovm-statement-re, verilog-leap-to-head)
12172 (verilog-backward-token): Add support for OVM macros. Some are
12173 complete statements, and others open and close scopes like begin
12174 and end.
12175 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12176 (verilog-defun-level-generate-only-re): Really fix the defun-list
12177 compilation issue.
12178 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12179 coverpoint, constraint and cross statements.
12180 (verilog-defun-level-list, verilog-generate-defun-level-list)
12181 (verilog-all-defun-level-list): Redo these specifications - it is
12182 too hard to support eval-when compile aggregation of lists also
12183 built at when-compile time.
12184 (verilog-defun-level-list): Place defconsts of variables used in
12185 building regular expressions which are built in eval-when-compile
12186 bodies in the same eval-when-compile body to facilitate compile
12187 without load.
12188 (verilog-beg-block-re-ordered): Support indenting
12189 virtual/protected tasks and functions.
12190 (verilog-defun-level-list, verilog-in-generate-region-p)
12191 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12192 indentation of some module items (generate items).
12193 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12194 across virtual/protected tasks and functions.
12195
12196 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12197
12198 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12199 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12200 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12201 in concatenations. Reported by Yishay Belkind.
12202 (verilog-auto-ascii-enum): Support one-hot state machines in
12203 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12204 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12205 modport in AUTOINST and add vl-modport for users. Reported by
12206 David Rogoff.
12207 (verilog-auto-inout-module, verilog-auto-inst)
12208 (verilog-decls-get-interfaces, verilog-insert-definition)
12209 (verilog-insert-one-definition, verilog-read-decls)
12210 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12211 (verilog-sig-modport, verilog-signals-combine-bus)
12212 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12213 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12214 Suggested by David Rogoff.
12215 (verilog-repair-open-comma): Fix non-insertion of comma when
12216 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12217 (verilog-make-width-expression): Simplify [A-1:0] expression
12218 widths to just {A{1'b0}}.
12219 (verilog-mode): Cleanup checkdoc warnings.
12220 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12221 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12222 inputs/outputs or data type. Suggested by Vasu Kandadi.
12223 (next-error-last-buffer): Fix byte-compiler warning.
12224 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12225 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12226 or shell command text during AUTO expansion. Suggested by Tad Truex.
12227 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12228 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12229 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12230 in AUTOINOUT. Reported by Matthew Lovell.
12231 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12232 causing use of <= assignments. Reported by Alex Reed.
12233 (verilog-read-decls): Fix triand, trior, wand, wor to be
12234 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12235 (verilog-extended-complete-re): Support import "DPI-C" functions.
12236 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12237 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12238 (verilog-insert-date, verilog-insert-year)
12239 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12240 Windows systems. Reported by Michael Potts.
12241 (verilog-read-module-name): Fix AUTOINST when the child module
12242 declaration's name is a tick define. Reported by Elliot Mednick.
12243 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12244 passed to next parameter's definition. Reported by Bruce T.
12245 (verilog-read-decls): Fix detecting "parameter int" when using
12246 AUTOINSTPARAM. Reported by Bruce T.
12247 (verilog-goto-defun): Fix goto not finding modules unless first
12248 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12249 (verilog-mode): Expand -f flag arguments on entry to mode so
12250 verilog-goto-defun will work. Reported by Lawrence Butcher.
12251 (verilog-getopt): Expand environment variables in -f file
12252 arguments. Suggested by Lawrence Butcher.
12253 (verilog-set-define): Fix "Symbol's value as variable is void"
12254 when reading enumerations.
12255 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12256 Suggested by Stephen Peltan.
12257 (verilog-read-defines): Fix reading of enumerations in include
12258 files. Reported by Steve Peltan.
12259
12260 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12261
12262 * files.el (trash-directory): Fix defcustom type.
12263
12264 2009-06-28 Juri Linkov <juri@jurta.org>
12265
12266 * help-fns.el (describe-function-1): Correctly locate adviced
12267 functions in hyperlink (Bug#2438).
12268
12269 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * files.el (trash-directory): Change default to nil.
12272 (move-file-to-trash): If trash-directory is nil and
12273 system-move-file-to-trash is unbound, perform freedesktop-style
12274 trashing.
12275
12276 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12277
12278 * files.el (move-file-to-trash): Add freedesktop trash
12279 support (Bug#973).
12280
12281 2009-06-28 Glenn Morris <rgm@gnu.org>
12282
12283 * autorevert.el (global-auto-revert-non-file-buffers)
12284 (global-auto-revert-mode): Doc fixes.
12285
12286 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12287
12288 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12289
12290 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12293 opened an X connection before calling x-get-resource (Bug#3194).
12294
12295 * play/doctor.el: Remove reference to obsolete website.
12296 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12297
12298 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12299
12300 Remove find-file-not-found-hook VC method. (Bug#2757)
12301 * vc-hooks.el (vc-file-not-found-hook)
12302 (vc-default-find-file-not-found-hook): Remove functions.
12303 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12304 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12305 * vc.el:
12306 * vc-hg.el:
12307 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12308
12309 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12310
12311 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12312 compatibility function for `looking-back'.
12313
12314 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12315 Use `ispell-looking-back'.
12316
12317 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12318
12319 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12320 rather than `filename'.
12321
12322 2009-06-23 Miles Bader <miles@gnu.org>
12323
12324 * face-remap.el (text-scale-set): New function.
12325
12326 2009-06-23 Glenn Morris <rgm@gnu.org>
12327
12328 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12329
12330 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12331
12332 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12333
12334 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12335
12336 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12337 Simplify Persian conditionals.
12338
12339 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12340 variable `filename'.
12341
12342 * comint.el (comint-insert-input): Doc fix.
12343
12344 * Makefile.in (ELCFILES): Fix typo in previous change.
12345
12346 2009-06-23 Miles Bader <miles@gnu.org>
12347
12348 * cus-start.el: Add entry for `recenter-redisplay'.
12349
12350 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12351
12352 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12353 Add an optional argument for the backend, use it instead of
12354 calling vc-backend.
12355 (vc-mode-line): Add an optional argument for the backend.
12356 Pass the backend to vc-state and vc-working-revision. Move code for
12357 special handling for vc-state being a buffer to ...
12358
12359 * vc-rcs.el (vc-rcs-find-file-hook):
12360 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12361
12362 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12363 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12364 vc-stay-local-p and vc-mode-line calls.
12365
12366 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12367 (vc-cvs-diff, vc-cvs-annotate-command)
12368 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12369 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12370 vc-mode-line calls.
12371
12372 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12373 direct comparison.
12374 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12375 backend when calling vc-mode-line.
12376 (vc-register): Do not create a closure for calling the vc register
12377 function, call it directly.
12378
12379 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12382 to make it obvious item can be clicked.
12383
12384 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12385
12386 2009-06-23 Kenichi Handa <handa@m17n.org>
12387
12388 * language/korea-util.el (korean-key-bindings): Change the binding
12389 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12390 same command.
12391
12392 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12393
12394 Sync with Tramp 2.1.16.
12395
12396 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12397
12398 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12399 when a loading of a package fails. Completion function for rsync
12400 is `tramp-completion-function-alist-ssh'.
12401 (all): Replace all calls of `split-string' and
12402 `tramp-split-string' by `tramp-compat-split-string'.
12403 (tramp-default-method): Use `tramp-compat-process-running-p'.
12404 (tramp-default-proxies-alist): Allow also Lisp forms.
12405 (tramp-remote-path): Add choice "Private Directories".
12406 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12407 (tramp-domain-regexp): Allow also "-", "_" and ".".
12408 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12409 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12410 (tramp-debug-message): Insert header line in debug buffer.
12411 (tramp-handle-directory-files-and-attributes-with-stat):
12412 Care about filenames with spaces, or starting with "-".
12413 (tramp-handle-dired-uncache): New defun.
12414 (tramp-handle-insert-directory): Don't flush the directory from
12415 cache, this is handled by `dired-uncache' now.
12416 (tramp-handle-insert-file-contents): Improve error handling.
12417 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12418 Quote `tramp-end-of-output'.
12419 (tramp-action-password): Improve trace message.
12420 (tramp-check-for-regexp): Both echoes must be present, before removing.
12421 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12422 (tramp-compute-multi-hops): Eval cons cells of
12423 `tramp-default-proxies-alist'.
12424 (tramp-maybe-open-connection): Use the same command pattern for
12425 first hop and further hops.
12426 (tramp-wait-for-output): Remove handling of newlines.
12427 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12428 (tramp-split-string): Remove function. It is handled in
12429 tramp-compat now.
12430
12431 * net/tramp-cmds.el (tramp-bug):
12432 Recommend `tramp-cleanup-all-connections' in the bug mail.
12433
12434 * net/tramp-compat.el (tramp-compat-split-string)
12435 (tramp-compat-process-running-p): New defuns.
12436
12437 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12438 for `dired-uncache'.
12439
12440 * net/tramp-gvfs.el: New package.
12441
12442 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12443 Add handler for `dired-uncache'.
12444 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12445
12446 * net/trampver.el: Update release number. Make version check fit
12447 for SXEmacs 22.
12448
12449 2009-06-22 Jim Meyering <meyering@redhat.com>
12450
12451 Automatically handle .xz suffix (XZ-compressed files), too.
12452 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12453 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12454
12455 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12456 Nick Roberts <nickrob@snap.net.nz>
12457
12458 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12459 repository (http://sphinx.net.ru/hg/gdb-mi/).
12460
12461 2009-06-22 Glenn Morris <rgm@gnu.org>
12462
12463 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12464 `mode' and `eval' entries. (Bug#3430)
12465
12466 * Makefile.in (ELCFILES): Add fadr.elc.
12467
12468 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12469 differing behavior of \n and ^ in strings. (Bug#3385)
12470
12471 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12472
12473 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12474 property.
12475 (lisp-indent-function): Make it a defcustom.
12476
12477 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el: Replace with ...
12480 * progmodes/gdb-mi.el: ... this file.
12481 * progmodes/gud.el: Modify for gdb-mi.el.
12482
12483 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12484
12485 * fadr.el: New file.
12486
12487 See ChangeLog.14 for earlier changes.
12488
12489 ;; Local Variables:
12490 ;; coding: utf-8
12491 ;; End:
12492
12493 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12494
12495 This file is part of GNU Emacs.
12496
12497 GNU Emacs is free software: you can redistribute it and/or modify
12498 it under the terms of the GNU General Public License as published by
12499 the Free Software Foundation, either version 3 of the License, or
12500 (at your option) any later version.
12501
12502 GNU Emacs is distributed in the hope that it will be useful,
12503 but WITHOUT ANY WARRANTY; without even the implied warranty of
12504 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12505 GNU General Public License for more details.
12506
12507 You should have received a copy of the GNU General Public License
12508 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12509
12510 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1