]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revert last bug-reference-url-format change.
[gnu-emacs] / lisp / ChangeLog
1 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/bug-reference.el (bug-reference-url-format): Revert
4 2010-04-27 change due to security risk.
5
6 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Make it possible to locally disable a globally enabled mode.
9 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11 rather than kill-all-local-variables so it runs fundamental-mode-hook.
12 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
14 that subsequent hooks get a chance to disable it.
15
16 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19 Avoid re-enabling a minor mode after the user turned the minor mode
20 off if MODE-enable-in-buffers is run twice (typically once from
21 fundamental-mode's after-change-major-mode-hook and a second time from
22 run-mode-hook's own after-change-major-mode-hook).
23
24 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
25
26 2010-04-27 Sam Steingold <sds@gnu.org>
27
28 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
29 `safe-local-variable' if the value is a string or a function, as
30 documented and implemented on 2010-04-02.
31
32 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
33
34 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
35 when method is 'kill.
36
37 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
38
39 * ispell.el (ispell-init-process): Fix personal dictionary condition
40 in default directory check.
41 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
42 Kill ispell process when killing its associated buffer.
43
44 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
45
46 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
47 but we aren't using it.
48
49 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
50
51 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
52 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
53
54 2010-04-24 Glenn Morris <rgm@gnu.org>
55
56 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
57 Ignore VCS-ignore files, and deleted nextstep preferences files.
58 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
59 (authors-ambiguous-files): New list.
60 (authors-valid-file-names): Add some deleted files.
61 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
62 (authors-disambiguate-file-name): New function. (Bug#5501)
63 (authors-canonical-file-name): Doc fix.
64 Don't warn about obsolete files.
65 (authors-canonical-file-name, authors-scan-el):
66 Use authors-disambiguate-file-name.
67
68 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
69 Add autoload cookies.
70 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
71 (generated-autoload-file): Set file-local value to "htmlfontify.el".
72 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
73 They have definitions / compiler macros in cl.el.
74 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
75 Replace manual autoloads with generated ones.
76 (htmlfontify-unload-rgb-file): Remove autoload.
77 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
78
79 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
82 (byte-compile-setq-default): Optimize for the
83 single-var case and don't call byte-compile-form in this case to avoid
84 inf-loop with byte-compile-set-default.
85
86 * progmodes/compile.el (compilation-start): Abbreviate default directory.
87
88 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
89
90 Implement SELINUX backends.
91
92 * net/tramp.el (tramp-file-name-handler-alist):
93 Add `file-selinux-context' and `set-file-selinux-context'.
94 (tramp-handle-file-selinux-context)
95 (tramp-handle-set-file-selinux-context): New defuns.
96 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
97 Handle PRESERVE-SELINUX-CONTEXT.
98
99 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
100 Add `file-selinux-context' and `set-file-selinux-context'.
101 (tramp-gvfs-handle-file-selinux-context)
102 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
103 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
104
105 * net/ange-ftp.el (ange-ftp-copy-file):
106 * net/tramp-fish.el (tramp-fish-handle-copy-file):
107 * net/tramp-imap.el (tramp-imap-handle-copy-file):
108 * net/tramp-smb.el (tramp-smb-handle-copy-file):
109 Add PRESERVE-SELINUX-CONTEXT.
110
111 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
112
113 Synchronize with Tramp repository.
114
115 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
116 (tramp-action-process-alive, tramp-action-out-of-band)
117 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
118 (tramp-exists-file-name-handler): Fix docstring.
119 (with-progress-reporter): New defmacro.
120 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
121 (tramp-maybe-open-connection): Use it.
122
123 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
124
125 Detect ssh 'ControlMaster' argument automatically in some cases.
126
127 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
128 (tramp-default-method): Use it.
129
130 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
131
132 * net/tramp.el (tramp-handle-copy-file): Add new optional
133 parameter `preserve-selinux-context'.
134 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
135
136 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
139 Ensure, that non remote files are still checked. Oops.
140
141 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
142
143 Fix Bug#5840.
144
145 * icomplete.el (icomplete-completions): Use `non-essential'.
146
147 * net/tramp.el (tramp-connectable-p): New defun.
148 (tramp-handle-expand-file-name)
149 (tramp-completion-handle-file-name-all-completions)
150 (tramp-completion-handle-file-name-completion): Use it.
151
152 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
155
156 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
157
158 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
159
160 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
161
162 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
163 is present.
164
165 * info.el (info-tool-bar-map): Add labels.
166
167 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
168
169 * cus-edit.el (custom-commands): Add labels for tool bar.
170 (custom-buffer-create-internal, Custom-mode): Adjust for
171 labels in custom-commands.
172
173 * dynamic-setting.el: Renamed from font-setting.el.
174
175 2010-04-21 John Wiegley <jwiegley@gmail.com>
176
177 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
178 toggles the use of virtual buffers.
179 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
180 value.
181 (ido-toggle-virtual-buffers): New function.
182
183 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
184
185 Use `define-derived-mode'; fix window selection; doc fixes.
186 * play/tetris.el (tetris, tetris-update-speed-function)
187 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
188 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
189 (tetris-rotate-next, tetris-end-game, tetris-start-game)
190 (tetris-pause-game): Fix typos in docstrings.
191 (tetris-mode-map, tetris-null-map):
192 Move initialization into declaration.
193 (tetris-mode): Define with `define-derived-mode';
194 set show-trailing-whitespace to nil.
195 (tetris): Prefer window already displaying the "*Tetris*" buffer.
196
197 2010-04-21 Karel Klíč <kklic@redhat.com>
198
199 * files.el (backup-buffer): Handle SELinux context, and return it
200 if a backup was made by renaming.
201 (backup-buffer-copy): Set SELinux context to the target file.
202 (basic-save-buffer): Set SELinux context of the newly written file.
203 (basic-save-buffer-1): Now it also returns any SELinux context.
204 (basic-save-buffer-2): Set SELinux context of the newly created file,
205 and return it.
206 * net/tramp.el (tramp-file-name-for-operation):
207 Add file-selinux-context.
208
209 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * vc.el (vc-checkin, vc-modify-change-comment):
212 Adjust to new vc-start/finish-logentry.
213 (vc-find-conflicted-file): New command.
214 (vc-transfer-file): Adjust to new vc-checkin.
215 (vc-next-action): Improve scoping.
216
217 * vc-hg.el (vc-hg-log-edit-mode): Remove.
218 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
219
220 * vc-git.el (vc-git-log-edit-mode): Remove.
221 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
222 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
223
224 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
225 (vc-start-logentry): Remove argument `extra'.
226 (vc-finish-logentry): Remove extra args.
227
228 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
229 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
230 (vc-bzr-conflicted-files): New function.
231
232 * log-edit.el (log-edit-extra-flags)
233 (log-edit-before-checkin-process): Remove.
234 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
235 (log-edit-headers-alist): New var.
236 (log-edit-header-contents-regexp): New const.
237 (log-edit-match-to-eoh): New function.
238 (log-edit-font-lock-keywords): Use them.
239 (log-edit): Insert a "Summary:" header as default.
240 (log-edit-mode): Mark font-lock rules as case-insensitive.
241 (log-edit-done): Cleanup headers.
242 (log-view-process-buffer): Remove.
243 (log-edit-extract-headers): New function to replace it.
244
245 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
246
247 * subr.el (default-direction-reversed): Remove obsolescence info.
248
249 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
252 windows/frames.
253
254 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
255 I.e. include text after point in the completion region.
256 Also, return nil when we're not after/in a symbol.
257
258 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
259 default enable-multibyte-characters.
260
261 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * international/mule.el: Help the user choose a valid coding-system.
264 (read-buffer-file-coding-system): New function.
265 (set-buffer-file-coding-system): Use it. Prompt the user if the
266 coding-system cannot encode all the chars.
267
268 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
269 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
270 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
271 Don't use *vc-bzr-shelve*.
272
273 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
274
275 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
276 Don't destroy list before using it.
277
278 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
279
280 Fix the version number for added files.
281 * vc-hg.el (vc-hg-working-revision): Check if the file is
282 registered after hg parent fails (Bug#5961).
283
284 2010-04-19 Glenn Morris <rgm@gnu.org>
285
286 * htmlfontify.el (htmlfontify-buffer)
287 (htmlfontify-copy-and-link-dir): Autoload entry points.
288
289 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
290
291 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
292 name relative to the project root (Bug#5960).
293
294 2010-04-19 Glenn Morris <rgm@gnu.org>
295
296 * vc-git.el (vc-git-print-log): Doc fix.
297
298 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
299
300 * ido.el (ido-file-internal): Fix 2009-12-02 change.
301
302 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
303
304 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
305 default settings (Bug#5928).
306
307 2010-04-19 Glenn Morris <rgm@gnu.org>
308
309 * progmodes/fortran.el (fortran-match-and-skip-declaration):
310 New function.
311 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
312
313 2010-04-19 Kenichi Handa <handa@m17n.org>
314
315 * language/indian.el (malayalam-composable-pattern): Fix previous
316 change (add U+0D4D "SIGN VIRAMA").
317 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
318 (tamil-composable-pattern): Fix typo in the regexp.
319 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
320 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
321 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
322
323 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
324
325 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
326 paragraph-separate (Bug#5821).
327
328 2010-04-19 Juri Linkov <juri@jurta.org>
329
330 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
331
332 * info.el (Info-find-node-2): Comment out code that skips
333 breadcrumbs line.
334 (Info-mouse-follow-link): New command.
335 (Info-link-keymap): New keymap.
336 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
337 Return a string with links instead of inserting breadcrumbs
338 to the Info buffer.
339 (Info-fontify-node): Comment out code that inserts breadcrumbs.
340 Instead of putting the `invisible' text property over the Info
341 header, make an overlay over the Info header with the `invisible'
342 property and `after-string' set to the string returned by
343 `Info-breadcrumbs'.
344
345 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
346
347 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
348 Reported by monkey@sandpframing.com.
349
350 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
353 (tmm-get-keymap): Add key-binding shortcuts now that they're not
354 available in the "keyseq cache" any more.
355
356 * custom.el (defcustom): Add edebug spec.
357
358 2010-04-18 Juri Linkov <juri@jurta.org>
359
360 Test for special mode-class in view-buffer instead of view-file (bug#5513).
361
362 * view.el (view-file, view-buffer): Move test for special mode-class
363 from view-file to view-buffer.
364
365 * tar-mode.el (tar-extract): Turn if's into one cond
366 like in arc-mode.el.
367
368 2010-04-18 Juri Linkov <juri@jurta.org>
369
370 Add 7z archive format support (bug#5475).
371
372 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
373 (archive-7z-extract): New defcustom.
374 (archive-find-type): Add magic string for 7z.
375 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
376 If `stderr-file' is non-nil, use `(t stderr-file)' for the
377 `buffer' arg of `call-process'.
378 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
379 call the function `archive-7z-extract' with the variable
380 `archive-7z-extract' let-bound to `archive-zip-extract'.
381 (archive-7z-summarize, archive-7z-extract): New functions.
382
383 * international/mule.el (auto-coding-alist):
384 * files.el (auto-mode-alist): Add 7z file extension.
385
386 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * loadup.el: Setup hash-cons for pure data.
389
390 Fix duplicate entries in cedet's loaddefs.el files.
391 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
392 Should make most file-local generated-autoload-file unnecessary.
393 (print-readably): Silence warnings.
394 (autoload-find-destination): Take load-name as an arg to make sure
395 it's the same as the one that will be in the file.
396 (autoload-generate-file-autoloads): Adjust to above changes.
397 Try to make the dataflow a bit simpler.
398
399 * cvs-status.el (cvs-refontify): Remove unused.
400
401 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
402
403 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
404
405 * calc-bin.el (calc-radix): Have the "O" option turn on
406 twos-complement mode.
407
408 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
409
410 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
411 Add `calc-option-prefix-help' to calc-help autoloads.
412 (calc-inverse): Add "Option" to message, as appropriate.
413 (calc-hyperbolic): Add "Option" to message, as appropriate.
414 (calc-option, calc-is-option): New functions.
415
416 * calc-help.el (calc-full-help): Add `calc-option-help'.
417 (calc-option-prefix-help): New function.
418
419 * calc-misc.el (calc-help): Add "Option" entry.
420
421 * calc.el (calc-local-var-list): Add `calc-option-flag'.
422 (calc-option-flag): New variable.
423 (calc-do): Set `calc-option-flag to nil.
424 (calc-set-mode-line): Add "Opt " as appropriate.
425
426 2010-04-16 Juri Linkov <juri@jurta.org>
427
428 Move scrolling commands from simple.el to window.el
429 because their primitives are implemented in window.c.
430
431 * simple.el (scroll-error-top-bottom)
432 (scroll-up-command, scroll-down-command, scroll-up-line)
433 (scroll-down-line, scroll-other-window-down)
434 (beginning-of-buffer-other-window, end-of-buffer-other-window):
435 * window.el (scroll-error-top-bottom)
436 (scroll-up-command, scroll-down-command, scroll-up-line)
437 (scroll-down-line, scroll-other-window-down)
438 (beginning-of-buffer-other-window, end-of-buffer-other-window):
439 Move from simple.el to window.el because their primitives are
440 implemented in window.c.
441
442 2010-04-16 Juri Linkov <juri@jurta.org>
443
444 * isearch.el (isearch-lookup-scroll-key): Check both
445 `isearch-scroll' and `scroll-command' properties.
446 (scroll-up, scroll-down): Remove `isearch-scroll' property.
447
448 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
449
450 * simple.el (scroll-up-command, scroll-down-command)
451 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
452
453 2010-04-15 Juri Linkov <juri@jurta.org>
454
455 * simple.el (scroll-up-command, scroll-down-command)
456 (scroll-up-line, scroll-down-line): Put `scroll-command'
457 property on the these symbols. Remove them from
458 `scroll-preserve-screen-position-commands'.
459
460 * mwheel.el (mwheel-scroll): Put `scroll-command' and
461 `isearch-scroll' properties on the `mwheel-scroll' symbol.
462 Remove it from `scroll-preserve-screen-position-commands'.
463
464 * isearch.el (isearch-allow-scroll): Doc fix.
465
466 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/tramp.el (tramp-error-with-buffer): Don't show the
469 connection buffer when we are in completion mode.
470 (tramp-file-name-handler): Catch the error for some operations
471 when we are in completion mode. This gives the user the chance to
472 correct the file name in the minibuffer.
473
474 2010-04-15 Glenn Morris <rgm@gnu.org>
475
476 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
477
478 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
479
480 Simplify by using `define-derived-mode'.
481 * info.el (Info-mode):
482 * calendar/todo-mode.el (todo-mode):
483 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
484 (gomoku-mode-map): Move initialization into declaration.
485
486 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
487
488 Fix Bug#5840.
489 * ido.el (ido-file-name-all-completions-1):
490 * minibuffer.el (minibuffer-completion-help):
491 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
492
493 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * simple.el (non-essential): New var.
496
497 Add a new field `location' to bookmarks for non-file bookmarks.
498 * bookmark.el (bookmark-location): Use the new field, if present.
499 (bookmark-insert-location): Undo last change, not needed any more.
500 * man.el (Man-bookmark-make-record):
501 * woman.el (woman-bookmark-make-record): Add `location' field.
502
503 2010-04-14 Juri Linkov <juri@jurta.org>
504
505 * simple.el (scroll-error-top-bottom): New defcustom.
506 (scroll-up-command, scroll-down-command): Use it. Doc fix.
507
508 * emulation/pc-select.el (pc-select-override-scroll-error):
509 Obsolete in favor of `scroll-error-top-bottom'.
510
511 2010-04-14 Juri Linkov <juri@jurta.org>
512
513 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
514 `scroll-up-command' and `M-v' to `scroll-down-command'.
515
516 * emulation/cua-rect.el (cua--init-rectangles):
517 * forms.el (forms--change-commands):
518 * image-mode.el (image-mode-map):
519 Remap scroll-down-command and scroll-up-command
520 in addition to scroll-down and scroll-up.
521
522 2010-04-14 Juri Linkov <juri@jurta.org>
523
524 * mwheel.el (scroll-preserve-screen-position-commands):
525 Add mwheel-scroll to this list of commands.
526
527 * simple.el (scroll-preserve-screen-position-commands):
528 Add scroll-up-command, scroll-down-command, scroll-up-line,
529 scroll-down-line to this list of commands.
530
531 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * obsolete/complete.el: Move from lisp/complete.el.
534
535 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
536
537 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
538 to the minor mode function now turns the mode ON unconditionally.
539
540 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * vc-dir.el (vc-dir-kill-line): New command.
543 (vc-dir-mode-map): Bind it to C-k.
544
545 * bookmark.el (bookmark-insert-location): Handle a nil filename.
546
547 * woman.el: Add bookmark declarations to silence the compiler.
548 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
549 step to compatibility between man and woman bookmarks.
550 Adjust for Man-default-bookmark-title renaming.
551 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
552
553 * man.el: Add bookmark declarations to silence the compiler.
554 (Man-name-local-regexp): Make it match NAME as well.
555 (Man-getpage-in-background): Return the buffer.
556 (Man-notify-when-ready): Use `case'.
557 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
558 Don't hardcode "NAME". Simplify.
559 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
560 Rename from Man-bookmark-make-record.
561 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
562 we have the actual man-args. Use Man-getpage-in-background rather
563 than `man' since the arg is already processed. Let bookmark.el do the
564 window handling. Only wait for the relevant process.
565 Don't forget to autoload.
566
567 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
568
569 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
570
571 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
572 New functions.
573 (woman-mode): Setup bookmark support.
574
575 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
576 (man-bookmark-jump): New functions.
577 (Man-mode): Setup bookmark support.
578
579 2010-04-10 Jari Aalto <jari.aalto@cante.net>
580
581 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
582 recognize ssh-keygen prompt (Bug#2817).
583
584 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
585
586 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
587
588 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
589
590 Synchronize with Tramp repository.
591
592 * net/tramp.el (tramp-completion-function-alist)
593 (tramp-file-name-regexp, tramp-chunksize)
594 (tramp-local-coding-commands, tramp-remote-coding-commands):
595 Fix docstring.
596 (tramp-remote-process-environment): Use `format' instead of `concat'.
597 (tramp-handle-directory-files-and-attributes)
598 (tramp-get-remote-path): Use `copy-tree'.
599 (tramp-handle-file-name-all-completions): Backward/ XEmacs
600 compatibility: Use `completion-ignore-case' if
601 `read-file-name-completion-ignore-case' does not exist.
602 (tramp-do-copy-or-rename-file-directly): Do not use
603 `tramp-handle-file-remote-p'.
604 (tramp-do-copy-or-rename-file-out-of-band):
605 Use `tramp-compat-delete-directory'.
606 (tramp-do-copy-or-rename-file-out-of-band)
607 (tramp-compute-multi-hops, tramp-maybe-open-connection):
608 Use `format-spec-make'.
609 (tramp-find-foreign-file-name-handler)
610 (tramp-advice-make-auto-save-file-name)
611 (tramp-set-auto-save-file-modes): Remove superfluous check for
612 `stringp'. This is done inside `tramp-tramp-file-p'.
613 (tramp-debug-outline-regexp): New defconst.
614 (tramp-get-debug-buffer): Use it.
615 (tramp-check-for-regexp): Use (forward-line 1).
616 (tramp-set-auto-save-file-modes): Adapt version check.
617
618 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
619 Wrap call of `featurep' for 2nd argument.
620 (tramp-compat-make-temp-file): Simplify fallback implementation.
621 (tramp-compat-copy-tree): Remove function.
622 (tramp-compat-delete-directory): Provide implementation for older
623 Emacsen.
624
625 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
626 Do not use `tramp-fish-handle-file-attributes.
627
628 * net/trampver.el: Update release number.
629
630 2010-04-10 Glenn Morris <rgm@gnu.org>
631
632 * progmodes/compile.el (compilation-save-buffers-predicate):
633 Add missing :version tag.
634
635 2010-04-09 Sam Steingold <sds@gnu.org>
636
637 * progmodes/compile.el (compilation-save-buffers-predicate):
638 Remove the "autoload" cookie.
639
640 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
641 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
642 and `bug-reference-prog-mode' can be used in hooks directly.
643
644 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
645
646 Add --author support to git commit.
647 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
648 (vc-git-log-edit-mode): New minor mode.
649 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
650 New declarations.
651
652 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
653
654 * vc-hooks.el, vc-git.el: Improve documentation comments.
655
656 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 Fix some of the problems in defsubst* (bug#5728).
659 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
660 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
661
662 2010-04-07 Sam Steingold <sds@gnu.org>
663
664 * progmodes/compile.el (compilation-save-buffers-predicate):
665 New custom variable.
666 (compile, recompile): Pass it to `save-some-buffers'.
667
668 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
669
670 * wid-edit.el (widget-choose): Move cursor to the second line of
671 the buffer (Bug#5695).
672
673 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
674
675 Add new VC methods: vc-log-incoming and vc-log-outgoing.
676 * vc.el (vc-print-log-setup-buttons): New function split out from
677 vc-print-log-internal.
678 (vc-log-internal-common): New function, a parametrized version of
679 vc-print-log-internal.
680 (vc-print-log-internal): Just call vc-log-internal-common with the
681 right arguments.
682 (vc-incoming-outgoing-internal):
683 (vc-log-incoming, vc-log-outgoing): New functions.
684 (vc-log-view-type): New permanent local variable.
685
686 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
687
688 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
689 of the dynamic bound vc-short-log.
690 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
691
692 * vc-git.el (vc-git-log-outgoing): New function.
693 (vc-git-log-view-mode): Use vc-log-view-type instead
694 of the dynamic bound vc-short-log.
695
696 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
697 of the dynamic bound vc-short-log. Highlight the tag.
698 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
699 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
700 (vc-hg-incoming-mode): Remove.
701 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
702
703 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
704
705 Fix default-directory for vc-root-diff.
706 * vc.el (vc-root-diff): Bind default-directory to the root
707 directory for the diff command.
708
709 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
710
711 * progmodes/verilog-mode.el (verilog-forward-sexp):
712 (verilog-calc-1): Support "disable fork" and "fork wait" multi
713 word keywords, suggested by Steve Pearlmutter.
714 (verilog-pretty-declarations): Support lineup of declarations in
715 port lists.
716 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
717 fix bug for /* / comments
718 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
719 Speed up and simplfy as this is never called with a bound.
720 (verilog-pretty-declarations): Enhance to line up declarations
721 inside a parameter list, suggested by Alan Morgan.
722 (verilog-pretty-expr): Tune assignment regular expression match
723 string for corner cases; also use markers instead of character
724 number as indent changes the later.
725
726 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
727
728 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
729 as missing keyword.
730 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
731 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
732 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
733 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
734 Tennant.
735 (verilog-keywords):
736 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
737 1800-2009 keywords, including "global.".
738
739 2010-04-06 John Wiegley <jwiegley@gmail.com>
740
741 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
742 appearing in buffer list (if a live buffer name matched a recentf
743 file basename). Should use uniquify to offer a real solution.
744
745 2010-04-06 John Wiegley <jwiegley@gmail.com>
746
747 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
748 comment to code, and add a :version tag.
749 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
750
751 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
752
753 Enable recentf-mode if using virtual buffers.
754 * ido.el (recentf-list): Declare for byte-compiler.
755 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
756 (ido-make-buffer-list): Simplify.
757 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
758
759 2010-04-05 Juri Linkov <juri@jurta.org>
760
761 Scrolling commands which scroll a line instead of full screen.
762 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
763
764 * simple.el (scroll-up-line, scroll-down-line): New commands.
765 Put property isearch-scroll=t on them.
766
767 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
768 Remove commands.
769
770 2010-04-05 Juri Linkov <juri@jurta.org>
771
772 Scrolling commands which do not signal errors at top/bottom.
773 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
774
775 * simple.el (scroll-up-command, scroll-down-command): New commands.
776 Put property isearch-scroll=t on them.
777
778 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
779 `scroll-down-command' and [next] from `scroll-up' to
780 `scroll-up-command'.
781
782 * emulation/cua-base.el: Put property CUA=move on
783 `scroll-up-command' and `scroll-down-command'.
784 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
785 and `scroll-down-command' to `cua-scroll-down'.
786
787 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
788
789 * help.el (describe-mode): Return nil.
790
791 2010-04-04 John Wiegley <jwiegley@gmail.com>
792
793 * ido.el (ido-use-virtual-buffers): New variable to indicate
794 whether "virtual buffer" support is enabled for IDO.
795 (ido-virtual): Face used to indicate virtual buffers in the list.
796 (ido-buffer-internal): If a buffer is chosen, and no such buffer
797 exists, but a virtual buffer of that name does (which would be why
798 it was in the list), recreate the buffer by reopening the file.
799 (ido-make-buffer-list): If virtual buffers are being used, call
800 `ido-add-virtual-buffers-to-list' before the make list hook.
801 (ido-virtual-buffers): New variable which contains a copy of the
802 current contents of the `recentf-list', albeit pared down for the
803 sake of speed, and with proper faces applied.
804 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
805 create a list of "virtual buffers" to present to the user in
806 addition to the currently open set. Note that this logic could
807 get rather slow if that list is too large. With the default
808 `recentf-max-saved-items' of 200, there is little speed penalty.
809
810 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * font-lock.el: Require CL when compiling.
813 (font-lock-turn-on-thing-lock): Use `case'.
814
815 2010-04-03 Eli Zaretskii <eliz@gnu.org>
816
817 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
818 Zaretskii.
819
820 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
821
822 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
823 (semantic-create-imenu-directory-index): Fix typos in docstrings.
824 (semantic-imenu-goto-function): Reflow docstring.
825
826 2010-04-02 Juri Linkov <juri@jurta.org>
827
828 * ehelp.el (electric-help-orig-major-mode):
829 New buffer-local variable.
830 (electric-help-mode): Set it to original major-mode. Doc fix.
831 (with-electric-help): Use `electric-help-orig-major-mode' instead
832 of (default-value 'major-mode). Doc fix.
833 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
834
835 2010-04-02 Sam Steingold <sds@gnu.org>
836
837 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
838 `vc-hg-command' with a list of flags.
839
840 * progmodes/bug-reference.el (bug-reference-bug-regexp):
841 Also accept "patch" and "RFE".
842 (bug-reference-fontify): `bug-reference-url-format' can also be a
843 function to be able to handle the bug kind.
844 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
845
846 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
847
848 * tmm.el (tmm-get-keymap): Check with symbolp before passing
849 value to fboundp, it may not be a symbol.
850
851 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
852
853 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
854
855 2010-03-31 Juri Linkov <juri@jurta.org>
856
857 * simple.el (next-line, previous-line): Re-throw a signal
858 with `signal' instead of using `ding'.
859 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
860
861 2010-03-31 Juri Linkov <juri@jurta.org>
862
863 * simple.el (keyboard-escape-quit): Raise deselecting the active
864 region higher than exiting the minibuffer.
865 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
866
867 2010-03-31 Juri Linkov <juri@jurta.org>
868
869 * image.el (image-animated-p): Use `image-metadata' instead of
870 `image-extension-data'. Get GIF extenstion data from metadata
871 property `extension-data'.
872
873 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * simple.el (append-to-buffer): Simplify.
876
877 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
878
879 * textmodes/artist.el (artist-mode): Fix typo in docstring.
880 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
881
882 2010-03-31 Kenichi Handa <handa@m17n.org>
883
884 * language/sinhala.el (composition-function-table): Fix regexp for
885 the new Unicode specification.
886
887 * language/indian.el (devanagari-composable-pattern)
888 (tamil-composable-pattern, kannada-composable-pattern)
889 (malayalam-composable-pattern): Adjust for the new Unicode
890 specification.
891 (bengali-composable-pattern, gurmukhi-composable-pattern)
892 (gujarati-composable-pattern, oriya-composable-pattern)
893 (telugu-composable-pattern): New variables to cope with the new
894 Unicode specification. Use them in composition-function-table.
895
896 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 Make tmm-menubar work for the Buffers menu again (bug#5726).
899 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
900 vectors rather than cons cells, as used in menu-bar-update-buffers.
901
902 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
903
904 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
905 (js-insert-and-indent): Revert 2009-08-15 change, restoring
906 electric punctuation for "{}();,:" (Bug#5586).
907
908 * mail/sendmail.el (mail-default-directory): Doc fix.
909
910 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
911
912 * mail/sendmail.el (mail-default-directory): Doc fix.
913
914 2010-03-31 Eli Zaretskii <eliz@gnu.org>
915
916 * subr.el (version-regexp-alist, version-to-list)
917 (version-list-<, version-list-=, version-list-<=)
918 (version-list-not-zero, version<, version<=, version=): Doc fix.
919 (Bug#5744).
920
921 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * vc.el (vc-root-diff): Doc fix.
924
925 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
926
927 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
928
929 * simple.el (append-to-buffer): Fix last change.
930
931 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
932
933 * simple.el (append-to-buffer): Ensure that point is preserved if
934 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
935 (Bug#5749)
936
937 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * files.el (auto-mode-case-fold): Change default to t.
940
941 2010-03-30 Juri Linkov <juri@jurta.org>
942
943 * dired-x.el (dired-omit-mode): Doc fix.
944
945 2010-03-30 Juri Linkov <juri@jurta.org>
946
947 * replace.el (occur-accumulate-lines): Move occur-engine related
948 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
949 to be located after `occur-engine'.
950
951 2010-03-30 Juri Linkov <juri@jurta.org>
952
953 Make occur handle multi-line matches cleanly with context.
954 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
955
956 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
957 (occur-engine): Add local variables `ret', `prev-after-lines',
958 `prev-lines'. Use more arguments for `occur-context-lines'.
959 Set first elem of its returned list to `data', and the second elem
960 to `prev-after-lines'. Don't print the separator line.
961 In the end, print remaining context after-lines.
962 (occur-context-lines): Add new arguments `begpt', `endpt',
963 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
964 after-lines of the previous match with before-lines of the
965 current match and not overlap them. Return a list with two
966 values: the output line and the list of context after-lines.
967
968 2010-03-30 Juri Linkov <juri@jurta.org>
969
970 * replace.el (occur-accumulate-lines): Fix a bug where the first
971 context line at the beginning of the buffer was missing.
972
973 2010-03-30 Eli Zaretskii <eliz@gnu.org>
974
975 * files.el: Make bidi-display-reordering safe variable for boolean
976 values.
977
978 2010-03-29 Phil Hagelberg <phil@evri.com>
979 Chong Yidong <cyd@stupidchicken.com>
980
981 * subr.el: Extend progress reporters to perform "spinning".
982 (progress-reporter-update, progress-reporter-do-update):
983 Handle non-numeric value arguments.
984 (progress-reporter--pulse-characters): New var.
985
986 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
987
988 * progmodes/compile.el (compilation-start): Fix regexp detection
989 of initial cd command (Bug#5771).
990
991 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
992
993 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
994
995 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
996
997 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
998 * lisp/progmodes/gdb-mi.el: Restore.
999 * lisp/progmodes/gdb-ui.el: Remove.
1000 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1001
1002 2010-03-25 Glenn Morris <rgm@gnu.org>
1003
1004 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1005 all dired buffers, even tramp ones. (Bug#5755)
1006
1007 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 Add "union tags" in mpc.el.
1010 * mpc.el: Remove backward compatibility code.
1011 (mpc-browser-tags): Change default.
1012 (mpc--find-memoize-union-tags): New var.
1013 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1014 (mpc-cmd-find): Handle the case where the playlist does not exist.
1015 Handle union-tags.
1016 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1017 (mpc-cmd-add): Use mpc-cmd-flush.
1018 (mpc-tagbrowser-tag-name): New fun.
1019 (mpc-tagbrowser-buf): Use it.
1020 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1021
1022 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 Misc cleanup.
1025 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1026 Use replace-regexp-in-string.
1027 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1028 (makefile-imake-mode-syntax-table): Move init into defvar.
1029 (makefile-mode): Use define-derived-mode.
1030
1031 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1032 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1033 not be present any more.
1034
1035 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * faces.el (set-face-attribute): Fix typo in docstring.
1038 (face-valid-attribute-values): Reflow docstring.
1039
1040 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1041
1042 2010-03-24 Glenn Morris <rgm@gnu.org>
1043
1044 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1045
1046 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1047
1048 * indent.el (indent-for-tab-command): Doc fix.
1049
1050 2010-03-24 Alan Mackenzie <acm@muc.de>
1051
1052 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1053 Fix off-by-one error. Fixes bug #5747.
1054
1055 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1058 (image-dired-read-comment): Doc fix.
1059
1060 * json.el (json-object-type, json-array-type, json-key-type)
1061 (json-false, json-null, json-read-number):
1062 * minibuffer.el (completion-in-region-functions):
1063 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1064 (cal-tex-cursor-week):
1065 * emacs-lisp/trace.el (trace-function):
1066 * eshell/em-basic.el (eshell/printnl):
1067 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1068 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1069 * obsolete/levents.el (allocate-event, event-key, event-object)
1070 (event-point, event-process, event-timestamp, event-to-character)
1071 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1072 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1073 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1074 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1075 (reftex-highlight-selection): Fix typos in docstrings.
1076
1077 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1080
1081 2010-03-24 Glenn Morris <rgm@gnu.org>
1082
1083 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1084 2008-02-13 without comment; mark it obsolete.
1085 (rmail-highlight-headers): Use rmail-highlight-face once more.
1086
1087 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * woman.el (woman2-process-escapes): Only consume the newline if
1090 the filler character is on a line by itself (Bug#5729).
1091
1092 2010-03-24 Kenichi Handa <handa@m17n.org>
1093
1094 * language/indian.el (devanagari-composable-pattern): Add more
1095 consonants.
1096
1097 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/trampver.el: Update release number.
1100
1101 2010-03-24 Glenn Morris <rgm@gnu.org>
1102
1103 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1104
1105 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * net/tramp.el (tramp-find-executable):
1108 Use `tramp-get-connection-buffer'. Make the regexp for checking
1109 output of "wc -l" more robust.
1110 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1111 (tramp-open-connection-setup-interactive-shell): Remove workaround
1112 for OpenSolaris bug, it is not needed anymore.
1113
1114 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1115
1116 * cedet/semantic/imenu.el: New file, from the CEDET repository
1117 (Bug#5412).
1118
1119 2010-03-24 Glenn Morris <rgm@gnu.org>
1120
1121 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1122
1123 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1124
1125 * files.el (auto-mode-alist): Accept more verilog file patterns.
1126
1127 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1130
1131 2010-03-24 Glenn Morris <rgm@gnu.org>
1132
1133 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1134 log-edit-before-checkin-process.
1135
1136 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1137
1138 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1139
1140 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1141 (log-view-process-buffer, log-edit-extra-flags): Declare.
1142
1143 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1144
1145 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1146 Consistently check ede-object is bound throughout.
1147
1148 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1149
1150 2010-03-23 Sam Steingold <sds@gnu.org>
1151
1152 Fix bug#5620: recalculate all markers on compilation buffer
1153 modifications, not on file modifications.
1154 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1155 the buffer modification time, for buffers not associated with files.
1156 (compilation-mode): Create it.
1157 (compilation-filter): Update it.
1158 (compilation-next-error-function): Use it instead of
1159 `visited-file-modtime' for timestamp.
1160
1161 2010-03-23 Juri Linkov <juri@jurta.org>
1162
1163 Implement Occur multi-line matches.
1164 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1165
1166 * replace.el (occur): Doc fix.
1167 (occur-engine): Set `begpt' to the beginning of the first line.
1168 Set `endpt' to the end of the last match line. At first, count
1169 line numbers between `origpt' and `begpt'. Split out code from
1170 `out-line' variable to new let-bindings `match-prefix' and
1171 `match-str'. In `out-line' add non-numeric prefix to all
1172 non-first lines of multi-line matches. Finally, count lines
1173 between `begpt' and `endpt' and add to `lines'.
1174
1175 2010-03-23 Juri Linkov <juri@jurta.org>
1176
1177 * replace.el (occur-accumulate-lines, occur-engine):
1178 Use `occur-engine-line' instead of duplicate code.
1179 (occur-engine-line): New function created from duplicate code
1180 in `occur-accumulate-lines' and `occur-engine'.
1181
1182 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1183 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1184
1185 2010-03-23 Juri Linkov <juri@jurta.org>
1186
1187 * finder.el: Remove TODO tasks.
1188
1189 * info.el (Info-finder-find-node): Add node "all"
1190 with all package info. Handle a list of multiple keywords
1191 separated by comma.
1192 (info-finder): In interactive use with a prefix argument,
1193 use `completing-read-multiple' to read a list of keywords
1194 separated by comma.
1195
1196 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 Add a new completion style `substring'.
1199 * minibuffer.el (completion-basic--pattern): New function.
1200 (completion-basic-try-completion, completion-basic-all-completions):
1201 Use it.
1202 (completion-substring--all-completions)
1203 (completion-substring-try-completion)
1204 (completion-substring-all-completions): New functions.
1205 (completion-styles-alist): New style `substring'.
1206
1207 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 Get rid of .elc files after removal of the corresponding .el.
1210 * Makefile.in (compile-clean): New target.
1211 (compile-main): Use it.
1212
1213 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1214
1215 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1216 don't do make there. When compiling with separate object dir, there
1217 is no Makefile there.
1218
1219 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 Get rid of the ELCFILES abomination, again.
1222 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1223 (all, compile): Don't call compile-last.
1224 (compile-main): Build the "elcfiles" list dynamically.
1225 (compile-targets): New (internal) target.
1226
1227 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1228
1229 * Makefile.in (top_srcdir): Define.
1230 (abs_top_builddir): Define.
1231 (srcdir): Don't append `/..'.
1232 (EMACS): Use ${abs_top_builddir}.
1233 (all, compile, compile-always, compile-last): Don't set emacswd.
1234 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1235 $(srcdir).
1236 (lisp): Use $(srcdir) instead of @srcdir@.
1237
1238 2010-03-21 Juri Linkov <juri@jurta.org>
1239
1240 Fix message of multi-line occur regexps and multi-buffer header lines.
1241 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1242
1243 * replace.el (occur-1): Don't display regexp if it is longer
1244 than window-width. Use `query-replace-descr' to display regexp.
1245 (occur-engine): Don't display regexp in the buffer header for
1246 multi-buffer occur. Display a separate header line with total
1247 match count and regexp for multi-buffer occur.
1248 Use `query-replace-descr' to display regexp.
1249
1250 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1251
1252 * net/secrets.el: Fix parenthesis.
1253 (secrets-enabled): Fix parenthesis.
1254
1255 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 Use more relative file and directory names.
1258 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1259 (setwins, setwins_almost, setwins_for_subdirs):
1260 Don't `cd'; output relative names.
1261 (all, compile, compile-always, compile-last): Set emacswd.
1262 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1263 Just cd to the lisp source dir so we can use relative file names.
1264
1265 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1266
1267 2010-03-20 Glenn Morris <rgm@gnu.org>
1268
1269 * textmodes/rst.el: Use faces for font-lock customization, and make the
1270 old -face variables obsolete.
1271 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1272 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1273 (rst-block-face, rst-external-face, rst-definition-face)
1274 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1275 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1276 Make obsolete.
1277 (rst-font-lock-keywords-function): Update for above changes.
1278
1279 2010-03-20 Juri Linkov <juri@jurta.org>
1280
1281 * s-region.el:
1282 * obsolete/s-region.el: Move to obsolete.
1283
1284 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1287
1288 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1289
1290 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1291
1292 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1293
1294 Add special markup processing for commit logs.
1295 * log-edit.el (log-edit-extra-flags): New variable.
1296 (log-edit): Add new argument MODE. Use that mode when non-nil
1297 instead of the log-view-mode.
1298 (log-view-process-buffer): New function.
1299
1300 * vc.el: Document that the checkin method takes optional
1301 arguments. Document new backend specific method: log-view-mode.
1302 (vc-default-log-edit-mode): New function.
1303 (vc-checkin): Use a backend specific log-view-mode.
1304 Pass extra arguments to the checkin method.
1305 (vc-modify-change-comment): Pass a dummy extra argument.
1306
1307 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1308 log-edit.
1309 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1310 (vc-finish-logentry): Process the log buffer before passing it
1311 down. Pass log-edit-extra-flags.
1312
1313 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1314 command.
1315 (log-edit-extra-flags, log-edit-before-checkin-process):
1316 New declarations.
1317
1318 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1319 command.
1320 (log-edit-extra-flags, log-edit-before-checkin-process):
1321 New declarations.
1322 (vc-hg-log-edit-mode): New derived mode.
1323
1324 * vc-arch.el (vc-arch-checkin):
1325 * vc-cvs.el (vc-cvs-checkin):
1326 * vc-git.el (vc-git-checkin):
1327 * vc-mtn.el (vc-mtn-checkin):
1328 * vc-rcs.el (vc-rcs-checkin):
1329 * vc-sccs.el (vc-sccs-checkin):
1330 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1331
1332 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1335 parent typo).
1336
1337 2010-03-19 Glenn Morris <rgm@gnu.org>
1338
1339 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1340
1341 2010-03-18 Glenn Morris <rgm@gnu.org>
1342
1343 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1344
1345 * replace.el (query-replace-history): Give it a doc string.
1346 (map-query-replace-regexp): Use query-replace-from-history-variable
1347 and query-replace-to-history-variable.
1348
1349 * mail/hashcash.el (declare-function): Remove duplicate definition.
1350
1351 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1352 Make it an obsolete alias for report-emacs-bug-address.
1353 (message-strip-special-text-properties): Declare.
1354 (report-emacs-bug): Remove test for a pretest bug address.
1355 Combine message-mode-specific code.
1356
1357 * mail/supercite.el: Don't require sendmail.
1358 (mh-in-header-p): Declare rather than using with-no-warnings.
1359 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1360 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1361
1362 * calendar/cal-french.el: Convert to utf-8.
1363
1364 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1365 Emacs scripts.
1366
1367 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/secrets.el (secrets-enabled): New variable. Use it instead
1370 of a subfeature.
1371
1372 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1373
1374 * net/secrets.el (top): Register the D-Bus signals only when the
1375 service "org.freedesktop.secrets" can be pinged.
1376 Provide subfeature `enabled'.
1377
1378 2010-03-14 Juri Linkov <juri@jurta.org>
1379
1380 Add finder unknown keywords.
1381
1382 * finder.el (finder-unknown-keywords): New function.
1383
1384 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1385 to create a Finder node with unknown keywords.
1386
1387 2010-03-14 Juri Linkov <juri@jurta.org>
1388
1389 * finder.el (finder-compile-keywords): Replace `princ' with
1390 `prin1' on a list of symbols interned from keyword strings.
1391
1392 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1393 a comma, then split keywords using a comma and optional whitespace.
1394 Otherwise, split by whitespace.
1395
1396 * complete.el:
1397 * face-remap.el:
1398 * log-view.el:
1399 * net/hmac-def.el:
1400 * net/hmac-md5.el:
1401 * net/netrc.el:
1402 * progmodes/mixal-mode.el: Fix keywords.
1403
1404 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1405
1406 * Makefile.in (ELCFILES): Add net/secrets.elc.
1407
1408 * net/secrets.el: New file.
1409
1410 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * facemenu.el (list-colors-display, list-colors-print): New arg
1413 callback. Use it to allow selecting colors.
1414
1415 * wid-edit.el (widget-image-insert): Insert image prop even if the
1416 current display is non-graphic.
1417 (widget-field-value-set): New fun.
1418 (editable-field): Use it.
1419 (widget-field-value-get): Clean up unused var.
1420 (widget-color-value-create, widget-color--choose-action):
1421 New funs. Allow using list-colors-display to choose color.
1422
1423 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * cus-edit.el: Resort topmost custom groups.
1426 (custom-buffer-sort-alphabetically): Default to t.
1427 (customize-apropos): Use apropos-parse-pattern.
1428 (custom-search-field): New var.
1429 (custom-buffer-create-internal): Add custom-apropos search field.
1430 (custom-add-parent-links): Don't display parent doc.
1431 (custom-group-value-create): Don't sort top-level custom group.
1432 (custom-magic-value-create): Show visibility button before option name.
1433
1434 (custom-variable-state): New fun, from custom-variable-state-set.
1435 (custom-variable-state-set): Use it.
1436 (custom-group-value-create): Hide options with standard values
1437 using the :hidden-states property. Use progress reporter.
1438
1439 (custom-show): Simplify.
1440 (custom-visibility): Disable images by default.
1441 (custom-variable): New property :hidden-states.
1442 (custom-variable-value-create): Enable images for
1443 custom-visibility widgets. Use :hidden-states property to
1444 determine initial visibility.
1445
1446 * wid-edit.el (widget-image-find): Give images center ascent.
1447 (visibility): Add :on-image and :off-image properties.
1448 (widget-visibility-value-create): Use them.
1449
1450 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * cus-edit.el (processes): Remove from development group.
1453 (oop, hypermedia): Delete group.
1454 (comm): Promote to top-level group.
1455
1456 * net/browse-url.el (browse-url):
1457 * net/xesam.el (xesam):
1458 * net/tramp.el (tramp):
1459 * net/goto-addr.el (goto-address):
1460 * net/ange-ftp.el (ange-ftp): Put in comm group.
1461
1462 * view.el (view): Remove from editing group.
1463
1464 * uniquify.el (uniquify): Put in files group.
1465
1466 * net/browse-url.el (browse-url):
1467 * ps-print.el (postscript): Put in external group.
1468
1469 * cus-edit.el (outlines):
1470 * textmodes/text-mode.el (text-mode-hook):
1471 * textmodes/table.el (table):
1472 * textmodes/picture.el (picture):
1473 * outline.el (outlines): Put in wp group.
1474
1475 * nxml/nxml-mode.el (nxml): Remove from wp group.
1476
1477 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1478
1479 * mail/metamail.el (metamail): Remove from hypermedia group.
1480
1481 * cus-edit.el (abbrev):
1482 * whitespace.el (whitespace):
1483 * vcursor.el (vcursor):
1484 * reveal.el (reveal):
1485 * hl-line.el (hl-line): Put in convenience group.
1486
1487 * epg-config.el (epg): Put in data group.
1488
1489 * emulation/pc-select.el (pc-select): Put in emulations group.
1490
1491 * calculator.el (calculator): Put in applications group.
1492
1493 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1494
1495 Add .dir-locals.el support for file-less buffers.
1496 * files.el (hack-local-variables): Split out code to apply local
1497 variable settings ...
1498 (hack-local-variables-apply): ... here. New function.
1499 (hack-dir-local-variables): Use the default directory for when the
1500 buffer does not have an associated file.
1501 (hack-dir-local-variables-non-file-buffer): New function.
1502 * diff-mode.el (diff-mode):
1503 * vc-annotate.el (vc-annotate-mode):
1504 * vc-dir.el (vc-dir-mode):
1505 * log-edit.el (log-edit-mode):
1506 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1507
1508 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 Add support for shelving snapshots and for showing shelves.
1511 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1512 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1513 New functions.
1514 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1515 (vc-bzr-extra-menu-map): Map them.
1516
1517 2010-03-11 Glenn Morris <rgm@gnu.org>
1518
1519 * cus-edit.el (customize-changed-options-previous-release):
1520 Bump to 23.1.
1521
1522 * image.el (image-animate-max-time): Fix :version tag.
1523
1524 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * Branch for 23.2.
1527
1528 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * vc-git.el (vc-git-revision-table): Include remote branches.
1531
1532 2010-03-10 Kim F. Storm <storm@cua.dk>
1533
1534 Animated image API.
1535 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1536
1537 * image.el (image-animate-max-time): New defcustom.
1538 (image-animated-types): New defconst.
1539 (create-animated-image, image-animate-timer)
1540 (image-animate-start, image-animate-stop, image-animate-timeout)
1541 (image-animated-p): New functions.
1542
1543 * image-mode.el (image-toggle-display-image):
1544 Replace `create-image' with `create-animated-image'.
1545
1546 2010-03-09 Miles Bader <miles@gnu.org>
1547
1548 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1549 instead of "format:"; this ensures that the output is
1550 newline-terminated.
1551
1552 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1555 that all errors are caught, and that the return value is always a
1556 list (Bug#5692).
1557
1558 2010-03-08 Kenichi Handa <handa@m17n.org>
1559
1560 * language/misc-lang.el (windows-1256): New coding system.
1561 (cp1256): New alias of windows-1256 (bug#5690).
1562
1563 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1564
1565 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1566 call to rfc822-bad-address. (Bug#5692)
1567
1568 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1569
1570 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1571 Use vc-git-root as default directory for revision path (Bug#5657).
1572
1573 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * calculator.el (calculator): Don't bind split-window-keep-point
1576 (Bug#5674).
1577
1578 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * vc-git.el: Re-flow to fit into 80 columns.
1581 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1582 Remove spurious `quote' element in each case alternative.
1583 (vc-git-show-log-entry): Use prog1.
1584 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1585
1586 2010-03-06 Glenn Morris <rgm@gnu.org>
1587
1588 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1589 Update template copyright to GPLv3+.
1590
1591 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1594
1595 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1598 definition, not the name (Bug#5481).
1599
1600 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1601
1602 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1603 argument with a local variable. (Bug#5670)
1604
1605 2010-03-02 Juri Linkov <juri@jurta.org>
1606
1607 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1608
1609 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1610
1611 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1612 error when FILENAME and NEWNAME are existing remote directories.
1613
1614 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1615 parameter DIR-FLAG.
1616
1617 2010-03-02 Glenn Morris <rgm@gnu.org>
1618
1619 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1620 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1621
1622 2010-03-01 Kenichi Handa <handa@m17n.org>
1623
1624 * language/burmese.el (burmese-composable-pattern): Rename from
1625 myanmar-composable-pattern.
1626
1627 * international/characters.el (script-list):
1628 * international/fontset.el (script-representative-chars):
1629 Change myanmar to burmese.
1630 (otf-script-alist): Likewise.
1631 (setup-default-fontset): Likewise. Re-fix :otf spec.
1632
1633 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1634
1635 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1636
1637 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1638
1639 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1640
1641 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * net/tramp.el (tramp-handle-write-region): START can be a string.
1644 Take care in the checks. Reported by Dan Davison
1645 <davison@stats.ox.ac.uk>.
1646
1647 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * net/dbus.el (dbus-introspect, dbus-get-property)
1650 (dbus-set-property, dbus-get-all-properties):
1651 Use `dbus-call-method' when noninteractive. (Bug#5645)
1652
1653 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1656 * emacs-lisp/elint.el (elint-add-required-env):
1657 * cedet/semantic/db-find.el
1658 (semanticdb-find-translate-path-brutish-default):
1659 * cedet/ede/make.el (ede-make-check-version):
1660 * calendar/icalendar.el (icalendar--add-diary-entry):
1661 * calc/calcalg2.el (math-tracing-integral):
1662 * files.el (recover-session-finish): Use with-current-buffer
1663 instead of save-excursion.
1664
1665 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 Fix in-buffer completion when after-change-functions modify the buffer.
1668 * minibuffer.el (completion--replace): New function.
1669 (completion--do-completion): Use it and use relative movement.
1670
1671 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1674
1675 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1676
1677 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1678 Allow the characters _<> in the stack entry (Bug#5653).
1679
1680 2010-02-26 Kenichi Handa <handa@m17n.org>
1681
1682 * language/burmese.el: Fix entries in composition-function-table.
1683 (myanmar-composable-pattern): New variable.
1684
1685 * international/fontset.el (setup-default-fontset): Add an entry
1686 for myanmar.
1687
1688 * international/characters.el (script-list): Add Myanmar
1689 Extended-A.
1690
1691 2010-02-26 Glenn Morris <rgm@gnu.org>
1692
1693 * custom.el (custom-initialize-delay): Doc fix.
1694
1695 * mail/sendmail.el (send-mail-function): Autoload the call
1696 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1697
1698 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * files.el (hack-local-variables-filter): For eval forms, also
1701 check safe-local-variable-p (Bug#5636).
1702
1703 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1704
1705 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1706 and use c(ad)r of cddr (Bug#5640).
1707
1708 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1711 setting the modes by `ignore-errors'. It might fail, for example
1712 if the file is not owned by the user but the group.
1713 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1714
1715 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * files.el (directory-listing-before-filename-regexp): Use
1718 stricter matching for iso-style dates, to avoid false matches with
1719 date-like filenames (Bug#5597).
1720
1721 * htmlfontify.el (htmlfontify): Doc fix.
1722
1723 * eshell/eshell.el (eshell): Doc fix.
1724
1725 * startup.el (fancy-about-screen): In mode-line, apply
1726 mode-line-buffer-id face only to the buffer name (Bug#5613).
1727
1728 2010-02-20 Kevin Ryde <user42@zip.com.au>
1729
1730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1731 In `watcom' anchor regexp to start of line, to avoid slowness
1732 (Bug#5599).
1733
1734 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1735
1736 * subr.el (remove-yank-excluded-properties): Explain in a comment
1737 why `category' property is removed.
1738
1739 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1742 2010-02-17 change.
1743
1744 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1745
1746 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1747 (icalendar--convert-weekly-to-ical)
1748 (icalendar--convert-yearly-to-ical)
1749 (icalendar--convert-block-to-ical)
1750 (icalendar--convert-cyclic-to-ical)
1751 (icalendar--convert-anniversary-to-ical): Take care of time
1752 specifications where hour has 1-digit only (Bug#5549).
1753
1754 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1755
1756 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1757 of disassemble output in GDB 7.1.
1758
1759 2010-02-19 Glenn Morris <rgm@gnu.org>
1760
1761 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1762 property. (Bug#5593)
1763
1764 2010-02-18 Sam Steingold <sds@gnu.org>
1765
1766 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1767
1768 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 Use abbreviated file names in bookmarks (bug#5591).
1771 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1772 calls to expand-file-name.
1773 (bookmark-relocate): Use abbreviated file names in bookmarks.
1774 (bookmark-load): Use abbreviated file names in messages.
1775
1776 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1779 expand "." and "..". Reported by Thierry Volpiatto
1780 <thierry.volpiatto@gmail.com>.
1781
1782 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1783
1784 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1785 permissions of the temporary file to "0600". In case the remote
1786 file has no read permissions for the owner, there might be
1787 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1788
1789 22010-02-18 Glenn Morris <rgm@gnu.org>
1790
1791 * emacs-lisp/authors.el (authors-renamed-files-alist):
1792 Add entries for INSTALL.CVS.
1793
1794 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1795
1796 * vc-bzr.el: Fix typo in Known Bugs section.
1797
1798 * isearch.el (isearch-update-post-hook): New hook.
1799 (isearch-update): Use the new hook.
1800
1801 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1802
1803 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1804 Fix errors in copying directories.
1805 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1806 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1807 (tramp-handle-delete-file)
1808 (tramp-handle-dired-recursive-delete-directory)
1809 (tramp-handle-write-region): Flush also the cache for the upper
1810 directory.
1811
1812 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1815
1816 * cus-edit.el (hardware): Doc fix.
1817
1818 * man.el (man): Add to external custom group.
1819
1820 * delim-col.el (columns): Move to wp custom group.
1821
1822 * doc-view.el (doc-view): Add to data custom group.
1823
1824 * cedet/data-debug.el (data-debug): Move to extensions group.
1825
1826 * cedet/ede.el (ede):
1827 * cedet/srecode.el (srecode):
1828 * cedet/semantic.el (semantic): Put in tools and extensions group.
1829
1830 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1831
1832 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1833 by ispell-parse-output (Bug#5575).
1834
1835 2010-02-16 Kenichi Handa <handa@m17n.org>
1836
1837 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1838 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1839 (skkdic-convert): Use `euc-japan' coding system for writing.
1840
1841 2010-02-16 Glenn Morris <rgm@gnu.org>
1842
1843 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1844 tex-main-file before using it. (Bug#5562)
1845
1846 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1849 warnings, since it is annoying for the user to see them each time he
1850 runs the code.
1851
1852 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1853
1854 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1855 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1856 instead of PROC for caching "first-password-request". Otherwise,
1857 new processes would not profit from passwords already entered.
1858
1859 * net/tramp-cache.el (tramp-dump-connection-properties):
1860 Don't save "first-password-request" property.
1861
1862 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * outline.el (outline-head-from-level):
1865 * simple.el (with-wrapper-hook):
1866 * cedet/ede.el (ede-run-target, project-delete-target)
1867 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1868 (ede-adebug-project, ede-adebug-project-parent)
1869 (ede-adebug-project-root):
1870 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1871 (elint-defun, elint-buffer-env, elint-top-form-logged)
1872 (elint-unbound-variable):
1873 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1874 Fix typos in docstrings.
1875
1876 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * files.el (insert-directory): When WILDCARD-REGEXP and
1879 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1880 whole directory. (Bug#5551)
1881
1882 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1883 dired's alignment sanity. (Bug#5516)
1884
1885 2010-02-14 Juri Linkov <juri@jurta.org>
1886
1887 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1888 Remove remaining ^H with their preceding chars. (Bug#5566)
1889
1890 2010-02-13 Glenn Morris <rgm@gnu.org>
1891
1892 * simple.el (transpose-subr): Give it a doc-string.
1893
1894 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1895 Doc fixes.
1896
1897 2010-02-12 Juri Linkov <juri@jurta.org>
1898
1899 * arc-mode.el (archive-unique-fname): Make directories for nested
1900 archives. (Bug#5540)
1901
1902 2010-02-12 Juri Linkov <juri@jurta.org>
1903
1904 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1905
1906 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * subr.el (copy-overlay): Handle deleted overlays.
1909
1910 * man.el (Man-completion-table): Don't signal an error if we can't run
1911 manual-program (bug#4056).
1912
1913 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1916
1917 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1918
1919 * info.el (Info-bookmark-jump): Simplify.
1920
1921 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1922 (bookmark-default-handler): Accept new bookmark field `buffer'.
1923
1924 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * iswitchb.el (iswitchb-completions): Revert last change.
1927
1928 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1931 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1932 This prevents file names like "~/" being listed literally.
1933
1934 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1935
1936 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1937 Remove dead code. (Bug#5546)
1938
1939 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1942 correctly (Bug#5548).
1943
1944 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1945
1946 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1947 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1948
1949 2010-02-08 Kenichi Handa <handa@m17n.org>
1950
1951 * international/mule-util.el (with-coding-priority): Add autoload
1952 cookie for putting `lisp-indent-function'.
1953
1954 2010-02-07 Glenn Morris <rgm@gnu.org>
1955
1956 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1957 Move F2003 named interfaces from keywords-2 to keywords-1, and
1958 use function-name-face rather than constant-face.
1959 Simplify "abstract interface" regexp.
1960
1961 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1964 ID-FORMAT. Pass it to `file-attributes'.
1965
1966 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1967
1968 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1969
1970 * faces.el (set-face-attribute): Allow calling
1971 internal-set-lisp-face-attribute with 'unspecified family and
1972 foundry argument (Bug#5536).
1973
1974 2010-02-07 Glenn Morris <rgm@gnu.org>
1975
1976 * progmodes/f90.el (f90-font-lock-keywords-2)
1977 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1978 Handle F2003 named interfaces.
1979
1980 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1983 beg and end before calling c-get-state-before-change-functions.
1984
1985 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1986
1987 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1988
1989 2010-02-05 Juri Linkov <juri@jurta.org>
1990
1991 * doc-view.el (doc-view-mode):
1992 * image-mode.el (image-mode): Put property mode-class=special.
1993 (Bug#4896)
1994
1995 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1996
1997 * vc-svn.el (vc-svn-revision-table): New function.
1998
1999 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * net/ange-ftp.el (ange-ftp-insert-directory):
2002 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2003 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2004 Handle also directories. (Bug#5478)
2005
2006 2010-02-05 Glenn Morris <rgm@gnu.org>
2007
2008 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2009
2010 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * startup.el (command-line-1): Convert options beginning with a
2013 single dash as well (Bug#5519).
2014
2015 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2018 * minibuffer.el (completion-initials-expand): Only check the presence
2019 of delims *within* the boundaries, since otherwise the / delim is
2020 always found for files.
2021
2022 Fix up various corner case problems.
2023 * doc-view.el (doc-view-last-page-number): New function.
2024 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2025 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2026 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2027 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2028 (doc-view-convert-current-doc): Don't create the resolution.el file
2029 here any more.
2030 (doc-view-pdf/ps->png): Do it here instead.
2031 (doc-view-already-converted-p): Check that resolution.el is present.
2032 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2033 windows that are not yet showing images.
2034
2035 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2036
2037 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2038 `dired-uncache' for every elemnt which is an absolute file name.
2039
2040 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2041 directory, handle its directory component.
2042 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2043 function is called permanently and creates noise, otherwise.
2044
2045 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2046 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2047 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2048
2049 2010-02-04 David Burger <dburger@google.com> (tiny change)
2050
2051 * macros.el (apply-macro-to-region-lines):
2052 Minor simplification. (Bug#5485)
2053
2054 2010-02-04 Glenn Morris <rgm@gnu.org>
2055
2056 * mail/rmail.el (rmail-show-message-1): Handle malformed
2057 quoted-printable text. (Bug#5441)
2058
2059 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2060
2061 * simple.el (visual-line-mode): Capitalize lighter.
2062
2063 2010-02-03 John Wiegley <jwiegley@gmail.com>
2064
2065 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2066 list of files considered for "virtual buffer" completions.
2067
2068 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2071 also in case of (and (not full) (not wildcard)). This is needed,
2072 when dired is called with a list of files, which are not in
2073 `default-directory'. (Bug#5478)
2074
2075 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2078
2079 2010-02-02 Juri Linkov <juri@jurta.org>
2080
2081 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2082 from unidiff to allow function-line after @@.
2083
2084 2010-02-02 Juri Linkov <juri@jurta.org>
2085
2086 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2087 '(RCS SCCS) with inverted condition.
2088
2089 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2090
2091 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2092 messages.
2093
2094 2010-02-01 Juri Linkov <juri@jurta.org>
2095
2096 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2097 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2098 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2099 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2100
2101 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2104 (doc-view-revert-buffer): New command.
2105 (doc-view-mode-map): Use it.
2106
2107 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2108
2109 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2110 pending merge is detected.
2111
2112 2010-01-31 Juri Linkov <juri@jurta.org>
2113
2114 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2115 beginning of interactive spec like all other grep commands do.
2116 Put "all" in front of "gz". (Bug#5260)
2117
2118 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2121
2122 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2125 regexp is incorrect (Bug#5476).
2126
2127 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * net/tramp.el (tramp-handle-insert-directory): Handle also
2130 symlinks, when FILENAME is not in `default-directory'.
2131
2132 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2133
2134 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2135 FILE is not in `default-directory'. (Bug#5478)
2136
2137 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2138 of SWITCHES. Handle the case, FILENAME is not in
2139 `default-directory'. (Bug#5478)
2140 (tramp-register-file-name-handlers): Add safe-magic property.
2141
2142 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2145 unzip (Bug#5475).
2146
2147 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2148
2149 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2150 (flymake-master-make-header-init): Add other C++ filename masks.
2151 (flymake-find-possible-master-files)
2152 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2153
2154 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2155
2156 Fix some busybox annoyances.
2157
2158 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2159 not responding." string.
2160 (tramp-open-connection-setup-interactive-shell): Dump stty
2161 settings. Enable "neveropen" arg for all `tramp-send-command'
2162 calls. Handle "=" in variable values properly.
2163 (tramp-find-inline-encoding): Raise an error, when no encoding is
2164 found.
2165 (tramp-wait-for-output): Check, whether PROC buffer is available.
2166 Remove spurious " ^H" sequences, sent by busybox.
2167 (tramp-get-ls-command): Suppress coloring, if possible.
2168
2169 2010-01-28 Glenn Morris <rgm@gnu.org>
2170
2171 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2172
2173 * log-edit.el (log-edit-strip-single-file-name): Add missing
2174 :safe, :group, and :version tags.
2175
2176 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2177
2178 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2179 buffers. (Bug#5477)
2180
2181 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2182
2183 * files.el (delete-directory): Handle moving to trash without
2184 first doing recursion (Bug#5436).
2185
2186 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 * vc-hooks.el (vc-path): Mark as obsolete.
2189
2190 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2193 names too.
2194
2195 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2196 for the short log.
2197 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2198
2199 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2200
2201 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2202
2203 * vc-bzr.el (vc-bzr-revision-table): New function.
2204
2205 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2206
2207 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2208 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2209
2210 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2211
2212 Remove support for adding --signoff on commit.
2213 Future support will use an incompatible generic mechanism.
2214 * vc-git.el (vc-git-add-signoff): Remove variable.
2215 (vc-git-toggle-signoff): Remove function.
2216 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2217
2218 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2219 from xterm-set-background-mode. Return t if the background mode
2220 was set.
2221 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2222 earlier, call it again in case the background mode has changed.
2223
2224 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2225
2226 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2227 (Bug#3541).
2228
2229 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * emacs-lisp/assoc.el (aelement): Doc fix.
2232 (aput, adelete, amake): Use lexical-let (Bug#5450).
2233
2234 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2235
2236 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2237 is the same as subprogram call, not declaration. (Bug#5435).
2238
2239 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2242 (tramp-smb-maybe-open-connection): Use it.
2243
2244 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2245
2246 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2247
2248 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2251 just because we see "encoding: 8bit".
2252 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2253
2254 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2257
2258 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2259
2260 * jka-compr.el (jka-compr-load): If load-file is not in
2261 load-history, try its file-truename version. (bug#5447)
2262
2263 2010-01-21 Alan Mackenzie <acm@muc.de>
2264
2265 Fix a situation where deletion of a cpp construct throws an error.
2266 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2267 invoking c-with-all-but-one-cpps-commented-out, check that the
2268 special cpp construct is still in the buffer.
2269 (c-parse-state): Record the special cpp with markers, not numbers.
2270
2271 2010-01-21 Kenichi Handa <handa@m17n.org>
2272
2273 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2274 process last-command-event, as it is now decoded first (Bug#5380).
2275
2276 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2279
2280 2010-01-20 Glenn Morris <rgm@gnu.org>
2281
2282 * indent.el (tab-always-indent): Fix custom-type.
2283
2284 2010-01-19 Alan Mackenzie <acm@muc.de>
2285
2286 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2287 buffer throws "args out of range".
2288 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2289 playing the role of delimiter.
2290
2291 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2292
2293 * progmodes/ada-mode.el: Fix bug#5400.
2294 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2295 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2296 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2297 Improve comments in "is" portion. Handle null procedure declaration.
2298 (ada-move-to-end): Improve doc string.
2299
2300 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2301
2302 * ido.el (ido-cur-list): Initialize to nil.
2303 Remove obsolete information from commentary.
2304 (ido-choice-list): Initialize to nil.
2305 (ido-get-bufname): Reject minibuffers.
2306 (ido-make-buffer-list): If "default" is a nonexistent
2307 buffer, ignore it, as per the function's comment.
2308 (ido-kill-buffer-internal): New function.
2309 (ido-kill-buffer-at-head): Use it.
2310 (ido-visit-buffer): Likewise.
2311
2312 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2315
2316 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * cedet/ede/locate.el (ede-locate-file-in-project)
2319 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2320 (ede-enable-locate-on-project): Fix typos in error messages.
2321
2322 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2323 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2324 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2325 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2326 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2327 Fix typos in menu help.
2328
2329 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2330 Fix typos in chart titles.
2331
2332 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2333 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2334 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2335 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2336 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2337 (semantic-parse-stream, semantic-parse-region)
2338 (semantic-parse-region-default, semantic--set-buffer-cache)
2339 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2340 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2341 (semantic-default-submodes):
2342 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2343 (semanticdb-create-ebrowse-database)
2344 (semanticdb-find-tags-for-completion-method)
2345 (semanticdb-find-tags-by-class-method)
2346 (semanticdb-deep-find-tags-by-name-method)
2347 (semanticdb-deep-find-tags-for-completion-method):
2348 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2349 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2350 (semanticdb-find-tags-for-completion-method)
2351 (semanticdb-find-tags-by-class-method)
2352 (semanticdb-deep-find-tags-for-completion-method):
2353 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2354 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2355 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2356 (semanticdb-find-tags-by-name-method)
2357 (semanticdb-find-tags-by-name-regexp-method)
2358 (semanticdb-find-tags-for-completion-method)
2359 (semanticdb-find-tags-by-class-method)
2360 (semanticdb-find-tags-external-children-of-type-method)
2361 (semanticdb-find-tags-subclasses-of-type-method)
2362 (semanticdb-deep-find-tags-by-name-method)
2363 (semanticdb-deep-find-tags-by-name-regexp-method)
2364 (semanticdb-deep-find-tags-for-completion-method):
2365 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2366 (semanticdb-enable-gnu-global-in-buffer)
2367 (semanticdb-find-tags-for-completion-method)
2368 (semanticdb-deep-find-tags-by-name-method)
2369 (semanticdb-deep-find-tags-for-completion-method):
2370 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2371 (javascript-mode, semanticdb-find-translate-path)
2372 (semanticdb-find-tags-for-completion-method)
2373 (semanticdb-find-tags-by-class-method)
2374 (semanticdb-deep-find-tags-by-name-method)
2375 (semanticdb-deep-find-tags-for-completion-method)
2376 (semanticdb-find-tags-external-children-of-type-method):
2377 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2378 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2379 (global-semantic-idle-scheduler-mode):
2380 * cedet/srecode/dictionary.el (srecode-field-value)
2381 (srecode-dictionary-add-section-dictionary):
2382 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2383 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2384 (describe-class, eieio-describe-generic, describe-generic):
2385 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2386 (eieio-speedbar-expand):
2387 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2388 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2389 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2390 (viper-del-backward-char-in-replace, viper-backward-indent)
2391 (viper-brac-function, viper-register-to-point, viper-submit-report):
2392 * net/tramp.el (tramp-remote-coding-commands):
2393 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2394 Fix typos in docstrings.
2395
2396 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * mail/sendmail.el (mail-yank-original): Set the mark if the
2399 specified function for yanking does not do it.
2400
2401 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2402
2403 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2404
2405 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2406 resyncing a directory.
2407
2408 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2409
2410 * progmodes/ada-mode.el: Fix bug#1920.
2411 (ada-ident-re): Delete ., allow multibyte characters.
2412 (ada-goto-label-re): New; matches goto labels.
2413 (ada-block-label-re): New; matches block labels.
2414 (ada-label-re): New; matches both.
2415 (ada-named-block-re): Deleted; callers changed to use
2416 `ada-block-label-re' instead.
2417 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2418 Use `ada-block-label-re'.
2419 (ada-indent-on-previous-lines): Improve handling of goto labels.
2420 (ada-get-indent-block-start): Special-case block label.
2421 (ada-get-indent-label): Split into `ada-indent-block-label' and
2422 `ada-indent-goto-label'.
2423 (ada-goto-stmt-start, ada-goto-next-non-ws):
2424 Optionally ignore goto labels.
2425 (ada-goto-next-word): Simplify.
2426 (ada-indent-newline-indent-conditional): Insert newline before
2427 trying to fix indentation; doc fix.
2428
2429 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2430
2431 * calc/calc.el (calc-command-flags): Give it an initial value.
2432
2433 2010-01-17 Glenn Morris <rgm@gnu.org>
2434
2435 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2436
2437 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * cedet/semantic.el (semantic-mode):
2440 * files.el (minibuffer-with-setup-hook):
2441 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2442 (artist-key-draw-continously, artist-key-do-continously-continously)
2443 (artist-key-set-point-continously, artist-mouse-draw-continously):
2444 Fix typos in docstrings.
2445
2446 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2447
2448 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2449 return t (Bug#3898).
2450
2451 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2452
2453 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2454 can parse the output of the external commands (Bug#5279).
2455
2456 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2457
2458 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2459
2460 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2463
2464 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2465
2466 * startup.el (command-line): Remove unused --icon-type arg.
2467 Handle --display arg, passing it to command-line-1 (Bug#5392).
2468
2469 2010-01-16 Mario Lang <mlang@delysid.org>
2470
2471 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2472 * cedet/ede/files.el (ede-expand-filename):
2473 * cedet/ede/simple.el (ede-simple-project):
2474 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2475 (semantic-complete-inline-tag-engine):
2476 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2477 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2478 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2479 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2480 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2481 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2482 * emacs-lisp/chart.el (chart-translate-namezone):
2483 * textmodes/artist.el (artist-compute-popup-menu-table):
2484 Remove duplicated words in doc-strings.
2485
2486 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2487
2488 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2489 to mairix-search to suppress threading (Bug#5342).
2490
2491 2010-01-15 Kenichi Handa <handa@m17n.org>
2492
2493 * international/mule-cmds.el (canonicalize-coding-system-name):
2494 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2495
2496 2010-01-15 Glenn Morris <rgm@gnu.org>
2497
2498 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2499
2500 * wid-edit.el (widget-keymap): Doc fix.
2501
2502 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2503 former seems to be more widely accepted by various svn versions.
2504
2505 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * find-cmd.el (find-constituents):
2508 * vc-arch.el (vc-arch-root):
2509 * window.el (window-body-height, pop-up-frames):
2510 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2511 (semantic-no-reparse-needed-change-hook):
2512 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2513 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2514 (srecode-template-inserter-ask, srecode-template-inserter-width)
2515 (srecode-template-inserter-section-start)
2516 (srecode-template-inserter-section-end, srecode-insert-method):
2517 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2518 * progmodes/ada-stmt.el (ada-if):
2519 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2520 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2521 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2522 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2523
2524 * progmodes/flymake.el (flymake-post-syntax-check):
2525 Fix typo in error message.
2526
2527 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2530 which is always a string. (Bug#5313)
2531
2532 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * progmodes/ada-xref.el (ada-default-prj-properties):
2535 Simplify previous change.
2536
2537 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2538
2539 * progmodes/ada-xref.el (ada-default-prj-properties):
2540 Default ada_project_path to $ADA_PROJECT_PATH.
2541
2542 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2543
2544 * progmodes/ada-mode.el (ada-create-keymap):
2545 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2546
2547 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2548
2549 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2550 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2551 (ada-get-current-indent, ada-imenu-generic-expression)
2552 (ada-which-function): Check for it.
2553
2554 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2555
2556 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2557 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2558
2559 2010-01-14 Glenn Morris <rgm@gnu.org>
2560
2561 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2562
2563 2010-01-14 Kenichi Handa <handa@m17n.org>
2564
2565 * composite.el (auto-composition-mode): Make it a buffer local
2566 variable (permanent-local).
2567 (auto-composition-function): Set the default value to
2568 auto-compose-chars.
2569 (auto-composition-mode): Make it a simple function, not a minor mode.
2570 (global-auto-composition-mode): Likewise.
2571 (turn-on-auto-composition-if-enabled): Delete it.
2572
2573 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2574
2575 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2576
2577 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * files.el (copy-directory): Compute target for recursive
2580 directories with identical names. (Bug#5343)
2581
2582 2010-01-12 Glenn Morris <rgm@gnu.org>
2583
2584 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2585 it to bug-gnu-emacs rather than emacs-pretest-bug.
2586
2587 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * cedet/data-debug.el (data-debug): Fix customization group reference.
2590
2591 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2594 (semantic-analyze-context, semantic-analyze-context-assignment)
2595 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2596 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2597 (semantic-java-doc-keywords-map):
2598 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2599 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2600 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2601 (semantic-c-classname, semantic-format-tag-uml-prototype)
2602 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2603 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2604 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2605 (semantic-get-local-variables, semantic-end-of-command)
2606 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2607 (lisp-mode):
2608 * cedet/semantic/bovine/make.el (makefile-mode):
2609 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2610 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2611 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2612 (semantic-lex, semantic-get-local-variables, python-mode):
2613 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2614 * cedet/srecode/extract.el (srecode-extract-state-set)
2615 (srecode-extract-method): Fix typos in docstrings.
2616
2617 2010-01-11 Sam Steingold <sds@gnu.org>
2618
2619 * imenu.el (imenu-default-create-index-function): Detect infinite
2620 loops caused by imenu-prev-index-position-function.
2621
2622 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * htmlfontify.el (htmlfontify-load-rgb-file)
2625 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2626 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2627 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2628 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2629 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2630 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2631 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2632 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2633 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2634 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2635 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2636 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2637 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2638 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2639 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2640 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2641 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2642 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2643 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2644 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2645 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2646 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2647 backslash-quoting from parentheses, etc.
2648
2649 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * progmodes/js.el: Autoload javascript-mode alias.
2652
2653 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2656 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2657 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2658 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2659 Fix typos in docstrings.
2660 (ffap-url-regexp): Doc fix.
2661 (ffap-at-mouse): Fix typo in message.
2662
2663 2010-01-11 Glenn Morris <rgm@gnu.org>
2664
2665 * version.el (emacs-copyright): Set copyright year to 2010.
2666
2667 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * format.el (format-annotate-function): Only set
2670 write-region-post-annotation-function after running to-fn so as not to
2671 affect nested write-region calls (bug#5273).
2672
2673 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2676 Add python parser.
2677
2678 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2679 wisent/python.el.
2680
2681 2010-01-10 Richard Kim <emacs18@gmail.com>
2682
2683 * cedet/semantic/wisent/python-wy.el:
2684 * cedet/semantic/wisent/python.el: New files.
2685
2686 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * man.el (Man-goto-section): Signal error if the section is not
2689 found (Bug#5317).
2690
2691 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2694 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2695
2696 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * progmodes/compile.el: Don't treat compile-command as safe if
2699 compilation-read-command might be nil (Bug#4218).
2700
2701 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2702
2703 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2704 NS options.
2705
2706 2010-01-08 Kenichi Handa <handa@m17n.org>
2707
2708 * international/fontset.el (build-default-fontset-data):
2709 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2710
2711 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2714 to `create-file-buffer' as it expects, not just a buffer name.
2715 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2716 to help uniquify. (Bug#3224)
2717
2718 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2719
2720 * font-setting.el (font-setting-change-default-font): Use user-spec
2721 instead of name.
2722
2723 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2726
2727 2010-01-05 Tom Tromey <tromey@redhat.com>
2728
2729 * progmodes/python.el (python-font-lock-keywords):
2730 Handle qualified decorators (Bug#881).
2731
2732 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2735 in a lightweight checkout.
2736
2737 2010-01-05 Kenichi Handa <handa@m17n.org>
2738
2739 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2740
2741 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2742
2743 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2744
2745 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2746
2747 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2748 checkouts. (Bug#618)
2749 (vc-bzr-log-view-mode): Also highlight the author.
2750 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2751 (vc-bzr-shelve-menu-map):
2752 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2753 (vc-bzr-shelve-apply): Make prompt more explicit.
2754
2755 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2758 They are valid characters in URL paths (rfc3986), and at least
2759 Firefox does not understand the encoded version (Bug#3166).
2760
2761 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2762
2763 * progmodes/octave-mod.el (octave-end-keywords)
2764 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2765 Add "end" keyword (Bug#3061).
2766 (octave-end-as-array-index-p): New function.
2767 (calculate-octave-indent): Use it.
2768
2769 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2770
2771 * bookmark.el: Consistently put the text property on the bookmark name.
2772 (bookmark-bmenu-marks-width): Bump back to 2, to include
2773 annotation marks.
2774 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2775 property on the bookmark name, instead of not putting it at all.
2776 (bookmark-bmenu-list): Fix where we put the text property.
2777
2778 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2779
2780 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2781 for showing buffer modified state (as added in the previous change).
2782
2783 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2784
2785 * bookmark.el: Show modified state of bookmark buffer more accurately.
2786 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2787 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2788 (with-buffer-modified-unmodified): New macro.
2789 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2790 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2791 Use new macro to preserve the buffer modified state.
2792
2793 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2794
2795 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2796 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2797 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2798 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2799 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2800 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2801 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2802
2803 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2804
2805 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2806 Make the lines in the generated doc string shorter. (Bug#4668)
2807
2808 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2809
2810 * net/rcirc.el: Add follow-link binding (Bug#4738).
2811
2812 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2813
2814 * Makefile.in (bzr-update): Rename from cvs-update.
2815 (cvs-update): New target for backward compatibility.
2816
2817 * makefile.w32-in (bzr-update): Rename from cvs-update.
2818 (cvs-update): New target for backward compatibility.
2819
2820 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2821
2822 * bookmark.el: Remove gratuitous gratitude.
2823
2824 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2825
2826 * bookmark.el (bookmark-bmenu-any-marks): New function
2827 (bookmark-bmenu-save): Clear buffer modification if no marks.
2828
2829 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2830
2831 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2832 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2833 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2834 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2835
2836 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2837 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2838 To: emacs-devel {_AT_} gnu.org
2839 Subject: bookmark.el bug report
2840 Date: Mon, 28 Dec 2009 14:19:16 +0800
2841 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2842
2843 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2844
2845 * bookmark.el: Improvements suggested by Drew Adams:
2846 (bookmark-bmenu-ensure-position): New name for
2847 `bookmark-bmenu-check-position'. Just ensure the position,
2848 don't return any meaningful value.
2849 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2850 New constants.
2851
2852 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2853
2854 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2855 (bookmark-yank-point, bookmark-bmenu-check-position):
2856 Fix typos in docstrings.
2857 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2858 (bookmark-name-from-full-record, bookmark-get-position)
2859 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2860 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2861 Remove useless quoting of parenthesis, etc. in docstrings.
2862
2863 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2864 (ediff-append-custom-diff): Fix typo in error message.
2865 (ediff-meta-mark-equal-files): Fix typos in messages.
2866
2867 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2868
2869 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2870 Fix typo in docstring.
2871
2872 * net/imap-hash.el (imap-hash-make): Doc fix.
2873 (imap-hash-test): Fix typo in error message; reflow docstring.
2874 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2875 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2876 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2877 Fix typos in docstrings.
2878 (imap-hash-open-connection): Fix typo in error message.
2879
2880 * play/gomoku.el (gomoku): Fix typos in docstring.
2881
2882 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2883 (gdb-jsonify-buffer): Fix typos in docstring.
2884 (gdb-goto-breakpoint): Fix typo in error message.
2885 ("Display Other Windows"): Fix typo in help message.
2886 (gdb-speedbar-expand-node): Fix typo in question.
2887
2888 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2889 (idlwave-html-system-help-location, idlwave-html-help-location)
2890 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2891 (idlwave-help-browser-generic-args, idlwave-help-directory)
2892 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2893 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2894 (idlwave-online-help, idlwave-help-html-link)
2895 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2896 Fix typos in docstrings.
2897 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2898 Reflow docstrings.
2899 (idlwave-help-assistant-start): Fix typo in error message.
2900
2901 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2902 (octave-electric-space): Fix typos in docstrings.
2903
2904 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2907
2908 2010-01-01 Juri Linkov <juri@jurta.org>
2909
2910 * comint.el (comint-input-ring-size): Make it a defcustom and
2911 increase the default to 500 (Bug#5148).
2912
2913 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2914
2915 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2916 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2917 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2918
2919 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2920
2921 Show working revision correctly for mercurial.
2922 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2923 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2924
2925 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2926
2927 Declare some functions for the byte-compiler.
2928 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2929 (speedbar-timer-fn, speedbar-change-expand-button-char)
2930 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2931
2932 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2933
2934 This changeset reverts GDB Graphical Interface to use annotations.
2935 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2936
2937 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2938
2939 Make vc-dir work on subdirectories of the bzr root.
2940 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2941 file names relative to it.
2942 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2943 relative directory to vc-bzr-after-dir-status.
2944
2945 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2946
2947 * font-lock.el (font-lock-refresh-defaults): New function, which
2948 can be used to let font-lock react to external changes in
2949 variables like font-lock-defaults and keywords.
2950 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2951
2952 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2955
2956 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2957
2958 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2959
2960 Supersede color.diff settings in git log (bug#5211).
2961
2962 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2963 escape chars in its output when the user has color.diff set to `always'.
2964 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2965
2966 2009-12-26 Kevin Ryde <user42@zip.com.au>
2967
2968 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2969 node. Keep previous "Index" name to work with past coreutils too.
2970
2971 * man.el (man): Revise docstring a bit to show -a and -l as
2972 examples. Add -k description since support for it has otherwise
2973 been a secret. (Further to bug#3717.)
2974 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2975 "no matches" rather than "Can't find manpage", as the latter reads
2976 like -k was interpreted as a page name, which is not so. (Bug#5431)
2977
2978 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2981 switches. Check also for //SUBDIRED// line.
2982
2983 2009-12-25 Kenichi Handa <handa@m17n.org>
2984
2985 * language/indian.el (devanagari-composable-pattern): Fixed to
2986 handle ZWNJ and ZWJ. Use it in composition-function-table for
2987 Devanagari.
2988 (malayalam-composable-pattern): Fix previous change.
2989
2990 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2991
2992 * ps-print.el (ps-face-attributes): It was not returning the
2993 attribute face for faces specified as string. Reported by harven
2994 <harven@free.fr>.
2995 (ps-print-version): New version 7.3.5.
2996
2997 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2998
2999 * calendar/icalendar.el (icalendar--convert-tz-offset):
3000 Fix timezone names.
3001 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3002 (icalendar--add-diary-entry): Remove the trailing blank that
3003 diary-make-entry inserts.
3004
3005 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3006
3007 Make `file-expand-wildcards' work for remote files.
3008
3009 * files.el (file-expand-wildcards): In case of remote files, check
3010 only local file name part for wildcards. Provide feature 'files
3011 and subfeature 'remote-wildcards. (Bug#5198)
3012
3013 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3014 if there is already an established connection.
3015 (tramp-advice-file-expand-wildcards): Remove it.
3016
3017 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3018 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3019 Activate advice for older GNU Emacs versions. (Bug#5237)
3020
3021 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3022
3023 Some doc fixes (more needed).
3024
3025 * find-cmd.el (find-constituents): Reflow docstring.
3026 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3027 (find-generic): Doc fix.
3028
3029 2009-12-17 Juri Linkov <juri@jurta.org>
3030
3031 Fix regression from 23.1 to allow multiple modes in Local Variables.
3032
3033 * files.el (hack-local-variables-filter): While ignoring duplicates,
3034 don't take `mode' into account.
3035 (hack-local-variables-filter, hack-dir-local-variables):
3036 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3037
3038 2009-12-17 Juri Linkov <juri@jurta.org>
3039
3040 Make `dired-diff' safer. (Bug#5225)
3041
3042 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3043 `current' or when `file' is a directory of the `current' file.
3044
3045 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3046
3047 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3048 unconditionally preloaded files.
3049
3050 2009-12-16 Juri Linkov <juri@jurta.org>
3051
3052 Revert to old 23.1 logic of using the file at the mark as default.
3053 * dired-aux.el (dired-diff): Use the file at the mark as default
3054 if it's not the same as the current file, and the target dir is
3055 the current dir or the mark is active. Add the current file
3056 as the arg of `dired-dwim-target-defaults'. Use the default file
3057 in the prompt. (Bug#5225)
3058
3059 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3060
3061 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3062 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3063 (tramp-check-for-regexp): Check also, when an echoing shell stops
3064 to echo sent commands.
3065
3066 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * Makefile.in: Revert last change (Bug#5191).
3069
3070 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3071
3072 * vc-hg.el (vc-hg-print-log): Fix argument order.
3073 (vc-hg-working-revision): Make sure the command is executed in a
3074 known environment so that we can parse the output. (Bug#4417)
3075
3076 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * progmodes/python.el (python-symbol-completions): Remove text
3079 properties from symbol string before calling python-send-receive.
3080
3081 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3084 when there are values for both file and line. (Bug#5060)
3085
3086 2009-12-14 Juri Linkov <juri@jurta.org>
3087
3088 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3089 whitespace after the file name of the first line of unified format,
3090 because git-diff doesn't output whitespace and file modification time
3091 after the file name.
3092
3093 2009-12-14 David Kastrup <dak@gnu.org>
3094
3095 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3096 check if it already has the `display' property added by
3097 `Info-display-images-node', and not put the `invisible' property
3098 in this case.
3099
3100 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3103 (semantic-mru-bookmark-mode): Doc fixes.
3104
3105 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3106 of assert.
3107
3108 2009-12-13 Glenn Morris <rgm@gnu.org>
3109
3110 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3111 (report-emacs-bug): In message-mode, sort manually before storing
3112 original report text. (Bug#5178)
3113 Remove superfluous save-excursion.
3114
3115 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3118 when responding to "GetAll" properties.
3119
3120 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * simple.el (compose-mail): Remove mail-setup-with-from from
3123 customization checks.
3124
3125 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3126
3127 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3128 RAR archives created on Unix systems.
3129
3130 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3133 the varalias that was accidentally removed by the 2009-11-19 change
3134 (bug#5186).
3135
3136 2009-12-12 Kenichi Handa <handa@m17n.org>
3137
3138 * language/indian.el (indian-compose-regexp): New function.
3139 (malayalam-composable-pattern): Fix the pattern.
3140 (composition-function-table): Set malayalam-composable-pattern for
3141 Malayalam characters.
3142
3143 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3146 rather than down-mouse-1, based on follow-link conventions.
3147
3148 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3149 are compiled.
3150
3151 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3152
3153 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3154 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3155 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3156 (verilog-leap-to-head, verilog-backward-token):
3157 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3158
3159 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3160
3161 * progmodes/verilog-mode.el (verilog-auto-lineup)
3162 (verilog-nameable-item-re): Cleanup user-visible spelling and
3163 documentation errors. One reported by Gary Delp.
3164 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3165 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3166 package, bug195. Reported by Pierre-David Pfister.
3167
3168 2009-12-11 Glenn Morris <rgm@gnu.org>
3169
3170 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3171
3172 * mail/emacsbug.el: No longer require sendmail.
3173 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3174 (report-emacs-bug-orig-text): Doc fix.
3175 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3176 New local variables, to adapt to different mail-user-agents.
3177 (report-emacs-bug): Fix test for a gnu.org address.
3178 Use overlays for emphasis, since font-lock defeats 'face property.
3179 Pretest bugs also end up at the newsgroup these days.
3180 Stop message-mode stripping text properties.
3181 Set and use the new buffer-local variables.
3182 (report-emacs-bug-hook): Add doc-string.
3183 Remove some unnecessary save-excursions and simplify.
3184 Use the appropriate hook and send-command.
3185
3186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3187 capitalization of some menu entries.
3188
3189 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3190
3191 * whitespace.el (whitespace-display-char-on): Ensure
3192 `buffer-display-table' is unique when two or more windows are
3193 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3194 New version 12.1.
3195
3196 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3197
3198 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3199 characters in the Attribute field.
3200
3201 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3202
3203 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3204
3205 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3208 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3209 Disregard autoload-excludes.
3210 (update-directory-autoloads): Obey autoload-excludes here instead.
3211 But don't store its contents in no-autoloads and remove entries that
3212 refer to excludes files.
3213
3214 2009-12-10 Glenn Morris <rgm@gnu.org>
3215
3216 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3217 (expand-mail-aliases): Define for compiler.
3218
3219 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3220 Define for compiler.
3221
3222 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3223 appropriate for the mail-user-agent in use.
3224
3225 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3226
3227 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3228
3229 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3230
3231 Fix short log parsing and fontification.
3232 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3233 Fix fontification for the [merge] label.
3234
3235 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3236
3237 Drop some properties to avoid surprises (bug#5002).
3238 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3239 (hfy-fontify-buffer): Use it.
3240
3241 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 Minor cleanup.
3244 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3245 Adjust all callers.
3246 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3247 args compulsory. Adjust callers.
3248 (ffap-gopher-at-point): Remove unused var `name'.
3249
3250 Get rid of the ELCFILES abomination.
3251 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3252 (compile-elcfiles): New phony target.
3253 (compile-main): Compute ELCFILES dynamically.
3254 (compile-clean): New target to remove left-over elc files.
3255 (compile, all): Use it.
3256
3257 2009-12-09 Kenichi Handa <handa@etlken>
3258
3259 * international/mule-diag.el: Require help-mode instead of help-fns.
3260
3261 2009-12-09 Kenichi Handa <handa@m17n.org>
3262
3263 * international/mule-cmds.el (ucs-names): Supply sufficiently
3264 fine ranges instead of pre-calculating accurate ranges.
3265 Iterate with bigger gc-cons-threshold.
3266
3267 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 Add support for stashing a snapshot of the current tree.
3270 * vc-git.el (vc-git-stash-snapshot): New function.
3271 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3272
3273 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3274
3275 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3276 instead of `(beginning|end)-of-line'.
3277
3278 2009-12-08 Glenn Morris <rgm@gnu.org>
3279
3280 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3281
3282 * Makefile.in (ELCFILES): Regenerate.
3283
3284 2009-12-07 Juri Linkov <juri@jurta.org>
3285
3286 Don't lazy-highlight the comint output in history Isearch mode.
3287
3288 * comint.el (comint-history-isearch-search): Instead of
3289 `comint-line-beginning-position', use `comint-after-pmark-p'
3290 to check if point if before the process mark, and go to
3291 `process-mark' in this case.
3292
3293 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * textmodes/tex-mode.el (latex-complete)
3296 (latex-indent-or-complete): Remove.
3297 (latex-mode): Set completion-at-point-functions instead.
3298
3299 Provide a standard completion command and hook it into TAB.
3300 * minibuffer.el (completion-at-point-functions): New var.
3301 (completion-at-point): New command.
3302 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3303 * progmodes/python.el (python-mode-map): Use completion-at-point.
3304 (python-completion-at-point): Rename from python-partial-symbol and
3305 adjust for use in completion-at-point-functions.
3306 (python-mode): Setup completion-at-point for Python completion.
3307 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3308 extracted from lisp-complete-symbol.
3309 (lisp-complete-symbol): Use it.
3310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3311 setup completion-at-point for Elisp completion.
3312 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3313 Use completion-at-point.
3314 * ielm.el (ielm-map): Use completion-at-point.
3315 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3316 * progmodes/sym-comp.el: Move to...
3317 * obsolete/sym-comp.el: Move from progmodes.
3318
3319 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3320
3321 Prevent save-buffer in Rmail buffers from using the coding-system
3322 of the current message, and from clobbering the encoding mnemonics
3323 in the mode line (Bug#4623).
3324
3325 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3326 flag, too.
3327 (rmail-message-encoding): New variable.
3328 (rmail-write-region-annotate): Record the encoding of the current
3329 message in rmail-message-encoding.
3330 (rmail-after-save-hook): New function, restores the encoding of
3331 the current message after the message collection is saved.
3332
3333 2009-12-07 Juri Linkov <juri@jurta.org>
3334
3335 * progmodes/grep.el (grep-read-files): Use `completing-read'
3336 instead of `read-string'. Set its `collection' arg to
3337 `read-file-name-internal'. (Bug#4301)
3338
3339 2009-12-07 Juri Linkov <juri@jurta.org>
3340
3341 Correctly restore original Isearch point. (Bug#4994)
3342
3343 * isearch.el (isearch-mode): Move `isearch-push-state' after
3344 `(run-hooks 'isearch-mode-hook)'.
3345 (isearch-cancel): When `isearch-push-state-function' is defined,
3346 let-bind `isearch-cmds' to the first state (the last element of
3347 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3348 function and restores the original point). Otherwise, move point
3349 to `isearch-opoint'.
3350
3351 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3354 chars that don't have names, so the table can be built much faster at
3355 run-time.
3356
3357 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3360 change. Suggested by David Kastrup.
3361
3362 * simple.el (compose-mail): Check for incompatibilities and warn.
3363 (compose-mail-user-agent-warnings): New option.
3364
3365 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 Support showing a single log entry from vc-annotate.
3368 * vc.el (print-log): Add a new argument: START-REVISION.
3369 (vc-print-log-internal): Add a new optional argument and
3370 pass it to the backend.
3371 (vc-print-log, vc-print-root-log): Adjust callers.
3372 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3373 buffer already displays the requested log entry, use it.
3374 Otherwise display only the log entry in question.
3375 * vc-svn.el (vc-svn-print-log):
3376 * vc-mtn.el (vc-mtn-print-log):
3377 * vc-hg.el (vc-hg-state):
3378 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3379 (vc-git-show-log-entry): Return t on success.
3380 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3381 (vc-bzr-show-log-entry): Return t on success.
3382 * vc-rcs.el (vc-rcs-print-log):
3383 * vc-sccs.el (vc-sccs-print-log):
3384 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3385
3386 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3389 Add menus to the meta mode. (Bug#5043)
3390
3391 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3392
3393 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3394 event-key.
3395
3396 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3397
3398 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3399
3400 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3401 Berbain <raphael.berbain@gmail.com>.
3402
3403 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3404 characters.
3405 (tramp-initial-end-of-output): New defconst.
3406 (tramp-methods, tramp-find-shell)
3407 (tramp-open-connection-setup-interactive-shell)
3408 (tramp-maybe-open-connection): Use it.
3409 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3410 existence of `#' and `$'.
3411
3412 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3413 `tramp-initial-end-of-output'.
3414
3415 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 Get the background mode from the terminal for xterm, and set
3418 faces accordingly.
3419 * term/xterm.el (xterm-set-background-mode): New function.
3420 (terminal-init-xterm): Use it in case xterm supports background
3421 color queries. Recompute faces after getting the background
3422 color.
3423
3424 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3425
3426 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3427 number comment back on its own line, for easier parsing.
3428
3429 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 Make it work for non-file buffers (bug#5102).
3432 * doc-view.el (doc-view-current-cache-dir):
3433 Use doc-view-buffer-file-name rather than buffer-file-name.
3434 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3435
3436 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3437
3438 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3439 author field is too short.
3440
3441 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 * vc-git.el (vc-git-print-log): Handle a limit argument.
3444 Display the short log in graph form and with labels.
3445 (vc-git-log-view-mode): Handle labels.
3446
3447 Make vc-revert change VC state from 'added to 'unregistered.
3448 * vc-git.el (vc-git-revert): Call git reset first.
3449
3450 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3451
3452 * net/newst-backend.el, net/newst-plainview.el:
3453 * net/newst-reader.el, net/newst-ticker.el:
3454 * net/newst-treeview.el, net/newsticker.el:
3455 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3456
3457 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3460
3461 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3462 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3463 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3464 Update annotation regexp.
3465
3466 * simple.el (beginning-of-visual-line): Constrain to field
3467 boundaries (Bug#5106).
3468
3469 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3470
3471 * xml.el (xml-substitute-numeric-entities): Move
3472 newsticker--decode-numeric-entities in newst-backend.el to
3473 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3474 * net/newst-backend.el (newsticker--parse-generic-feed)
3475 (newsticker--parse-generic-items)
3476 (newsticker--decode-numeric-entities): Move
3477 newsticker--decode-numeric-entities in newst-backend.el to
3478 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3479
3480 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3481
3482 * progmodes/js.el (js--js-not): Add null to the list of values.
3483
3484 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3487
3488 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3489
3490 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3491 delimiter if it is at the end of the current line.
3492 (bibtex-generate-url-list): Fix docstring.
3493
3494 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3497 minibuffer's content with itself.
3498 Fold the confirm-after-completion case into the `confirm' case.
3499 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3500
3501 2009-12-06 Kevin Ryde <user42@zip.com.au>
3502
3503 * ffap.el (ffap-rfc-path): Make this a defcustom since
3504 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3505
3506 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3507 manuals, similar to existing setup for help-mode. (Bug#3913.)
3508
3509 2009-12-05 Juri Linkov <juri@jurta.org>
3510
3511 Save and restore dired buffer's point positions too. (Bug#4880)
3512
3513 * dired.el (dired-save-positions): Return in the first element
3514 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3515 Doc fix.
3516 (dired-restore-positions): First restore buffer's position.
3517 While restoring window's positions, check if window still displays
3518 the original buffer.
3519
3520 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3523 if possible.
3524
3525 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3526 Make argument optional.
3527
3528 * shell.el (shell): Require ansi-color (Bug#5113).
3529
3530 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3531
3532 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3533
3534 2009-12-05 Alan Mackenzie <acm@muc.de>
3535
3536 * progmodes/cc-mode.el (c-before-hack-hook)
3537 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3538 `c-file-style' to work again. This reversion restores the current
3539 software to its state in Emacs 23.1. (Bug#4146)
3540
3541 2009-12-05 Kevin Ryde <user42@zip.com.au>
3542
3543 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3544 comment-start-skip to comment-end-skip as comment (Bug#4781).
3545
3546 2009-12-05 Juri Linkov <juri@jurta.org>
3547
3548 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3549 for virtual nodes. (Bug#4147)
3550 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3551 when moving from a virtual node.
3552 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3553 (Info-mode): Add `Info-virtual-index' to the docstring.
3554
3555 2009-12-05 Eric Ludlam <zappo@gnu.org>
3556
3557 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3558 Describe project macro symbols.
3559
3560 * cedet/semantic/complete.el (semantic-complete-do-completion):
3561 Don't call semantic-collector-current-exact-match.
3562
3563 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3564 ede-objects as targets.
3565
3566 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3567 a target's object list even if compiler vars are already in the
3568 Makefile.
3569
3570 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3571 list of headers producing necessary macros.
3572
3573 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3574
3575 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3576 track of the buffer position of the end of a BibTeX entry as this
3577 position may change during reformatting.
3578 (bibtex-format-entry): Remove whitespace before processing
3579 numerical fields so that we recognize the latter properly.
3580 (bibtex-reformat): Do not use push which changes the global value
3581 of bibtex-entry-format.
3582 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3583 (bibtex-field-re-init): Replace only space characters by regexp
3584 for whitespace.
3585 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3586 (bibtex-initialize): Also update bibtex-strings.
3587 (bibtex-kill-field): Preserve white space at end of entry.
3588 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3589 Update bibtex-reference-keys.
3590
3591 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3594 point after a star, if that's the only place where modifications can
3595 make progress.
3596
3597 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3600 in docstrings.
3601
3602 2009-12-04 Juri Linkov <juri@jurta.org>
3603
3604 * proced.el (proced): Call `(proced-update t)' to update process
3605 information instead of only running proced-post-display-hook.
3606 (proced-send-signal): Add a leading space to the buffer name
3607 " *Marked Processes*" to make this buffer ephemeral.
3608
3609 2009-12-04 Juri Linkov <juri@jurta.org>
3610
3611 * dired.el (dired-auto-revert-buffer): New defcustom.
3612 (dired-internal-noselect): Use it.
3613
3614 2009-12-04 Juri Linkov <juri@jurta.org>
3615
3616 Change roles of modes and functions in image-mode.el (Bug#5062).
3617
3618 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3619 in `auto-mode-alist'.
3620 (image-mode-previous-major-mode): New variable.
3621 (image-minor-mode-map): Rename from `image-mode-text-map'.
3622 (image-mode): Move graceful error-handling code from
3623 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3624 (image-minor-mode): Remove all image-handling code.
3625 Replace `image-mode-text-map' with `image-minor-mode-map'.
3626 Check for `image-type' in mode-line format string.
3627 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3628 (image-mode-as-text): New function with most code from
3629 `image-mode-maybe'.
3630 (image-toggle-display-text): Move code that removes image
3631 properties from `image-toggle-display' to here.
3632 (image-toggle-display-image): New function with code that adds
3633 image properties copied from `image-toggle-display'.
3634 (image-toggle-display): Remove most code with leaving only code
3635 that toggles between `image-mode-as-text' and `image-mode'.
3636
3637 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3638
3639 * net/newst-treeview.el
3640 (newsticker--treeview-list-highlight-start): Restored call to
3641 save-excursion: Selected item was stuck.
3642 (newsticker--treeview-list-select): New.
3643 (newsticker--treeview-item-show-text)
3644 (newsticker--treeview-item-show)
3645 (newsticker--treeview-item-update): Use new
3646 newsticker-treeview-item-mode.
3647 (newsticker-treeview-update): Keep current item.
3648 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3649 (newsticker--treeview-first-feed): Doc change.
3650 (newsticker-treeview-list-menu)
3651 (newsticker-treeview-item-menu): Added menu entries.
3652 (newsticker-treeview-item-mode): New.
3653
3654 * net/newst-backend.el (newsticker-customize): Delete other
3655 windows.
3656
3657 2009-12-04 Sam Steingold <sds@gnu.org>
3658
3659 * log-view.el (log-view-mode-map): "q" calls quit-window,
3660 like in all the other non-self-insert buffers.
3661
3662 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 Minor cleanup.
3665 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3666 key decoding rather than do it manually via last-input-event +
3667 ascii-character.
3668 (term-exec): Use delete-and-extract-region.
3669 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3670 (term-process-pager): Remove unused var `i'.
3671 (term-dynamic-simple-complete): Make obsolete.
3672 (serial-update-config-menu): Remove unused vars `y' and `str'.
3673 (term-update-mode-line): Remove unused var `temp'.
3674
3675 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3676
3677 Limit the number of log entries displayed by default.
3678 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3679 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3680 using a prefix argument.
3681
3682 2009-12-03 Glenn Morris <rgm@gnu.org>
3683
3684 * progmodes/idlwave.el (class): Restore still useful declaration.
3685
3686 2009-12-03 Alan Mackenzie <acm@muc.de>
3687
3688 Enhance `c-parse-state' to run efficiently in "brace deserts".
3689
3690 * progmodes/cc-mode.el (c-basic-common-init):
3691 Call c-state-cache-init.
3692 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3693 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3694 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3695
3696 * progmodes/cc-langs.el (c-before-font-lock-function):
3697 c-extend-and-neutralize-syntax-in-CPP has been renamed
3698 c-neutralize-syntax-in-and-mark-CPP.
3699
3700 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3701 with `category' properties now, not `syntax-table' ones.
3702
3703 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3704 enhanced (but slower) version of c-end-of-macro that won't land
3705 inside a literal or on another awkward character.
3706 (c-state-cache-too-far, c-state-cache-start)
3707 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3708 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3709 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3710 (c-state-min-scan-pos, c-state-brace-pair-desert)
3711 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3712 buffer local variables.
3713 (c-state-literal-at, c-state-lit-beg)
3714 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3715 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3716 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3717 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3718 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3719 (c-renarrow-state-cache)
3720 (c-append-lower-brace-pair-to-state-cache)
3721 (c-state-push-any-brace-pair, c-append-to-state-cache)
3722 (c-remove-stale-state-cache)
3723 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3724 (c-invalidate-state-cache-1, c-parse-state-1)
3725 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3726 (c-parse-state): Enhance and refactor.
3727 (c-debug-parse-state): Amend to deal with all the new variables.
3728
3729 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3730 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3731 modify to use category text properties rather than syntax-table ones.
3732 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3733 to switch off/on the syntactic paren property of C++ template
3734 delimiters using the category property.
3735 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3736 template delims suppressed.
3737 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3738 New constant/macros which apply category properties to the start
3739 and end of preprocessor constructs.
3740 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3741 "comment out" the syntactic value of characters in preprocessor
3742 constructs.
3743 (c-with-cpps-commented-out)
3744 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3745 with characters in all or all but one preprocessor constructs
3746 "commented out".
3747
3748 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3749
3750 * proced.el (proced-filter-alist): Use regexp-quote.
3751
3752 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3753
3754 Cleanup.
3755 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3756 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3757 arguments. Expand `default-directory'.
3758
3759 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3760 the benefit of returning an expanded localname.
3761 (tramp-tramp-file-p): Handle the case NAME is not a string.
3762
3763 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3764
3765 Add support for bzr shelve/unshelve.
3766 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3767 (vc-bzr-extra-menu-map): New variables.
3768 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3769 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3770 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3771 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3772 (vc-bzr-dir-extra-headers): Display shelves.
3773
3774 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3775
3776 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * textmodes/bibtex.el (bibtex-complete-internal):
3779 Use completion-in-region.
3780 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3781
3782 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 Support applying stashes. Improve UI.
3785 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3786 (vc-git-stash-apply, vc-git-stash-pop)
3787 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3788 (vc-git-stash-menu): New functions.
3789 (vc-git-stash-menu-map): New variable.
3790 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3791
3792 2009-12-03 Glenn Morris <rgm@gnu.org>
3793
3794 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3795 (vc-print-log-internal): Fix previous change.
3796 (vc-revert): Correct pluralization.
3797
3798 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3801 it to be an alist any more.
3802 (makefile-complete): Use completion-in-region.
3803
3804 * progmodes/octave-mod.el (octave-complete-symbol):
3805 Use completion-in-region.
3806
3807 Misc cleanup.
3808 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3809 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3810 (idlwave-complete-class): Don't quote lambda.
3811 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3812 (idlwave-mode-map): Move initialization into declaration.
3813 (idlwave-action-and-binding): Use backquotes.
3814 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3815 Simplify.
3816 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3817 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3818 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3819 `parts', and `all-parts'.
3820 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3821 (idlwave-convert-xml-system-routine-info): Remove unused string
3822 `version-string'.
3823 (idlwave-display-user-catalog-widget): Use dolist.
3824 (idlwave-scanning-lib): Declare dynamically-scoped var.
3825 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3826 (completion-highlight-first-word-only): Declare to silence bytecomp.
3827 (idlwave-popup-select): Tighten scope of `resp'.
3828 (idlwave-find-struct-tag): Remove unused var `beg'.
3829 (idlwave-after-load-rinfo-hook): Declare.
3830 (idlwave-sintern-class-info): Remove unused var `taglist'.
3831 (idlwave-find-class-definition): Remove unused var `list'.
3832 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3833 (idlwave-what-module-find-class): Remove unused var `classes'.
3834
3835 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3838
3839 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3842 buffers visited. Remove redundant current-buffer-saving.
3843
3844 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 Use completion-in-buffer and remove uses of dynamic scoping.
3847 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3848 (pascal-buffer-to-use, pascal-flag): Don't declare.
3849 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3850 (pascal-get-completion-decl, pascal-keyword-completion):
3851 Add `pascal-str' argument, save-excursion,
3852 return the found completions, and don't filter with pascal-pred.
3853 (pascal-completion-cache): New var.
3854 (pascal-completion): Don't switch buffer any more (it was never
3855 necessary). Don't save-excursion any more (it's done by the called
3856 subroutines). Use a cache to avoid redundant computations.
3857 Use complete-with-action rather than pascal-completion-response and
3858 let it apply the predicate as well.
3859 (pascal-complete-word): Use completion-in-buffer when
3860 pascal-toggle-completions is nil.
3861 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3862 not used any more.
3863 (pascal-comp-defun): Don't change buffer any more.
3864 Use complete-with-action rather than pascal-completion-response and
3865 let it apply the predicate as well.
3866 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3867 when neded.
3868
3869 2009-12-02 Kenichi Handa <handa@m17n.org>
3870
3871 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3872 shape for all Indic scripts.
3873
3874 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 Use completion-in-buffer.
3877 * wid-edit.el (widget-field-text-end): New function.
3878 (widget-field-value-get): Use it.
3879 (widget-string-complete, widget-file-complete)
3880 (widget-color-complete): Use it and completion-in-region.
3881 (widget-complete): Don't narrow the buffer.
3882
3883 2009-12-02 Glenn Morris <rgm@gnu.org>
3884
3885 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3886 (rmail-select-summary): Use rmail-pop-to-buffer.
3887 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3888 rmail-pop-to-buffer, to prevent horizontal splits.
3889
3890 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3891 save-excursion with save-current-buffer.
3892 Widen before searching. (Bug#5093)
3893 (diary-list-sexp-entries): Remove superfluous save-excursion.
3894
3895 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3896
3897 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3898 name. (Bug#5038)
3899
3900 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3901
3902 * ido.el (ido-file-internal): Handle filenames at point that do
3903 not have a directory part. (Bug#5049)
3904
3905 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3906
3907 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3908 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3909
3910 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3911
3912 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3913 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3914 any more.
3915
3916 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * comint.el (comint-insert-input): Ignore clicks to the right of
3919 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3920
3921 * vc.el (vc-print-log-internal): Don't wait for the process to
3922 terminate before setting up the major mode.
3923
3924 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3925 in case.
3926
3927 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3928 the last element.
3929
3930 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3931
3932 2009-12-01 Glenn Morris <rgm@gnu.org>
3933
3934 * window.el (window--display-buffer-2): Fix previous changes.
3935
3936 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3939
3940 2009-12-01 Glenn Morris <rgm@gnu.org>
3941
3942 * Makefile.in (ELCFILES): Add mpc.elc.
3943
3944 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * mpc.el: New file.
3947
3948 2009-12-01 Glenn Morris <rgm@gnu.org>
3949
3950 * window.el (window-to-use): Define for compiler.
3951
3952 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3953 consistent with others (no final period).
3954
3955 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3956 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3957
3958 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 Make vc-print-log buttons work.
3961 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3962
3963 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3964
3965 * savehist.el (savehist-autosave-interval): Allow setting to nil
3966 through customize. (Bug#5056)
3967
3968 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3969
3970 Fix references to jit-lock properties.
3971 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3972 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3973 (perl-font-lock-special-syntactic-constructs):
3974 Quote jit-lock-defer-multiline property.
3975
3976 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3977
3978 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3979
3980 2009-11-30 Juri Linkov <juri@jurta.org>
3981
3982 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3983 value `buffer' of `multi-isearch-next-buffer-current-function'.
3984 Use `(current-buffer)' when `buffer' is nil.
3985 (multi-isearch-next-buffer-from-list): Don't fallback to
3986 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3987
3988 2009-11-30 Juri Linkov <juri@jurta.org>
3989
3990 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3991 of buffers with `get-buffer' to `multi-isearch-buffers'.
3992 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3993 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3994 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3995 FILES with `expand-file-name' converting relative file names
3996 to absolute. Doc fix. (Bug#4727)
3997
3998 2009-11-30 Juri Linkov <juri@jurta.org>
3999
4000 * misearch.el (multi-isearch-read-buffers)
4001 (multi-isearch-read-matching-buffers): New functions.
4002 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4003 Use them in the `interactive' spec. Doc fix.
4004 (multi-isearch-read-files, multi-isearch-read-matching-files):
4005 New functions.
4006 (multi-isearch-files, multi-isearch-files-regexp):
4007 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4008
4009 2009-11-30 Juri Linkov <juri@jurta.org>
4010
4011 * doc-view.el (doc-view-continuous):
4012 Rename from `doc-view-continuous-mode'.
4013 (doc-view-menu): Move "Toggle display" to the top.
4014 Add submenu "Continuous" with radio buttons "Off"/"On"
4015 and "Save as Default".
4016 (doc-view-scroll-up-or-next-page)
4017 (doc-view-scroll-down-or-previous-page)
4018 (doc-view-next-line-or-next-page)
4019 (doc-view-previous-line-or-previous-page): Rename
4020 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4021
4022 2009-11-30 Juri Linkov <juri@jurta.org>
4023
4024 * comint.el (comint-mode-map): Rebind `M-r' from
4025 `comint-previous-matching-input' to
4026 `comint-history-isearch-backward-regexp'.
4027 Unbind `M-s' to allow global key binding `M-s'.
4028 Add menu items for `comint-history-isearch-backward' and
4029 `comint-history-isearch-backward-regexp'. (Bug#3746)
4030
4031 2009-11-30 Juri Linkov <juri@jurta.org>
4032
4033 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4034 For def=recenter, replace `recenter' with `recenter-top-bottom'
4035 that is called with `this-command' and `last-command' let-bound
4036 to `recenter-top-bottom'. When the last `def' was not `recenter',
4037 set `recenter-last-op' to nil. (Bug#4981)
4038
4039 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 Minor cleanup and simplification.
4042 * filecache.el (file-cache-add-directory)
4043 (file-cache-add-directory-recursively)
4044 (file-cache-add-from-file-cache-buffer)
4045 (file-cache-delete-file-regexp, file-cache-delete-directory)
4046 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4047 (file-cache-temp-minibuffer-message): Delete function.
4048 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4049
4050 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4051 Don't signal an error when bumping into EOB in tr, s, or y.
4052
4053 2009-11-29 Juri Linkov <juri@jurta.org>
4054
4055 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4056 (Bug#4960)
4057
4058 * descr-text.el (describe-char-unidata-list): Use lowercase name
4059 for "Unicode name" like in other tags.
4060
4061 2009-11-29 Juri Linkov <juri@jurta.org>
4062
4063 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4064 New compatibility macro.
4065 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4066
4067 2009-11-29 Juri Linkov <juri@jurta.org>
4068
4069 Add defcustom to define the cycling order of `recenter-top-bottom'.
4070 (Bug#4981)
4071
4072 * window.el (recenter-last-op): Doc fix.
4073 (recenter-positions): New defcustom.
4074 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4075 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4076
4077 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4078
4079 Improve integration of Tramp and ange-ftp in eshell.
4080
4081 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4082 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4083 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4084
4085 * eshell/esh-util.el (top): Require also Tramp when compiling.
4086 (eshell-directory-files-and-attributes): Check for FTP remote
4087 connection.
4088 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4089 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4090 (eshell-file-attributes): Handle ".". Return `entry'.
4091
4092 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4093 (ange-ftp-directory-files-and-attributes)
4094 (ange-ftp-real-directory-files-and-attributes): New defuns.
4095
4096 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4097 shell with "exec" when possible. This prevents trailing prompts
4098 in `start-file-process'.
4099
4100 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 Try and remove assumptions about point-min==1.
4103 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4104 (rng-compute-mode-line-string): Show the validation percentage in
4105 terms of the narrowed text, not the widened text.
4106 (rng-do-some-validation): Don't catch internal errors when debugging.
4107 (rng-first-error): Simplify.
4108 (rng-after-change-function): Remove work around. AFAIK the bug has
4109 been fixed a while ago.
4110
4111 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4112 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4113
4114 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4115
4116 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4117 `cd' doesn't always do it for us (bug#5067).
4118
4119 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4120 on 2009-10-25 as part of some other change (bug#5067).
4121
4122 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4125 `suspicious'.
4126 (byte-compile-warnings): Use byte-compile-warning-types.
4127 (byte-compile-save-excursion): Warn about use of set-buffer right
4128 after save-excursion.
4129
4130 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4131 the excursion as well.
4132
4133 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4134
4135 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4136 providing a Tramp related implementation of "su" and "sudo".
4137 (eshell-unix-initialize): Add "su" and "sudo".
4138
4139 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4140
4141 * net/socks.el (socks-send-command): Convert binary request to
4142 unibyte before sending. This fixes mishandling of some port
4143 numbers such as 129.
4144
4145 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * help.el (describe-bindings-internal): Remove `interactive'.
4148
4149 * man.el (Man-completion-table): Trim a terminating "(".
4150 Remove the space between name page a section.
4151 Add the command's description on the `help-echo' property.
4152 Remove `process-connection-type' binding since it's unused by
4153 call-process.
4154 Provide completion for the "<section> <name>" format as well.
4155 (Man-default-man-entry): Remove spurious var shadowing the argument.
4156
4157 2009-11-26 Kevin Ryde <user42@zip.com.au>
4158
4159 * log-view.el: Add "Keywords: tools", since its other keywords
4160 aren't in finder-known-keywords, and following vc.el.
4161
4162 * sha1.el (sha1-string-external): default-directory "/" in case
4163 otherwise non-existent. process-connection-type pipe for touch of
4164 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4165
4166 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 Misc coding convention cleanups.
4169 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4170 hfy-init-kludge-hooks.
4171 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4172 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4173 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4174 and push.
4175 (hfy-slant, hfy-weight): Use tables rather than code.
4176 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4177 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4178 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4179 (hfy-face-to-css): Remove `nconc' with single arg.
4180 (hfy-p-to-face-lennart): Use `or'.
4181 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4182 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4183 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4184 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4185 (hfy-force-fontification): Use run-hooks.
4186
4187 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4188
4189 Various minor fixes.
4190 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4191 Javascript belongs in the header, not the body.
4192 (hfy-javascript): Remove.
4193 (hfy-fontify-buffer): Don't insert it any more.
4194 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4195 Fix bug in invis handling when there were no invis props in a chunk.
4196
4197 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4200
4201 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4202
4203 * finder.el (finder-mode-map): Add a menu.
4204
4205 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4206
4207 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4208 "unsigned" structs.
4209
4210 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4211 fork" statement better.
4212
4213 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4214
4215 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4216 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4217 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4218 Reported by Clay Douglass.
4219
4220 (verilog-auto-inst, verilog-auto-star-safe)
4221 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4222 Fix removing "// Interfaces" when saving .* expansions. Reported by
4223 Pierre-David Pfister.
4224
4225 2009-11-26 Glenn Morris <rgm@gnu.org>
4226
4227 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4228 the scope.
4229
4230 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4231
4232 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4233 Really use previous revision.
4234
4235 2009-11-25 Kevin Ryde <user42@zip.com.au>
4236
4237 * man.el (Man-completion-table): default-directory "/" in case
4238 doesn't otherwise exist. process-environment COLUMNS=999 so as
4239 not to truncate long names. process-connection-type pipe to avoid
4240 any chance of hitting the pseudo-tty TIOCGWINSZ.
4241 (man): completion-ignore-case t for friendliness and since man
4242 itself is case-insensitive on the command line.
4243 Further to Bug#3717.
4244
4245 * arc-mode.el: Add "Keywords: files", so the details in its
4246 commentary can be reached from finder-by-keyword.
4247 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4248 editing mode, but it's comms related and sgml-mode.el has "comm"
4249 on that basis too.
4250 * textmodes/bibtex-style.el: Add "Keywords: tex".
4251 * international/isearch-x.el, international/ja-dic-cnv.el:
4252 * international/ja-dic-utl.el, international/kkc.el:
4253 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4254
4255 2009-11-25 Juri Linkov <juri@jurta.org>
4256
4257 * man.el (Man-completion-table): Modify regexp to include
4258 section names to completion strings. (Bug#3717)
4259
4260 2009-11-25 Juri Linkov <juri@jurta.org>
4261
4262 Search recursively in gzipped files. (Bug#4982)
4263
4264 * progmodes/grep.el (grep-highlight-matches): Add new options
4265 `always' and `auto'. Doc fix.
4266 (grep-process-setup): Check `grep-highlight-matches' for
4267 `auto-detect' to determine the need to compute grep defaults.
4268 Move Windows/DOS specific --colors settings handling
4269 to `grep-compute-defaults'. Check `grep-highlight-matches'
4270 to get the value of "--color=".
4271 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4272 has the value `auto-detect'. Move Windows/DOS specific settings
4273 from `grep-process-setup'.
4274 (zrgrep): New command with alias `rzgrep'.
4275
4276 2009-11-25 Juri Linkov <juri@jurta.org>
4277
4278 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4279 to nil instead of switching off view-mode. (Bug#4896)
4280
4281 2009-11-25 Juri Linkov <juri@jurta.org>
4282
4283 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4284
4285 * mwheel.el (mwheel-scroll-up-function)
4286 (mwheel-scroll-down-function): New defvars.
4287 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4288 `scroll-up', and `mwheel-scroll-down-function' instead of
4289 `scroll-down'.
4290
4291 * doc-view.el (doc-view-scroll-up-or-next-page)
4292 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4293 Use this ARG in the call to image-scroll-up/image-scroll-down.
4294 Change `interactive' spec to "P". Goto next/previous page only
4295 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4296 SPC/DEL case). Doc fix.
4297 (doc-view-next-line-or-next-page)
4298 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4299 for consistency.
4300 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4301 `doc-view-scroll-up-or-next-page', and buffer-local
4302 `mwheel-scroll-down-function' to
4303 `doc-view-scroll-down-or-previous-page'.
4304
4305 2009-11-25 Juri Linkov <juri@jurta.org>
4306
4307 Provide additional default values (directories at other Dired
4308 windows) via M-n in the minibuffer of some Dired commands.
4309
4310 * dired-aux.el (dired-diff, dired-compare-directories)
4311 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4312 `minibuffer-default' in `minibuffer-with-setup-hook'.
4313 (dired-dwim-target-directory): Find a window that displays Dired
4314 buffer instead of failing when the next window is not Dired.
4315 Use `get-window-with-predicate' to find for the next Dired window.
4316 (dired-dwim-target-defaults): New function.
4317
4318 * ediff-util.el (ediff-read-file-name):
4319 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4320 in `minibuffer-with-setup-hook'.
4321
4322 2009-11-25 Juri Linkov <juri@jurta.org>
4323
4324 Provide additional default values (file name at point or at the
4325 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4326
4327 * minibuffer.el (read-file-name-defaults): New function.
4328 (read-file-name): Reset `minibuffer-default' to nil when
4329 it duplicates initial input `insdef'.
4330 Bind `minibuffer-default-add-function' to lambda that
4331 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4332 (minibuffer-insert-file-name-at-point): New command.
4333
4334 * files.el (file-name-at-point-functions): New defcustom.
4335 (find-file-default): Remove defvar.
4336 (find-file-read-args): Don't use `find-file-default'.
4337 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4338 to `read-file-name'.
4339 (find-file-literally): Use `read-file-name' with
4340 `confirm-nonexistent-file-or-buffer'.
4341
4342 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4343
4344 * dired.el (dired-read-dir-and-switches):
4345 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4346 to `read-file-name'.
4347 (dired-file-name-at-point): New function.
4348 (dired-mode): Add hook `dired-file-name-at-point' to
4349 `file-name-at-point-functions'.
4350
4351 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 Really make the *Completions* window soft-dedicated (bug#5030).
4354 * window.el (window--display-buffer-2): Add `dedicated' argument.
4355 (display-buffer): Pass it when needed so the dedicated flag is set
4356 after calling set-window-buffer, which would otherwise reset it.
4357
4358 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * progmodes/meta-mode.el (meta-complete-symbol):
4361 * progmodes/etags.el (complete-tag):
4362 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4363 Use completion-in-region.
4364
4365 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4366 (dabbrev-completion): Use completion-in-region.
4367 (dabbrev--abbrev-at-point): Simplify regexp.
4368
4369 * abbrev.el (abbrev--before-point): Use word-motion functions
4370 if :regexp is not specified (bug#5031).
4371
4372 * subr.el (string-prefix-p): New function.
4373
4374 * man.el (Man-completion-cache): New var.
4375 (Man-completion-table): Use it.
4376
4377 * vc.el (vc-print-log-internal): Make `limit' optional for better
4378 compatibility (e.g. with vc-annotate.el).
4379
4380 2009-11-24 Kevin Ryde <user42@zip.com.au>
4381
4382 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4383 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4384
4385 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4386 when .el source file not found or other error.
4387
4388 2009-11-24 Markus Triska <markus.triska@gmx.at>
4389
4390 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4391
4392 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 Handle the [back] button properly (bug#4979).
4395 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4396 Use help-setup-xref, help-buffer, and with-help-window.
4397 (describe-char): Add `buffer' argument.
4398 Pass proper command to help-setup-xref. Don't meddle with
4399 help-xref-stack-item directly.
4400 (describe-text-category): Use with-help-window and help-buffer.
4401
4402 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4403 for the displayed buffer (bug#4887).
4404
4405 * man.el (Man-completion-table): New function.
4406 (man): Use it.
4407
4408 2009-11-24 David Reitter <david.reitter@gmail.com>
4409
4410 * vc-git.el (vc-git-registered): Use checkout directory (where
4411 .git is) rather than the file's directory and a relative path spec
4412 to work around a bug in git.
4413
4414 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4415
4416 Improve handling of processes on remote hosts.
4417
4418 * eshell/esh-util.el (eshell-path-env): New defvar.
4419 (eshell-parse-colon-path): New defun.
4420 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4421
4422 * eshell/esh-ext.el (eshell-search-path):
4423 Use `eshell-parse-colon-path'.
4424 (eshell-remote-command): Remove argument HANDLER.
4425 (eshell-external-command): Check for FTP remote connection.
4426
4427 * eshell/esh-proc.el (eshell-gather-process-output):
4428 Use `file-truename', in order to start also symlinked files.
4429 Apply `start-file-process' instead of `start-process'.
4430 Shorten `command' to the local file name part.
4431
4432 * eshell/em-cmpl.el (eshell-complete-commands-list):
4433 Use `eshell-parse-colon-path'.
4434
4435 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4436
4437 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4438 to `eshell-directory-change-hook'.
4439
4440 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4441
4442 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4443 because it could be enabled automatically if view-read-only is non-nil.
4444
4445 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4446
4447 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4448 made on 2009-11-22.
4449
4450 2009-11-24 Glenn Morris <rgm@gnu.org>
4451
4452 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4453 deleted variable bookmark-bmenu-bookmark-column.
4454
4455 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4456 Move after definition of global-semantic-idle-tag-highlight-mode.
4457
4458 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4461
4462 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4463
4464 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4465 two slashes to the "file:" prefix.
4466 (browse-url-file-url): De-munge Cygwin filenames before passing
4467 them to Windows browser.
4468 (browse-url-default-windows-browser): Use call-process.
4469
4470 2009-11-23 Juri Linkov <juri@jurta.org>
4471
4472 Implement DocView Continuous mode. (Bug#4896)
4473 * doc-view.el (doc-view-continuous-mode): New defcustom.
4474 (doc-view-mode-map): Bind C-n/<down> to
4475 `doc-view-next-line-or-next-page', C-p/<up> to
4476 `doc-view-previous-line-or-previous-page'.
4477 (doc-view-next-line-or-next-page)
4478 (doc-view-previous-line-or-previous-page): New commands.
4479
4480 2009-11-23 Juri Linkov <juri@jurta.org>
4481
4482 Implement Isearch in comint input history. (Bug#3746)
4483 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4484 `isearch-mode-hook'.
4485 (comint-history-isearch): New defcustom.
4486 (comint-history-isearch-backward)
4487 (comint-history-isearch-backward-regexp): New commands.
4488 (comint-history-isearch-message-overlay): New buffer-local variable.
4489 (comint-history-isearch-setup, comint-history-isearch-end)
4490 (comint-goto-input, comint-history-isearch-search)
4491 (comint-history-isearch-message, comint-history-isearch-wrap)
4492 (comint-history-isearch-push-state)
4493 (comint-history-isearch-pop-state): New functions.
4494
4495 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4498 return.
4499 (tramp-handle-make-symbolic-link)
4500 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4501 Quote file names.
4502 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4503 (tramp-handle-process-file): Use it.
4504
4505 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * window.el (move-to-window-line-last-op): Remove.
4508 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4509
4510 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4511
4512 Make M-r mirror the new cycling behavior of C-l.
4513 * window.el (move-to-window-line-last-op): New var.
4514 (move-to-window-line-top-bottom): New command.
4515 (global-map): Bind M-r move-to-window-line-top-bottom.
4516
4517 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4518
4519 * dired-x.el (dired-guess-shell-alist-default):
4520 Support xz format. (Bug#4953)
4521
4522 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * cedet/srecode/map.el (srecode-get-maps):
4525 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4526 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4527 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4528 (semantic-toggle-decoration-style):
4529 * cedet/semantic/decorate/include.el
4530 (semantic-decoration-include-describe)
4531 (semantic-decoration-unknown-include-describe)
4532 (semantic-decoration-unparsed-include-describe)
4533 (semantic-decoration-all-include-summary):
4534 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4535 * cedet/semantic/analyze/complete.el
4536 (semantic-analyze-possible-completions):
4537 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4538 (semantic-show-unmatched-syntax-mode)
4539 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4540 (semantic-highlight-func-mode):
4541 * cedet/semantic/util.el (semantic-describe-buffer):
4542 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4543 (semantic-symref-find-tags-by-name)
4544 (semantic-symref-find-tags-by-regexp)
4545 (semantic-symref-find-tags-by-completion)
4546 (semantic-symref-find-file-references-by-name)
4547 (semantic-symref-find-text):
4548 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4549 (senator-yank-tag):
4550 * cedet/semantic/scope.el (semantic-calculate-scope):
4551 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4552 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4553 (define-semantic-idle-service):
4554 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4555 (semantic-complete-analyze-inline-idle):
4556 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4557 * cedet/mode-local.el (describe-mode-local-bindings)
4558 (describe-mode-local-bindings-in-mode):
4559 * cedet/ede/make.el (ede-make-check-version):
4560 * cedet/ede/locate.el (ede-enable-locate-on-project):
4561 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4562 (cedet-idutils-version-check):
4563 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4564 (cedet-gnu-global-version-check):
4565 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4566 (cedet-cscope-version-check): Use called-interactively-p instead
4567 of interactive-p.
4568
4569 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4570 Use semantic-format-tag-prototype.
4571
4572 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4573
4574 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4575 last-command-char/last-command-event.
4576 (viper-prefix-arg-value): Do correct conversion of event-char for
4577 XEmacs.
4578
4579 * emulation/viper-util.el, emulation/viper.el:
4580 Use viper-last-command-char instead of
4581 last-command-char/last-command-event.
4582
4583 * ediff-init.el, ediff-mult.el, ediff-util.el:
4584 Replace last-command-char and last-command-event
4585 with (ediff-last-command-char) everywhere.
4586
4587 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4588 created in fundamental mode.
4589
4590 * ediff.el (ediff-version): Revert the change of interactive-p to
4591 called-interactively-p.
4592
4593 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4594
4595 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4596 generation from word-movement command names.
4597
4598 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4601 (semantic-complete-jump-local, semantic-complete-jump):
4602 Improve prompt string.
4603
4604 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4605
4606 * cus-start.el (all): Add native condition for font-use-system-font.
4607
4608 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4609
4610 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4611 Correct the patch from 2009-11-18. (Bug#3910)
4612
4613 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4614
4615 * progmodes/subword.el: Rename from lisp/subword.el.
4616
4617 * subword.el: Rename to progmodes/subword.el.
4618
4619 * Makefile.in (ELCFILES): Adapt to subword.el move.
4620
4621 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4622 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4625 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4626 (bookmark-bmenu-show-filenames): Use push.
4627 (bookmark-bmenu-hide-filenames): Use local var instead of
4628 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4629 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4630 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4631 filenames now that the bookmark names are always available.
4632
4633 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4636 (bookmark-search-pattern): Move and leave unbound.
4637 (bookmark-bmenu-mode-map): Change binding.
4638 (bookmark-read-search-input): Simplify.
4639 Don't use text-char-description. Don't error on non-char events.
4640 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4641 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4642 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4643 Use a local var for the timer.
4644 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4645 (i.e. bookmark-bmenu-search).
4646
4647 2009-11-21 Glenn Morris <rgm@gnu.org>
4648
4649 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4650
4651 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4652
4653 * net/browse-url.el (browse-url-default-windows-browser):
4654 Use cygstart for cygwin.
4655
4656 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4657
4658 * bookmark.el: Formatting and doc fixes only:
4659 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4660 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4661 Minor grammar and punctuation fixes in doc string.
4662 (bookmark-read-search-input): Adjust to fit within 80 columns.
4663
4664 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4665
4666 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4667 (c-backward-into-nomenclature): Adapt to subword renaming.
4668
4669 * subword.el (subword-forward, subword-backward, subword-mark)
4670 (subword-kill, subword-backward-kill, subword-transpose)
4671 (subword-downcase, subword-upcase, subword-capitalize)
4672 (subword-forward-internal, subword-backward-internal):
4673 Rename from forward-subword, backward-subword, mark-subword,
4674 kill-subword, backward-kill-subword, transpose-subwords,
4675 downcase-subword, upcase-subword, capitalize-subword,
4676 forward-subword-internal, backward-subword-internal.
4677
4678 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4679
4680 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4681 New options.
4682 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4683 New vars.
4684 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4685 (bookmark-bmenu-filter-alist-by-regexp)
4686 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4687 (bookmark-bmenu-search): New command.
4688 (bookmark-bmenu-mode-map): Bind it.
4689
4690 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4693
4694 * cedet/semantic/idle.el (define-semantic-idle-service)
4695 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4696
4697 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4698
4699 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4700 backward-subword to quit the byte-compiler.
4701
4702 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4703
4704 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4705
4706 * progmodes/cc-cmds.el (c-update-modeline)
4707 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4708 Refer to subword.el functions instead of cc-subword.el.
4709
4710 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4711 subword.el functions instead of cc-subword.el.
4712
4713 * progmodes/cc-subword.el: Rename to subword.el.
4714 * subword.el: Rename from progmodes/cc-subword.el.
4715 (subword-mode-map): Rename from c-subword-mode-map.
4716 (subword-mode): Rename from c-subword-mode.
4717 (global-subword-mode): New global minor mode.
4718 (forward-subword): Rename from c-forward-subword.
4719 (backward-subword): Rename from c-backward-subword.
4720 (mark-subword): Rename from c-mark-subword.
4721 (kill-subword): Rename from c-kill-subword.
4722 (backward-kill-subword): Rename from c-backward-kill-subword.
4723 (transpose-subwords): Rename from c-tranpose-subword.
4724 (downcase-subword): Rename from c-downcase-subword.
4725 (capitalize-subword): Rename from c-capitalize-subword.
4726 (forward-subword-internal): Rename from c-forward-subword-internal.
4727 (backward-subword-internal): Rename from c-backward-subword-internal.
4728
4729 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4730
4731 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4732 from a dired buffer.
4733 (vc-dired-deduce-fileset): New function.
4734 (vc-root-diff, vc-print-root-log): Use it.
4735
4736 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4737 nil LIMIT argument to vc-print-log-internal.
4738
4739 2009-11-20 Glenn Morris <rgm@gnu.org>
4740
4741 * Makefile.in (ELCFILES): Regenerate.
4742
4743 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4746
4747 * cedet/semantic.el: Enable idle-mode menu items only if
4748 global-semantic-idle-scheduler-mode is enabled.
4749 (semantic-default-submodes): Doc fix.
4750
4751 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4752 When turning off, disable other idle modes.
4753
4754 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4755
4756 * calc/calc.el (calc-set-mode-line):
4757 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4758 (math-format-number): Rename `math-format-complement-signed' to
4759 `math-format-twos-complement'.
4760
4761 * calc/calc-bin.el (math-format-twos-complement): Rename from
4762 math-format-complement-signed.
4763 (calc-radix): Rename `calc-complement-signed-mode' to
4764 `calc-twos-complement-mode'.
4765 (calc-octal-radix, calc-hex-radix): Add an argument for
4766 two's complement.
4767
4768 * calc/calc-embed.el (calc-embedded-mode-vars):
4769 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4770
4771 * calc/calc-ext.el (calc-init-extensions):
4772 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4773 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4774
4775 * calc/calc-units.el (math-build-units-table-buffer):
4776 Let `calc-twos-complement-mode' be nil.
4777
4778 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4779 entries.
4780
4781 * calc/calc-vec.el (calcFunc-vunpack):
4782 * calc/calc-aent.el (calc-do-calc-eval):
4783 * calc/calc-forms.el (math-format-date):
4784 * calc/calc-graph.el (calc-graph-plot):
4785 * calc/calc-math.el (math-use-emacs-fn):
4786 * calc/calccomp.el (math-compose-expr):
4787 Let `calc-twos-complement-mode' be nil.
4788
4789 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4792 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4793 * minibuffer.el (completion-in-region-functions): New hook.
4794 (completion-in-region): New function.
4795 * emacs-lisp/lisp.el (lisp-complete-symbol):
4796 * pcomplete.el (pcomplete-std-complete): Use it.
4797
4798 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4801 (latex-complete-alist): New vars.
4802 (latex-string-prefix-p, latex-complete-bibtex-keys)
4803 (latex-complete-envnames, latex-complete-refkeys)
4804 (latex-complete-data): New functions.
4805 (latex-complete, latex-indent-or-complete): New commands.
4806
4807 * window.el (display-buffer-mark-dedicated): New var.
4808 (display-buffer): Obey it.
4809 * minibuffer.el (minibuffer-completion-help): Use it.
4810
4811 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4812
4813 * filecache.el (file-cache-add-file): Use push and cons.
4814 (file-cache-delete-file-regexp): Use push.
4815 (file-cache-complete): Use completion-in-region.
4816
4817 * simple.el (with-wrapper-hook): Fix thinko.
4818
4819 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4820 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4821 Use with-current-buffer and string-to-number.
4822 (hfy-fallback-colour-values): Use assoc-string.
4823 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4824 (hfy-face-at): Remove unused var `found-face'.
4825 (hfy-compile-stylesheet): Remove unused var `css'.
4826 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4827 and `orig-buffer'.
4828 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4829 Use with-current-buffer.
4830 (hfy-text-p): Use expand-file-name and fewer setq.
4831
4832 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4833
4834 * htmlfontify.el, hfy-cmap.el: New files.
4835
4836 2009-11-19 Juri Linkov <juri@jurta.org>
4837
4838 * minibuffer.el (completions-format): New defcustom.
4839 (completion--insert-strings): Implement vertical format.
4840
4841 * simple.el (switch-to-completions): Move point to the first
4842 completion when point was at the beginning of the buffer.
4843
4844 2009-11-19 Juri Linkov <juri@jurta.org>
4845
4846 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4847
4848 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4849
4850 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4853 (mail-signature): Change default to t.
4854 (mail-from-style): Deprecate `system-default' value.
4855 (mail-insert-from-field): For default value of mail-from-style,
4856 default to `angles' unless `angles' needs quoting and `parens'
4857 does not.
4858 (mail-citation-prefix-regexp): Use citation regexp from
4859 message-mode.
4860
4861 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4862
4863 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4864 Set variables for computing the prompt for reading password.
4865
4866 2009-11-19 Glenn Morris <rgm@gnu.org>
4867
4868 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4869
4870 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4871
4872 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4873 (newsticker-treeview-listwindow-height): Fix custom type.
4874
4875 2009-11-19 Kenichi Handa <handa@m17n.org>
4876
4877 * descr-text.el (describe-char-padded-string): Compose with TAB
4878 only if there's a font for CH.
4879 (describe-char): Fix the condition for detecting a trivial composition.
4880
4881 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4882
4883 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4884 more accurate version of the regexp. (Bug#3910)
4885
4886 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4887
4888 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4889
4890 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4893 (font-setting-change-default-font): Fix typo in docstring.
4894
4895 2009-11-18 Alan Mackenzie <acm@muc.de>
4896
4897 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4898
4899 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4900
4901 * font-setting.el (font-use-system-font): Move ...
4902
4903 * cus-start.el (all): ... to here.
4904
4905 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4906
4907 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4908 Don't set `ad-return-value' if `ad-do-it' doesn't.
4909
4910 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4911 modification time.
4912
4913 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4914
4915 * menu-bar.el: Put "Use system font" in Option-menu.
4916 (menu-bar-options-save): Add font-use-system-font.
4917
4918 * loadup.el: If feature system-font-setting or font-render-setting is
4919 there, load font-setting.
4920
4921 * Makefile.in (ELCFILES): Add font-settings.el.
4922 * font-setting.el: New file.
4923
4924 2009-11-17 Glenn Morris <rgm@gnu.org>
4925
4926 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4927
4928 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4929 Preserve point in the list buffer. (Bug#4939)
4930 Use point-at-eol.
4931 (newsticker--treeview-list-update-highlight)
4932 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4933
4934 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4935
4936 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4937 Remove.
4938
4939 * calc/calc-ext.el (calc-init-extensions): Remove references to
4940 symclip.
4941
4942 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4943
4944 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4945 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4946 `calc-symclip'.
4947
4948 2009-11-16 Kevin Ryde <user42@zip.com.au>
4949
4950 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4951 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4952
4953 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4954 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4955 Ignore trailing spaces by omit-nulls to split-string (fixing
4956 regression from Emacs 21 due to the incompatible split-string
4957 change). (Bug #4928.)
4958
4959 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4960
4961 * vc.el (vc-log-show-limit): Default to 2000.
4962 (vc-print-log-internal): Insert buttons to request more entries
4963 when limiting the output.
4964
4965 * vc-sccs.el (vc-sccs-print-log):
4966 * vc-rcs.el (vc-rcs-print-log):
4967 * vc-cvs.el (vc-cvs-print-log):
4968 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4969 LIMIT is non-nil.
4970
4971 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4972
4973 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4974 error when `tramp-gvfs-dbus-event-vector' is set.
4975 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4976
4977 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4980
4981 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/dbus.el (dbus-unregister-service): New defun.
4984 (dbus-register-property): Register the handlers of
4985 "org.freedesktop.DBus.Properties" for SERVICE.
4986 (dbus-property-handler): Fix docstring.
4987
4988 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4989
4990 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4991 Quote doc string reference in defvaralias as it is not in special form.
4992 (byte-compile-output-docform): Doc fix.
4993
4994 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4995
4996 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4997 (calc-complement-signed-mode): New variables.
4998 (calc-set-mode-line): Add indicator for twos-complements.
4999 (math-format-number): Format twos-complement notation.
5000
5001 * calc/calc-bin.el (calc-word-size): Reset the variables
5002 `math-2-word-size' and `math-half-2-word-size'.
5003 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5004 (calc-symclip): New functions.
5005
5006 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5007
5008 * calc/calc-embed.el (calc-embedded-mode-vars):
5009 Add `calc-complement-signed-mode' to the list of modes.
5010
5011 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5012 (calc-b-oper-keys): Add `calc-symclip' to list.
5013
5014 * calc/calc-ext.el (math-read-number-fancy): Read complement
5015 signed numbers.
5016 (calc-init-extensions): Add binding for `calc-symclip'.
5017 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5018
5019 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5020 `calc-symclip'.
5021 (calc-modes-menu): Add item for twos complement mode.
5022
5023 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5024
5025 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * register.el (jump-to-register, insert-register): Handle Semantic
5028 tags. From commented-out advice in semantic/senator.el.
5029
5030 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5031
5032 * vc.el (vc-log-show-limit): New variable.
5033 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5034 when using a prefix argument.
5035 (vc-print-log-internal): Add new argument LIMIT.
5036
5037 * vc-svn.el (vc-svn-print-log):
5038 * vc-mtn.el (vc-mtn-print-log):
5039 * vc-hg.el (vc-hg-print-log):
5040 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5041 pass it to the log command when set. Make the BUFFER argument
5042 non-optional.
5043
5044 * vc-sccs.el (vc-sccs-print-log):
5045 * vc-rcs.el (vc-rcs-print-log):
5046 * vc-git.el (vc-git-print-log):
5047 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5048 ignore it. Make the BUFFER argument non-optional
5049
5050 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5051
5052 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * dired.el (dired-mode-map): Move encryption items to "Operate"
5055 menu (Bug#4703).
5056
5057 * strokes.el (strokes-update-window-configuration): Make strokes
5058 buffer current before erasing (Bug#4906).
5059
5060 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5061 (semantic-idle-summary-mode): Define using define-minor-mode
5062 instead of define-semantic-idle-service.
5063 (semantic-idle-summary-mode): New function.
5064 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5065 that mouse motion does not reset the echo area.
5066
5067 2009-11-15 Juri Linkov <juri@jurta.org>
5068
5069 * simple.el (set-mark-default-inactive): Add :type, :group
5070 and :version. (Bug#4876)
5071
5072 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5075 (archive-unique-fname): ... here. (Bug#4929)
5076
5077 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5080 with a real fix.
5081
5082 * novice.el (disabled-command-function): Add useful args.
5083 Setup the help buffer so that [back] works.
5084 Remove redundant call to help-mode.
5085 (disabled-command-function): Use `case'.
5086 (en/disable-command): New function extracted from enable-command.
5087 (enable-command, disable-command): Use it.
5088
5089 2009-11-14 Glenn Morris <rgm@gnu.org>
5090
5091 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5092 constants. (Bug#4913)
5093
5094 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5095
5096 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5097
5098 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5099 defined in C that have no doc-strings. (Bug#1063)
5100
5101 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5102
5103 * cus-edit.el (data, files):
5104 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5105
5106 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * simple.el (shell-command): Doc fix (Bug#4891).
5109
5110 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5111
5112 2009-11-14 Glenn Morris <rgm@gnu.org>
5113
5114 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5115 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5116 If they are already loaded, eval-after-load will do the right thing.
5117
5118 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5119 compiling.
5120
5121 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5122
5123 * simple.el (x-selection-owner-p): Declare.
5124 (read-mail-command): Use custom radio type rather than choice.
5125 (completion-no-auto-exit): Doc fix.
5126
5127 * custom.el (defgroup):
5128 * epg-config.el (epg): Doc fixes.
5129
5130 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5131
5132 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5133 * international/ccl.el (define-ccl-program): Do not purecopy the
5134 docstring, defconst does it anyway.
5135
5136 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5139 a second time.
5140
5141 * x-dnd.el (x-dnd-maybe-call-test-function):
5142 * window.el (split-window-vertically):
5143 * whitespace.el (whitespace-help-on):
5144 * vc-rcs.el (vc-rcs-consult-headers):
5145 * userlock.el (ask-user-about-lock-help)
5146 (ask-user-about-supersession-help):
5147 * type-break.el (type-break-force-mode-line-update):
5148 * time-stamp.el (time-stamp-conv-warn):
5149 * terminal.el (te-set-output-log, te-more-break, te-filter)
5150 (te-sentinel, terminal-emulator):
5151 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5152 (term-write-input-ring, term-check-source, term-start-output-log):
5153 (term-display-buffer-line, term-dynamic-list-completions):
5154 (term-ansi-make-term, serial-term):
5155 * subr.el (selective-display):
5156 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5157 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5158 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5159 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5160 (speedbar-remove-localized-speedbar-support)
5161 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5162 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5163 (speedbar-buffers-line-directory):
5164 * simple.el (shell-command-on-region, append-to-buffer)
5165 (prepend-to-buffer):
5166 * shadowfile.el (shadow-save-todo-file):
5167 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5168 (scroll-bar-maybe-set-window-start):
5169 * sb-image.el (speedbar-image-dump):
5170 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5171 (load-save-place-alist-from-file):
5172 * ps-samp.el (ps-print-message-from-summary):
5173 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5174 (ps-background-image, ps-begin-job, ps-do-despool):
5175 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5176 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5177 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5178 (pr-call-process, pr-file-list, pr-interface-save):
5179 * novice.el (disabled-command-function)
5180 (enable-command, disable-command):
5181 * mouse.el (mouse-buffer-menu-alist):
5182 * mouse-copy.el (mouse-kill-preserving-secondary):
5183 * macros.el (kbd-macro-query):
5184 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5185 * informat.el (batch-info-validate):
5186 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5187 * hippie-exp.el (try-expand-dabbrev-visible):
5188 * help-mode.el (help-make-xrefs):
5189 * help-fns.el (describe-variable):
5190 * generic-x.el (bat-generic-mode-run-as-comint):
5191 * finder.el (finder-mouse-select):
5192 * find-dired.el (find-dired-sentinel):
5193 * filesets.el (filesets-file-close):
5194 * files.el (list-directory):
5195 * faces.el (list-faces-display, describe-face):
5196 * facemenu.el (list-colors-display):
5197 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5198 * epg.el (epg--process-filter, epg-cancel):
5199 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5200 (epa--read-signature-type):
5201 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5202 (emerge-file-names):
5203 * ehelp.el (electric-helpify):
5204 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5205 * ediff-vers.el (rcs-ediff-view-revision):
5206 * ediff-util.el (ediff-setup):
5207 * ediff-mult.el (ediff-append-custom-diff):
5208 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5209 (ediff-wordify):
5210 * echistory.el (Electric-command-history-redo-expression):
5211 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5212 * disp-table.el (describe-display-table):
5213 * dired.el (dired-find-buffer-nocreate):
5214 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5215 * dabbrev.el (dabbrev--same-major-mode-p):
5216 * chistory.el (list-command-history):
5217 * apropos.el (apropos-documentation):
5218 * allout.el (allout-obtain-passphrase):
5219 (allout-copy-exposed-to-buffer):
5220 (allout-verify-passphrase): Use with-current-buffer.
5221
5222 2009-11-13 Glenn Morris <rgm@gnu.org>
5223
5224 * Makefile.in (ELCFILES): Regenerate.
5225
5226 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * net/dbus.el (dbus-registered-objects-table): Rename from
5229 `dbus-registered-functions-table', because it contains also properties.
5230 (dbus-unregister-object): Unregister also properties.
5231 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5232 Use a timeout of 500 msec, in order to not block.
5233 (dbus-register-property, dbus-property-handler): New defuns.
5234
5235 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * simple.el (minibuffer-default-add-completions): Drop deprecated
5238 4th arg.
5239
5240 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5241
5242 * textmodes/artist.el (artist-mouse-choose-operation):
5243 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5244 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5245 (artist-compute-up-event-key): New function.
5246 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5247
5248 2009-11-13 Kenichi Handa <handa@m17n.org>
5249
5250 * language/japan-util.el: Make sure that the value of jisx0208
5251 property is jisx0208 character.
5252
5253 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5256 car or each item, not the whole list.
5257
5258 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * minibuffer.el (minibuffer-completion-help):
5261 Use minibuffer-hide-completions.
5262
5263 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5264
5265 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5266 (dired-revert): Use them (bug#4880).
5267
5268 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5271
5272 2009-11-12 Juri Linkov <juri@jurta.org>
5273
5274 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5275 New functions.
5276 (find-file-literally-at-point): Alias of `ffap-literally'.
5277
5278 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5279
5280 * textmodes/ispell.el (ispell-skip-region-alist):
5281 * textmodes/css-mode.el (auto-mode-alist):
5282 * progmodes/compile.el (auto-mode-alist):
5283 * international/mule.el (ctext-non-standard-encodings-alist)
5284 (ctext-non-standard-encodings-regexp):
5285 * simple.el (shell-command-switch, text-read-only):
5286 * replace.el (occur-mode-map):
5287 * paths.el (rmail-file-name):
5288 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5289 * find-file.el (ff-special-constructs):
5290 * files.el (file-name-handler-alist):
5291 * composite.el: Purecopy strings.
5292
5293 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5294
5295 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * widget.el (define-widget): Purecopy the docstring.
5298 * international/mule-cmds.el (charset): Do not purecopy the
5299 docstring here, define-widget does it.
5300
5301 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5302 * textmodes/bibtex-style.el (auto-mode-alist):
5303 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5304 * progmodes/compile.el (compile-command):
5305 * language/korea-util.el (default-korean-keyboard):
5306 * international/mule-conf.el (file-coding-system-alist):
5307 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5308 * tooltip.el (tooltip-frame-parameters):
5309 * newcomment.el (comment-end, comment-padding):
5310 * dired.el (dired-trivial-filenames):
5311 * comint.el (comint-file-name-prefix): Purecopy initial values.
5312
5313 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5314
5315 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5316 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5317 `tramp-unload'.
5318 (tramp-advice-make-auto-save-file-name)
5319 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5320 after removing the advice.
5321
5322 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5323
5324 * progmodes/grep.el (grep-regexp-alist):
5325 * international/mule-cmds.el (iso-2022-control-alist):
5326 * emacs-lisp/timer.el (timer-duration-words):
5327 * subr.el (version-separator, version-regexp-alist):
5328 * minibuffer.el (completion-styles-alist):
5329 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5330 Change defvars to defconsts.
5331
5332 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5333 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5334 * international/mule-conf.el: Allow to be byte compiled.
5335
5336 * international/mule.el (define-charset): Purecopy props.
5337 (load-with-code-conversion): Purecopy doc string and file name.
5338 (put-charset-property): Purecopy strings.
5339 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5340
5341 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5342 (define-char-code-property): Correctly purecopy the table.
5343
5344 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5345
5346 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5347
5348 * subr.el (add-hook): Purecopy strings.
5349 (eval-after-load): Purecopy load-history-regexp and the form.
5350
5351 * custom.el (custom-declare-group): Purecopy load-file-name.
5352
5353 * subr.el (menu-bar-separator): New defconst.
5354 * net/eudc.el (eudc-tools-menu):
5355 * international/mule-cmds.el (set-coding-system-map)
5356 (mule-menu-keymap):
5357 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5358 * vc-hooks.el (vc-menu-map):
5359 * replace.el (occur-mode-map):
5360 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5361 (menu-bar-edit-menu, menu-bar-goto-menu)
5362 (menu-bar-custom-menu, menu-bar-showhide-menu)
5363 (menu-bar-options-menu, menu-bar-tools-menu)
5364 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5365 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5366 (menu-bar-help-menu):
5367 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5368 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5369
5370 * term/x-win.el (x-gtk-stock-map):
5371 * progmodes/vera-mode.el (auto-mode-alist):
5372 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5373 (inferior-lisp-program, inferior-lisp-load-command):
5374 * progmodes/hideshow.el (hs-special-modes-alist):
5375 * progmodes/gud.el (same-window-regexps):
5376 * progmodes/grep.el (grep-program, find-program, xargs-program):
5377 * net/telnet.el (same-window-regexps):
5378 * net/rlogin.el (same-window-regexps):
5379 * language/ethiopic.el (font-ccl-encoder-alist):
5380 * vc-sccs.el (vc-sccs-master-templates):
5381 * vc-rcs.el (vc-rcs-master-templates):
5382 * subr.el (cl-assertion-failed):
5383 * simple.el (next-error-overlay-arrow-position):
5384 * lpr.el (lpr-command):
5385 * locate.el (locate-ls-subdir-switches):
5386 * info.el (same-window-regexps, info)
5387 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5388 * image-mode.el (image-mode, auto-mode-alist):
5389 * hippie-exp.el (hippie-expand-ignore-buffers):
5390 * format.el (format-alist):
5391 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5392 (find-name-arg):
5393 * facemenu.el (facemenu-keybindings):
5394 * dired.el (dired-listing-switches, dired-chown-program):
5395 * diff.el (diff-switches, diff-command):
5396 * cus-edit.el (same-window-regexps):
5397 * bindings.el (mode-line-mule-info)
5398 (mode-line-buffer-identification): Purecopy strings.
5399
5400 2009-11-11 Juri Linkov <juri@jurta.org>
5401
5402 * simple.el (dired-get-filename) <declare-function>:
5403 Tell the byte-compiler about dired-get-filename.
5404 (shell-command): In Dired mode, get filename from the current line
5405 as the default value.
5406
5407 2009-11-10 Glenn Morris <rgm@gnu.org>
5408
5409 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5410 * calendar/holidays.el, progmodes/cperl-mode.el:
5411 Update x-popup-menu declarations.
5412
5413 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5414 (list-load-path-shadows): Use dolist.
5415 (list-load-path-shadows): Use with-current-buffer.
5416
5417 2009-11-10 Juri Linkov <juri@jurta.org>
5418
5419 * minibuffer.el (read-file-name): Support a list of default values
5420 in `default-filename'. Use the first file name where only one
5421 element is required. Doc fix.
5422
5423 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5424
5425 * net/dbus.el (dbus-unregister-object): Release service, if no
5426 other method is registered for it.
5427
5428 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5429
5430 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5431 bookmark-sort-flag is non-nil (Bug#4653).
5432
5433 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5436 the progress reporter entirely.
5437
5438 * emulation/cua-base.el: Add CUA property to some CC mode commands
5439 (Bug#4100).
5440
5441 2009-11-08 Kevin Ryde <user42@zip.com.au>
5442
5443 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5444 at end of sentence (Bug#4818).
5445
5446 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5447
5448 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5449 Handle "see declaration of" MSFT statements (Bug#4100).
5450
5451 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5452
5453 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5454 (tramp-advice-file-expand-wildcards): Unload via
5455 `ad-remove-advice'.
5456
5457 * net/trampver.el: Update release number.
5458
5459 2009-11-08 Kevin Ryde <user42@zip.com.au>
5460
5461 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5462 `ad-do-it'.
5463
5464 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5465
5466 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5467 in order to keep context in SELinux.
5468
5469 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * dired-aux.el (dired-query): Place cursor in echo area and allow
5472 C-g.
5473
5474 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5475 menu item if not on a directory (Bug#4701).
5476
5477 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5478
5479 Sync with Tramp 2.1.17.
5480
5481 * net/tramp.el (tramp-handle-copy-directory): Don't use
5482 `file-remote-p' (due to compatibility).
5483
5484 * net/tramp-compat.el (tramp-compat-copy-directory)
5485 (tramp-compat-delete-directory): New defuns.
5486
5487 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5488 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5489 `tramp-compat-delete-directory'.
5490
5491 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5492 (tramp-smb-handle-delete-directory): Use
5493 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5494
5495 * net/trampver.el: Update release number.
5496
5497 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * tar-mode.el (tar-copy): Call write-region on the right buffer
5500 (Bug#4857).
5501
5502 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5503 by hand, if necessary (Bug#4878).
5504
5505 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5508 align size column (Bug#4839).
5509
5510 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5511 statement.
5512
5513 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * progmodes/ld-script.el (auto-mode-alist):
5516 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5517
5518 * cus-face.el (custom-declare-face): Purecopy face spec.
5519
5520 2009-11-06 Kenichi Handa <handa@m17n.org>
5521
5522 * international/uni-bidi.el: Re-generated.
5523 * international/uni-category.el: Re-generated.
5524 * international/uni-combining.el: Re-generated.
5525 * international/uni-mirrored.el: Re-generated.
5526
5527 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5530 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5531 (tex-start-options, slitex-run-command, latex-run-command)
5532 (tex-run-command, tex-directory):
5533 * textmodes/ispell.el (ispell-html-skip-alists)
5534 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5535 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5536 (adaptive-fill-regexp):
5537 * textmodes/dns-mode.el (auto-mode-alist):
5538 * progmodes/python.el (interpreter-mode-alist):
5539 * progmodes/etags.el (tags-compression-info-list):
5540 * progmodes/etags.el (tags-file-name):
5541 * net/browse-url.el (browse-url-galeon-program)
5542 (browse-url-firefox-program):
5543 * mail/sendmail.el (mail-signature-file)
5544 (mail-citation-prefix-regexp):
5545 * international/mule-conf.el (eight-bit):
5546 * international/latexenc.el (latex-inputenc-coding-alist):
5547 * international/fontset.el (x-pixel-size-width-font-regexp):
5548 * emacs-lisp/warnings.el (warning-type-format):
5549 * emacs-lisp/trace.el (trace-buffer):
5550 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5551 (emacs-lisp-mode-map):
5552 * calendar/holidays.el (holiday-solar-holidays)
5553 (holiday-bahai-holidays, holiday-islamic-holidays)
5554 (holiday-christian-holidays, holiday-hebrew-holidays)
5555 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5556 (hebrew-holidays-1, holiday-oriental-holidays)
5557 (holiday-general-holidays):
5558 * x-dnd.el (x-dnd-known-types):
5559 * tool-bar.el (tool-bar):
5560 * startup.el (site-run-file):
5561 * shell.el (shell-dumb-shell-regexp):
5562 * rfn-eshadow.el (file-name-shadow-tty-properties)
5563 (file-name-shadow-properties):
5564 * paths.el (remote-shell-program, news-directory):
5565 * mouse.el ([C-down-mouse-3]):
5566 * menu-bar.el (menu-bar-tools-menu):
5567 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5568 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5569 (jka-compr-compression-info-list):
5570 * isearch.el (search-whitespace-regexp):
5571 * image-file.el (image-file-name-extensions):
5572 * find-dired.el (find-ls-option):
5573 * files.el (directory-listing-before-filename-regexp)
5574 (directory-free-space-args, insert-directory-program)
5575 (list-directory-brief-switches, magic-fallback-mode-alist)
5576 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5577 (automount-dir-prefix):
5578 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5579 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5580 (face-font-registry-alternatives, face-font-registry-alternatives)
5581 (face-font-family-alternatives):
5582 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5583 (facemenu-foreground-menu, facemenu-face-menu):
5584 * epa-hook.el (epa-file-name-regexp):
5585 * dnd.el (dnd-protocol-alist):
5586 * textmodes/rst.el (auto-mode-alist):
5587 * button.el (default-button): Purecopy strings.
5588
5589 2009-11-06 Glenn Morris <rgm@gnu.org>
5590
5591 * Makefile.in (ELCFILES): Update.
5592
5593 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5596 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5597
5598 * nxml/xsd-regexp.el (xsdre-gen-categories):
5599 * nxml/xmltok.el (xmltok-parse-entity):
5600 * nxml/rng-parse.el (rng-parse-validate-file):
5601 * nxml/rng-maint.el (rng-format-manual)
5602 (rng-manual-output-force-new-line):
5603 * nxml/rng-loc.el (rng-save-schema-location-1):
5604 * nxml/rng-cmpct.el (rng-c-parse-file):
5605 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5606 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5607
5608 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5609
5610 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5611 Remove extra save-excursions and make-variable-buffer-local's.
5612 Suggested by Stefan Monnier.
5613
5614 (verilog-getopt-file, verilog-module-inside-filename-p)
5615 (verilog-set-define): Merge GNU 1.35 and repair changes from
5616 switching to using with-current-buffer.
5617
5618 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5619 being treated as a number and confusing AUTORESET.
5620 Reported by Dan Dever.
5621
5622 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5623 Add verilog-auto-ignore-concat to fix backward compatibility with
5624 older verilog-modes. Reported by Dan Katz.
5625
5626 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5627 containing closing anchors "...$".
5628
5629 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5630 Reported by Wade Smith.
5631
5632 (verilog-batch-execute-func): Comment on function usage.
5633
5634 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5635
5636 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5637 for labels.
5638
5639 (verilog-label-re, verilog-calc-1): Support proper indent of named
5640 asserts.
5641
5642 (verilog-backward-token, verilog-basic-complete-re)
5643 (verilog-beg-of-statement, verilog-indent-re): Support proper
5644 indent of the assert statement at the beginning of a block of text.
5645
5646 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5647 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5648 tokens as begins.
5649
5650 2009-11-05 Glenn Morris <rgm@gnu.org>
5651
5652 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5653 Emacs 19. (Bug#1531)
5654 (byte-compile-fix-header): Update for the above change.
5655 Drop test for epoch::version.
5656
5657 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5658 * cus-dep.el (custom-make-dependencies):
5659 * finder.el (finder-compile-keywords):
5660 Use autoload-rubric's feature argument.
5661
5662 * calendar/diary-lib.el (top-level): Make load behave more like require.
5663
5664 * vc-git.el (vc-git-stash-map): Move definition before use.
5665
5666 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5667
5668 * custom.el (custom-declare-group): Purecopy standard-value.
5669 (custom-declare-group): Purecopy custom-prefix.
5670
5671 * international/mule.el (load-with-code-conversion):
5672 Call do-after-load-evaluation unconditionally.
5673
5674 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5675
5676 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5679
5680 2009-11-04 Glenn Morris <rgm@gnu.org>
5681
5682 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5683 (byte-compile-compatibility): Remove option.
5684 (byte-compile-close-variables, byte-compile-fix-header)
5685 (byte-compile-insert-header, byte-compile-output-docform)
5686 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5687 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5688 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5689 (byte-compile-insert, byte-compile-defun):
5690 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5691 (byte-defop-compiler19): Remove.
5692 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5693 used by anything. Replace all calls with byte-defop-compiler.
5694
5695 2009-11-04 Juri Linkov <juri@jurta.org>
5696
5697 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5698 (menu-bar-options-menu): Don't quote the `prop' arg of
5699 `menu-bar-make-mm-toggle'.
5700
5701 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5702
5703 * calendar/calendar.el (cal-loaddefs):
5704 * calendar/diary-lib.el (diary-loaddefs):
5705 * calendar/holidays.el (hol-loaddefs):
5706 * eshell/esh-module.el (esh-groups): Load rather than require.
5707
5708 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5711 point-min==1.
5712 (todo-top-priorities): Only display-buffer when called interactively.
5713 (todo-item-start): Don't save excursion point.
5714 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5715 (todo-insert-item-here, todo-file-item, todo-remove-item):
5716 Adjust uses of todo-item-start and todo-item-end.
5717
5718 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5719 (autoload-rubric): Don't use any more.
5720 * cedet/semantic/fw.el (semantic/loaddefs):
5721 * cedet/srecode.el (srecode/loaddefs):
5722 * cedet/ede.el (ede/loaddefs): Load rather than require.
5723 * cedet/ede/cpp-root.el:
5724 * cedet/ede/emacs.el:
5725 * cedet/ede/files.el:
5726 * cedet/ede/linux.el:
5727 * cedet/ede/locate.el:
5728 * cedet/ede/make.el:
5729 * cedet/ede/shell.el:
5730 * cedet/ede/speedbar.el:
5731 * cedet/ede/system.el:
5732 * cedet/ede/util.el:
5733 * cedet/semantic/analyze.el:
5734 * cedet/semantic/bovine.el:
5735 * cedet/semantic/complete.el:
5736 * cedet/semantic/ctxt.el:
5737 * cedet/semantic/db-file.el:
5738 * cedet/semantic/db-find.el:
5739 * cedet/semantic/db-global.el:
5740 * cedet/semantic/db-mode.el:
5741 * cedet/semantic/db-typecache.el:
5742 * cedet/semantic/db.el:
5743 * cedet/semantic/debug.el:
5744 * cedet/semantic/dep.el:
5745 * cedet/semantic/doc.el:
5746 * cedet/semantic/edit.el:
5747 * cedet/semantic/find.el:
5748 * cedet/semantic/format.el:
5749 * cedet/semantic/html.el:
5750 * cedet/semantic/ia-sb.el:
5751 * cedet/semantic/ia.el:
5752 * cedet/semantic/idle.el:
5753 * cedet/semantic/lex-spp.el:
5754 * cedet/semantic/lex.el:
5755 * cedet/semantic/mru-bookmark.el:
5756 * cedet/semantic/scope.el:
5757 * cedet/semantic/senator.el:
5758 * cedet/semantic/sort.el:
5759 * cedet/semantic/symref.el:
5760 * cedet/semantic/tag-file.el:
5761 * cedet/semantic/tag-ls.el:
5762 * cedet/semantic/tag-write.el:
5763 * cedet/semantic/tag.el:
5764 * cedet/semantic/util-modes.el:
5765 * cedet/semantic/analyze/complete.el:
5766 * cedet/semantic/analyze/refs.el:
5767 * cedet/semantic/bovine/c.el:
5768 * cedet/semantic/bovine/gcc.el:
5769 * cedet/semantic/bovine/make.el:
5770 * cedet/semantic/bovine/scm.el:
5771 * cedet/semantic/decorate/include.el:
5772 * cedet/semantic/decorate/mode.el:
5773 * cedet/semantic/symref/cscope.el:
5774 * cedet/semantic/symref/global.el:
5775 * cedet/semantic/symref/grep.el:
5776 * cedet/semantic/symref/idutils.el:
5777 * cedet/semantic/symref/list.el:
5778 * cedet/semantic/wisent/java-tags.el:
5779 * cedet/semantic/wisent/javascript.el:
5780 * cedet/srecode/compile.el:
5781 * cedet/srecode/cpp.el:
5782 * cedet/srecode/document.el:
5783 * cedet/srecode/el.el:
5784 * cedet/srecode/expandproto.el:
5785 * cedet/srecode/getset.el:
5786 * cedet/srecode/insert.el:
5787 * cedet/srecode/java.el:
5788 * cedet/srecode/map.el:
5789 * cedet/srecode/mode.el:
5790 * cedet/srecode/template.el:
5791 * cedet/srecode/texi.el: Remove the file-local setting of
5792 generated-autoload-feature.
5793
5794 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5795 and only put a prop if it is non-nil.
5796
5797 2009-11-03 Juri Linkov <juri@jurta.org>
5798
5799 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5800 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5801
5802 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5803 and "Menu" to make top-level menu item visually one unit (like
5804 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5805 multi-word menu items). Fix :help string for quit-window.
5806
5807 2009-11-03 Glenn Morris <rgm@gnu.org>
5808
5809 * cedet/mode-local.el (with-mode-local): Doc fix.
5810
5811 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5812 (byte-compile-file-form-define-abbrev-table)
5813 (byte-compile-file-form-custom-declare-variable)
5814 (byte-compile-variable-ref, byte-compile-defvar):
5815 Whether or not a warning is enabled should only affect whether we issue
5816 the warning, not whether or not we collect the relevant data.
5817 Eg warnings can be turned on and off throughout the course of a file.
5818
5819 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5820 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5821
5822 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5825 * play/mpuz.el (mpuz-create-buffer):
5826 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5827 (lm-print-y,s,noise, lm-print-w0, lm-init):
5828 * play/gomoku.el (gomoku-prompt-for-move):
5829 * play/fortune.el (fortune-in-buffer):
5830 * play/dissociate.el (dissociated-press):
5831 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5832 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5833 * mail/supercite.el (sc-eref-show):
5834 * mail/smtpmail.el (smtpmail-send-it):
5835 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5836 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5837 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5838 (rmail-summary-goto-msg, rmail-summary-expunge)
5839 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5840 (rmail-summary-add-label, rmail-summary-output-menu)
5841 (rmail-summary-output-body):
5842 * mail/rfc822.el (rfc822-addresses):
5843 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5844 * mail/mailpost.el (post-mail-send-it):
5845 * mail/hashcash.el (hashcash-generate-payment):
5846 * mail/feedmail.el (feedmail-run-the-queue)
5847 (feedmail-queue-send-edit-prompt-help-first)
5848 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5849 (feedmail-deduce-address-list):
5850 * eshell/esh-ext.el (eshell-remote-command):
5851 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5852 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5853 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5854 (viper-save-string-in-file, viper-valid-marker):
5855 * emulation/viper-keym.el (viper-toggle-key):
5856 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5857 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5858 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5859 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5860 (viper-exec-form-in-emacs, viper-brac-function):
5861 * emulation/viper.el (viper-delocalize-var):
5862 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5863 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5864 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5865 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5866 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5867 * emulation/edt.el (edt-electric-helpify):
5868 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5869 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5870 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5871 (cua-indent-to-global-mark-column):
5872 * calendar/diary-lib.el (calendar-mark-1):
5873 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5874 Use with-current-buffer.
5875 * emulation/viper.el (viper-delocalize-var): Use dolist.
5876
5877 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * comint.el (comint-replace-by-expanded-history-before-point):
5880 Replace !! with the previous input string literally (Bug#1795).
5881
5882 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5883
5884 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5885 to be made up of whitespace.
5886
5887 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * minibuffer.el (read-file-name): Don't use file dialogs for
5890 remote directories (Bug#99).
5891
5892 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5895
5896 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5897
5898 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5899 instead of deleting the window or frame.
5900
5901 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5902
5903 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5904 Support face colors.
5905
5906 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5907 New function. Support face colors (Bug#1168).
5908 (tex-common-initialization): Use it.
5909
5910 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5911 mode allows it (Bug#1168).
5912
5913 2009-10-31 Juri Linkov <juri@jurta.org>
5914
5915 * facemenu.el (list-colors-display): Don't mark buffer as
5916 modified (Bug#3948).
5917
5918 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5919
5920 * international/mule-diag.el (list-character-sets-1): Minor
5921 message fix (Bug#3526).
5922
5923 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5924 face property (Bug#4834).
5925 (etags-list-tags, etags-tags-apropos-additional)
5926 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5927 property.
5928
5929 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5930 items.
5931
5932 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5933 items.
5934
5935 * cedet/ede.el (ede-minor-mode):
5936 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5937
5938 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * textmodes/two-column.el (2C-split):
5941 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5942 * textmodes/tex-mode.el (tex-set-buffer-directory):
5943 * textmodes/spell.el (spell-region, spell-string):
5944 * textmodes/reftex.el (reftex-erase-buffer):
5945 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5946 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5947 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5948 (reftex-select-item):
5949 * textmodes/reftex-ref.el (reftex-label-info-update)
5950 (reftex-offer-label-menu):
5951 * textmodes/reftex-index.el (reftex-index-change-entry)
5952 (reftex-index-phrases-info):
5953 * textmodes/reftex-global.el (reftex-create-tags-file)
5954 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5955 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5956 (reftex-view-crossref-from-bibtex):
5957 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5958 (reftex-extract-bib-entries-from-thebibliography)
5959 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5960 * textmodes/refbib.el (r2b-capitalize-title):
5961 (r2b-convert-buffer, r2b-help):
5962 * textmodes/page-ext.el (pages-directory)
5963 (pages-directory-goto-with-mouse):
5964 * textmodes/bibtex.el (bibtex-validate-globally):
5965 * textmodes/bib-mode.el (bib-capitalize-title):
5966 * textmodes/artist.el (artist-clear-buffer, artist-system):
5967 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5968 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5969 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5970 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5971 (xscheme-send-control-g-interrupt, xscheme-start-process)
5972 (xscheme-process-sentinel, xscheme-cd):
5973 * progmodes/verilog-mode.el (verilog-read-always-signals)
5974 (verilog-set-define, verilog-getopt-file)
5975 (verilog-module-inside-filename-p):
5976 * progmodes/sh-script.el:
5977 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5978 (python-pdbtrack-grub-for-buffer, python-execute-file):
5979 * progmodes/octave-inf.el (inferior-octave):
5980 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5981 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5982 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5983 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5984 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5985 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5986 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5987 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5988 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5989 (idlwave-shell-examine-display, idlwave-shell-run-region)
5990 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5991 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5992 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5993 (idlwave-help-get-help-buffer):
5994 * progmodes/gud.el (gud-basic-call, gud-find-class)
5995 (gud-tooltip-activate-mouse-motions-if-enabled):
5996 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5997 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5998 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5999 (ebrowse-tags-next-file):
6000 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6001 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6002 (ebnf-eps-finish-and-write):
6003 * progmodes/cpp.el (cpp-edit-save):
6004 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6005 * progmodes/cc-defs.el (c-emacs-features):
6006 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6007 (antlr-directory-dependencies):
6008 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6009 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6010 (ada-find-any-references, ada-make-filename-from-adaname)
6011 (ada-make-body-gnatstub):
6012 * obsolete/rnews.el (news-list-news-groups):
6013 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6014 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6015 * net/rcirc.el (rcirc-debug):
6016 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6017 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6018 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6019 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6020 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6021 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6022 (newsticker--treeview-list-clear-highlight)
6023 (newsticker--treeview-list-update-highlight)
6024 (newsticker--treeview-list-highlight-start)
6025 (newsticker--treeview-tree-update-highlight)
6026 (newsticker--treeview-get-selected-item)
6027 (newsticker-treeview-mark-list-items-old)
6028 (newsticker--treeview-set-current-node):
6029 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6030 * net/newst-backend.el (newsticker--get-news-by-funcall)
6031 (newsticker--get-news-by-wget, newsticker--image-get)
6032 (newsticker--image-sentinel):
6033 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6034 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6035 (eudc-ph-close-session):
6036 * net/eudc.el (eudc-save-options):
6037 * language/thai-word.el (thai-update-word-table):
6038 * language/japan-util.el (japanese-string-conversion):
6039 * international/titdic-cnv.el (tsang-quick-converter)
6040 (ziranma-converter, ctlau-converter):
6041 * international/mule-cmds.el (describe-language-environment):
6042 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6043 (skkdic-convert-postfix, skkdic-convert-prefix):
6044 (skkdic-convert-okuri-nasi, skkdic-convert):
6045 * emacs-lisp/re-builder.el (reb-update-overlays):
6046 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6047 * emacs-lisp/gulp.el (gulp-send-requests):
6048 * emacs-lisp/find-gc.el (trace-call-tree):
6049 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6050 (eieio-describe-generic):
6051 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6052 * emacs-lisp/edebug.el (edebug-outside-excursion):
6053 * emacs-lisp/debug.el (debugger-make-xrefs):
6054 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6055 * emacs-lisp/chart.el (chart-new-buffer):
6056 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6057 Use with-current-buffer.
6058 * textmodes/artist.el (artist-system): Don't call
6059 copy-sequence on a fresh string.
6060 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6061
6062 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6063
6064 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6065 is no item to edit. (Bug#4820)
6066 (todo-top-priorities): Restore point and restore narrowing in Todo
6067 buffer. (Bug#4820)
6068
6069 2009-10-31 Glenn Morris <rgm@gnu.org>
6070
6071 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6072 (comint-last-output-start, comint-last-input-start)
6073 (comint-last-input-end): Don't defvar when compiling.
6074 (ange-ftp-process-file): Use bound-and-true-p.
6075
6076 * pcmpl-rpm.el (top-level): Move provide statement to end.
6077 (pcmpl-rpm): Remove unused custom group.
6078
6079 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6080
6081 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6082
6083 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6084 (byte-compile-warnings): Add `constants' as an option.
6085 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6086 (display-call-tree): Update for byte-compile-fdefinition possibly
6087 returning `(macro lambda ...)'. (Bug#4778)
6088 (byte-compile-variable-ref, byte-compile-setq-default):
6089 Respect `constants' member of byte-compile-warnings.
6090
6091 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6092 Use mapc rather than mapcar because the return value is never used.
6093
6094 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6095 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6096 * cedet/semantic/html.el:
6097 Suppress harmless warnings about setting up semantic-imenu (not
6098 part of Emacs) variables.
6099
6100 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6103 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6104 to "submit:".
6105
6106 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6107 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6108 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6109 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6110 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6111 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6112 (semantic-analyzer-debug-global-symbol)
6113 (semantic-analyzer-debug-missing-innertype)
6114 (semantic-analyzer-debug-insert-include-summary):
6115 * cedet/semantic/util.el (semantic-file-tag-table):
6116 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6117 (semantic-recursive-find-nonterminal-by-name):
6118 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6119 * cedet/semantic/tag-file.el (semantic-prototype-file):
6120 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6121 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6122 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6123 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6124 (semantic-idle-summary-maybe-highlight):
6125 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6126 (semantic-ia-sb-tag-info):
6127 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6128 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6129 * cedet/semantic/ede-grammar.el (project-compile-target):
6130 (ede-proj-makefile-insert-variables):
6131 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6132 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6133 (semantic-debug-mode, semantic-debug):
6134 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6135 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6136 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6137 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6138 (semanticdb-find-translate-path-includes--internal)
6139 (semanticdb-reset-log, semanticdb-find-log-activity):
6140 * cedet/semantic/db-file.el (object-write):
6141 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6142 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6143 (semanticdb-create-ebrowse-database):
6144 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6145 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6146 (semantic-collector-calculate-completions-raw)
6147 (semantic-complete-read-tag-analyzer):
6148 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6149 * cedet/ede/util.el (ede-update-version-in-source):
6150 * cedet/ede/proj.el (project-delete-target):
6151 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6152 (ede-proj-flush-autoconf):
6153 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6154 (ede-proj-configure-synchronize):
6155 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6156 * cedet/ede/linux.el (ede-linux-version):
6157 * cedet/ede/emacs.el (ede-emacs-version):
6158 * cedet/ede/dired.el (ede-dired-add-to-target):
6159 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6160 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6161 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6162 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6163 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6164 (cedet-idutils-version-check):
6165 * cedet/cedet-global.el (cedet-gnu-global-call):
6166 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6167 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6168 * cedet/cedet-cscope.el (cedet-cscope-call)
6169 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6170 Use with-current-buffer.
6171 * cedet/ede.el (ede-make-project-local-variable)
6172 (ede-set-project-variables, ede-set): Use dolist.
6173
6174 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6175
6176 * textmodes/ispell.el (ispell-skip-region-alist):
6177 * international/mule-conf.el (eight-bit):
6178 * international/fontset.el (font-encoding-alist):
6179 * startup.el (pure-space-overflow-message):
6180 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6181 * paths.el (gnus-nntp-service, rmail-spool-directory)
6182 (term-file-prefix):
6183 * files.el (save-some-buffers-action-alist):
6184 * cmuscheme.el (same-window-buffer-names):
6185 * ielm.el (same-window-buffer-names):
6186 * shell.el (same-window-buffer-names):
6187 * mail/sendmail.el (same-window-buffer-names):
6188 * progmodes/inf-lisp.el (same-window-buffer-names):
6189 * bindings.el (mode-line-client)
6190 (mode-line-column-line-number-mode-map):
6191 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6192 (tibetan-precomposed-regexp): Purecopy string arguments.
6193
6194 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6197 (calcDigit-nondigit):
6198 * calc/calc-yank.el (calc-copy-to-buffer):
6199 * calc/calc-units.el (calc-invalidate-units-table):
6200 * calc/calc-trail.el (calc-trail-yank):
6201 * calc/calc-store.el (calc-insert-variables):
6202 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6203 * calc/calc-prog.el (calc-read-parse-table):
6204 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6205 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6206 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6207 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6208 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6209 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6210 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6211 * calc/calc-ext.el (calc-realign):
6212 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6213 (calc-embedded-finish-edit, calc-embedded-make-info)
6214 (calc-embedded-finish-command, calc-embedded-stack-change):
6215 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6216
6217 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6218 (overload-docstring-extension): Use that info.
6219 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6220 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6221 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6222 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6223 (semantic-nonterminal-full-name): Add the new `when' info.
6224 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6225 `assert'.
6226
6227 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6228 shell-dynamic-complete-filename in preference to
6229 comint-dynamic-complete-filename.
6230
6231 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6232 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6233 Don't consider whether the display supports colors.
6234 (bookmark-import-new-list): Use dolist.
6235 (bookmark-bmenu-mode-map): Move initialization into declaration.
6236 (bookmark-bmenu-list): Use dolist, simplify.
6237 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6238 (menu-bar-final-items): Use push.
6239
6240 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6241
6242 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6243 it works on remote files.
6244 (vc-hg-diff): Don't pass any `--cwd' argument.
6245
6246 2009-10-27 Kevin Ryde <user42@zip.com.au>
6247
6248 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6249 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6250 (Further to Bug#3921).
6251
6252 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6253
6254 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6255 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6256 calling `tramp-imap-put-file'. Add file size to the call.
6257 (tramp-imap-get-file-entries): Compute also user name, file size,
6258 and date.
6259 (tramp-imap-handle-insert-directory): Insert uid and gid.
6260 (tramp-imap-handle-file-attributes): Transform uid and gid
6261 according to `id-format'.
6262 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6263 size in header X-Size.
6264
6265 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6266
6267 * simple.el (transpose-subr): Give clearer error when the mark
6268 is not set. (Bug#4807)
6269
6270 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6271
6272 * net/tramp.el (tramp-perl-file-truename): New defconst.
6273 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6274 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6275 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6276 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6277
6278 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6279 Ignore `dired-call-process'.
6280 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6281
6282 2009-10-26 Julian Scheid <julians37@gmail.com>
6283
6284 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6285 (tramp-get-remote-readlink): New defun.
6286 (tramp-handle-file-truename): Use it.
6287 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6288 file exists if cache value present.
6289 (tramp-check-cached-permissions): New defun.
6290 (tramp-handle-file-readable-p): Use it.
6291 (tramp-handle-file-writable-p): Likewise.
6292 (tramp-handle-file-executable-p): Likewise.
6293 (tramp-handle-file-name-all-completions): Try using Perl to get
6294 partial completions. When perl not available, combine `cd' and
6295 `ls' into single remote operation and use shell expansion to get
6296 partial remote directory contents. Set `file-exists-p' cache for
6297 directory and any files returned by ls. Change cache handling to
6298 support partial directory contents. Use error message emitted by
6299 remote `cd' or Perl code for local tramp-error.
6300 (tramp-do-copy-or-rename-file-directly): Avoid separate
6301 tramp-send-command-and-check call.
6302 (tramp-handle-process-file): Merge three remote ops into one.
6303 Do not flush all caches when `process-file-side-effects' is set.
6304 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6305 file-attributes shows uid/gid to be set already.
6306
6307 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6308
6309 * textmodes/tex-mode.el (tex-dvi-view-command)
6310 (tex-show-queue-command, tex-open-quote):
6311 * progmodes/ruby-mode.el (auto-mode-alist)
6312 (interpreter-mode-alist): Purecopy strings.
6313
6314 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6315
6316 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6317 string for the hook, keymap and abbrev table.
6318
6319 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6320
6321 * x-dnd.el (x-dnd-xdnd-to-action):
6322 * startup.el (fancy-startup-text, fancy-about-text): Change to
6323 defconst from defvar.
6324
6325 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6326
6327 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6328 Purecopy initialization strings.
6329
6330 * mail/sendmail.el (mail-header-separator)
6331 (mail-personal-alias-file):
6332 * mail/rmail.el (rmail-default-dont-reply-to-names)
6333 (rmail-ignored-headers, rmail-retry-ignored-headers)
6334 (rmail-highlighted-headers, rmail-secondary-file-directory)
6335 (rmail-secondary-file-regexp):
6336 * files.el (null-device, file-name-invalid-regexp)
6337 (locate-dominating-stop-dir-regexp)
6338 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6339 (interpreter-mode-alist): Use mapcar instead of mapc.
6340
6341 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6342
6343 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6344 (completion-ignored-extensions):
6345 (debug-ignored-errors): Purecopy strings.
6346
6347 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6350 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6351 (pcomplete--here): Use push.
6352
6353 * subr.el (all-completions): Declare the 4th arg obsolete.
6354
6355 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6358 (pcomplete-unquote-argument): New function.
6359 (pcomplete--common-suffix): Always pay attention to case.
6360 (pcomplete--table-subvert): Quote and unquote the text.
6361 (pcomplete--common-quoted-suffix): New function.
6362 (pcomplete-std-complete): Use it and pcomplete-begin.
6363
6364 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6365 we're inside a dedicated or minibuffer window.
6366
6367 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * cedet/semantic/fw.el (semantic-alias-obsolete)
6370 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6371 (define-mode-overload-implementation):
6372 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6373 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6374 * cedet/semantic/util.el (semantic-file-token-stream)
6375 (semantic-something-to-stream):
6376 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6377 (semantic-expand-nonterminal):
6378 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6379 (semantic-find-dependency, semantic-find-nonterminal)
6380 (semantic-find-dependency):
6381 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6382 (semantic-flex-text, semantic-flex-make-keyword-table)
6383 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6384 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6385 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6386 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6387 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6388 (semantic-after-idle-scheduler-reparse-hooks):
6389 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6390 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6391 * cedet/semantic.el (semantic-toplevel-bovine-table)
6392 (semantic-toplevel-bovine-cache)
6393 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6394 (semantic-init-mode-hooks, semantic-init-db-hooks)
6395 (semantic-bovination-working-type): Provide the `when' arg.
6396
6397 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6398
6399 * bookmark.el: Update documentation, especially documentation
6400 of `bookmark-alist' and of the bookmark file format.
6401 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6402
6403 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6406 keybindings apply to the mail buffer (Bug#4003). Shrink help
6407 window to buffer.
6408
6409 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6410 (global-whitespace-mode, global-whitespace-newline-mode)
6411 (whitespace-toggle-options, global-whitespace-toggle-options):
6412 Doc fix (Bug#3660).
6413
6414 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6415 of xmltok-start before the end tag was inserted (Bug#2840).
6416
6417 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6418 patterns that are preceded by an open-paren (Bug#1320).
6419
6420 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6421
6422 * files.el (delete-directory): Delete symlinks to directories with
6423 delete-file (Bug#4739).
6424
6425 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6428 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6429 argument to make-obsolete.
6430
6431 * cedet/semantic/fw.el (semantic-alias-obsolete)
6432 (semantic-varalias-obsolete): Add optional WHEN argument.
6433
6434 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6435
6436 * vc.el (vc-backend-for-registration): Rename from
6437 vc-get-backend-for-registration. Update callers.
6438
6439 * international/mule-cmds.el (set-language-info-alist):
6440 Purecopy lang-env.
6441 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6442 (charset): Purecopy the name.
6443 (define-char-code-property): Purecopy string arguments.
6444
6445 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6446 Purecopy string arguments.
6447
6448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6449 * ediff-hook.el (menu-bar-ediff-menu):
6450 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6451 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6452
6453 2009-10-24 Glenn Morris <rgm@gnu.org>
6454
6455 * comint.el (comint-dynamic-list-completions):
6456 * term.el (term-dynamic-list-completions): Use choose-completion rather
6457 than obsolete alias mouse-choose-completion.
6458
6459 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6460 file-cache-choose-completion.
6461 (file-cache-choose-completion): Handle an optional event argument.
6462 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6463
6464 * progmodes/octave-mod.el (octave-complete-symbol):
6465 Use choose-completion if mouse-choose-completion is ever removed.
6466
6467 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6468 use.
6469
6470 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6471 compiler.
6472
6473 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6474
6475 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6478 Ignore `pred' now that we receive one.
6479 Handle test-completion specially.
6480
6481 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6482
6483 * vc.el (vc-responsible-backend): Throw an error if not backend is
6484 found. Remove the REGISTER argument. Move the code dealing with
6485 REGISTER ...
6486 (vc-get-backend-for-registration): ... here. New function.
6487 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6488 of vc-responsible-backend, pass the file name instead of the
6489 directory name.
6490
6491 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6494 New funs.
6495 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6496 (pcomplete-comint-setup): Don't modify a global var via
6497 accidental side-effects.
6498 (pcomplete-shell-setup): Adjust call accordingly.
6499 (pcomplete-parse-comint-arguments): Use push.
6500
6501 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6504 Allow uncapitalized info node names (Bug#3921).
6505
6506 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6507 to the DEBUG file (Bug#3781).
6508
6509 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6510
6511 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6512 dictionary entry (Bug#4579).
6513
6514 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6515
6516 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6517 from `rfn-eshadow-update-overlay-hook' when unloading.
6518 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6519 "rsyncc". Adjust doc string.
6520 (tramp-temp-buffer-file-name): New buffer-local defvar.
6521 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6522 Keep temporary file when indicated by method ("rsync" and
6523 "rsyncc").
6524 (tramp-handle-write-region): Handle APPEND.
6525 (tramp-delete-temp-file-function): New defun. Added to
6526 `kill-buffer-hook'.
6527
6528 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6531
6532 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6533
6534 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6535 (color-name-rgb-alist, tty-standard-colors)
6536 (tty-color-mode-alist): Change to defconst.
6537
6538 * simple.el (mark-inactive): Purecopy message.
6539
6540 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6541 (global-map, yank-menu):
6542 * textmodes/ispell.el (ispell-menu-map):
6543 * net/eudc.el (eudc-tools-menu):
6544 * international/mule-cmds.el (describe-language-environment-map)
6545 (setup-language-environment-map, set-coding-system-map)
6546 (mule-menu-keymap):
6547 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6548 * replace.el (occur-mode-map):
6549 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6550
6551 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6552
6553 * calc/calc.el (math-read-number, math-read-number-simple): Use
6554 `save-match-data'.
6555
6556 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6559 rather than fiddling with global-map bindings, since it should only
6560 affect per-terminal settings.
6561 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6562
6563 * minibuffer.el (completion-table-with-terminator): Allow to specify
6564 the terminator-regexp.
6565
6566 * simple.el (switch-to-completions): Look for *Completions* in other
6567 frames as well.
6568
6569 * pcomplete.el: Allow the use of completion-tables.
6570 (pcomplete-std-complete): New command.
6571 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6572 (pcomplete--here): Use a function for `form' rather than an expression,
6573 so it can be byte-compiled.
6574 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6575 Add edebug declaration.
6576 (pcomplete-show-completions): Remove unused var `curbuf'.
6577 (pcomplete-do-complete, pcomplete-stub):
6578 Don't assume `completions' is a list of strings any more.
6579
6580 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * find-dired.el (find-name-arg): Fix typo in docstring.
6583
6584 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6587 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6588
6589 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6590 pcomplete-entries.
6591
6592 * comint.el (comint-read-input-ring, comint-write-input-ring)
6593 (comint-substitute-in-file-name)
6594 (comint-dynamic-complete-as-filename)
6595 (comint-dynamic-simple-complete)
6596 (comint-dynamic-list-filename-completions)
6597 (comint-dynamic-list-completions)
6598 (comint-redirect-results-list-from-process): Minor simplifications.
6599
6600 2009-10-21 Kevin Ryde <user42@zip.com.au>
6601
6602 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6603 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6604 the first form. And insert a blank line after ";;; Code" since
6605 that's usual style. (Bug#4612)
6606
6607 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6608
6609 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * minibuffer.el (completion-table-with-terminator): Properly implement
6612 boundaries, in case `terminator' appears in the suffix.
6613 (completion--embedded-envvar-table): Don't return boundaries if
6614 there's no valid completion. Simplify.
6615 (completion-file-name-table): New completion table extracted from
6616 completion--file-name-table.
6617 (completion--file-name-table): Use it.
6618 (read-file-name-predicate): Declare obsolete.
6619 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6620 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6621 completion-file-name-table, and use the `pred' argument.
6622 * files.el (locate-file-completion-table): Use the `pred' arg rather
6623 than read-file-name-predicate.
6624 (abbreviate-file-name): Use \` rather than ^ for BOS.
6625
6626 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6627
6628 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6629 vc-responsible-backend to register, it causes problems.
6630
6631 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6634
6635 2009-10-21 Eric Ludlam <zappo@gnu.org>
6636
6637 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6638 (semantic-c-debug-mode-init-pch): New functions.
6639 (semantic-c-debug-mode-init-last-mode): New var.
6640 (semantic-c-parse-lexical-token): Use them.
6641
6642 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6643 When extracting the argument list, limit only by point-max.
6644
6645 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6648 (tramp-smb-handle-file-attributes): Use it.
6649 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6650 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6651 `mapcar'. Use `tramp-smb-get-stat-capability'.
6652 Add `dired-filename' text properties.
6653 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6654 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6655 version.
6656
6657 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * subr.el (read-key-delay): Reduce to 0.01.
6660 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6661 (bug#4751).
6662
6663 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6666
6667 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6668 (Info-menu): Remove unused vars `last' and `completions'.
6669 (Info-index-nodes): Remove unused var `node'.
6670
6671 * info.el (Info-complete-menu-item): Use complete-with-action.
6672
6673 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6674
6675 Make vc-annotate work through copies and renames.
6676 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6677 Return the file name too.
6678 (vc-annotate-revision-at-line)
6679 (vc-annotate-find-revision-at-line)
6680 (vc-annotate-revision-previous-to-line)
6681 (vc-annotate-show-log-revision-at-line): Update to get the file
6682 name from vc-annotate-extract-revision-at-line.
6683 (vc-annotate-show-diff-revision-at-line-internal): Change the
6684 argument to mean whether to show a file diff or not. Get the file
6685 name from vc-annotate-extract-revision-at-line.
6686 (vc-annotate-show-diff-revision-at-line):
6687 Update vc-annotate-show-diff-revision-at-line call.
6688 (vc-annotate-warp-revision): Add an optional file argument.
6689
6690 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6691 (vc-git-annotate-extract-revision-at-line): Also return the file
6692 name if found.
6693
6694 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6695 command. Remove unused code.
6696 (vc-hg-annotate-re): Update to match --follow output.
6697 (vc-hg-annotate-extract-revision-at-line): Also return the file
6698 name if found.
6699
6700 * vc.el: Update annotate-extract-revision-at-line documentation.
6701
6702 2009-10-18 Kevin Ryde <user42@zip.com.au>
6703
6704 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6705 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6706
6707 * net/browse-url.el (browse-url): Identify alist with "consp and
6708 not functionp" and let all other things go down the `apply' leg,
6709 as suggested by Stefan. (Further to bug#4531.)
6710
6711 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * minibuffer.el (read-file-name): Check for repeat before putting
6714 a default argument in file-name-history (Bug#4657).
6715
6716 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6717 read syntax (Bug#4737).
6718
6719 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6720
6721 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6722
6723 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6724 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6725 entries and make note of obsolete tags.
6726
6727 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6730
6731 2009-10-18 Glenn Morris <rgm@gnu.org>
6732
6733 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6734 grep, so that binary files (eg international/uni-bidi.el) can match.
6735 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6736 now, and in any case the file header format has changed.
6737
6738 2009-10-17 Glenn Morris <rgm@gnu.org>
6739
6740 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6741 (flyspell-get-word, flyspell-large-region)
6742 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6743
6744 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * Makefile.in (ELCFILES): Add ede/shell.
6747
6748 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6749
6750 * term/common-win.el (x-colors): Purecopy it.
6751
6752 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6755 permissive for when the buffer is empty.
6756 (tar-header-block-tokenize): Decode the username and groupname.
6757 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6758
6759 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * cedet/srecode/srt.el:
6762 * cedet/srecode/compile.el:
6763 * cedet/semantic/mru-bookmark.el:
6764 * cedet/semantic/debug.el:
6765 * cedet/semantic/complete.el:
6766 * cedet/semantic/analyze.el: Require CL when compiling.
6767
6768 2009-10-17 Eric Ludlam <zappo@gnu.org>
6769
6770 * cedet/semantic/scope.el
6771 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6772 tmpscope so that the regular scope will continue to work.
6773
6774 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6775 Use semantic-idle-summary-highlight-face as the highlighting.
6776
6777 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6778 contains multibyte characters, choose first applicable coding
6779 system automatically.
6780
6781 * cedet/ede/project-am.el (project-run-target): New method.
6782 (project-run-target): New method.
6783
6784 * cedet/ede.el (ede-target): Add run target menu item.
6785 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6786 (ede-run-target): New function.
6787 (ede-target::project-run-target): New method.
6788
6789 * cedet/ede/proj.el (project-run-target): New method.
6790
6791 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6792 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6793 Add :rules.
6794 (ede-proj-target-makefile-shared-object): Only libtool compilers
6795 now available. Add linkers for libtool.
6796 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6797 (ede-proj-makefile-target-name): Always use .la extension.
6798
6799 * cedet/ede/proj-prog.el (project-run-target): New method.
6800
6801 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6802 (ede-g++-linker): Change Change link lines.
6803
6804 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6805 When searching for old variables, go to the end of the buffer and
6806 search backward from there.
6807 (ede-proj-makefile-automake-insert-subdirs)
6808 (ede-proj-makefile-automake-insert-extradist): New methods.
6809 (ede-proj-makefile-create): Use them.
6810
6811 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6812 Force FILE to expand to the current target. Use file-exists-p to
6813 check that it exists.
6814
6815 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6816 (ede-linux-load): Wrap dir in file-name-as-directory.
6817 Set :version slot.
6818
6819 * cedet/ede/files.el (ede-get-locator-object): When enabling
6820 locate, do so on "top".
6821
6822 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6823 file-name-as-directory during compare.
6824 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6825 Get version number from different places. Don't call egrep.
6826 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6827 to set the directory.
6828
6829 * cedet/ede/shell.el: New file.
6830
6831 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6832 alpha/beta variants.
6833
6834 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * international/mule-cmds.el (select-safe-coding-system): If the file
6837 has a coding cookie, use it regardless of any other setting (bug#4712).
6838
6839 2009-10-17 Glenn Morris <rgm@gnu.org>
6840
6841 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6842 All errors should have messages.
6843
6844 * foldout.el (foldout-mouse-swallow-events):
6845 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6846
6847 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6848 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6849 (dired-keep-marker-symlink, dired-dwim-target)
6850 (dired-copy-preserve-time): Do not autoload these defcustoms.
6851
6852 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6853 messages from messing up the file coding. (Bug#4623)
6854
6855 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6856
6857 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6858 if no match is found for the current dictionary. (Bug#4578)
6859
6860 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6861 optional, since that is how it is documented, and this is often called
6862 with a nil argument. (Bug#4577)
6863 (flyspell-external-point-words, flyspell-auto-correct-word)
6864 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6865 (flyspell-word-search-backward): Remove nil argument in calls to
6866 flyspell-get-word, since it is not needed now.
6867
6868 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6869
6870 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6871
6872 2009-10-16 Glenn Morris <rgm@gnu.org>
6873
6874 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6875
6876 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6877
6878 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6879 (ange-ftp-file-size): New function.
6880 (ange-ftp-file-attributes): Use it.
6881
6882 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * net/tramp-smb.el (tramp-smb-version): New defvar.
6885 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6886 repeated checks.
6887
6888 2009-10-16 Glenn Morris <rgm@gnu.org>
6889
6890 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6891 Maybe copy some custom properties from old to new name. (Bug#4706)
6892
6893 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * subr.el (error, sit-for, start-process-shell-command)
6896 (start-file-process-shell-command): Set the calling convention
6897 after the function definition.
6898
6899 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * subr.el (error, sit-for, start-process-shell-command)
6902 (start-file-process-shell-command): Use the new
6903 set-advertised-calling-convention feature.
6904
6905 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6906
6907 * international/ucs-normalize.el (ucs-normalize-version):
6908 Change to 1.2.
6909 (check-range): Adjust for Unicode 5.2.
6910
6911 2009-10-15 Juri Linkov <juri@jurta.org>
6912
6913 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6914 to the `menu-item' format.
6915
6916 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6917
6918 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6919 if the environment variable does not exist.
6920
6921 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6922 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6923 parameter.
6924 (tramp-smb-handle-add-name-to-file)
6925 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6926 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6927 (tramp-smb-handle-file-attributes)
6928 (tramp-smb-do-file-attributes-with-stat)
6929 (tramp-smb-handle-file-local-copy)
6930 (tramp-smb-handle-insert-directory)
6931 (tramp-smb-handle-make-directory)
6932 (tramp-smb-handle-make-directory-internal)
6933 (tramp-smb-handle-make-symbolic-link)
6934 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6935 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6936 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6937 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6938 Handle long file names.
6939 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6940 process is running.
6941 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6942 Read share names with "-g" option.
6943
6944 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6945
6946 * net/rcirc.el (rcirc-view-log-file): New command.
6947 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6948 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6949 specified.
6950
6951 2009-10-15 Glenn Morris <rgm@gnu.org>
6952
6953 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6954 from the second command-line argument.
6955 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6956 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6957 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6958 w32-batch-update-autoloads.
6959 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6960 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6961
6962 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6963 the headers cannot be located. Simplify, subtracting superflous
6964 save-excursions.
6965
6966 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 Replace completion-base-size by completion-base-position to fix bugs
6969 such as (bug#4699).
6970 * simple.el (completion-base-position): New var.
6971 (completion-base-size): Mark as obsolete.
6972 (choose-completion): Make it work for mouse events as well.
6973 Pass the new base-position to choose-completion-string.
6974 (choose-completion-guess-base-position): New function, extracted from
6975 choose-completion-delete-max-match.
6976 (choose-completion-delete-max-match): Use it. Make obsolete.
6977 (choose-completion-string): Use the new base-position info.
6978 (completion-root-regexp): Delete.
6979 (completion-setup-function): Preserve completion-base-position.
6980 Eliminate obsolete base-size manipulation.
6981 * minibuffer.el (display-completion-list): Don't mess with base-size.
6982 (minibuffer-completion-help): Set completion-base-position instead.
6983 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6984 choose-completion.
6985 * textmodes/bibtex.el (bibtex-complete):
6986 * emacs-lisp/crm.el (crm--choose-completion-string):
6987 Adjust to new calling convention.
6988 * complete.el (partial-completion-mode): Use minibufferp to avoid
6989 bumping into incompatible change to choose-completion-string-functions.
6990 * ido.el (ido-choose-completion-string): Make its calling convention
6991 more permissive.
6992 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6993 base-size manipulation.
6994 (comint-dynamic-list-input-ring): Use dotimes and push.
6995 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6996 fundamental-mode. Use `or'.
6997
6998 2009-10-14 Juri Linkov <juri@jurta.org>
6999
7000 * misearch.el (multi-isearch-next-buffer-from-list)
7001 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7002
7003 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7006 `bytecomp.el'.
7007
7008 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7009 string we return is all made up of text from the completions rather
7010 than part from the completions and part from the input (bug#4219).
7011
7012 * ido.el (ido-everywhere): Use define-minor-mode.
7013
7014 * buff-menu.el (list-buffers, ctl-x-map):
7015 Mark the entry points with ;;;###autoload cookies.
7016
7017 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7018
7019 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7020 correctly in the detached head case.
7021 (vc-git-print-log): Remove unused binding.
7022
7023 * vc.el (vc-responsible-backend): When a directory is passed for
7024 for registration create a VC repository if no backend is
7025 responsible for the directory argument.
7026 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7027
7028 * vc.el: Move comments about RCS and SCCS ...
7029 * vc-rcs.el:
7030 * vc-sccs.el: ... here, respectively.
7031
7032 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * minibuffer.el (completion--file-name-table): Return nil if there's
7035 no file completion, even if substitute-in-file-name changed
7036 the string (bug#4708).
7037
7038 2009-10-13 Juri Linkov <juri@jurta.org>
7039
7040 * files-x.el (read-file-local-variable-value): Don't filter out
7041 minor modes from mode name completion (bug#4664).
7042
7043 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7044
7045 * international/mule-cmds.el (ucs-names): Remove exclusion of
7046 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7047
7048 2009-10-13 Kenichi Handa <handa@m17n.org>
7049
7050 * international/uni-name.el: Regenerated.
7051
7052 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7053
7054 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7055 should be automatically buffer-local, but isn't.)
7056
7057 2009-10-12 Sam Steingold <sds@gnu.org>
7058
7059 * progmodes/compile.el (compilation-next-error-function): Fix the
7060 timestamps if the buffer has been visited before.
7061 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7062 non-anchored patterns, like the perl one (bug#3928).
7063
7064 2009-10-12 Glenn Morris <rgm@gnu.org>
7065
7066 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7067 Let-bind `size'.
7068
7069 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7070
7071 * proced.el (proced-unload-function): New function.
7072
7073 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7074 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7075 Doc fix.
7076
7077 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7078
7079 2009-10-11 Juri Linkov <juri@jurta.org>
7080
7081 * files-x.el (read-file-local-variable-value):
7082 Provide default value only for bound variables (bug#4664).
7083
7084 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7087 connection methods like smb.
7088
7089 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7090 can be empty.
7091
7092 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7093 (tramp-smb-file-name-handler-alist): Add handlers for
7094 `add-name-to-file', `make-symbolic-link'.
7095 (tramp-smb-handle-add-name-to-file)
7096 (tramp-smb-do-file-attributes-with-stat)
7097 (tramp-smb-handle-make-symbolic-link)
7098 (tramp-smb-get-cifs-capabilities): New defuns.
7099 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7100 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7101 (tramp-smb-handle-file-local-copy)
7102 (tramp-smb-handle-make-directory-internal)
7103 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7104 The file name syntax depends on cifs capabilities.
7105 (tramp-smb-handle-file-attributes):
7106 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7107 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7108 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7109
7110 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7113 (eieio-defclass): Apply deftype handler and setf-method properties
7114 directly.
7115 (eieio-add-new-slot): Avoid union function from cl library.
7116 (eieio--typep): New function.
7117 (eieio-perform-slot-validation): Use it.
7118
7119 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7120
7121 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7122 Update documentation to refer to the variables documented in r1.135.
7123 (Bug#4188)
7124
7125 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7126
7127 * bookmark.el (Info-suffix-list): Remove this unused variable.
7128 (bookmark-current-point): Remove this obsolete variable.
7129 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7130 Adjust for removal of bookmark-current-point.
7131
7132 (bookmarks-already-loaded, bookmark-current-buffer)
7133 (bookmark-yank-point): Document. (Bug#4188)
7134
7135 2009-10-10 Glenn Morris <rgm@gnu.org>
7136
7137 * frame.el (frame-height): Doc fix.
7138
7139 * calendar/calendar.el (calendar-split-width-threshold): New option.
7140 (calendar-basic-setup): Use calendar-split-width-threshold.
7141
7142 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7143
7144 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7145 Use .la for Automake.
7146
7147 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7150 Use "autoreconf -i". Suggested by Andreas Schwab.
7151
7152 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7155 Ideographic Supplement" range (U+1F200..U+1F2FF).
7156
7157 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7158
7159 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7160 since the list will have been rebuilt anyway. (Bug#4349)
7161
7162 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7163
7164 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7165 (bookmark-bmenu-execute-deletions): Don't save here, as
7166 bookmark-delete will now do so if necessary.
7167 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7168 (Bug#4348)
7169
7170 2009-10-09 Glenn Morris <rgm@gnu.org>
7171
7172 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7173
7174 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7175
7176 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7177 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7178 argument now, so the two function's behaviors will match. (Bug#3645)
7179
7180 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7181
7182 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7183 Fix filename test.
7184 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7185 to expand file names.
7186
7187 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7188
7189 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7190 (tramp-file-name-real-host, tramp-file-name-port):
7191 Apply `save-match-data'.
7192
7193 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7194 case both directories are remote.
7195 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7196 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7197
7198 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7201 (ede-proj-target-makefile-objectcode): Use it.
7202
7203 * cedet/ede/source.el (ede-want-any-source-files-p)
7204 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7205 Return search result. This error was introduced while merging.
7206
7207 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7210
7211 2009-10-07 Glenn Morris <rgm@gnu.org>
7212
7213 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7214 of concat.
7215
7216 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * files-x.el (read-file-local-variable): Include some
7219 non-user-variables in the completion table (bug#4664).
7220
7221 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7222
7223 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7224 message.
7225
7226 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7227 (tramp-smb-file-name-handler-alist): Add handler for
7228 `copy-directory', `expand-file-name', `set-file-modes'.
7229 (tramp-smb-handle-copy-directory)
7230 (tramp-smb-handle-expand-file-name)
7231 (tramp-smb-handle-set-file-modes): New defuns.
7232 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7233 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7234 entry.
7235 (tramp-smb-handle-insert-directory): Don't flush the cache.
7236 (tramp-smb-maybe-open-connection): Check for samba client and
7237 server versions.
7238
7239 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7240
7241 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7242 to not error out of search for "^lisp=" fails.
7243
7244 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * makefile.w32-in (WINS_UPDATES): New macro.
7247 (custom-deps, finder-data, autoloads): Use it.
7248
7249 2009-10-07 Glenn Morris <rgm@gnu.org>
7250
7251 * Makefile.in (autoloads): Revert previous change.
7252 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7253 the list of preloaded files passed on the command-line, get
7254 it from src/Makefile.
7255
7256 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7257 show the original buffer rather than a random one.
7258
7259 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7260
7261 * help.el (describe-no-warranty): Place point in a slightly better
7262 position in the GPLv3 text.
7263
7264 2009-10-06 Sam Steingold <sds@gnu.org>
7265
7266 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7267 the comm attribute is present before calling regexp-quote.
7268
7269 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7270
7271 * play/animate.el (animate-string): For good effect, make sure
7272 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7273
7274 * play/animate.el (animate-sequence, animate-birthday-present):
7275 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7276
7277 2009-10-06 Glenn Morris <rgm@gnu.org>
7278
7279 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7280
7281 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7282 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7283 (batch-update-autoloads): Process a string value of autoload-excludes,
7284 set during the build process.
7285 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7286
7287 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7288 inside with-parsed... macro so that `v' is defined.
7289
7290 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7291 * progmodes/fortran.el (fortran-end-of-block)
7292 (fortran-beginning-of-block):
7293 Also push mark in the macro case.
7294
7295 * emerge.el (emerge-show-file-name):
7296 * calc/calc.el (calc-quit):
7297 * calc/calc-misc.el (calc-big-or-small):
7298 * calc/calc-graph.el (calc-graph-view):
7299 * calc/calc-ext.el (calc-reset):
7300 * calendar/calendar.el (calendar-basic-setup):
7301 Use window-full-height-p.
7302
7303 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7304 header we don't understand, don't insert another. (Bug#4624)
7305 If changing mime charset, insert the new one in the right place.
7306
7307 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7308
7309 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7310 (cal-tex-cursor-month): Correctly increment the end date for diary and
7311 holiday listing. (Bug#4626)
7312
7313 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * help-fns.el (describe-function-1): Don't burp if the function is not
7316 a symbol.
7317
7318 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7321 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7322 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7323 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7324
7325 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7326 (eieio-default-superclass): Reflow docstrings.
7327 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7328 (eieio-unbind-method-implementations, defmethod)
7329 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7330 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7331 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7332 (eieio-slot-originating-class-p, eieio-slot-name-index)
7333 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7334 (constructor, initialize-instance, no-next-method, object-print)
7335 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7336 Fix typos in docstrings.
7337 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7338 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7339 (next-method-p): Doc fixes.
7340 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7341 Fix typos in error messages.
7342 (eieio-defmethod): Fix typo in description of generic method.
7343
7344 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7345 (eieio-persistent-save-interactive, slot-missing):
7346 Fix typos in docstrings.
7347 (eieio-instance-inheritor-slot-boundp): Doc fix.
7348
7349 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7350 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7351
7352 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7353 (eieio-custom-object-apply-reset):
7354 Fix typos in docstrings and error messages.
7355
7356 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7357 Fix typo in docstring.
7358
7359 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7360 (eieio-browse-tree): Doc fix.
7361 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7362 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7363 Fix typos in docstrings.
7364
7365 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7366 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7367 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7368 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7369 Reflow docstrings.
7370
7371 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7372
7373 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7374 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7375 Set log-view-vc-backend so that diff can work.
7376
7377 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7378 vc-version-diff.
7379 (vc-diff-internal): Autoload this instead of vc-version-diff.
7380
7381 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7382
7383 * simple.el (eval-expression): Doc fix.
7384
7385 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7386
7387 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7388
7389 * files.el (directory-files-no-dot-files-regexp): New defconst.
7390 (delete-directory): Use it.
7391 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7392
7393 * net/tramp.el (tramp-verbose): Fix docstring.
7394 (tramp-methods): Add recursive option to `tramp-copy-args'.
7395 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7396 "scp1_old", "scp2_old", "rsync", "rsyncc".
7397 (tramp-default-method): Check also for `auth-source-user-or-password'.
7398 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7399 Add handler for `copy-directory'.
7400 (tramp-handle-copy-directory): New defun.
7401 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7402 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7403 Optimize sent command.
7404
7405 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7408 window if necessary.
7409
7410 * calendar/calendar.el (calendar-basic-setup): Don't call
7411 switch-to-buffer in a dedicated window.
7412
7413 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7414
7415 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7416 don't do anything related to relocating, just return nil.
7417 (bookmark-error-no-filename): New error.
7418 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7419 bookmark has no file. Don't even attempt to handle things that
7420 are not files; the whole point of custom handlers is to keep that
7421 knowledge elsewhere anyway. Tighten some comments.
7422 (bookmark-file-or-variation-thereof): Remove now-unused function.
7423 (bookmark-location): Doc string fix.
7424 (Bug#4250)
7425
7426 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7427
7428 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7429 don't use a file dialog, because they usually don't know how to read
7430 a directory target from the user. (Bug#4230)
7431 Also, make sure the prompt can display directories as well as files.
7432
7433 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7434
7435 * bookmark.el (bookmark-set, bookmark-buffer-name):
7436 Improve doc strings. (Bug#1193)
7437
7438 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7439
7440 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7441 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7442 (bookmark-get-annotation, bookmark-set-annotation)
7443 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7444 (bookmark-set-position, bookmark-get-front-context-string)
7445 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7446 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7447 (bookmark-jump-other-window, bookmark-handle-bookmark)
7448 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7449 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7450 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7451 Improve doc strings to say whether bookmark can be a string or
7452 a record or both, and make other consistency and clarity fixes.
7453 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7454 (bookmark-default-annotation-text, bookmark-yank-word)
7455 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7456 (bookmark-import-new-list, bookmark-maybe-rename)
7457 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7458 (bookmark-bmenu-bookmark): Give these doc strings.
7459 (bookmark-bmenu-check-position): Give this a doc string, but also
7460 add a FIXME comment about how the function may be pointless.
7461 (bookmark-default-handler): Rework doc string and change a
7462 parameter name, to clarify that this takes a bookmark record
7463 not a bookmark name.
7464 (bookmark-set): Change a parameter name to indicate its meaning,
7465 and improve the doc string a bit.
7466 (Bug#4188)
7467
7468 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7469
7470 * bookmark.el (bookmark-alist): Document the new `handler' element
7471 in the param alist.
7472 (bookmark-make-record-function): Adjust documentation for above.
7473 (Bug#4193)
7474
7475 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7476
7477 * info.el (Info-bookmark-make-record): Document this function.
7478 (Info-bookmark-jump): Document with a doc string, not just a comment.
7479 (Bug#4203)
7480
7481 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7484 (semantic-new-buffer-fcn): Call parser setup functions here.
7485 (semantic-mode): Don't call parser setup functions here, it's done
7486 in semantic-new-buffer-fcn now.
7487 (semantic-mode): Parse all existing buffers when enabled.
7488
7489 * cedet/srecode/compile.el (srecode-compile-file):
7490 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7491
7492 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7495
7496 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7497 (proj-comp-insert-variable-once): New macro, renamed from
7498 ede-pmake-insert-variable-once in ede/pmake.edl.
7499 (ede-proj-makefile-insert-variables): Use it.
7500
7501 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * files.el (copy-directory): New defun.
7504
7505 * dired-aux.el (dired-copy-file-recursive): Use it.
7506
7507 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7508
7509 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7510 (makefile-end-of-command):
7511 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7512 (semantic-end-of-context): Fix previous change. Doc fixes.
7513
7514 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * files-x.el (modify-dir-local-variable)
7517 (copy-dir-locals-to-file-locals-prop-line):
7518 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7519 (makefile-end-of-command):
7520 * cedet/semantic/lex.el (semantic-lex-token):
7521 * cedet/semantic/analyze/fcn.el
7522 (semantic-analyze-dereference-metatype-1):
7523 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7524 (semantic-lex-cpp-undef):
7525 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7526 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7527 (semantic-end-of-context): Fix typos in docstrings.
7528
7529 * recentf.el (recentf-unload-function): New function.
7530
7531 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7532
7533 * cedet/ede.el (ede-project-placeholder-cache-file):
7534 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7535 * cedet/srecode/map.el (srecode-map-save-file):
7536 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7537
7538 2009-10-04 Glenn Morris <rgm@gnu.org>
7539
7540 * window.el (window-full-height-p): Add doc string.
7541
7542 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7543
7544 * window.el (window-full-height-p): New function. (Bug#4543)
7545
7546 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7547
7548 * cedet/srecode/insert.el: Require srecode/args.
7549
7550 * cedet/srecode/args.el: Require srecode/dictionary instead of
7551 srecode/insert.
7552
7553 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7554
7555 * files.el (auto-mode-alist): Add .srt and Project.ede.
7556
7557 * cedet/semantic.el (semantic-mode):
7558 Handle srecode-template-mode-hook as well.
7559 (semantic-mode): Use js-mode-hook for Javascript hook.
7560
7561 * cedet/srecode/template.el: Remove hook variable.
7562
7563 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7564
7565 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7566 projects exist.
7567 (ede-project-placeholder-cache-file): Default to a file in
7568 user-emacs-directory.
7569
7570 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7571 templates in data-directory.
7572 (srecode-map-save-file): Default to a file in user-emacs-directory.
7573
7574 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7575 directory.
7576
7577 2009-09-30 Eric Ludlam <zappo@gnu.org>
7578
7579 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7580 Doc fix.
7581
7582 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7583 Only insert each variable once.
7584
7585 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7586 (ede-pmake-insert-variable-shared): Use it.
7587
7588 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7589 for lexical table iff table is nil.
7590
7591 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7592
7593 * vc.el: Remove commented out code.
7594 (vc-derived-from-dir-mode): Remove, unused.
7595 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7596
7597 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7598
7599 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7600 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7601 there could be recursive loading when `default-directory' is a
7602 remote file name. (Bug#4614)
7603
7604 2009-10-03 Glenn Morris <rgm@gnu.org>
7605
7606 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7607 the frame is wide.
7608 (calendar-generate-window): Test for shrinkability rather than width.
7609
7610 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7611 declaration, currently false.
7612
7613 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7614 reusing existing buffers, in case we happen to visit two files with the
7615 same basename. (Bug#4593)
7616
7617 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7618
7619 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7620 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7621 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7622 subdirs of cedet as well.
7623 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7624
7625 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7628 Obey advertised-signature-table.
7629
7630 * help-fns.el (help-function-arglist): Don't check
7631 advertised-signature-table.
7632 (describe-function-1): Do it here instead so it also applies to subrs.
7633
7634 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * simple.el (start-file-process): Say in the doc-string, that file
7637 handlers might not support pty association, if PROGRAM is nil.
7638
7639 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7640 HOST and USER are strings. They are nil, when there are
7641 incomplete entries in ~/.netrc, for example.
7642 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7643 root directory ("device busy" error otherwise).
7644
7645 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7646 Flush file properties of created directory.
7647
7648 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7649
7650 * makefile.w32-in (WINS_BASIC): Remove cedet.
7651 (WINS_CEDET): Add cedet.
7652 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7653
7654 2009-10-02 Kevin Ryde <user42@zip.com.au>
7655
7656 * net/browse-url.el (browse-url): Pass any symbol in
7657 browse-url-browser-function to `apply', since if you've mistakenly put
7658 an unbound symbol then the error is clearer. (Bug#4531)
7659
7660 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * allout.el (allout-init, allout-back-to-current-heading)
7663 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7664 (allout-ascend, allout-up-current-level, allout-end-of-level)
7665 (allout-previous-visible-heading, allout-forward-current-level)
7666 (allout-backward-current-level, allout-show-children):
7667 * apropos.el (apropos-describe-plist):
7668 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7669 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7670 * completion.el (add-completion, add-permanent-completion):
7671 * descr-text.el (describe-text-category, describe-char):
7672 * desktop.el (desktop-lazy-abort):
7673 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7674 * dired.el (dired-build-subdir-alist):
7675 * ediff.el (ediff-version):
7676 * elide-head.el (elide-head, elide-head-show):
7677 * emerge.el (emerge-version):
7678 * env.el (getenv):
7679 * face-remap.el (variable-pitch-mode):
7680 * faces.el (describe-face):
7681 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7682 (dired-at-point):
7683 * files.el (find-file-existing, auto-save-mode):
7684 * font-lock.el (font-lock-fontify-buffer):
7685 * help-fns.el (describe-function, describe-variable)
7686 (describe-syntax, describe-categories):
7687 * help.el (view-lossage, describe-bindings, describe-key)
7688 (describe-mode):
7689 * hexl.el (hexl-current-address):
7690 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7691 * info.el (Info-goto-emacs-key-command-node):
7692 * log-edit.el (log-edit-insert-cvs-template)
7693 (log-edit-insert-cvs-rcstemplate):
7694 * menu-bar.el (menu-bar-mode):
7695 * mouse.el (mouse-appearance-menu):
7696 * newcomment.el (comment-indent-new-line):
7697 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7698 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7699 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7700 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7701 * recentf.el (recentf-mode):
7702 * savehist.el (savehist-mode, savehist-save):
7703 * shadowfile.el (shadow-copy-files):
7704 * simple.el (kill-ring-save, next-line, previous-line)
7705 (normal-erase-is-backspace-mode):
7706 * strokes.el (strokes-update-window-configuration)
7707 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7708 (strokes-xpm-for-stroke):
7709 * time.el (emacs-uptime, emacs-init-time):
7710 * tutorial.el (tutorial--describe-nonstandard-key)
7711 (tutorial--detailed-help):
7712 * type-break.el (type-break-mode)
7713 (type-break-mode-line-message-mode, type-break-query-mode)
7714 (type-break-guesstimate-keystroke-threshold):
7715 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7716 * version.el (emacs-version):
7717 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7718 * winner.el (winner-mode):
7719 * calendar/timeclock.el (timeclock-in, timeclock-out)
7720 (timeclock-status-string, timeclock-change)
7721 (timeclock-workday-remaining-string)
7722 (timeclock-workday-elapsed-string)
7723 (timeclock-when-to-leave-string):
7724 * calendar/todo-mode.el (todo-add-category):
7725 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7726 * emacs-lisp/autoload.el (update-file-autoloads):
7727 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7728 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7729 (checkdoc-message-text, checkdoc-defun):
7730 * emacs-lisp/debug.el (debugger-list-functions):
7731 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7732 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7733 (eieio-describe-generic):
7734 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7735 * emacs-lisp/shadow.el (list-load-path-shadows):
7736 * emulation/cua-base.el (cua-mode):
7737 * emulation/edt.el (edt-set-scroll-margins):
7738 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7739 (tpu-toggle-regexp, tpu-toggle-search-direction)
7740 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7741 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7742 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7743 (viper-set-parsing-style-toggling-macro)
7744 (viper-set-emacs-state-searchstyle-macros):
7745 * emulation/viper.el (viper-set-hooks):
7746 * eshell/esh-mode.el (eshell-truncate-buffer):
7747 * international/mule-cmds.el (prefer-coding-system)
7748 (describe-input-method, describe-language-environment):
7749 * international/mule-diag.el (list-character-sets)
7750 (describe-character-set, describe-coding-system)
7751 (describe-fontset, list-fontsets, list-input-methods):
7752 * mail/sendmail.el (mail-signature):
7753 * net/ange-ftp.el (ange-ftp-copy-file):
7754 * net/browse-url.el (browse-url):
7755 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7756 * net/quickurl.el (quickurl-add-url):
7757 * net/rcirc.el (names, topic):
7758 * net/xesam.el (xesam-mode):
7759 * play/5x5.el (5x5-new-game):
7760 * play/yow.el (apropos-zippy):
7761 * progmodes/ada-mode.el (ada-mode-version):
7762 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7763 (f90-end-of-block)
7764 (f90-beginning-of-block):
7765 * progmodes/fortran.el (fortran-end-of-block)
7766 (fortran-beginning-of-block):
7767 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7768 * progmodes/python.el (python-describe-symbol, python-shell):
7769 * term/ns-win.el (ns-print-buffer):
7770 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7771 * textmodes/flyspell.el (flyspell-mode-on):
7772 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7773 (pages-directory-for-addresses):
7774 * textmodes/table.el (table-recognize-cell)
7775 (table-query-dimension, table-generate-source)
7776 (table-insert-sequence, table--warn-incompatibility):
7777 * textmodes/tex-mode.el (tex-validate-buffer):
7778 * textmodes/texinfmt.el (texinfmt-version)
7779 (texinfo-format-buffer):
7780 Use `called-interactively-p' instead of `interactive-p'.
7781
7782 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7783
7784 * image-mode.el (image-toggle-display):
7785 * emacs-lisp/elp.el (elp-instrument-function):
7786 * emacs-lisp/advice.el (ad-make-advised-definition):
7787 * emacs-lisp/easy-mmode.el (define-minor-mode):
7788 * net/browse-url.el (browse-url-maybe-new-window):
7789 * progmodes/sh-script.el (sh-learn-buffer-indent):
7790 Pass new argument 'any to `called-interactively-p'.
7791
7792 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * international/uni-bidi.el:
7795 * international/uni-category.el:
7796 * international/uni-combining.el:
7797 * international/uni-comment.el:
7798 * international/uni-decimal.el:
7799 * international/uni-decomposition.el:
7800 * international/uni-digit.el:
7801 * international/uni-lowercase.el:
7802 * international/uni-mirrored.el:
7803 * international/uni-name.el:
7804 * international/uni-numeric.el:
7805 * international/uni-old-name.el:
7806 * international/uni-titlecase.el:
7807 * international/uni-uppercase.el:
7808 Regenerate from Unicode 5.2.0 data.
7809
7810 2009-10-01 Glenn Morris <rgm@gnu.org>
7811
7812 * Makefile.in (ELCFILES): Regenerate.
7813
7814 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * subr.el (interactive-p): Mark obsolete.
7817 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7818 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7819 advertised-signature-table for subroutines as well.
7820
7821 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7822 (set-advertised-calling-convention): New function.
7823 (make-obsolete, define-obsolete-function-alias)
7824 (make-obsolete-variable, define-obsolete-variable-alias):
7825 Make the optional-ness of `when' obsolete.
7826 (define-obsolete-face-alias): Make `when' non-optional.
7827 * help-fns.el (help-function-arglist):
7828 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7829 Use advertised-signature-table.
7830
7831 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7832
7833 * files.el (delete-directory): New defun. The original function
7834 in fileio.c has been renamed to `delete-directory-internal'.
7835
7836 * dired.el (dired-delete-file): Call `delete-directory' with
7837 RECURSIVE parameter.
7838
7839 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7840 parameter RECURSIVE. Implementation is missing.
7841
7842 * net/tramp.el (tramp-handle-make-directory): Flush upper
7843 directory's file properties.
7844 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7845 (tramp-handle-dired-recursive-delete-directory): Flush directory
7846 properties after the remove command only.
7847
7848 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7849 Handle optional parameter RECURSIVE.
7850
7851 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7852 Handle optional parameter RECURSIVE.
7853
7854 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7855 connection timeout.
7856 (tramp-smb-handle-delete-directory): Handle optional parameter
7857 RECURSIVE.
7858
7859 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7862 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7863 (byte-compile-defmacro): Use backquotes.
7864
7865 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7866
7867 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7868 has no associated file.
7869 (vc-resynch-buffer): Use vc-dir-buffers.
7870
7871 2009-10-01 Glenn Morris <rgm@gnu.org>
7872
7873 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7874 (chart-file-count):
7875 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7876 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7877 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7878 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7879 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7880 (eieio-copy-parents-into-subclass, make-instance, class-children)
7881 (eieio-generic-form):
7882 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7883 * cedet/cedet-idutils.el (cedet-idutils-search)
7884 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7885 (cedet-idutils-version-check):
7886 * cedet/cedet.el (cedet-version):
7887 * cedet/data-debug.el (data-debug-insert-overlay-button)
7888 (data-debug-insert-overlay-list-button)
7889 (data-debug-insert-buffer-button)
7890 (data-debug-insert-buffer-list-button)
7891 (data-debug-insert-process-button, data-debug-insert-ring-button)
7892 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7893 (data-debug-insert-stuff-vector-button)
7894 (data-debug-insert-symbol-button, data-debug-insert-string)
7895 (data-debug-insert-number, data-debug-insert-lambda-expression)
7896 (data-debug-insert-nil, data-debug-insert-simple-thing)
7897 (data-debug-insert-custom, data-debug-edebug-expr):
7898 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7899 (global-ede-mode-map, ede-new, ede-debug-target)
7900 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7901 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7902 (semantic-fetch-tags, semantic-submode-list)
7903 (semantic-default-submodes):
7904 * cedet/ede/source.el (ede-source-match):
7905 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7906 (project-am-package-info):
7907 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7908 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7909 * cedet/ede/proj-comp.el (ede-current-build-list):
7910 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7911 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7912 * cedet/ede/cpp-root.el (initialize-instance):
7913 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7914 (autoconf-parameter-strip, autoconf-insert-new-macro):
7915 * cedet/semantic/wisent.el (wisent-lex-eoi):
7916 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7917 (semantic-show-parser-state-mode):
7918 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7919 * cedet/semantic/tag.el (semantic-tag-new-variable)
7920 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7921 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7922 (semantic--tag-deep-copy-tag-list)
7923 (semantic-tag-components-with-overlays-default):
7924 * cedet/semantic/symref.el (semantic-symref-find-text):
7925 * cedet/semantic/senator.el (senator-yank-tag)
7926 (senator-transpose-tags-up):
7927 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7928 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7929 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7930 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7931 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7932 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7933 * cedet/semantic/lex-spp.el
7934 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7935 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7936 * cedet/semantic/idle.el
7937 (semantic-idle-summary-current-symbol-info-brutish)
7938 (semantic-idle-summary-current-symbol-info-default):
7939 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7940 (semantic--grammar-macro-compl-dict):
7941 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7942 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7943 (semantic-format-tag-canonical-name-default):
7944 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7945 (semantic-find-tags-for-completion)
7946 (semantic-find-tags-by-scope-protection-default)
7947 (semantic-deep-find-tags-for-completion):
7948 * cedet/semantic/edit.el
7949 (semantic-edits-incremental-reparse-failed-hook)
7950 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7951 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7952 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7953 * cedet/semantic/dep.el (semantic-dependency-include-path):
7954 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7955 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7956 (semanticdb-project-roots):
7957 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7958 (semanticdb-find-adebug-insert-scanned-tag-cons)
7959 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7960 (semanticdb-brute-deep-find-tags-for-completion):
7961 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7962 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7963 (semantic-end-of-context-default)
7964 (semantic-ctxt-current-function-default)
7965 (semantic-ctxt-scoped-types-default):
7966 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7967 (semantic-complete-inline-tag-engine)
7968 (semantic-complete-inline-custom-type)
7969 (semantic-complete-read-tag-analyzer):
7970 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7971 (semantic-chart-database-size):
7972 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7973 (semantic-analyze-current-context):
7974 * cedet/semantic/symref/list.el (semantic-symref)
7975 (semantic-symref-hide-buffer, semantic-symref-symbol):
7976 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7977 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7978 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7979 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7980 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7981 (semantic-c-dereference-template):
7982 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7983 (semantic--analyze-refs-full-lookup-with-parents)
7984 (semantic--analyze-refs-full-lookup-simple):
7985 * cedet/semantic/analyze/complete.el
7986 (semantic-analyze-possible-completions):
7987 * cedet/srecode/table.el (srecode-mode-table-new):
7988 * cedet/srecode/srt.el (srecode-read-variable-name):
7989 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7990 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7991 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7992 * cedet/srecode/map.el (srecode-current-map):
7993 * cedet/srecode/insert.el (srecode-insert)
7994 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7995 (srecode-template-inserter-point-override)
7996 (srecode-insert-include-lookup):
7997 * cedet/srecode/getset.el (srecode-auto-choose-class):
7998 * cedet/srecode/extract.el (srecode-inserter-extract):
7999 * cedet/srecode/document.el
8000 (srecode-document-autocomment-return-last-alist)
8001 (srecode-document-autocomment-param-type-alist)
8002 (srecode-document-insert-function-comment)
8003 (srecode-document-insert-variable-one-line-comment)
8004 (srecode-document-function-name-comment):
8005 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8006 (srecode-compound-toString):
8007 * cedet/srecode/compile.el (srecode-flush-active-templates):
8008 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8009 Doc/message fixes.
8010
8011 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8012 match-data. (Bug#4555).
8013
8014 * cedet/semantic/bovine/gcc.el
8015 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8016 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8017
8018 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8019 rather than parsing it as a regexp. This relaxes the layout
8020 requirements and makes errors easier to detect.
8021 (check-declare-verify): Check file is regular.
8022 (check-declare-directory): Doc fix.
8023 * subr.el (declare-function): Doc fix.
8024
8025 * ibuffer.el (ibuffer-format-qualifier):
8026 * isearch.el (hi-lock-regexp-okay):
8027 * calc/calc.el (math-zerop):
8028 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8029 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8030 Remove unused declarations.
8031
8032 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8033
8034 * cedet/semantic/wisent/javat-wy.el
8035 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8036
8037 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8038
8039 * cedet/srecode/expandproto.el: Fix provide statement.
8040
8041 2009-09-30 Eric Ludlam <zappo@gnu.org>
8042
8043 * emacs-lisp/eieio.el (boolean-p): Delete.
8044
8045 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8046
8047 * cedet/ede/srecode.el: Fix provide statement.
8048
8049 2009-09-30 Glenn Morris <rgm@gnu.org>
8050
8051 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8052 * cedet/ede/proj-aux.el (ede-aux-source):
8053 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8054 (ede-misc-source):
8055 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8056 (semantic-mrub-switch-tags): Fix doc typos.
8057
8058 * cedet/semantic/db-global.el (data-debug-new-buffer)
8059 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8060 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8061
8062 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8063
8064 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8065 use of CL function `remove-if-not'.
8066
8067 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8068
8069 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8070 filename is not a string.
8071
8072 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8073
8074 * files.el (safe-local-eval-forms): Fix typo.
8075
8076 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * vc-hooks.el (vc-dir-buffers): New var.
8079 (vc-state-refresh): New function.
8080 (vc-state): Use it.
8081 (vc-after-save): Always ask the backend to recompute the new state.
8082 Always call vc-dir if necessary, using vc-dir-buffers.
8083 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8084 Use vc-dir-buffers.
8085 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8086 (vc-dir-prepare-status-buffer, vc-dir-update)
8087 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8088 Don't call expand-file-name on default-directory.
8089
8090 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * speedbar.el (speedbar-item-delete):
8093 * calc/calc-prog.el (calc-kbd-if):
8094 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8095
8096 * epa.el (epa-key-list-mode-map):
8097 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8098
8099 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8100 (hs-show-hook): Fix typo in docstring.
8101
8102 2009-09-29 Glenn Morris <rgm@gnu.org>
8103
8104 * cedet/semantic/symref/idutils.el:
8105 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8106
8107 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8108
8109 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8110 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8111 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8112 Mark declarations not understood by check-declare.
8113
8114 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8115 file-name-nondirectory call preventing location of cedet files.
8116 (check-declare-verify): Use literal search rather than re-search.
8117 Add basic defmethod and defclass, and define-overloadable-function.
8118
8119 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8120 Use tramp-compat-file-attributes rather than nonexistent
8121 tramp-compat-handle-file-attributes.
8122
8123 * Makefile.in (lisptagsfiles4): New.
8124 (AUTOGENEL): Add cedet loaddefs files.
8125 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8126 (update-elclist, compile-always, backup-compiled-files)
8127 (bootstrap-clean): Add yet another directory level.
8128 (update-elclist): Use LC_COLLATE rather than COLLATE.
8129 (ELCFILES): Update, via `make update-elclist'.
8130
8131 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8132
8133 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8134 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8135 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8136
8137 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8138
8139 * Makefile.in (lisptagsfiles3): Define.
8140 (TAGS, TAGS-LISP): Use it.
8141 (update-elclist): Add third directory level to look for elc files.
8142 (compile-always): Likewise.
8143 (backup-compiled-files): Likewise.
8144 (bootstrap-clean): Likewise.
8145 (ELCFILES): Update.
8146
8147 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * Makefile.in (ELCFILES): Add CEDET files.
8150
8151 2009-09-28 Eric Ludlam <zappo@gnu.org>
8152
8153 CEDET (development tools) package merged.
8154
8155 * cedet/*.el:
8156 * cedet/ede/*.el:
8157 * cedet/semantic/*.el:
8158 * cedet/srecode/*.el: New files.
8159
8160 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8161
8162 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8163
8164 * net/tramp.el (top): Require tramp-imap.
8165
8166 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8167 Use `tramp-compat-handle-file-attributes'.
8168
8169 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8170
8171 * net/tramp-imap.el: New package.
8172
8173 2009-09-28 Eric Ludlam <zappo@gnu.org>
8174
8175 * emacs-lisp/chart.el:
8176 * emacs-lisp/eieio-base.el:
8177 * emacs-lisp/eieio-comp.el:
8178 * emacs-lisp/eieio-custom.el:
8179 * emacs-lisp/eieio-datadebug.el:
8180 * emacs-lisp/eieio-opt.el:
8181 * emacs-lisp/eieio-speedbar.el:
8182 * emacs-lisp/eieio.el: New files.
8183
8184 * cedet/cedet-cscope.el:
8185 * cedet/cedet-files.el:
8186 * cedet/cedet-global.el:
8187 * cedet/cedet-idutils.el:
8188 * cedet/data-debug.el:
8189 * cedet/inversion.el:
8190 * cedet/mode-local.el:
8191 * cedet/pulse.el: New files.
8192
8193 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8194
8195 * whitespace.el (whitespace-trailing-regexp)
8196 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8197 Fix doc string.
8198
8199 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8202 menu.
8203
8204 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8205 menu-bar-ediff-menu.
8206
8207 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8208 define-overloadable-function.
8209
8210 * progmodes/autoconf.el: Provide autoconf as well, so that this
8211 file can be `require'd.
8212
8213 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8214
8215 * emacs-lisp/autoload.el (generated-autoload-feature)
8216 (generated-autoload-load-name): New vars.
8217 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8218 (make-autoload): Recognize define-overloadable-function and
8219 defclass forms (for EIEIO).
8220
8221 * Makefile.in (update-subdirs): Exclude cedet directory.
8222
8223 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8224
8225 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8226
8227 * faces.el: Default light-background background for region face to
8228 ns_selection_color under NS.
8229
8230 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * net/imap-hash.el: New library, see NEWS.
8233
8234 * Makefile.in (ELCFILES): Add imap-hash.el.
8235
8236 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8239 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8240 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8241 definition where the docstring could be taken for the return value.
8242
8243 2009-09-26 Glenn Morris <rgm@gnu.org>
8244
8245 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8246 Add option to only show images below a certain size.
8247 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8248 save-excursion calls.
8249
8250 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8251
8252 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8253 subdirectories) and eieio.
8254
8255 2009-09-26 Alan Mackenzie <acm@muc.de>
8256
8257 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8258 buggy bracketing. (Bug#4289)
8259
8260 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8261 character constants (as case labels). (Bug#4289)
8262
8263 2009-09-25 Juri Linkov <juri@jurta.org>
8264
8265 * files.el (safe-local-eval-forms): Allow time-stamp in
8266 before-save-hook (Bug#4554).
8267
8268 2009-09-25 Drew Adams <drew.adams@oracle.com>
8269
8270 * menu-bar.el (list-buffers-directory): Doc fix.
8271
8272 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8275 Try and avoid copying twice the same paragraph.
8276 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8277 Remove save-excursion.
8278 (log-edit-changelog-entry): Do it here instead.
8279
8280 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8281
8282 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8283 when available, instead of hardcoding mode names. Doc fix.
8284
8285 * menu-bar.el (list-buffers-directory): Add docstring.
8286 Make automatically buffer-local.
8287
8288 * dired.el (dired-mode):
8289 * files.el (cd-absolute):
8290 * pcvs.el (cvs-temp-buffer):
8291 * pcvs-util.el (cvs-get-buffer-create):
8292 * shell.el (shell-mode):
8293 * vc-dir.el (vc-dir-mode):
8294 Don't make `list-buffers-directory' buffer local.
8295
8296 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8297
8298 * comint.el (comint-exec, comint-run, make-comint):
8299 Doc fixes (Bug#4542).
8300
8301 2009-09-25 Glenn Morris <rgm@gnu.org>
8302
8303 * mail/rmailmm.el (rmail-mime): New custom group.
8304 Move all defcustoms in this file into this group.
8305 (rmail-mime-media-type-handlers-alist): Revert previous change.
8306 (rmail-mime-show-images): New option.
8307 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8308 references to it, since it wasn't actually used for anything.
8309 (rmail-mime-insert-image): New function.
8310 (rmail-mime-image): Use rmail-mime-insert-image.
8311 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8312 obey the value of `rmail-mime-show-images' option. Print the size of
8313 attachments.
8314
8315 2009-09-25 David Engster <deng@randomsample.de>
8316
8317 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8318
8319 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8320
8321 * whitespace.el: Does not highlight trailing spaces While point is
8322 at end of line. Does not highligt spaces at beginning of buffer
8323 while point is at beginning of buffer. Does not highlight spaces
8324 at end of buffer while point is at end of buffer. (Bug#4177)
8325 New version 12.0.
8326 (whitespace-display-mappings): Adjust initialization.
8327 (whitespace-point, whitespace-font-lock-refontify): New vars.
8328 (whitespace-color-on, whitespace-color-off): Adjust code.
8329 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8330 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8331 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8332
8333 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8334
8335 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8336
8337 * textmodes/sgml-mode.el: Remove xml-mode alias.
8338
8339 * files.el (auto-mode-alist, conf-mode-maybe)
8340 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8341
8342 2009-09-24 Alan Mackenzie <acm@muc.de>
8343
8344 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8345 c-forward-conditionals, but it doesn't move point and doesn't set
8346 the mark.
8347 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8348 (c-down-conditional-with-else, c-backward-conditional)
8349 (c-forward-conditional): Refactor to use c-scan-conditionals.
8350
8351 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8354 (help-default-arg-highlight): Remove.
8355 (help-highlight-arg): New function.
8356 (help-do-arg-highlight): Use it.
8357 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8358
8359 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8362 Undo last change, which didn't fix the problem and introduced others.
8363
8364 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8365
8366 * progmodes/gdb-mi.el: Don't require speedbar.
8367 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8368
8369 2009-09-24 Glenn Morris <rgm@gnu.org>
8370
8371 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8372
8373 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8374
8375 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8376 there is no newline after the final mime boundary. (Bug#4539)
8377 Move markers on insertion so that any buttons inserted don't end up in
8378 the next part of a multipart message.
8379 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8380 (rmail-mime-bulk-handler): Optionally handle images.
8381 (rmail-mime-image): New button action.
8382 (rmail-mime-image-handler): New function.
8383 (rmail-mime-mode): New mode.
8384 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8385
8386 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8389 than just dropping elements from it (bug#4504).
8390
8391 * term.el (term-set-scroll-region): Don't move cursor any more.
8392 (term-handle-ansi-escape): Call term-goto here instead.
8393 Suggested by Ivan Kanis <apple@kanis.eu>.
8394
8395 * term.el: Require CL.
8396 (term-ansi-reset): New function.
8397 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8398 (term-handle-colors-array): Simplify.
8399
8400 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * allout.el (allout-overlay-interior-modification-handler)
8403 (allout-obtain-passphrase):
8404 * epa-file.el (epa-file-write-region):
8405 * ps-print.el (ps-begin-job):
8406 * vc-hooks.el (vc-toggle-read-only):
8407 * vc-rcs.el (vc-rcs-rollback):
8408 * vc-sccs.el (vc-sccs-rollback):
8409 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8410 (vc-version-diff, vc-revert, vc-rollback):
8411 * wdired.el (wdired-check-kill-buffer):
8412 * emacs-lisp/authors.el (authors):
8413 * net/socks.el (socks-open-connection):
8414 * net/zeroconf.el (zeroconf-service-add-hook):
8415 * obsolete/vc-mcvs.el (vc-mcvs-register):
8416 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8417 (gdb-select-frame):
8418 * progmodes/grep.el (lgrep, rgrep):
8419 * progmodes/idlw-help.el (idlwave-help-check-locations)
8420 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8421 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8422 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8423 (reftex-toc-rename-label): Fix typos in error messages.
8424
8425 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8426 (dired-copy-how-to-fn): Doc fix.
8427 (dired-files-attributes, dired-read-shell-command):
8428 Fix typos in docstrings.
8429
8430 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8431 (dired-x-find-file-other-window): Reflow docstrings.
8432 (dired-omit-marker-char, dired-read-shell-command)
8433 (dired-x-submit-report): Fix typos in docstrings.
8434
8435 * shell.el (shell-mode-hook):
8436 * view.el (View-scroll-line-forward):
8437 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8438 Fix typos in docstrings.
8439
8440 * net/dig.el (dig-invoke): Fix typo in docstring.
8441 (query-dig): Reflow docstring.
8442
8443 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8444 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8445 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8446 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8447 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8448 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8449 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8450 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8451 (idlwave-completion-map, idlwave-current-indent)
8452 (idlwave-custom-ampersand-surround, idlwave-customize)
8453 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8454 (idlwave-define-abbrev, idlwave-determine-class-special)
8455 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8456 (idlwave-end-block-reg, idlwave-end-of-statement)
8457 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8458 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8459 (idlwave-explicit-class-listed, idlwave-file-header)
8460 (idlwave-fill-paragraph, idlwave-find-class-definition)
8461 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8462 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8463 (idlwave-in-quote, idlwave-indent-action-table)
8464 (idlwave-indent-expand-table, idlwave-indent-line)
8465 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8466 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8467 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8468 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8469 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8470 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8471 (idlwave-outlawed-buffers, idlwave-popup-select)
8472 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8473 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8474 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8475 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8476 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8477 (idlwave-statement-type, idlwave-struct-skip)
8478 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8479 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8480 (idlwave-what-module-find-class): Fix typos in docstrings.
8481 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8482 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8483 (idlwave-find-module, idlwave-find-structure-definition)
8484 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8485 (idlwave-list-load-path-shadows, idlwave-next-statement)
8486 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8487 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8488 (idlwave-template): Reflow docstrings.
8489
8490 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8491 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8492 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8493 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8494 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8495 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8496 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8497 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8498 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8499 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8500 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8501 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8502 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8503 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8504 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8505 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8506 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8507 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8508 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8509 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8510 Fix typos in docstrings.
8511 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8512 (idlwave-shell-hide-output, idlwave-shell-mode)
8513 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8514 Reflow docstrings.
8515
8516 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8517
8518 2009-09-24 Ivan Kanis <apple@kanis.eu>
8519
8520 * term.el (term-bold-attribute): New var.
8521 (term-handle-colors-array): Use it.
8522
8523 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8524
8525 * progmodes/gdb-mi.el (gdb-version): New variable.
8526 (gdb-non-stop-handler): Set gdb-version.
8527 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8528 Condition "--thread" option on gdb-version.
8529 (gdb-invalidate-threads): Remove unused argument.
8530
8531 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8534 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8535
8536 2009-09-23 Glenn Morris <rgm@gnu.org>
8537
8538 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8539 replying to mail without References or Message-Id. (Bug#4525)
8540
8541 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8542
8543 * term/ns-win.el (ns-reg-to-script): New variable.
8544
8545 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8546
8547 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8548
8549 2009-09-22 Sam Steingold <sds@gnu.org>
8550
8551 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8552 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8553 to 1 because hg returns status 1 when nothing is found.
8554 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8555
8556 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * textmodes/fill.el: Convert to utf-8 encoding.
8559 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8560 pre-unicode days.
8561
8562 * add-log.el (change-log-fill-forward-paragraph): New function.
8563 (change-log-mode): Use it so fill-region DTRT.
8564 Set fill-indent-according-to-mode here rather than in
8565 change-log-fill-paragraph.
8566 (change-log-fill-paragraph): Remove.
8567
8568 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8571 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8572
8573 2009-09-22 Glenn Morris <rgm@gnu.org>
8574
8575 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8576 the scroll-bar scroll the calendar window rather than the buffer.
8577
8578 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8579 commands that move point (as opposed to scrolling).
8580
8581 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8582
8583 * emacs-lisp/elint.el (elint): New custom group.
8584 (elint-log-buffer): Make it a defcustom.
8585 (elint-scan-preloaded, elint-ignored-warnings)
8586 (elint-directory-skip-re): New options.
8587 (elint-builtin-variables): Doc fix.
8588 (elint-preloaded-env): New variable.
8589 (elint-unknown-builtin-args): Add an entry for encode-time.
8590 (elint-extra-errors): Make it a variable rather than a constant.
8591 (elint-preloaded-skip-re): New constant.
8592 (elint-directory): Skip files matching elint-directory-skip-re.
8593 (elint-features): New variable, local to linted buffers.
8594 (elint-update-env): Initialize elint-features. Possibly add
8595 elint-preloaded-env to the buffer's environment.
8596 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8597 Skip quoted forms.
8598 (elint-init-form): New function, extracted from elint-init-env.
8599 Make non-list forms a warning rather than an error.
8600 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8601 easy-menu-define, put that adds an error-condition, and provide.
8602 When requiring cl, also require cl-macs. Really require cl, to handle
8603 some cl macros. Store required libraries in the list elint-features,
8604 so as not to re-load them. Treat cc-require like require.
8605 (elint-init-env): Call elint-init-form to do the work.
8606 Handle eval-and-compile and such like.
8607 (elint-add-required-env): Do not clear messages.
8608 (elint-special-forms): Add handlers for function, defalias, if, when,
8609 unless, and, or.
8610 (elint-form): Add optional argument to ignore elint-special-forms,
8611 useful to prevent recursive calls from handlers. Doc fix.
8612 Respect elint-ignored-warnings.
8613 (elint-form): Respect elint-ignored-warnings.
8614 (elint-bound-variable, elint-bound-function): New variables.
8615 (elint-unbound-variable): Respect elint-bound-variable.
8616 (elint-get-args): Respect elint-bound-function.
8617 (elint-check-cond-form): Add some simple handling for (f)boundp and
8618 featurep tests.
8619 (elint-check-defalias-form): New handler.
8620 (elint-check-let-form): Make an empty let a warning rather than an
8621 error.
8622 (elint-check-setq-form): Make an empty setq a warning rather than an
8623 error. Respect elint-ignored-warnings.
8624 (elint-check-defvar-form): Accept null doc-strings.
8625 (elint-check-conditional-form): New handler. Does some simple-minded
8626 checking of featurep and (f)boundp tests.
8627 (elint-put-function-args): New function.
8628 (elint-initialize): Use elint-scan-doc-file rather than
8629 elint-find-builtin-variables. Use elint-put-function-args.
8630 Possibly scan preloaded-file-list.
8631 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8632 extend to handle functions as well.
8633
8634 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8635
8636 * linum.el (linum-delete-overlays, linum-update-window):
8637 Do not modify the right margin. (Bug#3971)
8638
8639 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8640
8641 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8642 nxml-mode instead of xml-mode.
8643
8644 2009-09-21 Kevin Ryde <user42@zip.com.au>
8645
8646 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8647
8648 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * net/dig.el (dig-mode): Use define-derived-mode.
8651
8652 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 * vc-dispatcher.el (vc-do-command): Return the process object in
8655 the asynchronous case. Use when instead of if. Do not run
8656 vc-exec-after to display a message if not enabled. (Bug#4463)
8657
8658 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8659 properties to the stash strings.
8660 (vc-git-stash-list): Return a list of strings.
8661 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8662 (vc-git-stash-show-at-point): New functions.
8663 (vc-git-stash-map): New keymap.
8664
8665 * register.el (ctl-x-r-map): Define the keys here instead of
8666 using autoload.
8667
8668 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8669
8670 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8671 list, to workaround performance problem (bug#4485).
8672
8673 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8674
8675 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8676
8677 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8678
8679 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8680 Document that this option is not recommended to use.
8681
8682 2009-09-19 Glenn Morris <rgm@gnu.org>
8683
8684 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8685 variable `var'.
8686
8687 * calc/calc-alg.el (var):
8688 * calc/calcalg2.el (var): Define for compiler.
8689
8690 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8691
8692 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8693 Doc fix (Bug#3932).
8694
8695 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8696
8697 * time-stamp.el (time-stamp-month-dd-yyyy)
8698 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8699 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8700 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8701 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8702 Remove functions that have been obsolete since 1995 (Bug#4436).
8703
8704 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8705 indent buffer only if called interactively (Bug#4452).
8706
8707 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8708 Eli Zaretskii <eliz@gnu.org>
8709
8710 This fixes bug#4197 (merged to bug#865, though not identical).
8711 * server.el (server-auth-dir): Add docstring note about FAT32.
8712 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8713 but warn against using them.
8714
8715 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8718 older GDB where there is no has_more field.
8719
8720 2009-09-19 Glenn Morris <rgm@gnu.org>
8721
8722 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8723
8724 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * files.el (auto-mode-alist): Change default for XML files to nXML
8727 mode (Bug#4169).
8728
8729 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8730
8731 * server.el (server-ensure-safe-dir): Pass 'integer
8732 to `file-attributes', as suggested.
8733
8734 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8737 (dired-query): Use read-key.
8738
8739 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8740
8741 * cus-start.el (ns-use-qd-smoothing): Remove.
8742
8743 2009-09-18 Glenn Morris <rgm@gnu.org>
8744
8745 * allout.el (top-level): Remove unnecessary progn.
8746
8747 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8748
8749 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8750 definition of abbrev table.
8751
8752 * speedbar.el (speedbar-track-mouse):
8753 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8754 * net/eudc.el (eudc-expand-inline):
8755 * net/newst-backend.el (newsticker--cache-read-feed):
8756 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8757 condition-case handlers.
8758
8759 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8760
8761 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8762 (gdb-var-list): Add an element for has_more field.
8763 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8764 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8765 (gdb-var-update-handler-1): Parse output of dynamic variable
8766 objects (STL containers).
8767 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8768 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8769
8770 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8771 gdb-var-list.
8772 (gud-speedbar-buttons): Make node expandable if expression "has more"
8773 children.
8774
8775 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8776
8777 * startup.el (emacs-quick-startup): Remove variable and all uses.
8778 (command-line): Set `inhibit-x-resources' instead.
8779 (command-line-1): Use `inhibit-x-resources' instead.
8780
8781 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8782
8783 * subr.el: Fix last change to avoid using the `unless' macro,
8784 which breaks bootstrapping.
8785
8786 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8789 extended definitions, in case we reload subr.el after having
8790 loaded CL.
8791 (eval-next-after-load): Mark as obsolete.
8792
8793 2009-09-17 Juri Linkov <juri@jurta.org>
8794
8795 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8796 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8797 (menu-bar-showhide-menu, menu-bar-tools-menu)
8798 (menu-bar-describe-menu, menu-bar-help-menu)
8799 (minibuffer-local-completion-map, minibuffer-local-map):
8800 Fix list quoting.
8801
8802 2009-09-17 Glenn Morris <rgm@gnu.org>
8803
8804 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8805 arguments, whether or not it has a handler.
8806
8807 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8808
8809 * simple.el (hard-newline): Give it a doc-string.
8810
8811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8812 (lisp-mode-syntax-table): Give them doc-strings.
8813
8814 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8815
8816 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8817 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8818 (menu-bar-options-menu, menu-bar-showhide-menu)
8819 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8820 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8821 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8822 (menu-bar-options-menu, menu-bar-tools-menu)
8823 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8824 (menu-bar-help-menu):
8825 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8826 string arguments.
8827
8828 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8829 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8830 calls for the menu names and :help.
8831
8832 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8835 to :minor-mode-function (bug#4455).
8836
8837 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * startup.el (command-line): Initialize the window-system after
8840 processing the command-line.
8841
8842 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8843 page-delimiter matches the empty string.
8844
8845 2009-09-16 Glenn Morris <rgm@gnu.org>
8846
8847 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8848 byte-compile-not-obsolete-var. It's a list now.
8849 (byte-compile-not-obsolete-funcs): New variable.
8850 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8851 byte-compile-not-obsolete-funcs.
8852 (byte-compile-variable-ref, byte-compile-defvar): Update for
8853 byte-compile-not-obsolete-vars name-change and list nature.
8854 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8855 and variables behind (f)boundp tests.
8856 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8857
8858 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8859
8860 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8861
8862 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8865 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8866 Don't autoload.
8867
8868 2009-09-15 Stephen Eglen <stephen@gnu.org>
8869
8870 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8871 the virtual-buffers, use the name of the buffer specified by
8872 find-file-noselect, as the match may be a symlink. (This was a
8873 problem if the target and the symlink had different names.)
8874
8875 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8878
8879 * desktop.el (desktop-path): Check user-emacs-directory.
8880
8881 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8882
8883 * loadup.el: Use after-load-functions to GC after loading each file.
8884 Remove the explicit GC calls that used to be sprinkled around.
8885
8886 * subr.el (after-load-functions): New hook.
8887 (do-after-load-evaluation): Run it. Use string-match-p to detect
8888 `obsolete' packages, rather than painfully extracting the relevant
8889 directory name.
8890
8891 2009-09-15 Glenn Morris <rgm@gnu.org>
8892
8893 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8894 free variable `doc'.
8895
8896 * dired.el (dired-mode-map): Add menu entry for async shell command.
8897
8898 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8899 variables, also consider the .elc files, since the .el files are
8900 normally gzipped (subsequent code locates the .el.gz from the .elc).
8901
8902 * calc/calc-prog.el (arglist): Define for compiler.
8903
8904 * calendar/diary-lib.el (diary-display-function): Change the default to
8905 fancy display.
8906 (body): Define for compiler.
8907
8908 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8909 (byte-compile-file-form, byte-compile-lambda)
8910 (byte-compile-top-level-body, byte-compile-form)
8911 (byte-compile-variable-ref, byte-compile-setq)
8912 (byte-compile-setq-default, byte-compile-body)
8913 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8914 (batch-byte-compile): Give some more local variables with common names
8915 a "bytecomp-" prefix to avoid masking warnings about free variables.
8916
8917 * startup.el (command-line-1): Give local variables with common names a
8918 distinguishing prefix, so as not to hide free variable warnings during
8919 bootstrap.
8920
8921 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8922 clever and add a suffix to make a unique name, just let the user decide
8923 whether or not to overwrite it. If the input is a directory, write the
8924 default filename to that directory. (Bug#4388)
8925 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8926 is a filename-as-a-directory.
8927
8928 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * textmodes/page.el (what-page): Don't move to beginning of line.
8931 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8932
8933 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8936
8937 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8938
8939 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8940 * help.el (help-for-help-internal): Add purecopy calls for text.
8941
8942 * vc.el (top): print-log method now takes an optional SHORTLOG
8943 argument. Add a new method: root.
8944 (vc-root-diff, vc-print-root-log): New functions.
8945 (vc-log-short-style): New variable.
8946 (vc-print-log-internal): Add support for showing short logs.
8947
8948 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8949 vc-print-root-log and vc-print-root-diff.
8950
8951 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8952 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8953 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8954 short logs.
8955
8956 * vc-cvs.el (vc-cvs-print-log):
8957 * vc-mtn.el (vc-mtn-print-log):
8958 * vc-rcs.el (vc-rcs-print-log):
8959 * vc-sccs.el (vc-sccs-print-log):
8960 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8961 that is ignored for now.
8962
8963 * vc-mtn.el (vc-mtn-annotate-command):
8964 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8965
8966 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8969 to function-key-map, and give them ascii-character property.
8970 * term/x-win.el (x-alternatives-map):
8971 * term/ns-win.el (ns-alternatives-map):
8972 * term/internal.el (msdos-key-remapping-map):
8973 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8974
8975 2009-09-14 Glenn Morris <rgm@gnu.org>
8976
8977 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8978 temp-buffers (2009-09-12).
8979
8980 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8983 the new read-key function.
8984
8985 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8988 is defined (Bug#4405).
8989
8990 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8991
8992 * recentf.el (recentf-cleanup): Use a hash table to find
8993 duplicates (Bug#4407).
8994
8995 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8996
8997 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8998 kp-0 to ascii equivalents (Bug#4325).
8999
9000 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9003
9004 * eshell/em-hist.el:
9005 * eshell/em-dirs.el (eshell-complete-user-reference):
9006 Declare pcomplete functions and variables to avoid compiler warnings.
9007
9008 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9009
9010 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9011 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9012 * eshell/em-alias.el (eshell-aliases-file):
9013 * eshell/em-hist.el (eshell-history-file-name):
9014 Use expand-file-name instead of concat to make file names (Bug#4308).
9015
9016 2009-09-13 Glenn Morris <rgm@gnu.org>
9017
9018 * ediff-merg.el (ediff-do-merge):
9019 * filesets.el (filesets-run-cmd):
9020 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9021 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9022 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9023 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9024 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9025 Replace empty `let's with `progn'.
9026
9027 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * mail/sendmail.el (send-mail-function):
9030 * tooltip.el (tooltip-mode):
9031 * simple.el (transient-mark-mode):
9032 * rfn-eshadow.el (file-name-shadow-mode):
9033 * frame.el (blink-cursor-mode):
9034 * font-core.el (global-font-lock-mode):
9035 * files.el (temporary-file-directory)
9036 (small-temporary-file-directory, auto-save-file-name-transforms):
9037 * epa-hook.el (auto-encryption-mode):
9038 * composite.el (global-auto-composition-mode):
9039 Use custom-initialize-delay.
9040 * startup.el (command-line): Don't explicitly call
9041 custom-reevaluate-setting for all the above vars.
9042 * custom.el (custom-initialize-safe-set)
9043 (custom-initialize-safe-default): Delete.
9044
9045 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * term/x-win.el (x-initialize-window-system):
9048 * term/w32-win.el (w32-initialize-window-system):
9049 * term/ns-win.el (ns-initialize-window-system): Don't call
9050 mouse-wheel-mode since it's enabled globally by default already.
9051
9052 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9053 actually define the variable, but only silences the byte-compiler.
9054 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9055 before looking it up.
9056 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9057 is changed.
9058
9059 2009-09-12 Glenn Morris <rgm@gnu.org>
9060
9061 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9062 1000.
9063 (elint-add-required-env): Don't beep on error.
9064 (elint-forms): In case of error, return ENV unchanged.
9065 (elint-init-env): Skip non-list forms.
9066 (elint-log): Handle unknown file positions.
9067
9068 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9069
9070 * epg.el (epg-make-context): Add autoload cookie.
9071 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9072 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9073 (epg-verify-string, epg-start-sign, epg-sign-file)
9074 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9075 (epg-encrypt-string, epg-start-export-keys)
9076 (epg-export-keys-to-file, epg-export-keys-to-string)
9077 (epg-start-import-keys, epg-import-keys-from-file)
9078 (epg-import-keys-from-string, epg-start-receive-keys)
9079 (epg-receive-keys, epg-import-keys-from-server)
9080 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9081 (epg-sign-keys, epg-start-generate-key)
9082 (epg-generate-key-from-file, epg-generate-key-from-string):
9083 Remove autoload cookie.
9084
9085 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9086
9087 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9088 reevaluation of trash-directory.
9089
9090 * mwheel.el: Fix last change.
9091 (mouse-wheel-mode): New defvar.
9092 (mouse-wheel-mode): Remove autoload cookie.
9093
9094 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * mwheel.el (mwheel-installed-bindings): New var.
9097 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9098 the bindings we set last time. Use custom-initialize-delay.
9099 * loadup.el: Load mwheel after term/*-win.el.
9100 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9101 and mouse-wheel-up-event now that their first evaluation is done
9102 sufficiently late to be correct.
9103
9104 * startup.el (tutorial-directory): Make it a defcustom.
9105 Use custom-initialize-delay rather than eval-at-startup to set it.
9106 * image.el (image-load-path): Make it a defcustom.
9107 Use custom-initialize-delay rather than eval-at-startup to set it.
9108 * subr.el (eval-at-startup): Remove.
9109 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9110
9111 * subr.el (do-after-load-evaluation): Warn the user after loading an
9112 obsolete package.
9113
9114 2009-09-12 Glenn Morris <rgm@gnu.org>
9115
9116 * proced.el (proced-mark-alt): Remove alias.
9117 (proced-mode-map): Remove proced-mark-alt.
9118
9119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9120 Elint file and directory. Remove initialization entry.
9121
9122 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9123 commands.
9124 (elint-current-buffer): Set mode-line-process.
9125 (elint-init-env): Handle define-derived-mode.
9126 Fix declare-function with unspecified arglist. Guard against odd
9127 defalias statements (eg iso-insert's 8859-1-map).
9128 (elint-add-required-env): Use a temp buffer.
9129 (elint-form): Just print the function/macro name, not the whole form.
9130 Return env unchanged if we fail to parse a macro.
9131 (elint-forms): Guard against parse errors.
9132 (elint-output): New function, to handle batch mode.
9133 (elint-log-message): Add optional argument. Use elint-output.
9134 (elint-set-mode-line): New function.
9135
9136 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9137
9138 * emacs-lisp/elp.el (elp-not-profilable): Add more
9139 functions (Bug#4233).
9140
9141 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9144 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9145
9146 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9149 (gdb-var-list-children): Use json parsing.
9150
9151 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9152
9153 * progmodes/js.el (js--proper-indentation): Handle the case where
9154 char-before is null. Reported by Deniz Dogan.
9155
9156 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9157
9158 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9159
9160 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9161
9162 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9163 (epg-digest-algorithm-alist): Add SHA224.
9164 (epg-context-set-passphrase-callback)
9165 (epg-context-set-progress-callback): Add description about
9166 callback function.
9167
9168 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * custom.el (custom-delayed-init-variables): New var.
9171 (custom-initialize-delay): New function.
9172 * startup.el (command-line): "Re"evaluate all vars in
9173 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9174 explicitly any more.
9175 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9176 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9177
9178 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9179
9180 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9183 (gdb-var-update-handler): Use json parsing.
9184
9185 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9188 decode annotated text, regardless of language environment. (Bug#2741)
9189
9190 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * Makefile.in (autoloads): Make rmail.el writable as well.
9193
9194 2009-09-11 Glenn Morris <rgm@gnu.org>
9195
9196 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9197 loaddefs.el.
9198 * dired.el: Regenerate with extracted autoloads.
9199 * Makefile.in (autoloads): Make dired.el writable.
9200
9201 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9202 * ibuffer.el: Regenerate with extracted autoloads.
9203 * Makefile.in (autoloads): Make ibuffer.el writable.
9204
9205 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9206 * version.el (emacs-copyright, emacs-major-version)
9207 (emacs-minor-version): Reformat doc-strings for make-docfile.
9208
9209 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9210 functions and variables, since they must be stuff specific to some other
9211 platform.
9212 (apropos-print): Make mouse-click message less specific about button.
9213
9214 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9215 that records where a macro was defined.
9216 * help-fns.el (describe-function-1): Mention if a function has a
9217 compiler-macro.
9218 * help-mode.el (help-function-cmacro): New button.
9219
9220 * locate.el (top-level): Always require dired.
9221 (locate-mode-map): Initialize inside the defvar.
9222
9223 * net/ange-ftp.el (dired-compress-file): Declare.
9224 (ange-ftp-dired-compress-file): Add doc string.
9225
9226 * term/ns-win.el (x-display-name, x-setup-function-keys):
9227 Unify doc-strings with X versions.
9228
9229 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * emulation/crisp.el (crisp-mode-map): Move initialization
9232 into declaration.
9233 (crisp-mode): Use define-minor-mode.
9234
9235 * progmodes/xscheme.el (xscheme-evaluation-commands):
9236 Put a :advertised-binding property rather than using
9237 advertised-xscheme-send-previous-expression.
9238 (advertised-xscheme-send-previous-expression): Declare obsolete.
9239 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9240 `advertised-undo'.
9241 (crisp-mode): Add corresponding bindings to
9242 undo's :advertised-binding instead.
9243 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9244 than using dired-advertised-find-file.
9245 (dired-advertised-find-file):
9246 * simple.el (advertised-undo):
9247 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9248 (widget-keymap): Put a :advertised-binding property rather
9249 than using advertised-widget-backward.
9250 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9251 than using advertised-undo.
9252 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9253
9254 2009-09-10 Simon South <ssouth@slowcomputing.org>
9255
9256 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9257 Mark mode is enabled and region is active; otherwise indent or
9258 insert TAB as usual.
9259 (delphi-mode): Update description of TAB-key binding.
9260
9261 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * subr.el (define-key-rebound-commands): Mark obsolete.
9264 * startup.el (precompute-menubar-bindings): Remove.
9265 (normal-top-level): Remove obsolete code that tried to precompute
9266 menubar bindings.
9267 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9268 define-key-rebound-commands and precompute-menubar-bindings.
9269
9270 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9271
9272 * net/imap.el (imap-interactive-login): Better messages.
9273 (imap-open): Fix bug with renamed buffer on reconnect.
9274 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9275 for easier debugging and cleaner code. On successful (guessed based on
9276 server capabilities) secondary authentication, set imap-state
9277 correctly.
9278 (imap-last-authenticator): Define imap-last-authenticator as a variable
9279 to avoid warnings.
9280
9281 2009-09-10 Glenn Morris <rgm@gnu.org>
9282
9283 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9284
9285 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9286 (byte-compile-file-form-autoload): Don't warn about unknown functions
9287 where the autoload statement comes after the use.
9288 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9289 that any handlers inside the body (eg require) are in turn respected.
9290
9291 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9292 effects.
9293
9294 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9295 and syntax and abbrev tables basic docs, if they don't have any.
9296
9297 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9298
9299 * international/mule-cmds.el (top-level): Require cl when compiling.
9300 (view-hello-file): Use default-value rather than
9301 default-enable-multibyte-characters.
9302
9303 * progmodes/fortran.el: Move all safe and risky properties into the
9304 defcustoms.
9305
9306 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9307 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9308 * mail/undigest.el:
9309 Put autoloads in rmail.el rather than loaddefs.el.
9310 * mail/rmail.el: Regenerate with extracted autoloads.
9311
9312 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9313 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9314
9315 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9316
9317 Reported in thread for Bug#4375.
9318 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9319 "-data-evaluate-expression" instead of print.
9320 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9321 (gdb-tooltip-print): Parse output from above MI command.
9322 (gdb): Revert 2009-08-11 change. User should detach inferior
9323 manually.
9324
9325 Remove the word "separate" from IO functions as inferior
9326 output is now never displayed in the GUD buffer.
9327
9328 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9329
9330 * startup.el (command-line-normalize-file-name): On Windows and
9331 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9332
9333 2009-09-10 Juri Linkov <juri@jurta.org>
9334
9335 * isearch.el (isearch-text-char-description): Propertize escape
9336 character sequences with the `escape-glyph' face. (Bug#4344)
9337
9338 * simple.el (shell-command): Set asynchronous process filter to
9339 `comint-output-filter'. (Bug#4343)
9340
9341 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9342 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9343 the list. Move "asm" to the bottom.
9344 (grep-find-ignored-directories): Add `choice' with nil value
9345 to empty the list easily.
9346 (grep-find-ignored-files): New option.
9347 (grep-files-history): Set to nil by default instead of '("ch" "el").
9348 (grep-compute-defaults): Add "<X>" to `grep-template'.
9349 (grep-read-files): Bind new local variables `default-alias' and
9350 `default-extension'. Use a list of default values for the file prompt.
9351 (lgrep): Add `--exclude=' command line options composed from
9352 `grep-find-ignored-files'.
9353 (rgrep): Add `-name' command line options composed from
9354 `grep-find-ignored-files'. (Bug#4301)
9355
9356 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9359 (bug#4368).
9360
9361 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * calendar/time-date.el (autoload):
9364 Expand define-obsolete-function-alias into defalias and make-obsolete
9365 for old Emacsen that Gnus supports.
9366 (with-no-warnings): Define it for old Emacsen.
9367 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9368 is available.
9369 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9370 float-time is available; suppress compile warning for time-to-seconds.
9371
9372 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9373
9374 * net/imap.el (imap-message-map): Docstring fix.
9375
9376 2009-09-09 Glenn Morris <rgm@gnu.org>
9377
9378 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9379 line numbers too. (Bug#4374)
9380
9381 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * smerge-mode.el (smerge-remove-props, smerge-refine):
9384 Use with-silent-modifications (bug#4342).
9385
9386 * subr.el (with-silent-modifications): New macro.
9387
9388 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9389
9390 * files.el (top-level): Require `cl' when compiling.
9391
9392 2009-09-07 Glenn Morris <rgm@gnu.org>
9393
9394 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9395
9396 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9397 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9398
9399 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9400
9401 * vc-git.el (vc-git-annotate-command): Use separator to parse
9402 arguments correctly.
9403
9404 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9405
9406 * proced.el (proced-mode): Doc fix.
9407
9408 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9409
9410 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9411 lstat fails.
9412 (tramp-do-file-attributes-with-ls): Check for file existence at
9413 remote end.
9414 (tramp-do-file-attributes-with-stat): Likewise.
9415 (tramp-convert-file-attributes): Return nil when attr is nil.
9416
9417 2009-09-05 Glenn Morris <rgm@gnu.org>
9418
9419 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9420 properties to this button.
9421 (diary-fancy-display): Don't extend the button to the final newline.
9422 (diary-fancy-display-mode): Continue to define "q" as a local key.
9423
9424 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9425 efficient.
9426
9427 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9428
9429 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9430 (byte-compile-dest-file-function): New option.
9431 (byte-compile-dest-file): Doc fix.
9432 Obey byte-compile-dest-file-function.
9433 (byte-compile-cl-file-p): New function.
9434 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9435 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9436 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9437 than for file being previously loaded.
9438 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9439 (byte-compile-file-form-require): Handle the case where requiring a file
9440 indirectly causes CL to be loaded.
9441
9442 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9443
9444 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9445 before killing the old buffer, since by the time `kill-buffer' is
9446 run so many buffer variables have been set to nil that it may not
9447 behave as expected. (Bug#4061)
9448
9449 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9450
9451 * files.el (find-alternate-file): If the old buffer is modified
9452 and visiting a file, behave similarly to `kill-buffer' when
9453 killing it, thus reverting to the pre-1.878 behavior; see
9454 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9455 for discussion. Also, consult `buffer-file-name' as a variable
9456 not as a function, for consistency with the rest of the code.
9457
9458 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9461 also when adding a new directory.
9462
9463 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9464 defun.
9465
9466 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * files.el (locate-file-completion-table): Make it provide boundary
9469 information, so partial-completion works better.
9470
9471 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9472
9473 * mail/footnote.el (Footnote-text-under-cursor):
9474 Check footnote-text-marker-alist before using it (bug#4324).
9475
9476 2009-09-04 Glenn Morris <rgm@gnu.org>
9477
9478 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9479 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9480 * play/solitaire.el, play/tetris.el:
9481 Remove leading * from defcustom and defface docs.
9482
9483 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9484 necessary.
9485 (diary-fancy-overriding-map): New variable.
9486 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9487 Use view-mode.
9488
9489 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9490 goto-line.
9491
9492 2009-09-03 Glenn Morris <rgm@gnu.org>
9493
9494 * arc-mode.el (archive-mode):
9495 * dos-fns.el (set-default-process-coding-system):
9496 * man.el (Man-getpage-in-background):
9497 * menu-bar.el (menu-bar-describe-menu):
9498 * server.el (server-process-filter):
9499 * startup.el (command-line):
9500 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9501 * w32-fns.el (set-default-process-coding-system):
9502 * x-dnd.el (x-dnd-handle-file-name):
9503 * international/mule-cmds.el (mule-menu-keymap)
9504 (set-default-coding-systems, language-info-alist, set-language-info)
9505 (set-language-environment, standard-display-european-internal)
9506 (set-locale-environment):
9507 * international/mule-diag.el (mule-diag):
9508 * mail/emacsbug.el (report-emacs-bug):
9509 * mail/rmail.el (rmail-mode):
9510 * mail/sendmail.el (mail-setup):
9511 Use default-value rather than default-enable-multibyte-characters.
9512
9513 * progmodes/f90.el: Move all safe properties into the defcustoms.
9514 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9515
9516 * calendar/appt.el (appt-check):
9517 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9518 (diary-check-diary-file, diary-list-entries)
9519 (diary-include-other-diary-files, diary-simple-display)
9520 (diary-fancy-display, diary-print-entries)
9521 (diary-mark-included-diary-files, diary-make-entry):
9522 Don't call substitute-in-file-name on diary-file.
9523
9524 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9525 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9528 (footnote-mode-map): Move initialization into the declaration.
9529 (footnote-minor-mode-map): Define it rather than changing global-map.
9530 (footnote-mode): Use define-minor-mode.
9531
9532 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9533
9534 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9535 (tramp-do-file-attributes-with-perl)
9536 (tramp-do-file-attributes-with-stat): Rename from
9537 `tramp-handle-file-attributes-with-*'.
9538 (tramp-handle-file-attributes): Use them.
9539 (tramp-do-directory-files-and-attributes-with-perl)
9540 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9541 `tramp-handle-directory-files-and-attributes-with-*'.
9542 (tramp-handle-directory-files-and-attributes): Use them.
9543 (tramp-method-out-of-band-p): Additional parameter SIZE.
9544 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9545 (tramp-handle-write-region): Use it.
9546 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9547 (tramp-handle-vc-registered): Check, whether the first run did
9548 return files to be tested.
9549 (tramp-advice-make-auto-save-file-name): Do not call directly
9550 `tramp-handle-make-auto-save-file-name', because this would bypass
9551 the locking mechanism.
9552
9553 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9554 (file-remote-p, process-file, start-file-process, set-file-times)
9555 (tramp-compat-file-attributes): Compatibility functions shall not
9556 call directly `tramp-handle-*', because this would bypass the
9557 locking mechanism.
9558 (tramp-compat-number-sequence): New defun.
9559
9560 2009-09-02 Glenn Morris <rgm@gnu.org>
9561
9562 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9563 alias for float-time.
9564 (time-to-number-of-days): In Emacs, use float-time.
9565 * net/newst-backend.el (time-add): Suppress warnings from compat
9566 function.
9567 * time.el (emacs-uptime, emacs-init-time):
9568 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9569 Use float-time rather than time-to-seconds.
9570
9571 * minibuffer.el (completion-initials-expand): Fix typo.
9572
9573 * faces.el (modeline, modeline-inactive, modeline-highlight)
9574 (modeline-buffer-id):
9575 * info.el (info-menu-5): Mark these face aliases as obsolete.
9576
9577 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9578
9579 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9580 space ...
9581 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9582 no "--thread" option.
9583 (gdb-stopped): Don't print "Switched to thread" message when it is
9584 unchanged.
9585
9586 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * minibuffer.el (completion-try-completion)
9589 (completion-all-completions): Remove ill-defined (and
9590 mistakenly installed and luckily never used nor documented)
9591 `completion-styles' property.
9592 (completion-initials-expand, completion-initials-all-completions)
9593 (completion-initials-try-completion): New functions.
9594 (completion-styles-alist): Add doc to each entry.
9595 Add new `initials' entry.
9596
9597 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9598
9599 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9600 MI command -var-evaluate-expression.
9601 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9602 and tweak for case of string child.
9603 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9604
9605 2009-09-01 Glenn Morris <rgm@gnu.org>
9606
9607 * add-log.el (change-log-date-face, change-log-name-face)
9608 (change-log-email-face, change-log-file-face, change-log-list-face)
9609 (change-log-conditionals-face, change-log-function-face)
9610 (change-log-acknowledgement-face):
9611 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9612 (custom-modified-face, custom-set-face, custom-changed-face)
9613 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9614 (custom-documentation-face, custom-state-face, custom-comment-face)
9615 (custom-comment-tag-face, custom-variable-tag-face)
9616 (custom-variable-button-face, custom-face-tag-face)
9617 (custom-group-tag-face-1, custom-group-tag-face):
9618 * diff-mode.el (diff-header-face, diff-file-header-face)
9619 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9620 (diff-added-face, diff-changed-face, diff-function-face)
9621 (diff-context-face, diff-nonexistent-face):
9622 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9623 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9624 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9625 (Info-title-4-face):
9626 * isearch.el (isearch-lazy-highlight-face):
9627 * log-view.el (log-view-file-face, log-view-message-face):
9628 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9629 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9630 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9631 (cvs-msg-face):
9632 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9633 (smerge-base-face, smerge-markers-face):
9634 * wid-edit.el (widget-documentation-face, widget-button-face)
9635 (widget-field-face, widget-single-line-field-face)
9636 (widget-inactive-face, widget-button-pressed-face):
9637 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9638 (woman-addition-face):
9639 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9640 (eshell-ls-executable-face, eshell-ls-readonly-face)
9641 (eshell-ls-unreadable-face, eshell-ls-special-face)
9642 (eshell-ls-missing-face, eshell-ls-archive-face)
9643 (eshell-ls-backup-face, eshell-ls-product-face)
9644 (eshell-ls-clutter-face):
9645 * eshell/em-prompt.el (eshell-prompt-face):
9646 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9647 * obsolete/old-whitespace.el (whitespace-highlight-face):
9648 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9649 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9650 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9651 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9652 (antlr-font-lock-literal-face):
9653 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9654 (ebrowse-root-class-face, ebrowse-file-name-face)
9655 (ebrowse-default-face, ebrowse-member-attribute-face)
9656 (ebrowse-member-class-face, ebrowse-progress-face):
9657 * progmodes/make-mode.el (makefile-space-face):
9658 * progmodes/sh-script.el (sh-heredoc-face):
9659 * textmodes/flyspell.el (flyspell-incorrect-face)
9660 (flyspell-duplicate-face):
9661 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9662 * textmodes/texinfo.el (texinfo-heading-face):
9663 Mark face aliases with "-face" suffix as obsolete.
9664
9665 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9666 compiler.
9667
9668 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9669 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9670 easy-menu-define wants to modify these.
9671
9672 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9673
9674 * net/browse-url.el (browse-url-file-url):
9675 * term/internal.el (dos-codepage-setup):
9676 Use default-value rather than default-enable-multibyte-characters.
9677
9678 * progmodes/etags.el (etags-goto-tag-location):
9679 * progmodes/flymake.el (flymake-highlight-line)
9680 (flymake-goto-file-and-line, flymake-goto-line):
9681 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9682 (gdb-goto-breakpoint):
9683 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9684 * progmodes/python.el (python-find-function)
9685 (python-pdbtrack-track-stack-file):
9686 * progmodes/verilog-mode.el (verilog-surelint-off):
9687 * term/ns-win.el (ns-open-file-select-line):
9688 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9689 Use forward-line rather than goto-line.
9690
9691 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9692 * textmodes/reftex-index.el (reftex-display-index):
9693 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9694 * textmodes/reftex-toc.el (reftex-toc):
9695 Remove unnecessary bindings of default-major-mode (all are followed by
9696 major-mode check and possible mode switch).
9697
9698 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9699
9700 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9701 Handle watchpoints (bug#4282).
9702 (def-gdb-thread-buffer-command): Enable thread to be selected by
9703 clicking without selecting threads buffer first.
9704 (gdb-current-context-command): Use selected frame so that "up",
9705 "down" etc work in the GUD buffer.
9706 (gdb-update): Find selected frame before rendering stack buffer.
9707 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9708
9709 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * progmodes/sym-comp.el (displayed-completions): Remove.
9712 (symbol-complete): Use minibuffer-complete.
9713
9714 2009-08-31 Glenn Morris <rgm@gnu.org>
9715
9716 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9717
9718 * apropos.el (apropos-symbols-internal):
9719 Handle (obsolete) face aliases.
9720
9721 * faces.el (describe-face): Adjust the output format to be more like
9722 describe-variable, and to mention (obsolete) face aliases.
9723 Adjust the whitespace so that help-setup-xref works.
9724
9725 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9726 * calendar/diary-lib.el (diary-button-face):
9727 Mark these face aliases as obsolete.
9728
9729 * calendar/calendar.el (calendar-today): Doc fix.
9730
9731 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9732
9733 * progmodes/gdb-mi.el (gdb-control-all-threads)
9734 (gdb-control-current-thread): Force tool bar update.
9735 (gdb-non-stop-handler): New function.
9736 (gdb-init-1): Use it to test if non-stop mode is supported.
9737 Remove unused gdbmi buffer type.
9738
9739 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9740
9741 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9742 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9743
9744 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9745
9746 * comint.el (comint-exec-1): Check command is non-null first.
9747 Part of gdb-mi.el change (2009-08-28).
9748
9749 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9752
9753 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9754
9755 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9756 instead of `dolist' to avoid a recursive require when bootstrapping.
9757
9758 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9761
9762 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9763
9764 * net/imap.el (imap-send-command): Simplify.
9765 (imap-wait-for-tag): point-max -> buffer-size.
9766
9767 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9768
9769 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9770 with constant argument.
9771
9772 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9773
9774 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9775
9776 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9777 Change default, since most of our files don't have a history.
9778 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9779 the user.
9780
9781 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9782 Add comint-run.
9783
9784 * calc/calc.el: Improve commenting convention.
9785 (calc-digit-map, toplevel): Simplify.
9786
9787 * comint.el (comint-insert-input): Be careful to only set point if we
9788 don't delegate to some other command.
9789
9790 * proced.el (proced-signal-list): Make it an alist.
9791 (proced-grammar-alist): Capitalize names.
9792 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9793 Disable undo manually and make it read-only.
9794 Use completion-annotate-function.
9795
9796 * minibuffer.el (minibuffer-message): If the current buffer is not
9797 a minibuffer, insert the message in the echo area rather than at the
9798 end of the buffer.
9799 (completion-annotate-function): New variable.
9800 (minibuffer-completion-help): Use it.
9801 (completion--embedded-envvar-table): Environment vars are
9802 always case-sensitive.
9803
9804 2009-08-30 Glenn Morris <rgm@gnu.org>
9805
9806 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9807 from fortran-current-defun.
9808 (fortran-beginning-of-subprogram): Be more precise about finding the
9809 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9810 (fortran-end-of-subprogram): Simplify.
9811 (fortran-current-defun): Use fortran-start-prog-re.
9812
9813 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * subr.el (do-after-load-evaluation): Simplify.
9816
9817 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9820
9821 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9822 (vc-rcs-print-log): Use it.
9823
9824 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9825
9826 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * paths.el (abbrev-file-name): Move to abbrev.el.
9829 * abbrev.el (abbrev-file-name): Move from paths.el.
9830 Obey user-emacs-directory.
9831 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9832 user-emacs-directory.
9833 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9834 abbrev-file-name and calc-settings-file any more.
9835 * startup.el (command-line): Recompute abbrev-file-name and
9836 abbreviated-home-dir.
9837 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9838 of the special code for when C-h bindings haven't been changed.
9839 (display-startup-echo-area-message): Use with-current-buffer.
9840 (command-line-1): Use a list of strings, rather than a list of lists
9841 of strings for longopts.
9842
9843 * files.el (get-free-disk-space): Use / for default-directory.
9844
9845 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9846 Use with-current-buffer.
9847
9848 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9849 Recognize immutable variables like most-positive-fixnum.
9850 (byte-compile-setq-default): Check and warn if trying to assign
9851 to an immutable variable, or a non-variable.
9852
9853 * progmodes/cc-vars.el (c-comment-continuation-stars):
9854 * progmodes/cc-engine.el (c-looking-at-bos):
9855 * progmodes/cc-cmds.el (c-toggle-auto-state)
9856 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9857 (c-comment-line-break-function): Add version of obsolescence.
9858
9859 2009-08-28 Juri Linkov <juri@jurta.org>
9860
9861 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9862 associated with `archive-mode'.
9863
9864 * image.el (image-type-header-regexps): Use only JPEG magic number
9865 to determine JPEG images, and don't use `image-jpeg-p' because
9866 Emacs can display non-JFIF non-Exif JPEG images.
9867
9868 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9869
9870 * arc-mode.el (archive-mode):
9871 * emacs-lisp/re-builder.el (re-builder-unload-function):
9872 Protect against the default value of `major-mode' being nil.
9873
9874 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9875
9876 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9877 Fix typos in docstrings.
9878
9879 * progmodes/js.el (js--macro-decl-re): Doc fix.
9880 (js--plain-method-re, js--split-name): Refloc docstring.
9881 (js--class-styles, js--make-merged-item, js--splice-into-items):
9882 Fix typos in docstrings; reflow docstrings.
9883 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9884 (js--variable-decl-matcher, js--inside-pitem-p)
9885 (js--parse-state-at-point, js--get-all-known-symbols)
9886 (js--symbol-history, js-find-symbol, js--js-references)
9887 (js--moz-interactor, js--js-encode-value, js--read-tab):
9888 Fix typos in docstrings.
9889
9890 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * textmodes/reftex.el (reftex-get-file-buffer-force):
9893 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9894 * emulation/viper.el (viper-go-away, viper-set-hooks):
9895 * emacs-lisp/re-builder.el (re-builder-unload-function):
9896 * emacs-lisp/bytecomp.el (byte-compile-file):
9897 * ses.el (ses-unload-function):
9898 * hexl.el (hexl-find-file):
9899 * files.el (normal-mode):
9900 * ehelp.el (with-electric-help):
9901 * autoinsert.el (auto-insert-alist):
9902 * arc-mode.el (archive-mode):
9903 Use (default-value 'major-mode) instead of default-major-mode.
9904
9905 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9906 * international/mule.el (load-with-code-conversion):
9907 * emacs-lisp/debug.el (debug):
9908 * ediff-vers.el (ediff-rcs-get-output-buffer):
9909 * dired.el (dired-internal-noselect): Don't let-bind
9910 default-major-mode around code that doesn't use it.
9911 E.g. buffer creation via get-buffer-create doesn't use it.
9912
9913 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9914
9915 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9916 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9917 when writing the temp file. Otherwise, epa-file gets confused.
9918 (tramp-register-file-name-handlers): Make it a defun. Move also
9919 `epa-file-handler' to the front of `file-name-handler-alist'.
9920
9921 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9924 start right after a ^M.
9925 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9926 (tramp-completion-file-name-regexp-separate)
9927 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9928 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9929 Don't modify last-coding-system-used by accident.
9930 (tramp-completion-file-name-handler): Apply the checks here,
9931 instead during registration.
9932 (tramp-register-file-name-handlers): Renamed from
9933 `tramp-register-file-name-handler'. Register both
9934 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9935 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9936
9937 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9938
9939 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9940 Remove variable ...
9941 (gdb-init-1, gdb-display-separate-io-buffer)
9942 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9943 references to it.
9944 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9945 (gdb-inferior-filter): Use comint-output-filter to stop
9946 echoing and remove ^M characters.
9947
9948 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * emulation/viper-init.el (viper-restore-cursor-type):
9951 * emulation/cua-base.el (cua--update-indications):
9952 Replace default-cursor-type with (default-value 'cursor-type).
9953
9954 * mail/sendmail.el (mail-recover-1):
9955 * international/mule-diag.el (describe-current-coding-system-briefly)
9956 (describe-current-coding-system):
9957 * international/mule-cmds.el (select-safe-coding-system)
9958 (select-message-coding-system)
9959 (set-language-environment-coding-systems, set-locale-environment):
9960 * hexl.el (hexl-insert-multibyte-char):
9961 * dos-w32.el (find-buffer-file-type-coding-system):
9962 * simple.el (what-cursor-position):
9963 Replace uses of default-buffer-file-coding-system
9964 with (default-value 'buffer-file-coding-system).
9965
9966 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9967 Replace uses of default-cursor-in-non-selected-windows
9968 with (default-value 'cursor-in-non-selected-windows).
9969 Use with-current-buffer.
9970
9971 * mail/feedmail.el: Use CL macros.
9972 (feedmail-run-the-queue, feedmail-send-it-immediately):
9973 * dos-w32.el (find-buffer-file-type): Replace uses of
9974 default-buffer-file-type with (default-value 'buffer-file-type).
9975
9976 2009-08-28 Glenn Morris <rgm@gnu.org>
9977
9978 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9979 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9980 Use default-value of major-mode rather than default-major-mode.
9981
9982 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * Makefile.in (update-elcfiles): Report left over elc files.
9985
9986 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9987 expand-file-name and with-current-buffer.
9988 (mail-get-names, mail-directory): Use with-current-buffer.
9989
9990 * vc.el (vc-read-revision): New function.
9991 (vc-version-diff, vc-merge): Use it.
9992
9993 2009-08-27 Sam Steingold <sds@gnu.org>
9994
9995 * simple.el (kill-do-not-save-duplicates): New user option.
9996 (kill-new): When it is non-nil, and the new string is the same as
9997 the latest kill, set replace to t to avoid duplicates in kill-ring.
9998
9999 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10000
10001 * net/tramp.el (tramp-handle-process-file): Do not flush all
10002 caches when `process-file-side-effects' is set.
10003 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10004 instead of `tramp-find-file-exists-command'.
10005 Unset `process-file-side-effects'.
10006
10007 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10008
10009 * net/tramp.el (tramp-methods): New method "rsyncc".
10010 (top): Add completion function for "rsyncc".
10011 (tramp-message-show-message): New defvar.
10012 (tramp-message, tramp-error): Use it.
10013 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10014 remote copying.
10015 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10016 `tramp-methods' entry `copy-env' of "rsyncc".
10017 (tramp-vc-registered-read-file-names): New defconst.
10018 (tramp-vc-registered-file-names): New defvar.
10019 (tramp-handle-vc-registered): Implement optimization strategy.
10020 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10021 (tramp-vc-file-name-handler): New defun.
10022 (tramp-get-ls-command, tramp-get-test-command)
10023 (tramp-get-file-exists-command, tramp-get-remote-ln)
10024 (tramp-get-remote-perl, tramp-get-remote-stat)
10025 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10026
10027 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10028 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10029 timestamps.
10030 (tramp-get-file-property): Check for timestamps in
10031 `tramp-cache-inhibit-cache'.
10032 (tramp-set-file-property): Write timestamp.
10033
10034 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10035
10036 * language/japan-util.el (japanese-symbol-table): Add entries for
10037 cp932-2-byte.
10038
10039 * international/characters.el: Add category `j' to cp932-2-byte.
10040
10041 2009-08-27 Kenichi Handa <handa@m17n.org>
10042
10043 * international/fontset.el (build-default-fontset-data): New macro.
10044 (setup-default-fontset): Use build-default-fontset-data for CJK,
10045 tibetan, ethiopic, and ipa.
10046
10047 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10050 (enable-multibyte-characters): Not customizable any more.
10051
10052 * subr.el (default-mode-line-format, default-header-line-format)
10053 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10054 (default-direction-reversed, default-truncate-lines)
10055 (default-left-margin, default-tab-width, default-case-fold-search)
10056 (default-left-margin-width, default-right-margin-width)
10057 (default-left-fringe-width, default-right-fringe-width)
10058 (default-fringes-outside-margins, default-scroll-bar-width)
10059 (default-vertical-scroll-bar, default-indicate-empty-lines)
10060 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10061 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10062 (default-scroll-down-aggressively, default-fill-column)
10063 (default-cursor-type, default-buffer-file-type)
10064 (default-cursor-in-non-selected-windows)
10065 (default-buffer-file-coding-system, default-major-mode)
10066 (default-enable-multibyte-characters): Mark as obsolete.
10067
10068 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10069
10070 * vc-dir.el (vc-dir-update): Remove debug helper.
10071
10072 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10073
10074 2009-08-26 Sam Steingold <sds@gnu.org>
10075
10076 * simple.el (save-interprogram-paste-before-kill): New user option.
10077 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10078 save the interprogram-paste into kill-ring before overriding it
10079 with the Emacs kill.
10080
10081 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10082
10083 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10084 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10085 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10086 and move to vc-rcs.el.
10087 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10088 move to vc-rcs.el.
10089 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10090 (vc-rcs-update-changelog): Remove.
10091 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10092 and move to vc-rcs.el.
10093
10094 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10095 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10096 renaming.
10097 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10098 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10099 vc.el, renamed to be RCS specific.
10100
10101 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10102 New functions.
10103 (vc-cvs-update-changelog): Move here from vc.el.
10104
10105 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10106 New functions.
10107
10108 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10111
10112 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10113
10114 * vc-git.el (vc-git-register): Use "git add" for directories.
10115 (vc-git-stash, vc-git-stash-show): New functions.
10116 (vc-git-extra-menu-map): Bind them.
10117
10118 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10119 directory correctly in case the item is a directory itself.
10120
10121 * vc.el: Document the desired behavior for reverted files in the
10122 `added' state.
10123 (vc-default-prettify-state-info): Remove function, unused.
10124
10125 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10126
10127 2009-08-26 Glenn Morris <rgm@gnu.org>
10128
10129 * bindings.el (standard-mode-line-format): Reposition dashes in
10130 which-func entry. (Bug#4217)
10131
10132 * files.el (enable-local-variables, enable-local-eval)
10133 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10134 the defcustoms.
10135 (auto-mode-alist, ignored-local-variables)
10136 (save-some-buffers-action-alist): Move risky declarations to the
10137 definitions.
10138 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10139 (font-lock-defaults, format-alist, imenu--index-alist)
10140 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10141 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10142 (mode-line-modified, mode-line-mule-info, mode-line-position)
10143 (mode-line-process, mode-line-remote, outline-level)
10144 (parse-time-rules, rmail-output-file-alist)
10145 (special-display-buffer-names, vc-mode):
10146 Move risky declarations to the relevant files.
10147 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10148 (mode-line-modified, mode-line-process, mode-line-position)
10149 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10150 * font-core.el (font-lock-defaults):
10151 * format.el (format-alist):
10152 * vc-hooks.el (vc-mode):
10153 * window.el (special-display-buffer-names):
10154 * international/mule-cmds.el (input-method-alist):
10155 Define riskiness here (dumped file) rather than in files.el.
10156 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10157 * imenu.el (imenu-generic-expression, imenu--index-alist):
10158 * outline.el (outline-level):
10159 * time.el (display-time-string):
10160 * calendar/parse-time.el (parse-time-rules):
10161 * mail/rmailout.el (rmail-output-file-alist):
10162 Autoload riskiness here, rather than placing in files.el.
10163
10164 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10165
10166 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10167
10168 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * simple.el (process-file-side-effects): New defvar.
10171
10172 * dired-aux.el (dired-show-file-type):
10173 * vc.el (vc-diff-internal):
10174 * vc-arch.el (vc-arch-diff):
10175 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10176 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10177 * vc-git.el (vc-git-registered, vc-git-working-revision)
10178 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10179 (vc-git--empty-db-p):
10180 * vc-hooks.el (vc-user-login-name):
10181 * vc-svn.el (vc-svn-registered, vc-svn-state)
10182 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10183 * progmodes/grep.el (grep-probe): Let-bind
10184 `process-file-side-effects' with nil.
10185
10186 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10187
10188 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10189 daemon. Replace ping by checking for running service for bluez
10190 and zeroconf. (Bug#4239)
10191
10192 2009-08-25 Kevin Ryde <user42@zip.com.au>
10193
10194 * net/dig.el (dig): Add autoload cookie.
10195
10196 2009-08-25 Glenn Morris <rgm@gnu.org>
10197
10198 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10199 load-history for absolute file-names.
10200 (byte-compile-file-form-require): Warn about use of the cl package.
10201
10202 * format.el (format-alist): Doc fix.
10203
10204 * play/bubbles.el (top-level): Don't require cl at run-time.
10205
10206 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10207 run-time cl).
10208
10209 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10210
10211 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10212 from cl package.
10213 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10214
10215 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10216
10217 * calc/calc-alg.el (math-trig-rewrite)
10218 (math-hyperbolic-trig-rewrite): New functions.
10219 (calc-simplify): Simplify trig functions when asked.
10220
10221 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10224
10225 2009-08-24 Kenichi Handa <handa@m17n.org>
10226
10227 * language/ind-util.el (mapthread): Delete it.
10228 (combinatorial): New function.
10229 (indian--puthash-cv): Use combinatorial instead of mapthread.
10230
10231 2009-08-22 Kevin Ryde <user42@zip.com.au>
10232
10233 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10234 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10235 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10236 Clarify docstring that the value is strings not symbols.
10237 (checkdoc-list-of-strings-p): New function.
10238
10239 2009-08-22 Glenn Morris <rgm@gnu.org>
10240
10241 * files.el (auto-mode-alist):
10242 * hippie-exp.el (he-concat-directory-file-name):
10243 * lpr.el (lpr-windows-system, printer-name):
10244 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10245 * ps-print.el (ps-windows-system):
10246 * startup.el (command-line):
10247 * emulation/viper-ex.el (viper-glob-function):
10248 * international/mule-cmds.el (set-language-environment-coding-systems):
10249 * net/ange-ftp.el (ange-ftp-write-region):
10250 * obsolete/fast-lock.el (fast-lock-cache-name):
10251 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10252 unisoft-unix, vax-vms, win32, w32.
10253
10254 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10255 given name if the pattern is not more specific.
10256
10257 * calendar/lunar.el (lunar-phase-names): New option.
10258 (lunar-phase): Doc fix.
10259 (lunar-cycles-per-year): New constant.
10260 (lunar-index): New function.
10261 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10262 (lunar-phase-name): Use lunar-phase-names.
10263 (calendar-lunar-phases): Use format.
10264 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10265
10266 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10267 Copy imenu-example--name-and-position function here for own use.
10268 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10269
10270 * bs.el (bs--redisplay):
10271 * cus-edit.el (custom-redraw):
10272 * ibuffer.el (ibuffer-bury-buffer):
10273 * server.el (server-goto-line-column):
10274 * startup.el (command-line-1):
10275 * strokes.el (strokes-xpm-for-stroke):
10276 * term.el (term-display-buffer-line):
10277 * view.el (View-goto-line):
10278 * calc/calc.el (calc-do, calc-trail-buffer):
10279 * play/gamegrid.el (gamegrid-add-score-insecure):
10280 * progmodes/ada-mode.el (ada-compile-goto-error):
10281 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10282 (ebrowse-select-1st-to-9nth):
10283 * progmodes/cperl-mode.el (cperl-time-fontification):
10284 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10285 * progmodes/gud.el (gud-display-line):
10286 (idlwave-shell-display-line):
10287 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10288 * progmodes/make-mode.el (makefile-browser-toggle):
10289 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10290 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10291 * textmodes/picture.el (picture-draw-rectangle):
10292 * textmodes/reftex-index.el (reftex-index-goto-letter):
10293 (reftex-select-jump-to-previous):
10294 * textmodes/reftex-sel.el (reftex-find-start-point)
10295 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10296 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10297 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10298 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10299 * textmodes/two-column.el (2C-associated-buffer):
10300 Use forward-line rather than goto-line.
10301
10302 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10303 goto-line.
10304
10305 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10306 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10307 (quick-check-list-to-regexp): Declare.
10308
10309 * progmodes/make-mode.el (makefile-browser-insert-selection):
10310 Use goto-char rather than goto-line.
10311
10312 * progmodes/prolog.el (compilation-error-regexp-alist)
10313 (compilation-forget-errors): Declare.
10314
10315 2009-08-22 Juri Linkov <juri@jurta.org>
10316
10317 * progmodes/grep.el (lgrep, rgrep): At the beginning
10318 set `dir' to `default-directory' unless `dir' is a non-nil
10319 readable directory. (Bug#4052)
10320 (lgrep, rgrep): Change a weird way to report an error
10321 from using `read-string' to using `error'.
10322 Instead of using interactive arguments in the function body,
10323 add new argument `confirm'.
10324
10325 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * textmodes/remember.el (remember-buffer):
10328 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10329 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10330 (icalendar-extract-ical-from-buffer):
10331 * net/newst-treeview.el (newsticker-groups-filename):
10332 * net/newst-backend.el (newsticker-cache-filename):
10333 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10334 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10335 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10336 (speedbar-buffers-line-path, speedbar-path-line)
10337 (speedbar-buffers-line-path):
10338 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10339 (epg-sign-keys):
10340 * epa.el (epa-display-verify-result):
10341 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10342
10343 2009-08-21 Glenn Morris <rgm@gnu.org>
10344
10345 * progmodes/js.el (inferior-moz-process): Fix declaration.
10346
10347 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10348
10349 * obsolete/rnewspost.el (news-mail-reply):
10350 Use goto-char rather than goto-line.
10351
10352 * term/ns-win.el (ns-open-file-select-line):
10353 Use line-beginning-position rather than goto-line.
10354
10355 * apropos.el (apropos-command):
10356 * ehelp.el (electric-helpify):
10357 * printing.el (pr-show-setup):
10358 * strokes.el (strokes-help):
10359 * tutorial.el (tutorial--describe-nonstandard-key)
10360 (tutorial--detailed-help):
10361 * woman.el (woman-mini-help, woman-display-extended-fonts):
10362 * calc/calc-help.el (calc-describe-key):
10363 * emulation/edt.el (edt-electric-helpify):
10364 * international/mule-diag.el (mule-diag):
10365 * play/yow.el (apropos-zippy):
10366 * progmodes/python.el (python-describe-symbol):
10367 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10368 * textmodes/table.el (*table--cell-describe-mode)
10369 (*table--cell-describe-bindings):
10370 Use help-print-return-message rather than the now obsolete alias.
10371
10372 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10373 (calendar-cursor-to-visible-date):
10374 * play/5x5.el (5x5-position-cursor):
10375 * play/decipher.el (decipher):
10376 * play/gomoku.el (gomoku-goto-xy):
10377 * play/landmark.el (lm-goto-xy):
10378 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10379 (mpuz-paint-digit):
10380 Use forward-line, not goto-line.
10381
10382 * mail/rmail.el (rmail-obsolete): Delete custom group.
10383 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10384 (rmail-remote-password, rmail-remote-password-required):
10385 Remove unneeded :set-after and :set properties.
10386
10387 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10388
10389 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10390
10391 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10392
10393 * loadup.el: Remove leftover macos code.
10394
10395 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10396 Explicitly pass the date format to git blame so that user local
10397 so that the output format can be parsed.
10398
10399 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * net/dbus.el (top): Don't check for (getenv
10402 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10403
10404 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10405
10406 * log-edit.el (log-edit-strip-single-file-name): New var.
10407 (log-edit-insert-changelog): Use it. Bug#3571
10408
10409 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10412 Bug#3287
10413
10414 * help.el (help-print-return-message): Rename from
10415 print-help-return-message.
10416
10417 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10418 cvs-mode-map parent hack.
10419 (log-view-mode): Derive from special-mode.
10420
10421 * linum.el (linum-mode): window-size-change-functions is redundant.
10422 Adapt to new window-configuration-change-hook behavior.
10423 (linum-after-size, linum-after-config): Remove.
10424
10425 * imenu.el (imenu-example--name-and-position)
10426 (imenu-example--lisp-extract-index-name)
10427 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10428 Mark as obsolete.
10429
10430 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10431 (inferior-prolog-mode): Use it.
10432 (inferior-prolog-load-file): Reset list of errors.
10433
10434 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10435
10436 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10437
10438 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10439
10440 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10441
10442 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10443 is running already.
10444
10445 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * subr.el (listify-key-sequence-1): Use normal syntax since those
10448 integers are nowadays always represented by the same (positive) number
10449 on all platforms.
10450 (read-key-empty-map): New const.
10451 (read-key-delay): New var.
10452 (read-key): New function.
10453 (force-mode-line-update): Use with-current-buffer.
10454 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10455 (start-process-shell-command, start-file-process-shell-command):
10456 Discourage the use of command-args.
10457
10458 2009-08-19 Glenn Morris <rgm@gnu.org>
10459
10460 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10461
10462 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * simple.el (choose-completion-string): Don't rely on
10465 minibuffer-completing-file-name and ad-hoc checks to decide whether
10466 to continue completion or not.
10467
10468 * minibuffer.el (minibuffer-hide-completions): New function.
10469 (completion--do-completion): Use it.
10470 (completions-annotations): New face.
10471 (completion--insert-strings): Use it.
10472 (completion-pcm--delim-wild-regex): Add docstring.
10473 (completion-pcm--string->pattern): Add support for 0-width delimiters
10474 in completion-pcm--delim-wild-regex.
10475
10476 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10479 Remove unused var `buffer-modified-p'.
10480
10481 * minibuffer.el (completion--do-completion): Move point for the #b001
10482 case as well (bug#4176).
10483 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10484
10485 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10486
10487 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10488 and :session buses.
10489
10490 2009-08-18 Kenichi Handa <handa@m17n.org>
10491
10492 * international/ucs-normalize.el (ucs-normalize-version):
10493 Change to 1.1.
10494 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10495 (utf-8-hfs): Make it perform normalization on encoding too.
10496
10497 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10498 (sentence-end-without-space): Delete duplicated chars.
10499 (sentence-end-base): Likewise.
10500
10501 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10502 (html-mode): Delete duplicated chars from sentence-end-base.
10503
10504 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10505 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10506
10507 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * files.el (hack-one-local-variable): If the mode function is for
10510 a minor mode, pass it an argument (Bug#4148).
10511
10512 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10513
10514 * net/tramp.el (tramp-register-completion-file-name-handler):
10515 Check also for (member 'partial-completion completion-styles).
10516
10517 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10520 abbrev (Bug#3943).
10521
10522 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10523
10524 * progmodes/cperl-mode.el: Merge upstream 6.2.
10525 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10526 (cperl-forward-re): Check cperl-brace-recursing.
10527 (cperl-highlight-charclass): New function.
10528 (cperl-find-pods-heres): Use it.
10529 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10530 (cperl-beautify-regexp-piece): Fix column calculation.
10531 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10532 (cperl-beautify-level): Don't process entire regexp.
10533 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10534 calling man.
10535 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10536 (cperl-init-faces): Build a list in the normal way.
10537
10538 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * calendar/parse-time.el (parse-time-string-chars): Save match
10541 data.
10542
10543 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10546 (sql-product): Use it.
10547 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10548 (sql-set-product): Add completion.
10549 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10550 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10551 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10552 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10553 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10554 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10555 (sql-highlight-db2-keywords): Remove.
10556 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10557 (sql-highlight-product): Use derived-mode-p.
10558 (sql-set-sqli-buffer): Use with-current-buffer.
10559 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10560 Simplify.
10561
10562 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10563
10564 * term.el: Fix commenting convention, turn comments into docstrings.
10565
10566 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10567
10568 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10569
10570 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10571
10572 * calendar/parse-time.el (parse-time-string-chars): Compute using
10573 character classes, to handle non-ascii characters (Bug#3190).
10574
10575 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10576
10577 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10578 another heredoc if the user adds another < (Bug#3226).
10579
10580 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10581 Don't initialize based on window-system (Bug#4124).
10582
10583 * facemenu.el (facemenu-read-color): Use a completion function
10584 that accepts any defined color, such as RGB triplets (Bug#3677).
10585
10586 * files.el (get-free-disk-space): Change fallback default
10587 directory to /. Expand DIR argument before switching to fallback.
10588 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10589
10590 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * files.el (load-library): Doc fix.
10593
10594 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10595
10596 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10597 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10598 incremental search string.
10599
10600 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10601 XEmacs.
10602
10603 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10604 (ediff-merge-region-is-non-clash)
10605 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10606 Also check if the job is really a merge job.
10607
10608 * ediff.el (ediff-current-file): New function.
10609
10610 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10613 conventions.
10614 (js-insert-and-indent): Delete function.
10615 (js-mode-map): Don't bind keys to js-insert-and-indent.
10616 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10617 (js-end-of-defun): Rename from js--end-of-defun.
10618 (js-auto-indent-flag): Delete variable.
10619
10620 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * progmodes/js.el: Remove proclaim statement.
10623 Defvar which-func-imenu-joiner-function to silence compiler.
10624
10625 * files.el (auto-mode-alist): Use js-mode for .js files.
10626
10627 * progmodes/js2-mode.el: Remove file.
10628
10629 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10630
10631 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10632
10633 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10634
10635 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10636 Karl Landstrom <karl.landstrom@brgeight.se>
10637
10638 * progmodes/js.el: New file.
10639
10640 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10641
10642 * timezone.el (timezone-parse-date): Add ability to understand ISO
10643 basic format (minimal separators) dates in addition to the
10644 already-supported extended format dates.
10645
10646 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10647
10648 * international/ucs-normalize.el: Add a `coding' file variable.
10649
10650 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10651
10652 2009-08-14 Sam Steingold <sds@gnu.org>
10653
10654 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10655
10656 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * faces.el (help-argument-name): Define it here instead of
10659 help-fns.el, because in daemon mode help-fns.el may be loaded when
10660 faces are still uninitialized (Bug#1078).
10661
10662 * help-fns.el (help-argument-name): Move defface to faces.el.
10663
10664 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10665
10666 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10667 create buffer with a pty but no process so that GDB can make the
10668 inferior the controlling process.
10669
10670 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10671
10672 * international/ucs-normalize.el: New file.
10673
10674 2009-08-13 Richard Stallman <rms@gnu.org>
10675
10676 * mail/rmail.el (rmail-get-attr-names):
10677 Accept an attribute header that is too short.
10678
10679 * mail/rmail.el (rmail-forget-messages):
10680 Ignore nil elt in rmail-message-vector. Use dotimes.
10681
10682 * progmodes/compile.el (compilation-goto-locus):
10683 Use next-error-move-function.
10684
10685 * simple.el (next-error-move-function): New variable.
10686
10687 2009-08-12 Juri Linkov <juri@jurta.org>
10688
10689 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10690 always non-nil. (Bug#4052)
10691
10692 * replace.el (read-regexp): Return empty string when
10693 `default-value' is nil.
10694 (keep-lines-read-args): Don't use empty string as the
10695 default value for `read-regexp'. (Bug#2495)
10696
10697 2009-08-12 Juri Linkov <juri@jurta.org>
10698
10699 * international/mule-cmds.el (ucs-insert): Change arguments
10700 from `arg' to `character', `count', `inherit' to be the same
10701 as in `insert-char'. Doc fix. (Bug#4039)
10702
10703 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10704
10705 2009-08-12 Juri Linkov <juri@jurta.org>
10706
10707 * files-x.el: New file.
10708
10709 * files.el: Move code that deals with adding/deleting
10710 file/directory-local variables to files-x.el.
10711
10712 * Makefile.in (ELCFILES): Add files-x.elc.
10713
10714 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10715
10716 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10717 to use `goto-line'.
10718 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10719 `goto-line'.
10720 (gdb-invalidate-disassembly): Do not refresh upon receiving
10721 'update signal. Instead, update all disassembly buffers only after
10722 threads list.
10723 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10724 (gdb-starting): Moved -data-list-register-names...
10725 (gdb-stopped): ...here so it's sent when first thread stops.
10726 (gdb-registers-handler-custom): Do nothing if register names are
10727 unknown yet.
10728
10729 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10730 from `gdb-mi.el' to avoid extra tangling.
10731
10732 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10733 change which breaks `gud-def' definitions used in `gdb'.
10734 (gdb-update-gud-running): No extra fuss for updating frame number.
10735
10736 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10739 (describe-language-environment-map, setup-language-environment-map)
10740 (set-coding-system-map): Move initialization into declaration.
10741 (set-language-info-alist): Last arg to define-key-after can be skipped.
10742
10743 * international/quail.el (quail-completion-1): Simplify.
10744 (quail-define-rules): Use slightly more compact code.
10745 (quail-insert-decode-map): Propertize keys, compact columns.
10746
10747 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10748 Add goto-line.
10749
10750 2009-08-10 Miles Bader <miles@gnu.org>
10751
10752 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10753 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10754 (js2-instance-member, js2-private-member, js2-private-function-call)
10755 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10756 (js2-magic-paren, js2-external-variable):
10757 Remove "-face" suffix from face names.
10758 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10759 (js2-highlight-undeclared-vars, js2-peek-token)
10760 (js2-parse-function-params, js2-mode-show-errors)
10761 (js2-mode-show-warnings, js2-make-magic-delimiter)
10762 (js2-mode-highlight-magic-parens): Update to use new face names.
10763
10764 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10765
10766 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10767 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10768
10769 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10770
10771 * subr.el: Provide hashtable-print-readable.
10772
10773 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10774 hs-c-like-adjust-block-beginning.
10775 (hs-hide-block-at-point): Stop hiding at the beginning of
10776 hs-block-end-regexp (Bug#700).
10777
10778 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10779
10780 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10781 a macro.
10782 (gdb-registers-handler-custom): Do not fail when register names
10783 are unavailable.
10784
10785 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10786
10787 * progmodes/gdb-mi.el (gdb-control-all-threads)
10788 (gdb-control-current-thread): Interactive setters for
10789 `gdb-gud-control-all-threads' to use in menu.
10790 (gdb-show-run-p): Show «Go» when process is not active.
10791 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10792 gud/thread.xpm and gud/all.xpm.
10793
10794 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10795
10796 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10797 (nslookup-font-lock-keywords): Make it a variable.
10798 (net-utils-mode): New mode for viewing diagnostic network output.
10799 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10800 (net-utils-run-simple): New function.
10801 (ifconfig, iwconfig, netstat, arp, route): Use it.
10802
10803 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10804
10805 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10806 (gdb-memory-set-address, def-gdb-set-positive-number)
10807 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10808 after changing settings.
10809 (gdb-invalidate-disassembly): Update when first shown.
10810 (gdb-edit-locals-value): Fixed.
10811 (gdb-registers-handler-custom): Print registers in right order and
10812 allow changing register values (only for current thread yet).
10813 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10814 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10815 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10816 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10817 info in mode name.
10818 (gdb-registers-mode-map): TAB to switch to locals.
10819
10820 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10821
10822 * mail/rmail.el (rmail-add-mbox-headers)
10823 (rmail-set-message-counters-counter): Search for
10824 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10825
10826 2009-08-08 Glenn Morris <rgm@gnu.org>
10827
10828 * Makefile.in (ELCFILES): Update.
10829
10830 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10831
10832 * mail/sendmail.el (mail-yank-original): Set
10833 buffer-file-coding-system from the one used by the message whose
10834 text is yanked.
10835
10836 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10837 to "windows" when "pgnuplot" is used.
10838 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10839 call accept-process-output if "pgnuplot" is used.
10840 (calc-graph-init): Don't send -display and -geometry to
10841 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10842 running "pgnuplot -V" with shell-command-to-string.
10843
10844 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10845 the default.
10846
10847 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10848
10849 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10850 org/org-latex.elc.
10851
10852 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10853
10854 * vc-dispatcher.el (vc-resynch-window): Update comment.
10855
10856 * term.el (term-handle-ansi-escape): Add comments with the
10857 terminfo capabilities implemented.
10858
10859 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10860
10861 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10862 (gdb-var-create-handler): Rewritten using JSON parser.
10863 (gdb-propertize-header): Moved earlier.
10864 (gdb-set-header): Removed to avoid duplication.
10865 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10866 Refresh disassembly buffers only after threads list have been
10867 update.
10868 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10869 variables.
10870
10871 2009-08-04 Juri Linkov <juri@jurta.org>
10872
10873 * files.el: Commands to add/delete file/directory-local variables.
10874 (read-file-local-variable, read-file-local-variable-value)
10875 (read-file-local-variable-mode, modify-file-local-variable)
10876 (modify-file-local-variable-prop-line)
10877 (modify-dir-local-variable): New functions.
10878 (add-file-local-variable, delete-file-local-variable)
10879 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10880 (add-dir-local-variable, delete-dir-local-variable)
10881 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10882 (copy-dir-locals-to-file-locals-prop-line): New commands.
10883
10884 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10885
10886 * abbrev.el (insert-abbrev-table-description): Prettify output.
10887 Suggested by Karl Chen.
10888
10889 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10890
10891 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10892 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10893 (gdb-overlay-arrow-position, gdb-thread-position)
10894 (gdb-disassembly-position): Declare variables.
10895 (gdb-wait-for-pending): Function now.
10896 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10897 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10898 compilation goes smoothly.
10899 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10900 (gdb-non-stop-setting): New customization setting which replaces
10901 `gdb-non-stop' so changing it doesn't break active GDB session.
10902 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10903 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10904 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10905 (gdb-show-threads-by-default): New customization options.
10906 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10907 routines.
10908 (gdb-get-buffer-create): Send buffers update signal when they are
10909 created.
10910 (gdb-invalidate-locals, gdb-invalidate-registers)
10911 (gdb-invalidate-breakpoints)
10912 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10913 (gdb-invalidate-memory): Accept update signal.
10914 (gdb-current-context-command): Use --frame option.
10915 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10916 Implement `gdb-frame-number' selection logic.
10917 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10918 whether to show GUD toolbar buttons.
10919 (gdb-thread-exited): Unselect current thread when it exits.
10920 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10921 (gdb-mark-line): Routine which sets overlay arrow or inverses
10922 video on fringeless displays.
10923 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10924 to build aligned columns of data in GDB buffers and set text
10925 properties line-by-line.
10926 (gdb-invalidate-breakpoints)
10927 (gdb-breakpoints-list-handler-custom)
10928 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10929 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10930 (gdb-registers-handler-custom): Align data columns.
10931 (gdb-locals-handler-custom): Now prints data like in variable
10932 declarations.
10933 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10934 Removed confusing buttons.
10935 (gdb-invalidate-threads): Append --frame.
10936 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10937 between breakpoints/threads buffers.
10938 (gdb-set-window-buffer): Now can ignore dedicated windows.
10939 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10940 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10941 (def-gdb-thread-buffer-gud-command): Replaces
10942 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10943 for fine thread control.
10944 (gdb-preempt-existing-or-display-buffer): New function used to
10945 display bound buffers without breaking window layout.
10946 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10947 (gdb-select-frame): New version of `gdb-frames-select' which now
10948 sets `gdb-frame-number' so commands may use --frame option instead
10949 of inner debugger state.
10950 (gdb-frame-handler): Do not set `gdb-frame-number'.
10951 (gdb-threads-mode-map): Select threads with mouse.
10952
10953 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10954 avoid compilation warning.
10955 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10956 `gdb-show-stop-p`.
10957
10958 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10959 Argument `key' renamed to `buffer-type'.
10960 (gdb-current-context-buffer-name): Do not add thread info to
10961 buffer name when no thread is selected.
10962 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10963 command (bug 3794).
10964 (gdb-thread-selected): Handle `=thread-selected' notification.
10965 (gdb-wait-for-pending): New macro to deal with congestion problems.
10966 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10967 breakpoints.
10968 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10969 This fixes problem similar to one described in bug 3947.
10970 (gud-menu-map): More menu items.
10971 (gdb-init-1): Reset `gdb-thread-number' to nil.
10972
10973 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10974 non-stop settings.
10975
10976 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10977 (gdb-current-context-command): Do not append --thread if
10978 `gdb-thread-number' is nil.
10979 (gdb-running-threads-count, gdb-stopped-threads-count): New
10980 variables.
10981 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10982 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10983 customization options.
10984 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10985 GUD commands.
10986 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10987 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10988 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10989 set `gdb-thread-number' and update `gud-running' properly.
10990 (gdb-running): Update threads list when new threads appear.
10991 (gdb-stopped): Support non-stop operation and new thread switching
10992 logic.
10993 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10994 (gdb-json-partial-output): New set of JSON routines.
10995 (def-gdb-auto-update-trigger): New `signal-list' optional
10996 argument.
10997 (gdb-thread-list-handler-custom): Update `gud-running',
10998 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10999 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11000 (gdb-continue-thread, gdb-step-thread): New commands for fine
11001 thread execution control.
11002 (gud-menu-map): New menu items to switch non-stop options.
11003 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11004 (gdb-send): Mimic RET properly (bug 3794).
11005
11006 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11007 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11008 gdb-buffer-rules.
11009 (def-gdb-auto-update-handler): New nopreserve optional argument.
11010 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11011
11012 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11013 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11014 (gdb-parent-mode): New mode to derive other GDB modes from.
11015 (gdb-display-disassembly-for-thread)
11016 (gdb-frame-disassembly-for-thread): New commands for threads
11017 buffer.
11018
11019 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11020 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11021 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11022 (gdb-update): We now store all GDB buffers in a list so that they
11023 can be updated by traversing a list instead of calling invalidate
11024 triggers explicitly.
11025 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11026 pair for GDB buffer.
11027 (gdb-stack-buffer-name): Add thread information.
11028 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11029 handle pending triggers.
11030 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11031 (def-gdb-thread-buffer-simple-command)
11032 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11033 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11034 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11035 New commands which show buffers bound to thread.
11036 (gdb-stack-list-locals-regexp): Removed unused regexp.
11037
11038 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11039 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11040 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11041 to (gud-comint-buffer) in *-buffer-name functions
11042 because (gdb-get-target-string) already does that.
11043 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11044 (gdb-changed-registers-handler): Rewritten without regexps.
11045
11046 * progmodes/gdb-mi.el: Basic thread selection support.
11047 (gdb-thread-number): New variable.
11048 (gdb-current-context-command): New macro which adds --thread
11049 option to command.
11050 (gdb-threads-mode-map): Select thread with SPC.
11051 (gdb-thread-list-handler-custom): Mark current thread with overlay
11052 arrow. Synchronize GDB thread and Emacs thread.
11053 (gdb-select-thread): New command which selects current thread.
11054 (gdb-invalidate-frames, gdb-invalidate-locals)
11055 (gdb-invalidate-registers): Use --thread option.
11056
11057 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11058
11059 * net/tramp.el (top): Make check for tramp-gvfs loading more
11060 robust. (Bug#3977)
11061 (tramp-handle-insert-file-contents): `unwind-protect' must be
11062 inside `with-parsed-tramp-file-name'.
11063
11064 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11065 fails.
11066
11067 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11068
11069 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11070 directory if CLASSPATH is not set.
11071
11072 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11073
11074 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11075 New defconst.
11076 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11077
11078 2009-08-02 Kevin Ryde <user42@zip.com.au>
11079
11080 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11081 Update freshmeat link. Delete newsforge.com as it seems gone.
11082
11083 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11084
11085 * select.el (x-set-selection): Doc fix (Bug#4021).
11086
11087 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11088
11089 * help-fns.el (describe-variable): Treat list return values from
11090 dir-locals-find-file properly (Bug#4005).
11091
11092 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11093
11094 * net/tramp.el (tramp-debug-message): Print also microseconds.
11095
11096 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11097
11098 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11099 or END is non-nil.
11100 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11101 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11102 format.
11103
11104 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11105 (tramp-get-file-property): Use it.
11106
11107 * autorevert.el (auto-revert-handler): Allow
11108 `auto-revert-tail-mode' for remote files.
11109
11110 2009-08-02 Jason Rumney <jasonr@gnu.org>
11111
11112 * minibuffer.el (read-file-name): Treat confirm options to
11113 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11114
11115 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11118 (font-lock-variable-name-face, font-lock-constant-face): Darken
11119 the colors for light backgrounds.
11120
11121 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11122
11123 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11124 month names. (Bug#3987)
11125
11126 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * simple.el (line-move-finish): Pass whole number to
11129 line-move-to-column.
11130 (line-move-visual): Perform hscroll to the recorded position.
11131
11132 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11133
11134 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11135
11136 2009-07-29 Alan Mackenzie <acm@muc.de>
11137
11138 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11139
11140 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11141
11142 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11143 (gdb-place-breakpoints): Use full path when setting breakpoints.
11144
11145 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11146
11147 * calc/calc.el (calc-mode-map): Add keybinding for
11148 `calc-transpose-lines'.
11149
11150 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11151
11152 * calc/calc-misc.el (calc-transpose-lines): New function.
11153
11154 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11157 Simplify check for out-of-band methods.
11158 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11159 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11160
11161 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11162
11163 * vc-git.el (vc-git-checkin): Fix typo.
11164
11165 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11166
11167 * progmodes/js2-mode.el: New file.
11168
11169 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11170
11171 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11172 (gud-menu-map): Adjust tooltip accordingly.
11173
11174 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11175
11176 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11177 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11178
11179 * add-log.el (change-log-mode-map): Add a menu.
11180
11181 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11182
11183 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11184 function returns nil.
11185 (dbus-handle-event): Handle special return value :ignore.
11186 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11187
11188 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11189
11190 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11191 it's not needed.
11192
11193 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11194
11195 Fix Bug#3888:
11196
11197 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11198
11199 * term/pc-win.el (x-display-name, x-colors)
11200 (x-select-enable-clipboard, x-select-text): Doc fix.
11201
11202 * term/common-win.el (x-display-name, x-colors): Doc fix.
11203
11204 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11205 (xw-defined-colors): Doc fix.
11206
11207 * w32-fns.el (x-select-text, x-setup-function-keys)
11208 (x-get-selection, x-set-selection): Doc fix.
11209
11210 * term/x-win.el (x-select-text, x-setup-function-keys)
11211 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11212
11213 * select.el (x-set-selection): Doc fix.
11214
11215 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11216
11217 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11218 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11219 "IsNSSSupportAvailable" method is not available. Reported by
11220 Steve Youngs <steve@sxemacs.org>.
11221
11222 2009-07-24 Kenichi Handa <handa@m17n.org>
11223
11224 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11225 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11226 (build-unicode-category-table): Fix range checks.
11227
11228 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11229
11230 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11231 the buffer we try to sync is current when calling
11232 vc-resynch-buffer.
11233
11234 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11235 not show up to date files.
11236
11237 2009-07-24 Glenn Morris <rgm@gnu.org>
11238
11239 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11240 Add autoload cookies. If necessary, initialize.
11241 (elint-log): Handle non-file buffers.
11242 (elint-initialize): Add optional argument to reinitialize.
11243 (elint-find-builtin-variables): Save excursion.
11244
11245 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11246
11247 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11248 for Lint.
11249
11250 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11251
11252 * vc.el (vc-print-log-internal): New function, split out from ...
11253 (vc-print-log): ... here.
11254 (vc-dir-move-to-goal-column): Declare.
11255
11256 * vc-git.el (vc-git-add-signoff): New variable.
11257 (vc-git-checkin): Use it.
11258 (vc-git-toggle-signoff): New function.
11259 (vc-git-extra-menu-map): Bind it to menu.
11260 (vc-git--run-command-string): Accept a nil FILE argument.
11261 (vc-git-stash-list): New function.
11262 (vc-git-dir-extra-headers): Use it.
11263
11264 2009-07-23 Glenn Morris <rgm@gnu.org>
11265
11266 * help-fns.el (describe-variable): Describe ignored and risky local
11267 variables in a similar way to that in which we describe safe ones.
11268
11269 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11270 (byte-compile-output-file-form, byte-compile-output-docform)
11271 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11272 Give some more local variables with common names a "bytecomp-" prefix,
11273 so as not to shadow things during compilation.
11274 * emacs-lisp/cl-macs.el (load-time-value)
11275 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11276 `outbuffer' to `bytecomp-outbuffer'.
11277
11278 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11279 since the next two variables cover them automatically now.
11280 (elint-builtin-variables, elint-autoloaded-variables): New.
11281 (elint-unknown-builtin-args): Remove all members, since they can be
11282 parsed automatically now.
11283 (elint-extra-errors): New.
11284 (elint-env-add-env, elint-env-add-macro): Use cadr.
11285 (elint-current-buffer): Use or. Change final message.
11286 (elint-get-top-forms): Use line-end-position.
11287 (elint-init-env): Use cadr. Handle autoload, declare-function,
11288 and defalias.
11289 (elint-add-required-env): Doc fix. Use or. Standardize error.
11290 (regexp-assoc): Remove unused function.
11291 (elint-top-form): Set elint-current-pos, to record the start of the
11292 top-level form, for compilation-mode.
11293 (elint-form): Trap errors in macro expansion. Use dolist.
11294 (elint-unbound-variable): Use elint-builtin-variables and
11295 elint-autoloaded-variables.
11296 (elint-get-args): Use cadr, or.
11297 (elint-check-cond-form): Use dolist, cadr.
11298 (elint-check-condition-case-form): Doc fix. Use cadr.
11299 Use elint-extra-errors.
11300 (elint-log): New function.
11301 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11302 Distinguish errors and warnings.
11303 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11304 Use a bytecomp-style format.
11305 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11306 (elint-get-log-buffer): Use compilation mode. Disable undo.
11307 Don't truncate lines.
11308 (elint-initialize): Set builtin and autoloaded variable lists.
11309 Only process elint-unknown-builtin-args if non-nil.
11310 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11311 New functions.
11312 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11313
11314 2009-07-22 Kevin Ryde <user42@zip.com.au>
11315
11316 * net/newst-backend.el (newsticker--parse-atom-1.0)
11317 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11318 (newsticker--parse-rss-1.0):
11319 * progmodes/idlwave.el (idlwave-mode):
11320 * progmodes/idlw-shell.el (idlwave-shell-mode):
11321 * progmodes/vera-mode.el (vera-mode):
11322 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11323 * progmodes/vhdl-mode.el (vhdl-mode):
11324 * textmodes/table.el (table-generate-source)
11325 (table--warn-incompatibility):
11326 Hyperlink urls in docstrings with URL `...'.
11327
11328 2009-07-22 Glenn Morris <rgm@gnu.org>
11329
11330 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11331 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11332 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11333 Remove leading * from defcustom docs.
11334
11335 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11336
11337 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11338 defcustom doc.
11339 (list-load-path-shadows): Optionally, just return shadows as a string.
11340
11341 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11342
11343 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * mail/rmailedit.el (rmail-edit-mode): Use
11346 auto-save-include-big-deletions.
11347
11348 * mail/rmail.el (rmail-variables): Use
11349 auto-save-include-big-deletions.
11350
11351 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11352 changes.
11353
11354 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11355
11356 * calc/calc.el (calc-undo-length): New variable.
11357 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11358
11359 2009-07-21 Richard Stallman <rms@gnu.org>
11360
11361 * files.el (auto-save-mode): Handle buffer-save-size = -2
11362 for toggling mode.
11363
11364 2009-07-21 Glenn Morris <rgm@gnu.org>
11365
11366 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11367
11368 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11369
11370 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11371 silence compiler. Instead...
11372 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11373 (ps-print-ensure-fontified): Update for above function name changes.
11374
11375 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11376 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11377 silence compiler. Instead...
11378 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11379 (mh-show-buffer): Only define for compiler.
11380 (pr-mh-current-message): Update for above function name changes.
11381
11382 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11383 as an argument.
11384 (find-file-noselect, insert-file-1): Update for above change.
11385
11386 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11387
11388 * mail/mailclient.el (mailclient-send-it): Fix message.
11389
11390 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11391 (edebug-eval): Check cl-debug-env is bound.
11392 (print-level, print-circle): Don't redefine built-in variables.
11393
11394 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11395 (custom-print-vectors): Remove old comments from doc.
11396
11397 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11398 (emerge-version): Make the variable an obsolete alias for the
11399 emacs-version variable. Make the function obsolete.
11400 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11401 Emerge options, rather than merging in into the main Options menu.
11402 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11403 and auto advance modes. Disable edit/fast items when not relevant.
11404
11405 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11406
11407 * term/vt420.el (terminal-init-vt420): Fix typo.
11408
11409 2009-07-20 Sam Steingold <sds@gnu.org>
11410
11411 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11412 variable (removed from compile.el on 2004-03-11).
11413
11414 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * files.el (hack-local-variables-filter): Fix last change.
11417
11418 2009-07-19 Juri Linkov <juri@jurta.org>
11419
11420 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11421 (dir-local-variables-alist): New buffer-local variable.
11422 (hack-local-variables-filter): If variable is not dir-local,
11423 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11424 because file-local overrides dir-local.
11425 (c-postprocess-file-styles) <declare-function>:
11426 Remove obsolete declaration.
11427 (hack-dir-local-variables): Add dir-local variable/value pair to
11428 `dir-local-variables-alist' and remove duplicates. Doc fix.
11429
11430 * help-fns.el (describe-variable): Add information about
11431 file-local and dir-local variables.
11432
11433 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11434
11435 * files.el (hack-local-variables-filter): Rewrite.
11436
11437 2009-07-19 Glenn Morris <rgm@gnu.org>
11438
11439 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11440 Silence compiler by only defining on XEmacs.
11441
11442 * international/mule.el (auto-coding-regexp-alist): Only match
11443 BABYL... at the start of buffer, not of lines. (Bug#3790)
11444
11445 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11446 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11447 (cal-menu-context-mouse-menu): Doc fix.
11448
11449 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11450
11451 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11452
11453 2009-07-18 Juri Linkov <juri@jurta.org>
11454
11455 * info.el: Virtual Info keyword finder.
11456 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11457 (Info-finder-file): New variable.
11458 (Info-finder-find-file): New function.
11459 (finder-known-keywords, finder-package-info)
11460 (find-library-name, lm-commentary): Use defvar and
11461 declare-function to silence compiler warnings.
11462 (Info-finder-find-node): New function.
11463 (info-finder): New command.
11464
11465 * subr.el (process-kill-buffer-query-function): New function.
11466 (add-hook)<kill-buffer-query-functions>: Add hook
11467 `process-kill-buffer-query-function'.
11468
11469 2009-07-18 Alan Mackenzie <acm@muc.de>
11470
11471 * progmodes/cc-mode.el (c-before-hack-hook)
11472 (c-postprocess-file-styles): Give invocation of `c-set-style'
11473 DONT-OVERRIDE parameter of t. Already set style variables will
11474 thus not be overridden by style settings given by `c-file-syle'.
11475
11476 * files.el (hack-local-variables-filter): Remove entries with
11477 duplicate keys from `file-local-variables-alist'.
11478
11479 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11480
11481 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11482 x-set-selection if display-selections-p returns nil for the
11483 current frame.
11484
11485 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11488
11489 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11490
11491 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11492 Accept nil in addition to a regexp.
11493 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11494 Accept nil in addition to a regexp.
11495 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11496 buffers that have an associated file. Handle nil values of
11497 desktop-buffers-not-to-save and desktop-files-not-to-save.
11498 (Bug#3833)
11499
11500 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11501 (x-disown-selection-internal): New functions.
11502
11503 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11504
11505 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11506 warning.
11507 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11508 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11509
11510 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11511
11512 * simple.el (set-mark): Revert last change.
11513
11514 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11515
11516 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11517 rendering of pngs is not possible instead of messaging a long
11518 description.
11519
11520 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11521
11522 * w32-fns.el (x-selection-owner-p): New function.
11523
11524 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11525 (mouse-yank-at-click, mouse-yank-primary): If
11526 select-active-regions is non-nil, deactivate the mark before
11527 insertion.
11528
11529 * simple.el (deactivate-mark, set-mark): Only save selection if we
11530 own it.
11531
11532 2009-07-17 Kenichi Handa <handa@m17n.org>
11533
11534 * case-table.el (describe-buffer-case-table): Fix for the case
11535 that KEY is a cons.
11536
11537 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11538
11539 * vc-rcs.el (vc-rcs-find-file-hook):
11540 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11541
11542 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11543
11544 * net/tramp.el (tramp-wait-for-output): Handle the case when
11545 commands do not return a newline but a null byte before the shell
11546 prompt. (Bug#3858)
11547
11548 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11549
11550 * term/ns-win.el (ns-set-alpha): Don't declare.
11551 (ns-set-background-alpha): Remove function.
11552
11553 2009-07-16 Kevin Ryde <user42@zip.com.au>
11554
11555 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11556 y-or-n-p, for safety.
11557
11558 2009-07-16 Richard Stallman <rms@gnu.org>
11559
11560 * files.el (auto-save-mode): If buffer-saved-size is -2,
11561 don't clobber it.
11562
11563 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11564 (rmail-retry-ignored-headers): Add more uninteresting fields.
11565
11566 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11567
11568 * net/rcirc.el (rcirc): Use history variables.
11569 (rcirc-server-name-history, rcirc-nick-name-history)
11570 (rcirc-server-port-history): New variables.
11571
11572 2009-07-15 Kenichi Handa <handa@m17n.org>
11573
11574 * international/mule-cmds.el (set-language-environment-charset):
11575 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11576 ignore them.
11577
11578 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11579 Delete unibyte-display.
11580
11581 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11584
11585 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11586
11587 * simple.el (deactivate-mark): Optional argument FORCE.
11588 (set-mark): Use deactivate-mark.
11589
11590 * info.el (Info-search): No need to check transient-mark-mode
11591 before calling deactivate-mark.
11592
11593 * select.el (x-set-selection): Doc fix.
11594 (x-valid-simple-selection-p): Allow buffer values.
11595 (xselect--selection-bounds): Handle buffer values. Suggested by
11596 David De La Harpe Golden.
11597
11598 * mouse.el (mouse-set-region, mouse-drag-track): Call
11599 copy-region-as-kill before setting the mark, to let
11600 select-active-regions work.
11601
11602 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11603
11604 * simple.el (deactivate-mark): If select-active-regions is
11605 non-nil, copy the selection data into a string.
11606 (activate-mark): If select-active-regions is non-nil, set the
11607 selection to the current buffer.
11608 (set-mark): Update selection if select-active-regions is non-nil.
11609
11610 * select.el (x-valid-simple-selection-p): Allow buffer values.
11611
11612 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11615 and more featureful message-mode.
11616
11617 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * select.el (x-set-selection): Doc fix.
11620 (x-valid-simple-selection-p): Disallow selection data consisting
11621 of a list or cons of integers, since that is not used.
11622 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11623 (xselect-convert-to-string, xselect-convert-to-length)
11624 (xselect-convert-to-filename, xselect-convert-to-charpos)
11625 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11626
11627 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11628
11629 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11630 output in -break-info command (Emacs bug #3794).
11631
11632 2009-07-14 Glenn Morris <rgm@gnu.org>
11633
11634 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11635 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11636 (edebug-print-length, edebug-print-level, edebug-print-circle)
11637 (edebug-sit-for-seconds, edebug-view-outside)
11638 (edebug-bounce-point, edebug-set-global-break-condition)
11639 (edebug-Go-nonstop-mode, edebug-trace-mode)
11640 (edebug-Trace-fast-mode, edebug-continue-mode)
11641 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11642 (edebug-visit-eval-list): Doc fixes.
11643
11644 * subr.el (def-edebug-spec): Doc fix.
11645
11646 2009-07-14 Kenichi Handa <handa@m17n.org>
11647
11648 * international/characters.el: Fix setting of category ?C.
11649
11650 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11651
11652 * term/ns-win.el (x-select-font): defalias x-select-font to
11653 ns-popup-font-panel instead of generate-fontset-menu.
11654
11655 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11656
11657 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11658
11659 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11660
11661 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11662 the PK\003\004 header (Bug#3770).
11663
11664 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11665
11666 * pcomplete.el (pcomplete-comint-setup): Check for
11667 shell-dynamic-complete-filename too.
11668
11669 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11670
11671 * simple.el (temporary-goal-column): Change the value for
11672 line-move-visual to a cons cell.
11673 (line-move-visual): Record or set the window hscroll, if
11674 necessary (Bug#3494).
11675 (line-move-1): Handle cons value of temporary-goal-column.
11676
11677 2009-07-11 Kenichi Handa <handa@m17n.org>
11678
11679 * international/mule-diag.el (describe-character-set): Don't show
11680 width.
11681
11682 2009-07-10 Sam Steingold <sds@gnu.org>
11683
11684 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11685 Omake sometimes indents the errors it prints, so allow all
11686 regexps to start with spaces.
11687
11688 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11689
11690 * cus-edit.el (customize-changed-options-previous-release):
11691 Bump value to 22.1. (Bug#3804)
11692
11693 2009-07-08 Sam Steingold <sds@gnu.org>
11694
11695 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11696 to be a cons cell (test . ignored-directory) to selectively ignore
11697 some directories depending on the location of the search.
11698
11699 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11700
11701 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11702 remote user is root, on the local host.
11703 (tramp-local-host-p): Either the local user or the remote user
11704 must be root. (Bug#3771)
11705
11706 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11707
11708 * progmodes/gdb-mi.el (gdb): Remove description of
11709 gdb-use-separate-io-buffer.
11710 (menu): Don't allow toggling of or enable
11711 gdb-use-separate-io-buffer from menubar.
11712
11713 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11714
11715 * mail/unrmail.el (unrmail): Make sure the message ends with two
11716 newlines (Bug#3769).
11717
11718 2009-07-08 Glenn Morris <rgm@gnu.org>
11719
11720 * calendar/calendar.el (calendar-current-date): Rework previous change.
11721
11722 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11723
11724 * calendar/calendar.el (calendar-current-date):
11725 Add an optional argument giving an offset from today.
11726
11727 2009-07-08 Glenn Morris <rgm@gnu.org>
11728
11729 * tutorial.el (tutorial--describe-nonstandard-key):
11730 Adjust the message for when a key has been unbound.
11731 (help-with-tutorial): Hide the arch-tag.
11732
11733 2009-07-08 Kenichi Handa <handa@m17n.org>
11734
11735 * international/fontset.el (setup-default-fontset): For each
11736 script, append (not set) font-specs.
11737
11738 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11739 docstring.
11740
11741 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11742
11743 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11744 -data-list-register-names to ...
11745 (gdb-starting): ... here because GDB 7.0 requires execution to
11746 have started when using this MI command.
11747 (gdb-set-header): New function to distinguish select and
11748 unselected tabs in gdb buffers.
11749 (gdb-propertize-header): New macro that uses gdb-set-header.
11750 (gdb-breakpoints-header, gdb-locals-header): Use it.
11751 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11752
11753 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11754
11755 * Makefile.in (ELCFILES): Remove fadr.elc.
11756
11757 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11758
11759 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11760 may contain frame information, so `string-match' should be used.
11761 (gdb-update): Disassembly is invalidated through
11762 `gdb-get-selected-frame'.
11763 (gdb-pad-string): New function to pad string with spaces.
11764 (gdb-invalidate-disassembly): Invalidate only if the buffer
11765 exists.
11766 (gdb-disassembly-handler-custom): Column alignment.
11767 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11768 placing new ones.
11769 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11770 end of line, too.
11771 (gdb-frame-handler): Match convention to for disassembly buffer
11772 mode name.
11773 (gdb-stack-list-frames-handler): Rewritten without regexps.
11774 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11775 not highlight breakpoints without line information.
11776 (gdb-input): Add trailing newline to command.
11777
11778 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11779 buffer properly.
11780 (gdb-breakpoints-list-handler-custom): Replacement for
11781 `gdb-break-list-handler'. Using real parser instead of regexps
11782 now.
11783 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11784 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11785 to place breakpoints.
11786 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11787 functions.
11788 (gdb-disassembly-handler-custom): Show overlay arrow.
11789 (gdb-disassembly-place-breakpoints): Show breakpoints in
11790 disassembly buffer.
11791 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11792 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11793 instead of parsing breakpoints buffer. Fixed old menu references
11794 in `gud-menu-map'.
11795
11796 * fadr.el: Remove.
11797
11798 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11799 (gdb-memory-address): New variable which holds top address of
11800 memory page shown in memory buffer.
11801 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11802 customization variables.
11803 New functions:
11804 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11805 display the memory buffer.
11806 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11807 buffer display parameters.
11808 (def-gdb-memory-format, gdb-memory-format-binary)
11809 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11810 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11811 Functions for setting memory buffer format.
11812 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11813 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11814 unit size used in memory buffer.
11815 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11816 to next/previous page of memory buffer.
11817 Now using (bindat-get-field) instead of fadr functions.
11818
11819 2009-07-07 Sam Steingold <sds@gnu.org>
11820
11821 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11822 non-top-level files.
11823
11824 2009-07-07 Kenichi Handa <handa@m17n.org>
11825
11826 * international/mule-cmds.el (reset-language-environment): Put
11827 the highset priority to the charset iso-8859-1.
11828
11829 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11830
11831 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11832 to the end of the line when locating the block (Bug#700).
11833
11834 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11835
11836 * net/tramp.el (tramp-handle-write-region): Flush file properties
11837 in case of short track.
11838
11839 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11840
11841 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11842 Coded custom representation of verilog error regular expressions
11843 to work with Emacs-22's new format.
11844 (verilog-error-regexp-xemacs-alist): Coded custom representation
11845 of verilog error regular expressions to work with XEmacs format.
11846 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11847 error recognition into XEmacs.
11848 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11849 error recognition into Emacs-22.
11850
11851 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * woman.el: Remove stand-alone closing parentheses.
11854 (woman-file-name, woman2-format-paragraphs)
11855 (woman-leave-blank-lines): Code cleanup.
11856 (woman-use-own-frame): Change default to nil.
11857 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11858 defaults to inherit from default faces.
11859 (woman2-process-escapes): Consume the newline after a stand-alone
11860 filler character (Bug#3651).
11861
11862 2009-07-06 Glenn Morris <rgm@gnu.org>
11863
11864 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11865 (top-level): Move provide to the end.
11866 (ffap): Remove defunct URL from custom group.
11867
11868 * subr.el (eval-after-load): Doc fix.
11869
11870 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11871
11872 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11873 `calc-embedded-word' is called twice.
11874
11875 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * files.el (find-alternate-file-other-window, find-alternate-file):
11878 Obey confirm-nonexistent-file-or-buffer.
11879
11880 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11881
11882 * dired-aux.el (dired-show-file-type): Handle remote files.
11883
11884 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11885
11886 * desktop.el (desktop-globals-to-save):
11887 Add file-name-history (Bug#2750).
11888
11889 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11892
11893 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11894
11895 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11896 property on entire argument since this is what eshell-lisp-command
11897 expects.
11898
11899 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11900
11901 * net/tramp-gvfs.el (tramp-gvfs-methods)
11902 (tramp-gvfs-zeroconf-domain)
11903 (tramp-bluez-discover-devices-timeout): Add version flag.
11904 (tramp-gvfs-handler-mounted-unmounted)
11905 (tramp-gvfs-connection-mounted-p): Polish handling of
11906 incompatibilities between GVFS 0.2 and 1.0.
11907
11908 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11909
11910 * cus-start.el (all): Add make-pointer-invisible.
11911
11912 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11913
11914 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11915 formatted correctly.
11916
11917 2009-07-02 Juri Linkov <juri@jurta.org>
11918
11919 * info.el: Virtual Info files and nodes.
11920 (Info-virtual-files, Info-virtual-nodes): New variables.
11921 (Info-current-node-virtual): New variable.
11922 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11923 New functions.
11924 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11925 to check for a virtual file instead of checking a fixed list
11926 of node names.
11927 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11928 instead of ad-hoc processing of "dir" and (apropos history toc).
11929 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11930 instead of ad-hoc processing of "dir" and (apropos history toc).
11931 Reread a file when moving from a virtual node.
11932 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11933 (Info-directory-toc-nodes, Info-directory-find-file)
11934 (Info-directory-find-node): New functions.
11935 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11936 (Info-history): Move part of code to
11937 `Info-history-find-node'.
11938 (Info-history-toc-nodes, Info-history-find-file)
11939 (Info-history-find-node): New functions.
11940 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11941 (Info-toc): Move part of code to `Info-toc-find-node'.
11942 (Info-toc-find-node): New function.
11943 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11944 the current Info file name to references because now the node
11945 "*TOC*" belongs to the same Info manual.
11946 (Info-toc-build): Rename from `Info-build-toc'.
11947 (Info-toc-nodes): Rename input argument `file' to `filename'.
11948 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11949 instead of ad-hoc processing of ("dir" apropos history toc).
11950 (Info-index-nodes): Use Info-virtual-file-p
11951 to check for a virtual file instead of checking a fixed list
11952 of node names.
11953 (Info-index-node): Add check for `Info-current-node-virtual'.
11954 Raise `save-match-data' higher up the tree to contain
11955 `search-forward' too (bug fix).
11956 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11957 (Info-virtual-index-nodes): New variable.
11958 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11959 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11960 (Info-apropos-file, Info-apropos-nodes): New variables.
11961 (Info-apropos-toc-nodes, Info-apropos-find-file)
11962 (Info-apropos-find-node, Info-apropos-matches): New functions.
11963 (info-apropos): Move part of code to `Info-apropos-find-node' and
11964 `Info-apropos-matches'.
11965 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11966 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11967 for a virtual file instead of checking a fixed list of node names.
11968
11969 * simple.el (async-shell-command): New command.
11970
11971 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11972
11973 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11974 instead of `mount-info'.
11975
11976 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11977
11978 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11979 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11980
11981 2009-07-02 Kenichi Handa <handa@m17n.org>
11982
11983 * international/mule.el (set-keyboard-coding-system): Force *-unix
11984 coding-system to avoid eol conversion.
11985
11986 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11989 Add handler for `process-file', `shell-command' and
11990 `start-file-process'.
11991 (tramp-gvfs-handle-shell-command)
11992 (tramp-gvfs-handle-start-file-process)
11993 (tramp-gvfs-handle-process-file): New defuns.
11994 (tramp-synce-list-devices): Simplify check for existence of property.
11995
11996 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11997
11998 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11999
12000 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12001
12002 * language/korean.el (set-language-info-alist): Add korean-cp949,
12003 cp949 to spec.
12004
12005 2009-07-01 Kenichi Handa <handa@m17n.org>
12006
12007 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12008
12009 * international/encoded-kb.el: Deleted.
12010
12011 * international/mule.el (set-keyboard-coding-system): Perform the
12012 necessary setup here instead of calling encoded-kbd-setup-display.
12013
12014 2009-07-01 Glenn Morris <rgm@gnu.org>
12015
12016 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12017
12018 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12019
12020 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12021
12022 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12023
12024 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12025 Handle also the 'rename case, when setting file modes. (Bug#3712)
12026 (tramp-default-file-modes): Remove execute permissions.
12027
12028 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12029 (top): Add a default for "synce" in `tramp-default-user-alist'.
12030 Add completion function for "synce" method.
12031 (tramp-hal-service, tramp-hal-path-manager)
12032 (tramp-hal-interface-manager, tramp-hal-interface-device):
12033 New defconst.
12034 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12035 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12036 New defuns.
12037
12038 * net/trampver.el: Update release number.
12039
12040 2009-06-30 Kenichi Handa <handa@m17n.org>
12041
12042 * international/fontset.el (setup-default-fontset): Add CJK fonts
12043 for symbols and the other miscellaneous characters.
12044
12045 * language/korea-util.el (setup-korean-environment-internal):
12046 Make char-width-table suitable for Korean environments.
12047 (exit-korean-environment): Cancel above.
12048
12049 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12050 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12051 setup-function to make char-width-table suitable for respective
12052 environments, and an exit-function to cancel that.
12053
12054 * language/japan-util.el (setup-japanese-environment-internal):
12055 Call use-cjk-char-width-table with arg `ja_JP'.
12056
12057 * international/characters.el (cjk-char-width-table): Delete it.
12058 (cjk-char-width-table-list): New variable.
12059 (use-cjk-char-width-table): New arg local-name.
12060 (use-default-char-width-table): Fix for the case that Emacs is
12061 already using the default char-width-table.
12062
12063 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12064
12065 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12066 modes mandatory. (Bug#3712)
12067
12068 2009-06-29 Alan Mackenzie <acm@muc.de>
12069
12070 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12071 correction between the visible width of TABs and their number of bytes.
12072
12073 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12074
12075 * server.el (server-buffer-done): Prevent kill-buffer from
12076 prompting by clearing the buffer modification flag (Bug#3696).
12077
12078 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12079
12080 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12081 (verilog-endcomment-reason-re): Support unique case and priority case.
12082 (verilog-basic-complete-re): Support localparam lineup.
12083 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12084 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12085 commenting.
12086 (verilog-leap-to-case-head): Now support *nested* unique &
12087 priority case statements.
12088 (verilog-auto-lineup): Make just declarations the default (as it
12089 had been).
12090 (verilog-leap-to-case-head): Support priority/unique case statements.
12091 (verilog-auto-lineup): Rework to give users radio buttons to
12092 select the various styles of automatic lineup.
12093 (verilog-error-regexp-alist): Rework to support the XEmacs style
12094 of error regular expressions from compilers, lint tools &
12095 simulators. Note that GNU Emacs has made it impossible for a mode
12096 to load such things.
12097 (electric-verilog-terminate-line, verilog-indent-declaration)
12098 (verilog-auto-wiure): Rework for radio button selection of
12099 auto-lineup selection of specification of auto lineup.
12100 (verilog-beg-of-statement-1): Redesign to support proper operation
12101 in additional code, based on testing with auto-lineup.
12102 (verilog-calculate-indent, assignments & declarations)
12103 (verilog-backward-token): Enhance to support auto-lineup of
12104 assignments & declarations.
12105 (verilog-in-directive-p, verilog-at-struct-p): New function for
12106 easy test of whether we are.
12107 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12108 to support safe execution at almost anyline.
12109 (verilog-calc-1): Properly support indenting deep inside generate
12110 blocks.
12111 (verilog-init-font): Remove definition & use of verilog-init-font,
12112 as it is redundant with font-lock-defaults.
12113 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12114 to avoid circular calls if syntax-ppss is a function (as is the
12115 case now in 22.x GNU Emacs) as that function would sometimes call
12116 itself, leading to (nearly) infinite recursion.
12117 (verilog-ovm-begin-re, verilog-ovm-end-re)
12118 (verilog-ovm-statement-re, verilog-leap-to-head)
12119 (verilog-backward-token): Add support for OVM macros. Some are
12120 complete statements, and others open and close scopes like begin
12121 and end.
12122 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12123 (verilog-defun-level-generate-only-re): Really fix the defun-list
12124 compilation issue.
12125 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12126 coverpoint, constraint and cross statements.
12127 (verilog-defun-level-list, verilog-generate-defun-level-list)
12128 (verilog-all-defun-level-list): Redo these specifications - it is
12129 too hard to support eval-when compile aggregation of lists also
12130 built at when-compile time.
12131 (verilog-defun-level-list): Place defconsts of variables used in
12132 building regular expressions which are built in eval-when-compile
12133 bodies in the same eval-when-compile body to facilitate compile
12134 without load.
12135 (verilog-beg-block-re-ordered): Support indenting
12136 virtual/protected tasks and functions.
12137 (verilog-defun-level-list, verilog-in-generate-region-p)
12138 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12139 indentation of some module items (generate items).
12140 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12141 across virtual/protected tasks and functions.
12142
12143 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12144
12145 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12146 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12147 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12148 in concatenations. Reported by Yishay Belkind.
12149 (verilog-auto-ascii-enum): Support one-hot state machines in
12150 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12151 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12152 modport in AUTOINST and add vl-modport for users. Reported by
12153 David Rogoff.
12154 (verilog-auto-inout-module, verilog-auto-inst)
12155 (verilog-decls-get-interfaces, verilog-insert-definition)
12156 (verilog-insert-one-definition, verilog-read-decls)
12157 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12158 (verilog-sig-modport, verilog-signals-combine-bus)
12159 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12160 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12161 Suggested by David Rogoff.
12162 (verilog-repair-open-comma): Fix non-insertion of comma when
12163 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12164 (verilog-make-width-expression): Simplify [A-1:0] expression
12165 widths to just {A{1'b0}}.
12166 (verilog-mode): Cleanup checkdoc warnings.
12167 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12168 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12169 inputs/outputs or data type. Suggested by Vasu Kandadi.
12170 (next-error-last-buffer): Fix byte-compiler warning.
12171 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12172 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12173 or shell command text during AUTO expansion. Suggested by Tad Truex.
12174 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12175 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12176 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12177 in AUTOINOUT. Reported by Matthew Lovell.
12178 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12179 causing use of <= assignments. Reported by Alex Reed.
12180 (verilog-read-decls): Fix triand, trior, wand, wor to be
12181 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12182 (verilog-extended-complete-re): Support import "DPI-C" functions.
12183 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12184 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12185 (verilog-insert-date, verilog-insert-year)
12186 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12187 Windows systems. Reported by Michael Potts.
12188 (verilog-read-module-name): Fix AUTOINST when the child module
12189 declaration's name is a tick define. Reported by Elliot Mednick.
12190 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12191 passed to next parameter's definition. Reported by Bruce T.
12192 (verilog-read-decls): Fix detecting "parameter int" when using
12193 AUTOINSTPARAM. Reported by Bruce T.
12194 (verilog-goto-defun): Fix goto not finding modules unless first
12195 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12196 (verilog-mode): Expand -f flag arguments on entry to mode so
12197 verilog-goto-defun will work. Reported by Lawrence Butcher.
12198 (verilog-getopt): Expand environment variables in -f file
12199 arguments. Suggested by Lawrence Butcher.
12200 (verilog-set-define): Fix "Symbol's value as variable is void"
12201 when reading enumerations.
12202 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12203 Suggested by Stephen Peltan.
12204 (verilog-read-defines): Fix reading of enumerations in include
12205 files. Reported by Steve Peltan.
12206
12207 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12208
12209 * files.el (trash-directory): Fix defcustom type.
12210
12211 2009-06-28 Juri Linkov <juri@jurta.org>
12212
12213 * help-fns.el (describe-function-1): Correctly locate adviced
12214 functions in hyperlink (Bug#2438).
12215
12216 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12217
12218 * files.el (trash-directory): Change default to nil.
12219 (move-file-to-trash): If trash-directory is nil and
12220 system-move-file-to-trash is unbound, perform freedesktop-style
12221 trashing.
12222
12223 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12224
12225 * files.el (move-file-to-trash): Add freedesktop trash
12226 support (Bug#973).
12227
12228 2009-06-28 Glenn Morris <rgm@gnu.org>
12229
12230 * autorevert.el (global-auto-revert-non-file-buffers)
12231 (global-auto-revert-mode): Doc fixes.
12232
12233 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12234
12235 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12236
12237 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12238
12239 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12240 opened an X connection before calling x-get-resource (Bug#3194).
12241
12242 * play/doctor.el: Remove reference to obsolete website.
12243 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12244
12245 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12246
12247 Remove find-file-not-found-hook VC method. (Bug#2757)
12248 * vc-hooks.el (vc-file-not-found-hook)
12249 (vc-default-find-file-not-found-hook): Remove functions.
12250 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12251 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12252 * vc.el:
12253 * vc-hg.el:
12254 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12255
12256 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12257
12258 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12259 compatibility function for `looking-back'.
12260
12261 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12262 Use `ispell-looking-back'.
12263
12264 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12265
12266 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12267 rather than `filename'.
12268
12269 2009-06-23 Miles Bader <miles@gnu.org>
12270
12271 * face-remap.el (text-scale-set): New function.
12272
12273 2009-06-23 Glenn Morris <rgm@gnu.org>
12274
12275 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12276
12277 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12278
12279 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12280
12281 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12282
12283 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12284 Simplify Persian conditionals.
12285
12286 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12287 variable `filename'.
12288
12289 * comint.el (comint-insert-input): Doc fix.
12290
12291 * Makefile.in (ELCFILES): Fix typo in previous change.
12292
12293 2009-06-23 Miles Bader <miles@gnu.org>
12294
12295 * cus-start.el: Add entry for `recenter-redisplay'.
12296
12297 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12300 Add an optional argument for the backend, use it instead of
12301 calling vc-backend.
12302 (vc-mode-line): Add an optional argument for the backend.
12303 Pass the backend to vc-state and vc-working-revision. Move code for
12304 special handling for vc-state being a buffer to ...
12305
12306 * vc-rcs.el (vc-rcs-find-file-hook):
12307 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12308
12309 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12310 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12311 vc-stay-local-p and vc-mode-line calls.
12312
12313 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12314 (vc-cvs-diff, vc-cvs-annotate-command)
12315 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12316 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12317 vc-mode-line calls.
12318
12319 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12320 direct comparison.
12321 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12322 backend when calling vc-mode-line.
12323 (vc-register): Do not create a closure for calling the vc register
12324 function, call it directly.
12325
12326 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12329 to make it obvious item can be clicked.
12330
12331 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12332
12333 2009-06-23 Kenichi Handa <handa@m17n.org>
12334
12335 * language/korea-util.el (korean-key-bindings): Change the binding
12336 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12337 same command.
12338
12339 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12340
12341 Sync with Tramp 2.1.16.
12342
12343 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12344
12345 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12346 when a loading of a package fails. Completion function for rsync
12347 is `tramp-completion-function-alist-ssh'.
12348 (all): Replace all calls of `split-string' and
12349 `tramp-split-string' by `tramp-compat-split-string'.
12350 (tramp-default-method): Use `tramp-compat-process-running-p'.
12351 (tramp-default-proxies-alist): Allow also Lisp forms.
12352 (tramp-remote-path): Add choice "Private Directories".
12353 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12354 (tramp-domain-regexp): Allow also "-", "_" and ".".
12355 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12356 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12357 (tramp-debug-message): Insert header line in debug buffer.
12358 (tramp-handle-directory-files-and-attributes-with-stat):
12359 Care about filenames with spaces, or starting with "-".
12360 (tramp-handle-dired-uncache): New defun.
12361 (tramp-handle-insert-directory): Don't flush the directory from
12362 cache, this is handled by `dired-uncache' now.
12363 (tramp-handle-insert-file-contents): Improve error handling.
12364 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12365 Quote `tramp-end-of-output'.
12366 (tramp-action-password): Improve trace message.
12367 (tramp-check-for-regexp): Both echoes must be present, before removing.
12368 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12369 (tramp-compute-multi-hops): Eval cons cells of
12370 `tramp-default-proxies-alist'.
12371 (tramp-maybe-open-connection): Use the same command pattern for
12372 first hop and further hops.
12373 (tramp-wait-for-output): Remove handling of newlines.
12374 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12375 (tramp-split-string): Remove function. It is handled in
12376 tramp-compat now.
12377
12378 * net/tramp-cmds.el (tramp-bug):
12379 Recommend `tramp-cleanup-all-connections' in the bug mail.
12380
12381 * net/tramp-compat.el (tramp-compat-split-string)
12382 (tramp-compat-process-running-p): New defuns.
12383
12384 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12385 for `dired-uncache'.
12386
12387 * net/tramp-gvfs.el: New package.
12388
12389 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12390 Add handler for `dired-uncache'.
12391 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12392
12393 * net/trampver.el: Update release number. Make version check fit
12394 for SXEmacs 22.
12395
12396 2009-06-22 Jim Meyering <meyering@redhat.com>
12397
12398 Automatically handle .xz suffix (XZ-compressed files), too.
12399 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12400 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12401
12402 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12403 Nick Roberts <nickrob@snap.net.nz>
12404
12405 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12406 repository (http://sphinx.net.ru/hg/gdb-mi/).
12407
12408 2009-06-22 Glenn Morris <rgm@gnu.org>
12409
12410 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12411 `mode' and `eval' entries. (Bug#3430)
12412
12413 * Makefile.in (ELCFILES): Add fadr.elc.
12414
12415 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12416 differing behavior of \n and ^ in strings. (Bug#3385)
12417
12418 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12419
12420 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12421 property.
12422 (lisp-indent-function): Make it a defcustom.
12423
12424 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12425
12426 * progmodes/gdb-ui.el: Replace with ...
12427 * progmodes/gdb-mi.el: ... this file.
12428 * progmodes/gud.el: Modify for gdb-mi.el.
12429
12430 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12431
12432 * fadr.el: New file.
12433
12434 See ChangeLog.14 for earlier changes.
12435
12436 ;; Local Variables:
12437 ;; coding: utf-8
12438 ;; End:
12439
12440 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12441
12442 This file is part of GNU Emacs.
12443
12444 GNU Emacs is free software: you can redistribute it and/or modify
12445 it under the terms of the GNU General Public License as published by
12446 the Free Software Foundation, either version 3 of the License, or
12447 (at your option) any later version.
12448
12449 GNU Emacs is distributed in the hope that it will be useful,
12450 but WITHOUT ANY WARRANTY; without even the implied warranty of
12451 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12452 GNU General Public License for more details.
12453
12454 You should have received a copy of the GNU General Public License
12455 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12456
12457 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1