]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Use define-minor-mode in CEDET where applicable.
[gnu-emacs] / lisp / ChangeLog
1 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Use define-minor-mode in CEDET where applicable.
4
5 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
6 Use define-minor-mode.
7
8 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
9 Remove unused arg `keymap' and code redundant with define-minor-mode.
10 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
11 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
12 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
13 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
14 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
15 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
16 Use define-minor-mode.
17 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
18 (semantic-show-unmatched-syntax-mode-setup)
19 (semantic-show-parser-state-mode-setup)
20 (semantic-highlight-func-mode-setup): Inline into sole caller.
21
22 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
23 (semantic-mru-bookmark-mode): Use define-minor-mode.
24 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
25
26 * cedet/semantic/idle.el (define-semantic-idle-service):
27 Use define-minor-mode and inline setup function into its sole caller.
28 (semantic-idle-scheduler-mode-setup)
29 (semantic-idle-summary-mode-setup): Inline into sole caller.
30 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
31 Use define-minor-mode.
32
33 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
34 (semantic-decoration-mode): Use define-minor-mode.
35 (semantic-decoration-mode-setup): Inline into sole caller.
36
37 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
38 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
39 (ede-dired-add-to-target): Use dolist.
40
41 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
42 Michael Albinus <michael.albinus@gmx.de>
43
44 Implement compression for inline methods.
45
46 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
47 (tramp-copy-size-limit): Allow also nil.
48 (tramp-inline-compress-commands): New defconst.
49 (tramp-find-inline-compress, tramp-get-inline-compress)
50 (tramp-get-inline-coding): New defuns.
51 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
52 replace by `tramp-get-inline-coding'.
53 (tramp-handle-file-local-copy, tramp-handle-write-region)
54 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
55
56 2010-05-01 Chong Yidong <cyd@stupidchicken.com>
57
58 * server.el (server-sentinel, server-start, server-force-delete):
59
60 * jka-compr.el (jka-compr-partial-uncompress)
61 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
62
63 * epg.el (epg--make-temp-file, epg-decrypt-string)
64 (epg-encrypt-string, epg-verify-string, epg-sign-string):
65
66 * diff.el (diff-sentinel): Bind delete-by-moving-to-trash to nil
67 before deleting (Bug#6070).
68
69 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
72 Remove unused functions.
73
74 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
75 Set find-tag-default-function as a variable rather than a property.
76
77 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
78 * progmodes/etags.el (tags-completion-at-point-function):
79 Remove left over interactive spec. Add autoloading stub.
80 (complete-tag): Use tags-completion-at-point-function.
81
82 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
83
84 * minibuffer.el (tags-completion-at-point-function): Fix return value.
85
86 2010-04-30 Eli Zaretskii <eliz@gnu.org>
87
88 * composite.el (compose-region, reference-point-alist): Fix typos
89 in the doc strings.
90
91 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
92
93 * ido.el (ido-init-completion-maps): Remove C-v binding.
94 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
95
96 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
97
98 * minibuffer.el (tags-completion-at-point-function): New function.
99 (completion-at-point-functions): Use it.
100
101 * cedet/semantic.el (semantic-completion-at-point-function): New function.
102 (semantic-mode): Use semantic-completion-at-point-function for
103 completion-at-point-functions instead.
104
105 * progmodes/etags.el (complete-tag): Revert last change.
106
107 2010-04-29 Alan Mackenzie <acm@muc.de>
108
109 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
110 off-by-one error (in end of macro position).
111
112 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
115 firefox is absent. Don't autoload.
116 (browse-url-galeon-program): Don't autoload.
117
118 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
119
120 * bindings.el (complete-symbol): Move into minibuffer.el.
121
122 * minibuffer.el (complete-tag): Move from etags.el. If tags
123 completion cannot be performed, return nil instead of signalling
124 an error.
125 (completion-at-point): Make it an alias for complete-symbol.
126 (complete-symbol): Move from bindings.el, and replace with the
127 body of completion-at-point.
128
129 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
130
131 * cedet/semantic.el (semantic-mode): When enabled, add
132 semantic-ia-complete-symbol to completion-at-point-functions.
133
134 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
135 if Semantic is not active.
136
137 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
138
139 * net/tramp.el (tramp-remote-selinux-p): New defun.
140 (tramp-handle-file-selinux-context)
141 (tramp-handle-set-file-selinux-context): Use it.
142
143 2010-04-28 Sam Steingold <sds@gnu.org>
144
145 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
146 `safe-local-variable' if the value is a string or a symbol with
147 the property `bug-reference-url-format'.
148
149 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
150
151 * progmodes/bug-reference.el (bug-reference-url-format): Revert
152 2010-04-27 change due to security risk.
153
154 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 Make it possible to locally disable a globally enabled mode.
157 * simple.el (fundamental-mode): Run fundamental-mode-hook.
158 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
159 rather than kill-all-local-variables so it runs fundamental-mode-hook.
160 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
161 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
162 that subsequent hooks get a chance to disable it.
163
164 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
167 Avoid re-enabling a minor mode after the user turned the minor mode
168 off if MODE-enable-in-buffers is run twice (typically once from
169 fundamental-mode's after-change-major-mode-hook and a second time from
170 run-mode-hook's own after-change-major-mode-hook).
171
172 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
173
174 2010-04-27 Sam Steingold <sds@gnu.org>
175
176 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
177 `safe-local-variable' if the value is a string or a function, as
178 documented and implemented on 2010-04-02.
179
180 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
181
182 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
183 when method is 'kill.
184
185 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
186
187 * ispell.el (ispell-init-process): Fix personal dictionary condition
188 in default directory check.
189 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
190 Kill ispell process when killing its associated buffer.
191
192 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
193
194 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
195 but we aren't using it.
196
197 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
198
199 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
200 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
201
202 2010-04-24 Glenn Morris <rgm@gnu.org>
203
204 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
205 Ignore VCS-ignore files, and deleted nextstep preferences files.
206 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
207 (authors-ambiguous-files): New list.
208 (authors-valid-file-names): Add some deleted files.
209 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
210 (authors-disambiguate-file-name): New function. (Bug#5501)
211 (authors-canonical-file-name): Doc fix.
212 Don't warn about obsolete files.
213 (authors-canonical-file-name, authors-scan-el):
214 Use authors-disambiguate-file-name.
215
216 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
217 Add autoload cookies.
218 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
219 (generated-autoload-file): Set file-local value to "htmlfontify.el".
220 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
221 They have definitions / compiler macros in cl.el.
222 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
223 Replace manual autoloads with generated ones.
224 (htmlfontify-unload-rgb-file): Remove autoload.
225 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
226
227 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
230 (byte-compile-setq-default): Optimize for the
231 single-var case and don't call byte-compile-form in this case to avoid
232 inf-loop with byte-compile-set-default.
233
234 * progmodes/compile.el (compilation-start): Abbreviate default directory.
235
236 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
237
238 Implement SELINUX backends.
239
240 * net/tramp.el (tramp-file-name-handler-alist):
241 Add `file-selinux-context' and `set-file-selinux-context'.
242 (tramp-handle-file-selinux-context)
243 (tramp-handle-set-file-selinux-context): New defuns.
244 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
245 Handle PRESERVE-SELINUX-CONTEXT.
246
247 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
248 Add `file-selinux-context' and `set-file-selinux-context'.
249 (tramp-gvfs-handle-file-selinux-context)
250 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
251 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
252
253 * net/ange-ftp.el (ange-ftp-copy-file):
254 * net/tramp-fish.el (tramp-fish-handle-copy-file):
255 * net/tramp-imap.el (tramp-imap-handle-copy-file):
256 * net/tramp-smb.el (tramp-smb-handle-copy-file):
257 Add PRESERVE-SELINUX-CONTEXT.
258
259 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
260
261 Synchronize with Tramp repository.
262
263 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
264 (tramp-action-process-alive, tramp-action-out-of-band)
265 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
266 (tramp-exists-file-name-handler): Fix docstring.
267 (with-progress-reporter): New defmacro.
268 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
269 (tramp-maybe-open-connection): Use it.
270
271 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
272
273 Detect ssh 'ControlMaster' argument automatically in some cases.
274
275 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
276 (tramp-default-method): Use it.
277
278 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
279
280 * net/tramp.el (tramp-handle-copy-file): Add new optional
281 parameter `preserve-selinux-context'.
282 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
283
284 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
285
286 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
287 Ensure, that non remote files are still checked. Oops.
288
289 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
290
291 Fix Bug#5840.
292
293 * icomplete.el (icomplete-completions): Use `non-essential'.
294
295 * net/tramp.el (tramp-connectable-p): New defun.
296 (tramp-handle-expand-file-name)
297 (tramp-completion-handle-file-name-all-completions)
298 (tramp-completion-handle-file-name-completion): Use it.
299
300 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
303
304 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
305
306 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
307
308 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
309
310 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
311 is present.
312
313 * info.el (info-tool-bar-map): Add labels.
314
315 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
316
317 * cus-edit.el (custom-commands): Add labels for tool bar.
318 (custom-buffer-create-internal, Custom-mode): Adjust for
319 labels in custom-commands.
320
321 * dynamic-setting.el: Renamed from font-setting.el.
322
323 2010-04-21 John Wiegley <jwiegley@gmail.com>
324
325 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
326 toggles the use of virtual buffers.
327 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
328 value.
329 (ido-toggle-virtual-buffers): New function.
330
331 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
332
333 Use `define-derived-mode'; fix window selection; doc fixes.
334 * play/tetris.el (tetris, tetris-update-speed-function)
335 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
336 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
337 (tetris-rotate-next, tetris-end-game, tetris-start-game)
338 (tetris-pause-game): Fix typos in docstrings.
339 (tetris-mode-map, tetris-null-map):
340 Move initialization into declaration.
341 (tetris-mode): Define with `define-derived-mode';
342 set show-trailing-whitespace to nil.
343 (tetris): Prefer window already displaying the "*Tetris*" buffer.
344
345 2010-04-21 Karel Klíč <kklic@redhat.com>
346
347 * files.el (backup-buffer): Handle SELinux context, and return it
348 if a backup was made by renaming.
349 (backup-buffer-copy): Set SELinux context to the target file.
350 (basic-save-buffer): Set SELinux context of the newly written file.
351 (basic-save-buffer-1): Now it also returns any SELinux context.
352 (basic-save-buffer-2): Set SELinux context of the newly created file,
353 and return it.
354 * net/tramp.el (tramp-file-name-for-operation):
355 Add file-selinux-context.
356
357 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * vc.el (vc-checkin, vc-modify-change-comment):
360 Adjust to new vc-start/finish-logentry.
361 (vc-find-conflicted-file): New command.
362 (vc-transfer-file): Adjust to new vc-checkin.
363 (vc-next-action): Improve scoping.
364
365 * vc-hg.el (vc-hg-log-edit-mode): Remove.
366 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
367
368 * vc-git.el (vc-git-log-edit-mode): Remove.
369 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
370 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
371
372 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
373 (vc-start-logentry): Remove argument `extra'.
374 (vc-finish-logentry): Remove extra args.
375
376 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
377 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
378 (vc-bzr-conflicted-files): New function.
379
380 * log-edit.el (log-edit-extra-flags)
381 (log-edit-before-checkin-process): Remove.
382 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
383 (log-edit-headers-alist): New var.
384 (log-edit-header-contents-regexp): New const.
385 (log-edit-match-to-eoh): New function.
386 (log-edit-font-lock-keywords): Use them.
387 (log-edit): Insert a "Summary:" header as default.
388 (log-edit-mode): Mark font-lock rules as case-insensitive.
389 (log-edit-done): Cleanup headers.
390 (log-view-process-buffer): Remove.
391 (log-edit-extract-headers): New function to replace it.
392
393 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
394
395 * subr.el (default-direction-reversed): Remove obsolescence info.
396
397 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
400 windows/frames.
401
402 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
403 I.e. include text after point in the completion region.
404 Also, return nil when we're not after/in a symbol.
405
406 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
407 default enable-multibyte-characters.
408
409 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * international/mule.el: Help the user choose a valid coding-system.
412 (read-buffer-file-coding-system): New function.
413 (set-buffer-file-coding-system): Use it. Prompt the user if the
414 coding-system cannot encode all the chars.
415
416 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
417 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
418 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
419 Don't use *vc-bzr-shelve*.
420
421 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
422
423 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
424 Don't destroy list before using it.
425
426 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
427
428 Fix the version number for added files.
429 * vc-hg.el (vc-hg-working-revision): Check if the file is
430 registered after hg parent fails (Bug#5961).
431
432 2010-04-19 Glenn Morris <rgm@gnu.org>
433
434 * htmlfontify.el (htmlfontify-buffer)
435 (htmlfontify-copy-and-link-dir): Autoload entry points.
436
437 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
438
439 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
440 name relative to the project root (Bug#5960).
441
442 2010-04-19 Glenn Morris <rgm@gnu.org>
443
444 * vc-git.el (vc-git-print-log): Doc fix.
445
446 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
447
448 * ido.el (ido-file-internal): Fix 2009-12-02 change.
449
450 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
451
452 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
453 default settings (Bug#5928).
454
455 2010-04-19 Glenn Morris <rgm@gnu.org>
456
457 * progmodes/fortran.el (fortran-match-and-skip-declaration):
458 New function.
459 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
460
461 2010-04-19 Kenichi Handa <handa@m17n.org>
462
463 * language/indian.el (malayalam-composable-pattern): Fix previous
464 change (add U+0D4D "SIGN VIRAMA").
465 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
466 (tamil-composable-pattern): Fix typo in the regexp.
467 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
468 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
469 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
470
471 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
472
473 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
474 paragraph-separate (Bug#5821).
475
476 2010-04-19 Juri Linkov <juri@jurta.org>
477
478 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
479
480 * info.el (Info-find-node-2): Comment out code that skips
481 breadcrumbs line.
482 (Info-mouse-follow-link): New command.
483 (Info-link-keymap): New keymap.
484 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
485 Return a string with links instead of inserting breadcrumbs
486 to the Info buffer.
487 (Info-fontify-node): Comment out code that inserts breadcrumbs.
488 Instead of putting the `invisible' text property over the Info
489 header, make an overlay over the Info header with the `invisible'
490 property and `after-string' set to the string returned by
491 `Info-breadcrumbs'.
492
493 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
494
495 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
496 Reported by monkey@sandpframing.com.
497
498 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
501 (tmm-get-keymap): Add key-binding shortcuts now that they're not
502 available in the "keyseq cache" any more.
503
504 * custom.el (defcustom): Add edebug spec.
505
506 2010-04-18 Juri Linkov <juri@jurta.org>
507
508 Test for special mode-class in view-buffer instead of view-file (bug#5513).
509
510 * view.el (view-file, view-buffer): Move test for special mode-class
511 from view-file to view-buffer.
512
513 * tar-mode.el (tar-extract): Turn if's into one cond
514 like in arc-mode.el.
515
516 2010-04-18 Juri Linkov <juri@jurta.org>
517
518 Add 7z archive format support (bug#5475).
519
520 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
521 (archive-7z-extract): New defcustom.
522 (archive-find-type): Add magic string for 7z.
523 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
524 If `stderr-file' is non-nil, use `(t stderr-file)' for the
525 `buffer' arg of `call-process'.
526 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
527 call the function `archive-7z-extract' with the variable
528 `archive-7z-extract' let-bound to `archive-zip-extract'.
529 (archive-7z-summarize, archive-7z-extract): New functions.
530
531 * international/mule.el (auto-coding-alist):
532 * files.el (auto-mode-alist): Add 7z file extension.
533
534 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * loadup.el: Setup hash-cons for pure data.
537
538 Fix duplicate entries in cedet's loaddefs.el files.
539 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
540 Should make most file-local generated-autoload-file unnecessary.
541 (print-readably): Silence warnings.
542 (autoload-find-destination): Take load-name as an arg to make sure
543 it's the same as the one that will be in the file.
544 (autoload-generate-file-autoloads): Adjust to above changes.
545 Try to make the dataflow a bit simpler.
546
547 * cvs-status.el (cvs-refontify): Remove unused.
548
549 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
550
551 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
552
553 * calc-bin.el (calc-radix): Have the "O" option turn on
554 twos-complement mode.
555
556 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
557
558 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
559 Add `calc-option-prefix-help' to calc-help autoloads.
560 (calc-inverse): Add "Option" to message, as appropriate.
561 (calc-hyperbolic): Add "Option" to message, as appropriate.
562 (calc-option, calc-is-option): New functions.
563
564 * calc-help.el (calc-full-help): Add `calc-option-help'.
565 (calc-option-prefix-help): New function.
566
567 * calc-misc.el (calc-help): Add "Option" entry.
568
569 * calc.el (calc-local-var-list): Add `calc-option-flag'.
570 (calc-option-flag): New variable.
571 (calc-do): Set `calc-option-flag to nil.
572 (calc-set-mode-line): Add "Opt " as appropriate.
573
574 2010-04-16 Juri Linkov <juri@jurta.org>
575
576 Move scrolling commands from simple.el to window.el
577 because their primitives are implemented in window.c.
578
579 * simple.el (scroll-error-top-bottom)
580 (scroll-up-command, scroll-down-command, scroll-up-line)
581 (scroll-down-line, scroll-other-window-down)
582 (beginning-of-buffer-other-window, end-of-buffer-other-window):
583 * window.el (scroll-error-top-bottom)
584 (scroll-up-command, scroll-down-command, scroll-up-line)
585 (scroll-down-line, scroll-other-window-down)
586 (beginning-of-buffer-other-window, end-of-buffer-other-window):
587 Move from simple.el to window.el because their primitives are
588 implemented in window.c.
589
590 2010-04-16 Juri Linkov <juri@jurta.org>
591
592 * isearch.el (isearch-lookup-scroll-key): Check both
593 `isearch-scroll' and `scroll-command' properties.
594 (scroll-up, scroll-down): Remove `isearch-scroll' property.
595
596 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
597
598 * simple.el (scroll-up-command, scroll-down-command)
599 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
600
601 2010-04-15 Juri Linkov <juri@jurta.org>
602
603 * simple.el (scroll-up-command, scroll-down-command)
604 (scroll-up-line, scroll-down-line): Put `scroll-command'
605 property on the these symbols. Remove them from
606 `scroll-preserve-screen-position-commands'.
607
608 * mwheel.el (mwheel-scroll): Put `scroll-command' and
609 `isearch-scroll' properties on the `mwheel-scroll' symbol.
610 Remove it from `scroll-preserve-screen-position-commands'.
611
612 * isearch.el (isearch-allow-scroll): Doc fix.
613
614 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
615
616 * net/tramp.el (tramp-error-with-buffer): Don't show the
617 connection buffer when we are in completion mode.
618 (tramp-file-name-handler): Catch the error for some operations
619 when we are in completion mode. This gives the user the chance to
620 correct the file name in the minibuffer.
621
622 2010-04-15 Glenn Morris <rgm@gnu.org>
623
624 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
625
626 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
627
628 Simplify by using `define-derived-mode'.
629 * info.el (Info-mode):
630 * calendar/todo-mode.el (todo-mode):
631 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
632 (gomoku-mode-map): Move initialization into declaration.
633
634 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
635
636 Fix Bug#5840.
637 * ido.el (ido-file-name-all-completions-1):
638 * minibuffer.el (minibuffer-completion-help):
639 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
640
641 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * simple.el (non-essential): New var.
644
645 Add a new field `location' to bookmarks for non-file bookmarks.
646 * bookmark.el (bookmark-location): Use the new field, if present.
647 (bookmark-insert-location): Undo last change, not needed any more.
648 * man.el (Man-bookmark-make-record):
649 * woman.el (woman-bookmark-make-record): Add `location' field.
650
651 2010-04-14 Juri Linkov <juri@jurta.org>
652
653 * simple.el (scroll-error-top-bottom): New defcustom.
654 (scroll-up-command, scroll-down-command): Use it. Doc fix.
655
656 * emulation/pc-select.el (pc-select-override-scroll-error):
657 Obsolete in favor of `scroll-error-top-bottom'.
658
659 2010-04-14 Juri Linkov <juri@jurta.org>
660
661 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
662 `scroll-up-command' and `M-v' to `scroll-down-command'.
663
664 * emulation/cua-rect.el (cua--init-rectangles):
665 * forms.el (forms--change-commands):
666 * image-mode.el (image-mode-map):
667 Remap scroll-down-command and scroll-up-command
668 in addition to scroll-down and scroll-up.
669
670 2010-04-14 Juri Linkov <juri@jurta.org>
671
672 * mwheel.el (scroll-preserve-screen-position-commands):
673 Add mwheel-scroll to this list of commands.
674
675 * simple.el (scroll-preserve-screen-position-commands):
676 Add scroll-up-command, scroll-down-command, scroll-up-line,
677 scroll-down-line to this list of commands.
678
679 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * obsolete/complete.el: Move from lisp/complete.el.
682
683 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
684
685 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
686 to the minor mode function now turns the mode ON unconditionally.
687
688 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * vc-dir.el (vc-dir-kill-line): New command.
691 (vc-dir-mode-map): Bind it to C-k.
692
693 * bookmark.el (bookmark-insert-location): Handle a nil filename.
694
695 * woman.el: Add bookmark declarations to silence the compiler.
696 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
697 step to compatibility between man and woman bookmarks.
698 Adjust for Man-default-bookmark-title renaming.
699 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
700
701 * man.el: Add bookmark declarations to silence the compiler.
702 (Man-name-local-regexp): Make it match NAME as well.
703 (Man-getpage-in-background): Return the buffer.
704 (Man-notify-when-ready): Use `case'.
705 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
706 Don't hardcode "NAME". Simplify.
707 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
708 Rename from Man-bookmark-make-record.
709 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
710 we have the actual man-args. Use Man-getpage-in-background rather
711 than `man' since the arg is already processed. Let bookmark.el do the
712 window handling. Only wait for the relevant process.
713 Don't forget to autoload.
714
715 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
716
717 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
718
719 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
720 New functions.
721 (woman-mode): Setup bookmark support.
722
723 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
724 (man-bookmark-jump): New functions.
725 (Man-mode): Setup bookmark support.
726
727 2010-04-10 Jari Aalto <jari.aalto@cante.net>
728
729 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
730 recognize ssh-keygen prompt (Bug#2817).
731
732 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
735
736 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
737
738 Synchronize with Tramp repository.
739
740 * net/tramp.el (tramp-completion-function-alist)
741 (tramp-file-name-regexp, tramp-chunksize)
742 (tramp-local-coding-commands, tramp-remote-coding-commands):
743 Fix docstring.
744 (tramp-remote-process-environment): Use `format' instead of `concat'.
745 (tramp-handle-directory-files-and-attributes)
746 (tramp-get-remote-path): Use `copy-tree'.
747 (tramp-handle-file-name-all-completions): Backward/ XEmacs
748 compatibility: Use `completion-ignore-case' if
749 `read-file-name-completion-ignore-case' does not exist.
750 (tramp-do-copy-or-rename-file-directly): Do not use
751 `tramp-handle-file-remote-p'.
752 (tramp-do-copy-or-rename-file-out-of-band):
753 Use `tramp-compat-delete-directory'.
754 (tramp-do-copy-or-rename-file-out-of-band)
755 (tramp-compute-multi-hops, tramp-maybe-open-connection):
756 Use `format-spec-make'.
757 (tramp-find-foreign-file-name-handler)
758 (tramp-advice-make-auto-save-file-name)
759 (tramp-set-auto-save-file-modes): Remove superfluous check for
760 `stringp'. This is done inside `tramp-tramp-file-p'.
761 (tramp-debug-outline-regexp): New defconst.
762 (tramp-get-debug-buffer): Use it.
763 (tramp-check-for-regexp): Use (forward-line 1).
764 (tramp-set-auto-save-file-modes): Adapt version check.
765
766 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
767 Wrap call of `featurep' for 2nd argument.
768 (tramp-compat-make-temp-file): Simplify fallback implementation.
769 (tramp-compat-copy-tree): Remove function.
770 (tramp-compat-delete-directory): Provide implementation for older
771 Emacsen.
772
773 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
774 Do not use `tramp-fish-handle-file-attributes.
775
776 * net/trampver.el: Update release number.
777
778 2010-04-10 Glenn Morris <rgm@gnu.org>
779
780 * progmodes/compile.el (compilation-save-buffers-predicate):
781 Add missing :version tag.
782
783 2010-04-09 Sam Steingold <sds@gnu.org>
784
785 * progmodes/compile.el (compilation-save-buffers-predicate):
786 Remove the "autoload" cookie.
787
788 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
789 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
790 and `bug-reference-prog-mode' can be used in hooks directly.
791
792 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
793
794 Add --author support to git commit.
795 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
796 (vc-git-log-edit-mode): New minor mode.
797 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
798 New declarations.
799
800 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
801
802 * vc-hooks.el, vc-git.el: Improve documentation comments.
803
804 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 Fix some of the problems in defsubst* (bug#5728).
807 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
808 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
809
810 2010-04-07 Sam Steingold <sds@gnu.org>
811
812 * progmodes/compile.el (compilation-save-buffers-predicate):
813 New custom variable.
814 (compile, recompile): Pass it to `save-some-buffers'.
815
816 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
817
818 * wid-edit.el (widget-choose): Move cursor to the second line of
819 the buffer (Bug#5695).
820
821 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
822
823 Add new VC methods: vc-log-incoming and vc-log-outgoing.
824 * vc.el (vc-print-log-setup-buttons): New function split out from
825 vc-print-log-internal.
826 (vc-log-internal-common): New function, a parametrized version of
827 vc-print-log-internal.
828 (vc-print-log-internal): Just call vc-log-internal-common with the
829 right arguments.
830 (vc-incoming-outgoing-internal):
831 (vc-log-incoming, vc-log-outgoing): New functions.
832 (vc-log-view-type): New permanent local variable.
833
834 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
835
836 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
837 of the dynamic bound vc-short-log.
838 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
839
840 * vc-git.el (vc-git-log-outgoing): New function.
841 (vc-git-log-view-mode): Use vc-log-view-type instead
842 of the dynamic bound vc-short-log.
843
844 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
845 of the dynamic bound vc-short-log. Highlight the tag.
846 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
847 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
848 (vc-hg-incoming-mode): Remove.
849 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
850
851 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
852
853 Fix default-directory for vc-root-diff.
854 * vc.el (vc-root-diff): Bind default-directory to the root
855 directory for the diff command.
856
857 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
858
859 * progmodes/verilog-mode.el (verilog-forward-sexp):
860 (verilog-calc-1): Support "disable fork" and "fork wait" multi
861 word keywords, suggested by Steve Pearlmutter.
862 (verilog-pretty-declarations): Support lineup of declarations in
863 port lists.
864 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
865 fix bug for /* / comments
866 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
867 Speed up and simplfy as this is never called with a bound.
868 (verilog-pretty-declarations): Enhance to line up declarations
869 inside a parameter list, suggested by Alan Morgan.
870 (verilog-pretty-expr): Tune assignment regular expression match
871 string for corner cases; also use markers instead of character
872 number as indent changes the later.
873
874 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
875
876 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
877 as missing keyword.
878 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
879 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
880 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
881 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
882 Tennant.
883 (verilog-keywords):
884 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
885 1800-2009 keywords, including "global.".
886
887 2010-04-06 John Wiegley <jwiegley@gmail.com>
888
889 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
890 appearing in buffer list (if a live buffer name matched a recentf
891 file basename). Should use uniquify to offer a real solution.
892
893 2010-04-06 John Wiegley <jwiegley@gmail.com>
894
895 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
896 comment to code, and add a :version tag.
897 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
898
899 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
900
901 Enable recentf-mode if using virtual buffers.
902 * ido.el (recentf-list): Declare for byte-compiler.
903 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
904 (ido-make-buffer-list): Simplify.
905 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
906
907 2010-04-05 Juri Linkov <juri@jurta.org>
908
909 Scrolling commands which scroll a line instead of full screen.
910 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
911
912 * simple.el (scroll-up-line, scroll-down-line): New commands.
913 Put property isearch-scroll=t on them.
914
915 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
916 Remove commands.
917
918 2010-04-05 Juri Linkov <juri@jurta.org>
919
920 Scrolling commands which do not signal errors at top/bottom.
921 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
922
923 * simple.el (scroll-up-command, scroll-down-command): New commands.
924 Put property isearch-scroll=t on them.
925
926 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
927 `scroll-down-command' and [next] from `scroll-up' to
928 `scroll-up-command'.
929
930 * emulation/cua-base.el: Put property CUA=move on
931 `scroll-up-command' and `scroll-down-command'.
932 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
933 and `scroll-down-command' to `cua-scroll-down'.
934
935 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
936
937 * help.el (describe-mode): Return nil.
938
939 2010-04-04 John Wiegley <jwiegley@gmail.com>
940
941 * ido.el (ido-use-virtual-buffers): New variable to indicate
942 whether "virtual buffer" support is enabled for IDO.
943 (ido-virtual): Face used to indicate virtual buffers in the list.
944 (ido-buffer-internal): If a buffer is chosen, and no such buffer
945 exists, but a virtual buffer of that name does (which would be why
946 it was in the list), recreate the buffer by reopening the file.
947 (ido-make-buffer-list): If virtual buffers are being used, call
948 `ido-add-virtual-buffers-to-list' before the make list hook.
949 (ido-virtual-buffers): New variable which contains a copy of the
950 current contents of the `recentf-list', albeit pared down for the
951 sake of speed, and with proper faces applied.
952 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
953 create a list of "virtual buffers" to present to the user in
954 addition to the currently open set. Note that this logic could
955 get rather slow if that list is too large. With the default
956 `recentf-max-saved-items' of 200, there is little speed penalty.
957
958 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * font-lock.el: Require CL when compiling.
961 (font-lock-turn-on-thing-lock): Use `case'.
962
963 2010-04-03 Eli Zaretskii <eliz@gnu.org>
964
965 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
966 Zaretskii.
967
968 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
969
970 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
971 (semantic-create-imenu-directory-index): Fix typos in docstrings.
972 (semantic-imenu-goto-function): Reflow docstring.
973
974 2010-04-02 Juri Linkov <juri@jurta.org>
975
976 * ehelp.el (electric-help-orig-major-mode):
977 New buffer-local variable.
978 (electric-help-mode): Set it to original major-mode. Doc fix.
979 (with-electric-help): Use `electric-help-orig-major-mode' instead
980 of (default-value 'major-mode). Doc fix.
981 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
982
983 2010-04-02 Sam Steingold <sds@gnu.org>
984
985 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
986 `vc-hg-command' with a list of flags.
987
988 * progmodes/bug-reference.el (bug-reference-bug-regexp):
989 Also accept "patch" and "RFE".
990 (bug-reference-fontify): `bug-reference-url-format' can also be a
991 function to be able to handle the bug kind.
992 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
993
994 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
995
996 * tmm.el (tmm-get-keymap): Check with symbolp before passing
997 value to fboundp, it may not be a symbol.
998
999 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1002
1003 2010-03-31 Juri Linkov <juri@jurta.org>
1004
1005 * simple.el (next-line, previous-line): Re-throw a signal
1006 with `signal' instead of using `ding'.
1007 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1008
1009 2010-03-31 Juri Linkov <juri@jurta.org>
1010
1011 * simple.el (keyboard-escape-quit): Raise deselecting the active
1012 region higher than exiting the minibuffer.
1013 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1014
1015 2010-03-31 Juri Linkov <juri@jurta.org>
1016
1017 * image.el (image-animated-p): Use `image-metadata' instead of
1018 `image-extension-data'. Get GIF extenstion data from metadata
1019 property `extension-data'.
1020
1021 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * simple.el (append-to-buffer): Simplify.
1024
1025 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
1026
1027 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1028 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1029
1030 2010-03-31 Kenichi Handa <handa@m17n.org>
1031
1032 * language/sinhala.el (composition-function-table): Fix regexp for
1033 the new Unicode specification.
1034
1035 * language/indian.el (devanagari-composable-pattern)
1036 (tamil-composable-pattern, kannada-composable-pattern)
1037 (malayalam-composable-pattern): Adjust for the new Unicode
1038 specification.
1039 (bengali-composable-pattern, gurmukhi-composable-pattern)
1040 (gujarati-composable-pattern, oriya-composable-pattern)
1041 (telugu-composable-pattern): New variables to cope with the new
1042 Unicode specification. Use them in composition-function-table.
1043
1044 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 Make tmm-menubar work for the Buffers menu again (bug#5726).
1047 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1048 vectors rather than cons cells, as used in menu-bar-update-buffers.
1049
1050 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1053 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1054 electric punctuation for "{}();,:" (Bug#5586).
1055
1056 * mail/sendmail.el (mail-default-directory): Doc fix.
1057
1058 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * mail/sendmail.el (mail-default-directory): Doc fix.
1061
1062 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1063
1064 * subr.el (version-regexp-alist, version-to-list)
1065 (version-list-<, version-list-=, version-list-<=)
1066 (version-list-not-zero, version<, version<=, version=): Doc fix.
1067 (Bug#5744).
1068
1069 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
1070
1071 * vc.el (vc-root-diff): Doc fix.
1072
1073 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1076
1077 * simple.el (append-to-buffer): Fix last change.
1078
1079 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * simple.el (append-to-buffer): Ensure that point is preserved if
1082 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1083 (Bug#5749)
1084
1085 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * files.el (auto-mode-case-fold): Change default to t.
1088
1089 2010-03-30 Juri Linkov <juri@jurta.org>
1090
1091 * dired-x.el (dired-omit-mode): Doc fix.
1092
1093 2010-03-30 Juri Linkov <juri@jurta.org>
1094
1095 * replace.el (occur-accumulate-lines): Move occur-engine related
1096 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1097 to be located after `occur-engine'.
1098
1099 2010-03-30 Juri Linkov <juri@jurta.org>
1100
1101 Make occur handle multi-line matches cleanly with context.
1102 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1103
1104 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1105 (occur-engine): Add local variables `ret', `prev-after-lines',
1106 `prev-lines'. Use more arguments for `occur-context-lines'.
1107 Set first elem of its returned list to `data', and the second elem
1108 to `prev-after-lines'. Don't print the separator line.
1109 In the end, print remaining context after-lines.
1110 (occur-context-lines): Add new arguments `begpt', `endpt',
1111 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1112 after-lines of the previous match with before-lines of the
1113 current match and not overlap them. Return a list with two
1114 values: the output line and the list of context after-lines.
1115
1116 2010-03-30 Juri Linkov <juri@jurta.org>
1117
1118 * replace.el (occur-accumulate-lines): Fix a bug where the first
1119 context line at the beginning of the buffer was missing.
1120
1121 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1122
1123 * files.el: Make bidi-display-reordering safe variable for boolean
1124 values.
1125
1126 2010-03-29 Phil Hagelberg <phil@evri.com>
1127 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * subr.el: Extend progress reporters to perform "spinning".
1130 (progress-reporter-update, progress-reporter-do-update):
1131 Handle non-numeric value arguments.
1132 (progress-reporter--pulse-characters): New var.
1133
1134 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * progmodes/compile.el (compilation-start): Fix regexp detection
1137 of initial cd command (Bug#5771).
1138
1139 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1140
1141 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1142
1143 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1144
1145 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1146 * lisp/progmodes/gdb-mi.el: Restore.
1147 * lisp/progmodes/gdb-ui.el: Remove.
1148 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1149
1150 2010-03-25 Glenn Morris <rgm@gnu.org>
1151
1152 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1153 all dired buffers, even tramp ones. (Bug#5755)
1154
1155 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 Add "union tags" in mpc.el.
1158 * mpc.el: Remove backward compatibility code.
1159 (mpc-browser-tags): Change default.
1160 (mpc--find-memoize-union-tags): New var.
1161 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1162 (mpc-cmd-find): Handle the case where the playlist does not exist.
1163 Handle union-tags.
1164 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1165 (mpc-cmd-add): Use mpc-cmd-flush.
1166 (mpc-tagbrowser-tag-name): New fun.
1167 (mpc-tagbrowser-buf): Use it.
1168 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1169
1170 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 Misc cleanup.
1173 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1174 Use replace-regexp-in-string.
1175 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1176 (makefile-imake-mode-syntax-table): Move init into defvar.
1177 (makefile-mode): Use define-derived-mode.
1178
1179 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1180 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1181 not be present any more.
1182
1183 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * faces.el (set-face-attribute): Fix typo in docstring.
1186 (face-valid-attribute-values): Reflow docstring.
1187
1188 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1189
1190 2010-03-24 Glenn Morris <rgm@gnu.org>
1191
1192 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1193
1194 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * indent.el (indent-for-tab-command): Doc fix.
1197
1198 2010-03-24 Alan Mackenzie <acm@muc.de>
1199
1200 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1201 Fix off-by-one error. Fixes bug #5747.
1202
1203 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1206 (image-dired-read-comment): Doc fix.
1207
1208 * json.el (json-object-type, json-array-type, json-key-type)
1209 (json-false, json-null, json-read-number):
1210 * minibuffer.el (completion-in-region-functions):
1211 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1212 (cal-tex-cursor-week):
1213 * emacs-lisp/trace.el (trace-function):
1214 * eshell/em-basic.el (eshell/printnl):
1215 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1216 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1217 * obsolete/levents.el (allocate-event, event-key, event-object)
1218 (event-point, event-process, event-timestamp, event-to-character)
1219 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1220 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1221 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1222 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1223 (reftex-highlight-selection): Fix typos in docstrings.
1224
1225 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1228
1229 2010-03-24 Glenn Morris <rgm@gnu.org>
1230
1231 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1232 2008-02-13 without comment; mark it obsolete.
1233 (rmail-highlight-headers): Use rmail-highlight-face once more.
1234
1235 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * woman.el (woman2-process-escapes): Only consume the newline if
1238 the filler character is on a line by itself (Bug#5729).
1239
1240 2010-03-24 Kenichi Handa <handa@m17n.org>
1241
1242 * language/indian.el (devanagari-composable-pattern): Add more
1243 consonants.
1244
1245 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/trampver.el: Update release number.
1248
1249 2010-03-24 Glenn Morris <rgm@gnu.org>
1250
1251 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1252
1253 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * net/tramp.el (tramp-find-executable):
1256 Use `tramp-get-connection-buffer'. Make the regexp for checking
1257 output of "wc -l" more robust.
1258 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1259 (tramp-open-connection-setup-interactive-shell): Remove workaround
1260 for OpenSolaris bug, it is not needed anymore.
1261
1262 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1263
1264 * cedet/semantic/imenu.el: New file, from the CEDET repository
1265 (Bug#5412).
1266
1267 2010-03-24 Glenn Morris <rgm@gnu.org>
1268
1269 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1270
1271 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1272
1273 * files.el (auto-mode-alist): Accept more verilog file patterns.
1274
1275 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1278
1279 2010-03-24 Glenn Morris <rgm@gnu.org>
1280
1281 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1282 log-edit-before-checkin-process.
1283
1284 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1285
1286 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1287
1288 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1289 (log-view-process-buffer, log-edit-extra-flags): Declare.
1290
1291 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1292
1293 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1294 Consistently check ede-object is bound throughout.
1295
1296 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1297
1298 2010-03-23 Sam Steingold <sds@gnu.org>
1299
1300 Fix bug#5620: recalculate all markers on compilation buffer
1301 modifications, not on file modifications.
1302 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1303 the buffer modification time, for buffers not associated with files.
1304 (compilation-mode): Create it.
1305 (compilation-filter): Update it.
1306 (compilation-next-error-function): Use it instead of
1307 `visited-file-modtime' for timestamp.
1308
1309 2010-03-23 Juri Linkov <juri@jurta.org>
1310
1311 Implement Occur multi-line matches.
1312 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1313
1314 * replace.el (occur): Doc fix.
1315 (occur-engine): Set `begpt' to the beginning of the first line.
1316 Set `endpt' to the end of the last match line. At first, count
1317 line numbers between `origpt' and `begpt'. Split out code from
1318 `out-line' variable to new let-bindings `match-prefix' and
1319 `match-str'. In `out-line' add non-numeric prefix to all
1320 non-first lines of multi-line matches. Finally, count lines
1321 between `begpt' and `endpt' and add to `lines'.
1322
1323 2010-03-23 Juri Linkov <juri@jurta.org>
1324
1325 * replace.el (occur-accumulate-lines, occur-engine):
1326 Use `occur-engine-line' instead of duplicate code.
1327 (occur-engine-line): New function created from duplicate code
1328 in `occur-accumulate-lines' and `occur-engine'.
1329
1330 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1331 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1332
1333 2010-03-23 Juri Linkov <juri@jurta.org>
1334
1335 * finder.el: Remove TODO tasks.
1336
1337 * info.el (Info-finder-find-node): Add node "all"
1338 with all package info. Handle a list of multiple keywords
1339 separated by comma.
1340 (info-finder): In interactive use with a prefix argument,
1341 use `completing-read-multiple' to read a list of keywords
1342 separated by comma.
1343
1344 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 Add a new completion style `substring'.
1347 * minibuffer.el (completion-basic--pattern): New function.
1348 (completion-basic-try-completion, completion-basic-all-completions):
1349 Use it.
1350 (completion-substring--all-completions)
1351 (completion-substring-try-completion)
1352 (completion-substring-all-completions): New functions.
1353 (completion-styles-alist): New style `substring'.
1354
1355 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 Get rid of .elc files after removal of the corresponding .el.
1358 * Makefile.in (compile-clean): New target.
1359 (compile-main): Use it.
1360
1361 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1362
1363 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1364 don't do make there. When compiling with separate object dir, there
1365 is no Makefile there.
1366
1367 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 Get rid of the ELCFILES abomination, again.
1370 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1371 (all, compile): Don't call compile-last.
1372 (compile-main): Build the "elcfiles" list dynamically.
1373 (compile-targets): New (internal) target.
1374
1375 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1376
1377 * Makefile.in (top_srcdir): Define.
1378 (abs_top_builddir): Define.
1379 (srcdir): Don't append `/..'.
1380 (EMACS): Use ${abs_top_builddir}.
1381 (all, compile, compile-always, compile-last): Don't set emacswd.
1382 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1383 $(srcdir).
1384 (lisp): Use $(srcdir) instead of @srcdir@.
1385
1386 2010-03-21 Juri Linkov <juri@jurta.org>
1387
1388 Fix message of multi-line occur regexps and multi-buffer header lines.
1389 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1390
1391 * replace.el (occur-1): Don't display regexp if it is longer
1392 than window-width. Use `query-replace-descr' to display regexp.
1393 (occur-engine): Don't display regexp in the buffer header for
1394 multi-buffer occur. Display a separate header line with total
1395 match count and regexp for multi-buffer occur.
1396 Use `query-replace-descr' to display regexp.
1397
1398 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1399
1400 * net/secrets.el: Fix parenthesis.
1401 (secrets-enabled): Fix parenthesis.
1402
1403 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 Use more relative file and directory names.
1406 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1407 (setwins, setwins_almost, setwins_for_subdirs):
1408 Don't `cd'; output relative names.
1409 (all, compile, compile-always, compile-last): Set emacswd.
1410 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1411 Just cd to the lisp source dir so we can use relative file names.
1412
1413 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1414
1415 2010-03-20 Glenn Morris <rgm@gnu.org>
1416
1417 * textmodes/rst.el: Use faces for font-lock customization, and make the
1418 old -face variables obsolete.
1419 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1420 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1421 (rst-block-face, rst-external-face, rst-definition-face)
1422 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1423 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1424 Make obsolete.
1425 (rst-font-lock-keywords-function): Update for above changes.
1426
1427 2010-03-20 Juri Linkov <juri@jurta.org>
1428
1429 * s-region.el:
1430 * obsolete/s-region.el: Move to obsolete.
1431
1432 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1435
1436 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1439
1440 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1441
1442 Add special markup processing for commit logs.
1443 * log-edit.el (log-edit-extra-flags): New variable.
1444 (log-edit): Add new argument MODE. Use that mode when non-nil
1445 instead of the log-view-mode.
1446 (log-view-process-buffer): New function.
1447
1448 * vc.el: Document that the checkin method takes optional
1449 arguments. Document new backend specific method: log-view-mode.
1450 (vc-default-log-edit-mode): New function.
1451 (vc-checkin): Use a backend specific log-view-mode.
1452 Pass extra arguments to the checkin method.
1453 (vc-modify-change-comment): Pass a dummy extra argument.
1454
1455 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1456 log-edit.
1457 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1458 (vc-finish-logentry): Process the log buffer before passing it
1459 down. Pass log-edit-extra-flags.
1460
1461 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1462 command.
1463 (log-edit-extra-flags, log-edit-before-checkin-process):
1464 New declarations.
1465
1466 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1467 command.
1468 (log-edit-extra-flags, log-edit-before-checkin-process):
1469 New declarations.
1470 (vc-hg-log-edit-mode): New derived mode.
1471
1472 * vc-arch.el (vc-arch-checkin):
1473 * vc-cvs.el (vc-cvs-checkin):
1474 * vc-git.el (vc-git-checkin):
1475 * vc-mtn.el (vc-mtn-checkin):
1476 * vc-rcs.el (vc-rcs-checkin):
1477 * vc-sccs.el (vc-sccs-checkin):
1478 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1479
1480 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1483 parent typo).
1484
1485 2010-03-19 Glenn Morris <rgm@gnu.org>
1486
1487 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1488
1489 2010-03-18 Glenn Morris <rgm@gnu.org>
1490
1491 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1492
1493 * replace.el (query-replace-history): Give it a doc string.
1494 (map-query-replace-regexp): Use query-replace-from-history-variable
1495 and query-replace-to-history-variable.
1496
1497 * mail/hashcash.el (declare-function): Remove duplicate definition.
1498
1499 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1500 Make it an obsolete alias for report-emacs-bug-address.
1501 (message-strip-special-text-properties): Declare.
1502 (report-emacs-bug): Remove test for a pretest bug address.
1503 Combine message-mode-specific code.
1504
1505 * mail/supercite.el: Don't require sendmail.
1506 (mh-in-header-p): Declare rather than using with-no-warnings.
1507 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1508 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1509
1510 * calendar/cal-french.el: Convert to utf-8.
1511
1512 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1513 Emacs scripts.
1514
1515 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1516
1517 * net/secrets.el (secrets-enabled): New variable. Use it instead
1518 of a subfeature.
1519
1520 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1521
1522 * net/secrets.el (top): Register the D-Bus signals only when the
1523 service "org.freedesktop.secrets" can be pinged.
1524 Provide subfeature `enabled'.
1525
1526 2010-03-14 Juri Linkov <juri@jurta.org>
1527
1528 Add finder unknown keywords.
1529
1530 * finder.el (finder-unknown-keywords): New function.
1531
1532 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1533 to create a Finder node with unknown keywords.
1534
1535 2010-03-14 Juri Linkov <juri@jurta.org>
1536
1537 * finder.el (finder-compile-keywords): Replace `princ' with
1538 `prin1' on a list of symbols interned from keyword strings.
1539
1540 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1541 a comma, then split keywords using a comma and optional whitespace.
1542 Otherwise, split by whitespace.
1543
1544 * complete.el:
1545 * face-remap.el:
1546 * log-view.el:
1547 * net/hmac-def.el:
1548 * net/hmac-md5.el:
1549 * net/netrc.el:
1550 * progmodes/mixal-mode.el: Fix keywords.
1551
1552 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * Makefile.in (ELCFILES): Add net/secrets.elc.
1555
1556 * net/secrets.el: New file.
1557
1558 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * facemenu.el (list-colors-display, list-colors-print): New arg
1561 callback. Use it to allow selecting colors.
1562
1563 * wid-edit.el (widget-image-insert): Insert image prop even if the
1564 current display is non-graphic.
1565 (widget-field-value-set): New fun.
1566 (editable-field): Use it.
1567 (widget-field-value-get): Clean up unused var.
1568 (widget-color-value-create, widget-color--choose-action):
1569 New funs. Allow using list-colors-display to choose color.
1570
1571 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * cus-edit.el: Resort topmost custom groups.
1574 (custom-buffer-sort-alphabetically): Default to t.
1575 (customize-apropos): Use apropos-parse-pattern.
1576 (custom-search-field): New var.
1577 (custom-buffer-create-internal): Add custom-apropos search field.
1578 (custom-add-parent-links): Don't display parent doc.
1579 (custom-group-value-create): Don't sort top-level custom group.
1580 (custom-magic-value-create): Show visibility button before option name.
1581
1582 (custom-variable-state): New fun, from custom-variable-state-set.
1583 (custom-variable-state-set): Use it.
1584 (custom-group-value-create): Hide options with standard values
1585 using the :hidden-states property. Use progress reporter.
1586
1587 (custom-show): Simplify.
1588 (custom-visibility): Disable images by default.
1589 (custom-variable): New property :hidden-states.
1590 (custom-variable-value-create): Enable images for
1591 custom-visibility widgets. Use :hidden-states property to
1592 determine initial visibility.
1593
1594 * wid-edit.el (widget-image-find): Give images center ascent.
1595 (visibility): Add :on-image and :off-image properties.
1596 (widget-visibility-value-create): Use them.
1597
1598 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * cus-edit.el (processes): Remove from development group.
1601 (oop, hypermedia): Delete group.
1602 (comm): Promote to top-level group.
1603
1604 * net/browse-url.el (browse-url):
1605 * net/xesam.el (xesam):
1606 * net/tramp.el (tramp):
1607 * net/goto-addr.el (goto-address):
1608 * net/ange-ftp.el (ange-ftp): Put in comm group.
1609
1610 * view.el (view): Remove from editing group.
1611
1612 * uniquify.el (uniquify): Put in files group.
1613
1614 * net/browse-url.el (browse-url):
1615 * ps-print.el (postscript): Put in external group.
1616
1617 * cus-edit.el (outlines):
1618 * textmodes/text-mode.el (text-mode-hook):
1619 * textmodes/table.el (table):
1620 * textmodes/picture.el (picture):
1621 * outline.el (outlines): Put in wp group.
1622
1623 * nxml/nxml-mode.el (nxml): Remove from wp group.
1624
1625 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1626
1627 * mail/metamail.el (metamail): Remove from hypermedia group.
1628
1629 * cus-edit.el (abbrev):
1630 * whitespace.el (whitespace):
1631 * vcursor.el (vcursor):
1632 * reveal.el (reveal):
1633 * hl-line.el (hl-line): Put in convenience group.
1634
1635 * epg-config.el (epg): Put in data group.
1636
1637 * emulation/pc-select.el (pc-select): Put in emulations group.
1638
1639 * calculator.el (calculator): Put in applications group.
1640
1641 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1642
1643 Add .dir-locals.el support for file-less buffers.
1644 * files.el (hack-local-variables): Split out code to apply local
1645 variable settings ...
1646 (hack-local-variables-apply): ... here. New function.
1647 (hack-dir-local-variables): Use the default directory for when the
1648 buffer does not have an associated file.
1649 (hack-dir-local-variables-non-file-buffer): New function.
1650 * diff-mode.el (diff-mode):
1651 * vc-annotate.el (vc-annotate-mode):
1652 * vc-dir.el (vc-dir-mode):
1653 * log-edit.el (log-edit-mode):
1654 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1655
1656 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1657
1658 Add support for shelving snapshots and for showing shelves.
1659 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1660 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1661 New functions.
1662 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1663 (vc-bzr-extra-menu-map): Map them.
1664
1665 2010-03-11 Glenn Morris <rgm@gnu.org>
1666
1667 * cus-edit.el (customize-changed-options-previous-release):
1668 Bump to 23.1.
1669
1670 * image.el (image-animate-max-time): Fix :version tag.
1671
1672 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * Branch for 23.2.
1675
1676 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * vc-git.el (vc-git-revision-table): Include remote branches.
1679
1680 2010-03-10 Kim F. Storm <storm@cua.dk>
1681
1682 Animated image API.
1683 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1684
1685 * image.el (image-animate-max-time): New defcustom.
1686 (image-animated-types): New defconst.
1687 (create-animated-image, image-animate-timer)
1688 (image-animate-start, image-animate-stop, image-animate-timeout)
1689 (image-animated-p): New functions.
1690
1691 * image-mode.el (image-toggle-display-image):
1692 Replace `create-image' with `create-animated-image'.
1693
1694 2010-03-09 Miles Bader <miles@gnu.org>
1695
1696 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1697 instead of "format:"; this ensures that the output is
1698 newline-terminated.
1699
1700 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1703 that all errors are caught, and that the return value is always a
1704 list (Bug#5692).
1705
1706 2010-03-08 Kenichi Handa <handa@m17n.org>
1707
1708 * language/misc-lang.el (windows-1256): New coding system.
1709 (cp1256): New alias of windows-1256 (bug#5690).
1710
1711 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1712
1713 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1714 call to rfc822-bad-address. (Bug#5692)
1715
1716 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1717
1718 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1719 Use vc-git-root as default directory for revision path (Bug#5657).
1720
1721 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * calculator.el (calculator): Don't bind split-window-keep-point
1724 (Bug#5674).
1725
1726 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * vc-git.el: Re-flow to fit into 80 columns.
1729 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1730 Remove spurious `quote' element in each case alternative.
1731 (vc-git-show-log-entry): Use prog1.
1732 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1733
1734 2010-03-06 Glenn Morris <rgm@gnu.org>
1735
1736 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1737 Update template copyright to GPLv3+.
1738
1739 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1742
1743 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1746 definition, not the name (Bug#5481).
1747
1748 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1749
1750 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1751 argument with a local variable. (Bug#5670)
1752
1753 2010-03-02 Juri Linkov <juri@jurta.org>
1754
1755 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1756
1757 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1760 error when FILENAME and NEWNAME are existing remote directories.
1761
1762 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1763 parameter DIR-FLAG.
1764
1765 2010-03-02 Glenn Morris <rgm@gnu.org>
1766
1767 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1768 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1769
1770 2010-03-01 Kenichi Handa <handa@m17n.org>
1771
1772 * language/burmese.el (burmese-composable-pattern): Rename from
1773 myanmar-composable-pattern.
1774
1775 * international/characters.el (script-list):
1776 * international/fontset.el (script-representative-chars):
1777 Change myanmar to burmese.
1778 (otf-script-alist): Likewise.
1779 (setup-default-fontset): Likewise. Re-fix :otf spec.
1780
1781 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1782
1783 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1784
1785 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1786
1787 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1788
1789 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * net/tramp.el (tramp-handle-write-region): START can be a string.
1792 Take care in the checks. Reported by Dan Davison
1793 <davison@stats.ox.ac.uk>.
1794
1795 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * net/dbus.el (dbus-introspect, dbus-get-property)
1798 (dbus-set-property, dbus-get-all-properties):
1799 Use `dbus-call-method' when noninteractive. (Bug#5645)
1800
1801 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1804 * emacs-lisp/elint.el (elint-add-required-env):
1805 * cedet/semantic/db-find.el
1806 (semanticdb-find-translate-path-brutish-default):
1807 * cedet/ede/make.el (ede-make-check-version):
1808 * calendar/icalendar.el (icalendar--add-diary-entry):
1809 * calc/calcalg2.el (math-tracing-integral):
1810 * files.el (recover-session-finish): Use with-current-buffer
1811 instead of save-excursion.
1812
1813 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 Fix in-buffer completion when after-change-functions modify the buffer.
1816 * minibuffer.el (completion--replace): New function.
1817 (completion--do-completion): Use it and use relative movement.
1818
1819 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1822
1823 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1824
1825 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1826 Allow the characters _<> in the stack entry (Bug#5653).
1827
1828 2010-02-26 Kenichi Handa <handa@m17n.org>
1829
1830 * language/burmese.el: Fix entries in composition-function-table.
1831 (myanmar-composable-pattern): New variable.
1832
1833 * international/fontset.el (setup-default-fontset): Add an entry
1834 for myanmar.
1835
1836 * international/characters.el (script-list): Add Myanmar
1837 Extended-A.
1838
1839 2010-02-26 Glenn Morris <rgm@gnu.org>
1840
1841 * custom.el (custom-initialize-delay): Doc fix.
1842
1843 * mail/sendmail.el (send-mail-function): Autoload the call
1844 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1845
1846 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * files.el (hack-local-variables-filter): For eval forms, also
1849 check safe-local-variable-p (Bug#5636).
1850
1851 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1852
1853 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1854 and use c(ad)r of cddr (Bug#5640).
1855
1856 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1859 setting the modes by `ignore-errors'. It might fail, for example
1860 if the file is not owned by the user but the group.
1861 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1862
1863 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * files.el (directory-listing-before-filename-regexp): Use
1866 stricter matching for iso-style dates, to avoid false matches with
1867 date-like filenames (Bug#5597).
1868
1869 * htmlfontify.el (htmlfontify): Doc fix.
1870
1871 * eshell/eshell.el (eshell): Doc fix.
1872
1873 * startup.el (fancy-about-screen): In mode-line, apply
1874 mode-line-buffer-id face only to the buffer name (Bug#5613).
1875
1876 2010-02-20 Kevin Ryde <user42@zip.com.au>
1877
1878 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1879 In `watcom' anchor regexp to start of line, to avoid slowness
1880 (Bug#5599).
1881
1882 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1883
1884 * subr.el (remove-yank-excluded-properties): Explain in a comment
1885 why `category' property is removed.
1886
1887 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1890 2010-02-17 change.
1891
1892 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1893
1894 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1895 (icalendar--convert-weekly-to-ical)
1896 (icalendar--convert-yearly-to-ical)
1897 (icalendar--convert-block-to-ical)
1898 (icalendar--convert-cyclic-to-ical)
1899 (icalendar--convert-anniversary-to-ical): Take care of time
1900 specifications where hour has 1-digit only (Bug#5549).
1901
1902 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1903
1904 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1905 of disassemble output in GDB 7.1.
1906
1907 2010-02-19 Glenn Morris <rgm@gnu.org>
1908
1909 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1910 property. (Bug#5593)
1911
1912 2010-02-18 Sam Steingold <sds@gnu.org>
1913
1914 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1915
1916 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 Use abbreviated file names in bookmarks (bug#5591).
1919 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1920 calls to expand-file-name.
1921 (bookmark-relocate): Use abbreviated file names in bookmarks.
1922 (bookmark-load): Use abbreviated file names in messages.
1923
1924 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1925
1926 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1927 expand "." and "..". Reported by Thierry Volpiatto
1928 <thierry.volpiatto@gmail.com>.
1929
1930 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1933 permissions of the temporary file to "0600". In case the remote
1934 file has no read permissions for the owner, there might be
1935 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1936
1937 22010-02-18 Glenn Morris <rgm@gnu.org>
1938
1939 * emacs-lisp/authors.el (authors-renamed-files-alist):
1940 Add entries for INSTALL.CVS.
1941
1942 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1943
1944 * vc-bzr.el: Fix typo in Known Bugs section.
1945
1946 * isearch.el (isearch-update-post-hook): New hook.
1947 (isearch-update): Use the new hook.
1948
1949 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1950
1951 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1952 Fix errors in copying directories.
1953 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1954 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1955 (tramp-handle-delete-file)
1956 (tramp-handle-dired-recursive-delete-directory)
1957 (tramp-handle-write-region): Flush also the cache for the upper
1958 directory.
1959
1960 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1963
1964 * cus-edit.el (hardware): Doc fix.
1965
1966 * man.el (man): Add to external custom group.
1967
1968 * delim-col.el (columns): Move to wp custom group.
1969
1970 * doc-view.el (doc-view): Add to data custom group.
1971
1972 * cedet/data-debug.el (data-debug): Move to extensions group.
1973
1974 * cedet/ede.el (ede):
1975 * cedet/srecode.el (srecode):
1976 * cedet/semantic.el (semantic): Put in tools and extensions group.
1977
1978 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1979
1980 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1981 by ispell-parse-output (Bug#5575).
1982
1983 2010-02-16 Kenichi Handa <handa@m17n.org>
1984
1985 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1986 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1987 (skkdic-convert): Use `euc-japan' coding system for writing.
1988
1989 2010-02-16 Glenn Morris <rgm@gnu.org>
1990
1991 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1992 tex-main-file before using it. (Bug#5562)
1993
1994 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1997 warnings, since it is annoying for the user to see them each time he
1998 runs the code.
1999
2000 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2003 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2004 instead of PROC for caching "first-password-request". Otherwise,
2005 new processes would not profit from passwords already entered.
2006
2007 * net/tramp-cache.el (tramp-dump-connection-properties):
2008 Don't save "first-password-request" property.
2009
2010 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * outline.el (outline-head-from-level):
2013 * simple.el (with-wrapper-hook):
2014 * cedet/ede.el (ede-run-target, project-delete-target)
2015 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2016 (ede-adebug-project, ede-adebug-project-parent)
2017 (ede-adebug-project-root):
2018 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2019 (elint-defun, elint-buffer-env, elint-top-form-logged)
2020 (elint-unbound-variable):
2021 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2022 Fix typos in docstrings.
2023
2024 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * files.el (insert-directory): When WILDCARD-REGEXP and
2027 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2028 whole directory. (Bug#5551)
2029
2030 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2031 dired's alignment sanity. (Bug#5516)
2032
2033 2010-02-14 Juri Linkov <juri@jurta.org>
2034
2035 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2036 Remove remaining ^H with their preceding chars. (Bug#5566)
2037
2038 2010-02-13 Glenn Morris <rgm@gnu.org>
2039
2040 * simple.el (transpose-subr): Give it a doc-string.
2041
2042 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2043 Doc fixes.
2044
2045 2010-02-12 Juri Linkov <juri@jurta.org>
2046
2047 * arc-mode.el (archive-unique-fname): Make directories for nested
2048 archives. (Bug#5540)
2049
2050 2010-02-12 Juri Linkov <juri@jurta.org>
2051
2052 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2053
2054 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * subr.el (copy-overlay): Handle deleted overlays.
2057
2058 * man.el (Man-completion-table): Don't signal an error if we can't run
2059 manual-program (bug#4056).
2060
2061 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2064
2065 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2066
2067 * info.el (Info-bookmark-jump): Simplify.
2068
2069 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2070 (bookmark-default-handler): Accept new bookmark field `buffer'.
2071
2072 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * iswitchb.el (iswitchb-completions): Revert last change.
2075
2076 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2077
2078 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2079 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2080 This prevents file names like "~/" being listed literally.
2081
2082 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2085 Remove dead code. (Bug#5546)
2086
2087 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2090 correctly (Bug#5548).
2091
2092 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2093
2094 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2095 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2096
2097 2010-02-08 Kenichi Handa <handa@m17n.org>
2098
2099 * international/mule-util.el (with-coding-priority): Add autoload
2100 cookie for putting `lisp-indent-function'.
2101
2102 2010-02-07 Glenn Morris <rgm@gnu.org>
2103
2104 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2105 Move F2003 named interfaces from keywords-2 to keywords-1, and
2106 use function-name-face rather than constant-face.
2107 Simplify "abstract interface" regexp.
2108
2109 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2110
2111 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2112 ID-FORMAT. Pass it to `file-attributes'.
2113
2114 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2115
2116 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2117
2118 * faces.el (set-face-attribute): Allow calling
2119 internal-set-lisp-face-attribute with 'unspecified family and
2120 foundry argument (Bug#5536).
2121
2122 2010-02-07 Glenn Morris <rgm@gnu.org>
2123
2124 * progmodes/f90.el (f90-font-lock-keywords-2)
2125 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2126 Handle F2003 named interfaces.
2127
2128 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2131 beg and end before calling c-get-state-before-change-functions.
2132
2133 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2134
2135 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2136
2137 2010-02-05 Juri Linkov <juri@jurta.org>
2138
2139 * doc-view.el (doc-view-mode):
2140 * image-mode.el (image-mode): Put property mode-class=special.
2141 (Bug#4896)
2142
2143 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2144
2145 * vc-svn.el (vc-svn-revision-table): New function.
2146
2147 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2148
2149 * net/ange-ftp.el (ange-ftp-insert-directory):
2150 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2151 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2152 Handle also directories. (Bug#5478)
2153
2154 2010-02-05 Glenn Morris <rgm@gnu.org>
2155
2156 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2157
2158 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * startup.el (command-line-1): Convert options beginning with a
2161 single dash as well (Bug#5519).
2162
2163 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2166 * minibuffer.el (completion-initials-expand): Only check the presence
2167 of delims *within* the boundaries, since otherwise the / delim is
2168 always found for files.
2169
2170 Fix up various corner case problems.
2171 * doc-view.el (doc-view-last-page-number): New function.
2172 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2173 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2174 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2175 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2176 (doc-view-convert-current-doc): Don't create the resolution.el file
2177 here any more.
2178 (doc-view-pdf/ps->png): Do it here instead.
2179 (doc-view-already-converted-p): Check that resolution.el is present.
2180 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2181 windows that are not yet showing images.
2182
2183 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2184
2185 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2186 `dired-uncache' for every elemnt which is an absolute file name.
2187
2188 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2189 directory, handle its directory component.
2190 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2191 function is called permanently and creates noise, otherwise.
2192
2193 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2194 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2195 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2196
2197 2010-02-04 David Burger <dburger@google.com> (tiny change)
2198
2199 * macros.el (apply-macro-to-region-lines):
2200 Minor simplification. (Bug#5485)
2201
2202 2010-02-04 Glenn Morris <rgm@gnu.org>
2203
2204 * mail/rmail.el (rmail-show-message-1): Handle malformed
2205 quoted-printable text. (Bug#5441)
2206
2207 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2208
2209 * simple.el (visual-line-mode): Capitalize lighter.
2210
2211 2010-02-03 John Wiegley <jwiegley@gmail.com>
2212
2213 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2214 list of files considered for "virtual buffer" completions.
2215
2216 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2219 also in case of (and (not full) (not wildcard)). This is needed,
2220 when dired is called with a list of files, which are not in
2221 `default-directory'. (Bug#5478)
2222
2223 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2226
2227 2010-02-02 Juri Linkov <juri@jurta.org>
2228
2229 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2230 from unidiff to allow function-line after @@.
2231
2232 2010-02-02 Juri Linkov <juri@jurta.org>
2233
2234 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2235 '(RCS SCCS) with inverted condition.
2236
2237 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2240 messages.
2241
2242 2010-02-01 Juri Linkov <juri@jurta.org>
2243
2244 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2245 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2246 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2247 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2248
2249 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2252 (doc-view-revert-buffer): New command.
2253 (doc-view-mode-map): Use it.
2254
2255 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2256
2257 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2258 pending merge is detected.
2259
2260 2010-01-31 Juri Linkov <juri@jurta.org>
2261
2262 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2263 beginning of interactive spec like all other grep commands do.
2264 Put "all" in front of "gz". (Bug#5260)
2265
2266 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2267
2268 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2269
2270 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2271
2272 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2273 regexp is incorrect (Bug#5476).
2274
2275 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * net/tramp.el (tramp-handle-insert-directory): Handle also
2278 symlinks, when FILENAME is not in `default-directory'.
2279
2280 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2283 FILE is not in `default-directory'. (Bug#5478)
2284
2285 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2286 of SWITCHES. Handle the case, FILENAME is not in
2287 `default-directory'. (Bug#5478)
2288 (tramp-register-file-name-handlers): Add safe-magic property.
2289
2290 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2293 unzip (Bug#5475).
2294
2295 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2296
2297 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2298 (flymake-master-make-header-init): Add other C++ filename masks.
2299 (flymake-find-possible-master-files)
2300 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2301
2302 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2303
2304 Fix some busybox annoyances.
2305
2306 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2307 not responding." string.
2308 (tramp-open-connection-setup-interactive-shell): Dump stty
2309 settings. Enable "neveropen" arg for all `tramp-send-command'
2310 calls. Handle "=" in variable values properly.
2311 (tramp-find-inline-encoding): Raise an error, when no encoding is
2312 found.
2313 (tramp-wait-for-output): Check, whether PROC buffer is available.
2314 Remove spurious " ^H" sequences, sent by busybox.
2315 (tramp-get-ls-command): Suppress coloring, if possible.
2316
2317 2010-01-28 Glenn Morris <rgm@gnu.org>
2318
2319 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2320
2321 * log-edit.el (log-edit-strip-single-file-name): Add missing
2322 :safe, :group, and :version tags.
2323
2324 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2325
2326 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2327 buffers. (Bug#5477)
2328
2329 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2330
2331 * files.el (delete-directory): Handle moving to trash without
2332 first doing recursion (Bug#5436).
2333
2334 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2335
2336 * vc-hooks.el (vc-path): Mark as obsolete.
2337
2338 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2339
2340 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2341 names too.
2342
2343 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2344 for the short log.
2345 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2346
2347 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2348
2349 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2350
2351 * vc-bzr.el (vc-bzr-revision-table): New function.
2352
2353 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2354
2355 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2356 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2357
2358 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2359
2360 Remove support for adding --signoff on commit.
2361 Future support will use an incompatible generic mechanism.
2362 * vc-git.el (vc-git-add-signoff): Remove variable.
2363 (vc-git-toggle-signoff): Remove function.
2364 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2365
2366 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2367 from xterm-set-background-mode. Return t if the background mode
2368 was set.
2369 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2370 earlier, call it again in case the background mode has changed.
2371
2372 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2373
2374 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2375 (Bug#3541).
2376
2377 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * emacs-lisp/assoc.el (aelement): Doc fix.
2380 (aput, adelete, amake): Use lexical-let (Bug#5450).
2381
2382 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2383
2384 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2385 is the same as subprogram call, not declaration. (Bug#5435).
2386
2387 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2390 (tramp-smb-maybe-open-connection): Use it.
2391
2392 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2393
2394 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2395
2396 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2399 just because we see "encoding: 8bit".
2400 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2401
2402 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2403
2404 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2405
2406 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2407
2408 * jka-compr.el (jka-compr-load): If load-file is not in
2409 load-history, try its file-truename version. (bug#5447)
2410
2411 2010-01-21 Alan Mackenzie <acm@muc.de>
2412
2413 Fix a situation where deletion of a cpp construct throws an error.
2414 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2415 invoking c-with-all-but-one-cpps-commented-out, check that the
2416 special cpp construct is still in the buffer.
2417 (c-parse-state): Record the special cpp with markers, not numbers.
2418
2419 2010-01-21 Kenichi Handa <handa@m17n.org>
2420
2421 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2422 process last-command-event, as it is now decoded first (Bug#5380).
2423
2424 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2427
2428 2010-01-20 Glenn Morris <rgm@gnu.org>
2429
2430 * indent.el (tab-always-indent): Fix custom-type.
2431
2432 2010-01-19 Alan Mackenzie <acm@muc.de>
2433
2434 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2435 buffer throws "args out of range".
2436 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2437 playing the role of delimiter.
2438
2439 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2440
2441 * progmodes/ada-mode.el: Fix bug#5400.
2442 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2443 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2444 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2445 Improve comments in "is" portion. Handle null procedure declaration.
2446 (ada-move-to-end): Improve doc string.
2447
2448 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2449
2450 * ido.el (ido-cur-list): Initialize to nil.
2451 Remove obsolete information from commentary.
2452 (ido-choice-list): Initialize to nil.
2453 (ido-get-bufname): Reject minibuffers.
2454 (ido-make-buffer-list): If "default" is a nonexistent
2455 buffer, ignore it, as per the function's comment.
2456 (ido-kill-buffer-internal): New function.
2457 (ido-kill-buffer-at-head): Use it.
2458 (ido-visit-buffer): Likewise.
2459
2460 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2463
2464 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * cedet/ede/locate.el (ede-locate-file-in-project)
2467 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2468 (ede-enable-locate-on-project): Fix typos in error messages.
2469
2470 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2471 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2472 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2473 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2474 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2475 Fix typos in menu help.
2476
2477 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2478 Fix typos in chart titles.
2479
2480 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2481 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2482 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2483 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2484 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2485 (semantic-parse-stream, semantic-parse-region)
2486 (semantic-parse-region-default, semantic--set-buffer-cache)
2487 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2488 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2489 (semantic-default-submodes):
2490 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2491 (semanticdb-create-ebrowse-database)
2492 (semanticdb-find-tags-for-completion-method)
2493 (semanticdb-find-tags-by-class-method)
2494 (semanticdb-deep-find-tags-by-name-method)
2495 (semanticdb-deep-find-tags-for-completion-method):
2496 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2497 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2498 (semanticdb-find-tags-for-completion-method)
2499 (semanticdb-find-tags-by-class-method)
2500 (semanticdb-deep-find-tags-for-completion-method):
2501 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2502 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2503 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2504 (semanticdb-find-tags-by-name-method)
2505 (semanticdb-find-tags-by-name-regexp-method)
2506 (semanticdb-find-tags-for-completion-method)
2507 (semanticdb-find-tags-by-class-method)
2508 (semanticdb-find-tags-external-children-of-type-method)
2509 (semanticdb-find-tags-subclasses-of-type-method)
2510 (semanticdb-deep-find-tags-by-name-method)
2511 (semanticdb-deep-find-tags-by-name-regexp-method)
2512 (semanticdb-deep-find-tags-for-completion-method):
2513 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2514 (semanticdb-enable-gnu-global-in-buffer)
2515 (semanticdb-find-tags-for-completion-method)
2516 (semanticdb-deep-find-tags-by-name-method)
2517 (semanticdb-deep-find-tags-for-completion-method):
2518 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2519 (javascript-mode, semanticdb-find-translate-path)
2520 (semanticdb-find-tags-for-completion-method)
2521 (semanticdb-find-tags-by-class-method)
2522 (semanticdb-deep-find-tags-by-name-method)
2523 (semanticdb-deep-find-tags-for-completion-method)
2524 (semanticdb-find-tags-external-children-of-type-method):
2525 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2526 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2527 (global-semantic-idle-scheduler-mode):
2528 * cedet/srecode/dictionary.el (srecode-field-value)
2529 (srecode-dictionary-add-section-dictionary):
2530 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2531 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2532 (describe-class, eieio-describe-generic, describe-generic):
2533 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2534 (eieio-speedbar-expand):
2535 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2536 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2537 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2538 (viper-del-backward-char-in-replace, viper-backward-indent)
2539 (viper-brac-function, viper-register-to-point, viper-submit-report):
2540 * net/tramp.el (tramp-remote-coding-commands):
2541 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2542 Fix typos in docstrings.
2543
2544 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * mail/sendmail.el (mail-yank-original): Set the mark if the
2547 specified function for yanking does not do it.
2548
2549 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2552
2553 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2554 resyncing a directory.
2555
2556 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2557
2558 * progmodes/ada-mode.el: Fix bug#1920.
2559 (ada-ident-re): Delete ., allow multibyte characters.
2560 (ada-goto-label-re): New; matches goto labels.
2561 (ada-block-label-re): New; matches block labels.
2562 (ada-label-re): New; matches both.
2563 (ada-named-block-re): Deleted; callers changed to use
2564 `ada-block-label-re' instead.
2565 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2566 Use `ada-block-label-re'.
2567 (ada-indent-on-previous-lines): Improve handling of goto labels.
2568 (ada-get-indent-block-start): Special-case block label.
2569 (ada-get-indent-label): Split into `ada-indent-block-label' and
2570 `ada-indent-goto-label'.
2571 (ada-goto-stmt-start, ada-goto-next-non-ws):
2572 Optionally ignore goto labels.
2573 (ada-goto-next-word): Simplify.
2574 (ada-indent-newline-indent-conditional): Insert newline before
2575 trying to fix indentation; doc fix.
2576
2577 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2578
2579 * calc/calc.el (calc-command-flags): Give it an initial value.
2580
2581 2010-01-17 Glenn Morris <rgm@gnu.org>
2582
2583 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2584
2585 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * cedet/semantic.el (semantic-mode):
2588 * files.el (minibuffer-with-setup-hook):
2589 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2590 (artist-key-draw-continously, artist-key-do-continously-continously)
2591 (artist-key-set-point-continously, artist-mouse-draw-continously):
2592 Fix typos in docstrings.
2593
2594 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2595
2596 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2597 return t (Bug#3898).
2598
2599 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2600
2601 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2602 can parse the output of the external commands (Bug#5279).
2603
2604 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2605
2606 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2607
2608 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2611
2612 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2613
2614 * startup.el (command-line): Remove unused --icon-type arg.
2615 Handle --display arg, passing it to command-line-1 (Bug#5392).
2616
2617 2010-01-16 Mario Lang <mlang@delysid.org>
2618
2619 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2620 * cedet/ede/files.el (ede-expand-filename):
2621 * cedet/ede/simple.el (ede-simple-project):
2622 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2623 (semantic-complete-inline-tag-engine):
2624 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2625 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2626 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2627 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2628 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2629 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2630 * emacs-lisp/chart.el (chart-translate-namezone):
2631 * textmodes/artist.el (artist-compute-popup-menu-table):
2632 Remove duplicated words in doc-strings.
2633
2634 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2635
2636 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2637 to mairix-search to suppress threading (Bug#5342).
2638
2639 2010-01-15 Kenichi Handa <handa@m17n.org>
2640
2641 * international/mule-cmds.el (canonicalize-coding-system-name):
2642 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2643
2644 2010-01-15 Glenn Morris <rgm@gnu.org>
2645
2646 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2647
2648 * wid-edit.el (widget-keymap): Doc fix.
2649
2650 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2651 former seems to be more widely accepted by various svn versions.
2652
2653 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * find-cmd.el (find-constituents):
2656 * vc-arch.el (vc-arch-root):
2657 * window.el (window-body-height, pop-up-frames):
2658 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2659 (semantic-no-reparse-needed-change-hook):
2660 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2661 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2662 (srecode-template-inserter-ask, srecode-template-inserter-width)
2663 (srecode-template-inserter-section-start)
2664 (srecode-template-inserter-section-end, srecode-insert-method):
2665 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2666 * progmodes/ada-stmt.el (ada-if):
2667 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2668 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2669 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2670 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2671
2672 * progmodes/flymake.el (flymake-post-syntax-check):
2673 Fix typo in error message.
2674
2675 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2676
2677 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2678 which is always a string. (Bug#5313)
2679
2680 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * progmodes/ada-xref.el (ada-default-prj-properties):
2683 Simplify previous change.
2684
2685 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2686
2687 * progmodes/ada-xref.el (ada-default-prj-properties):
2688 Default ada_project_path to $ADA_PROJECT_PATH.
2689
2690 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2691
2692 * progmodes/ada-mode.el (ada-create-keymap):
2693 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2694
2695 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2696
2697 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2698 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2699 (ada-get-current-indent, ada-imenu-generic-expression)
2700 (ada-which-function): Check for it.
2701
2702 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2703
2704 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2705 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2706
2707 2010-01-14 Glenn Morris <rgm@gnu.org>
2708
2709 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2710
2711 2010-01-14 Kenichi Handa <handa@m17n.org>
2712
2713 * composite.el (auto-composition-mode): Make it a buffer local
2714 variable (permanent-local).
2715 (auto-composition-function): Set the default value to
2716 auto-compose-chars.
2717 (auto-composition-mode): Make it a simple function, not a minor mode.
2718 (global-auto-composition-mode): Likewise.
2719 (turn-on-auto-composition-if-enabled): Delete it.
2720
2721 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2722
2723 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2724
2725 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2726
2727 * files.el (copy-directory): Compute target for recursive
2728 directories with identical names. (Bug#5343)
2729
2730 2010-01-12 Glenn Morris <rgm@gnu.org>
2731
2732 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2733 it to bug-gnu-emacs rather than emacs-pretest-bug.
2734
2735 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * cedet/data-debug.el (data-debug): Fix customization group reference.
2738
2739 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2742 (semantic-analyze-context, semantic-analyze-context-assignment)
2743 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2744 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2745 (semantic-java-doc-keywords-map):
2746 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2747 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2748 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2749 (semantic-c-classname, semantic-format-tag-uml-prototype)
2750 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2751 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2752 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2753 (semantic-get-local-variables, semantic-end-of-command)
2754 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2755 (lisp-mode):
2756 * cedet/semantic/bovine/make.el (makefile-mode):
2757 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2758 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2759 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2760 (semantic-lex, semantic-get-local-variables, python-mode):
2761 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2762 * cedet/srecode/extract.el (srecode-extract-state-set)
2763 (srecode-extract-method): Fix typos in docstrings.
2764
2765 2010-01-11 Sam Steingold <sds@gnu.org>
2766
2767 * imenu.el (imenu-default-create-index-function): Detect infinite
2768 loops caused by imenu-prev-index-position-function.
2769
2770 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * htmlfontify.el (htmlfontify-load-rgb-file)
2773 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2774 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2775 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2776 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2777 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2778 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2779 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2780 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2781 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2782 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2783 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2784 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2785 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2786 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2787 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2788 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2789 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2790 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2791 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2792 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2793 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2794 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2795 backslash-quoting from parentheses, etc.
2796
2797 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * progmodes/js.el: Autoload javascript-mode alias.
2800
2801 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2804 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2805 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2806 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2807 Fix typos in docstrings.
2808 (ffap-url-regexp): Doc fix.
2809 (ffap-at-mouse): Fix typo in message.
2810
2811 2010-01-11 Glenn Morris <rgm@gnu.org>
2812
2813 * version.el (emacs-copyright): Set copyright year to 2010.
2814
2815 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * format.el (format-annotate-function): Only set
2818 write-region-post-annotation-function after running to-fn so as not to
2819 affect nested write-region calls (bug#5273).
2820
2821 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2824 Add python parser.
2825
2826 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2827 wisent/python.el.
2828
2829 2010-01-10 Richard Kim <emacs18@gmail.com>
2830
2831 * cedet/semantic/wisent/python-wy.el:
2832 * cedet/semantic/wisent/python.el: New files.
2833
2834 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * man.el (Man-goto-section): Signal error if the section is not
2837 found (Bug#5317).
2838
2839 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2842 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2843
2844 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * progmodes/compile.el: Don't treat compile-command as safe if
2847 compilation-read-command might be nil (Bug#4218).
2848
2849 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2850
2851 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2852 NS options.
2853
2854 2010-01-08 Kenichi Handa <handa@m17n.org>
2855
2856 * international/fontset.el (build-default-fontset-data):
2857 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2858
2859 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2862 to `create-file-buffer' as it expects, not just a buffer name.
2863 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2864 to help uniquify. (Bug#3224)
2865
2866 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2867
2868 * font-setting.el (font-setting-change-default-font): Use user-spec
2869 instead of name.
2870
2871 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2874
2875 2010-01-05 Tom Tromey <tromey@redhat.com>
2876
2877 * progmodes/python.el (python-font-lock-keywords):
2878 Handle qualified decorators (Bug#881).
2879
2880 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2883 in a lightweight checkout.
2884
2885 2010-01-05 Kenichi Handa <handa@m17n.org>
2886
2887 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2888
2889 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2892
2893 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2896 checkouts. (Bug#618)
2897 (vc-bzr-log-view-mode): Also highlight the author.
2898 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2899 (vc-bzr-shelve-menu-map):
2900 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2901 (vc-bzr-shelve-apply): Make prompt more explicit.
2902
2903 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2906 They are valid characters in URL paths (rfc3986), and at least
2907 Firefox does not understand the encoded version (Bug#3166).
2908
2909 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2910
2911 * progmodes/octave-mod.el (octave-end-keywords)
2912 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2913 Add "end" keyword (Bug#3061).
2914 (octave-end-as-array-index-p): New function.
2915 (calculate-octave-indent): Use it.
2916
2917 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2918
2919 * bookmark.el: Consistently put the text property on the bookmark name.
2920 (bookmark-bmenu-marks-width): Bump back to 2, to include
2921 annotation marks.
2922 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2923 property on the bookmark name, instead of not putting it at all.
2924 (bookmark-bmenu-list): Fix where we put the text property.
2925
2926 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2927
2928 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2929 for showing buffer modified state (as added in the previous change).
2930
2931 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2932
2933 * bookmark.el: Show modified state of bookmark buffer more accurately.
2934 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2935 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2936 (with-buffer-modified-unmodified): New macro.
2937 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2938 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2939 Use new macro to preserve the buffer modified state.
2940
2941 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2942
2943 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2944 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2945 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2946 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2947 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2948 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2949 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2950
2951 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2952
2953 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2954 Make the lines in the generated doc string shorter. (Bug#4668)
2955
2956 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2957
2958 * net/rcirc.el: Add follow-link binding (Bug#4738).
2959
2960 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2961
2962 * Makefile.in (bzr-update): Rename from cvs-update.
2963 (cvs-update): New target for backward compatibility.
2964
2965 * makefile.w32-in (bzr-update): Rename from cvs-update.
2966 (cvs-update): New target for backward compatibility.
2967
2968 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2969
2970 * bookmark.el: Remove gratuitous gratitude.
2971
2972 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2973
2974 * bookmark.el (bookmark-bmenu-any-marks): New function
2975 (bookmark-bmenu-save): Clear buffer modification if no marks.
2976
2977 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2978
2979 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2980 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2981 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2982 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2983
2984 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2985 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2986 To: emacs-devel {_AT_} gnu.org
2987 Subject: bookmark.el bug report
2988 Date: Mon, 28 Dec 2009 14:19:16 +0800
2989 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2990
2991 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2992
2993 * bookmark.el: Improvements suggested by Drew Adams:
2994 (bookmark-bmenu-ensure-position): New name for
2995 `bookmark-bmenu-check-position'. Just ensure the position,
2996 don't return any meaningful value.
2997 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2998 New constants.
2999
3000 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3003 (bookmark-yank-point, bookmark-bmenu-check-position):
3004 Fix typos in docstrings.
3005 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3006 (bookmark-name-from-full-record, bookmark-get-position)
3007 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3008 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3009 Remove useless quoting of parenthesis, etc. in docstrings.
3010
3011 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3012 (ediff-append-custom-diff): Fix typo in error message.
3013 (ediff-meta-mark-equal-files): Fix typos in messages.
3014
3015 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3016
3017 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3018 Fix typo in docstring.
3019
3020 * net/imap-hash.el (imap-hash-make): Doc fix.
3021 (imap-hash-test): Fix typo in error message; reflow docstring.
3022 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3023 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3024 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3025 Fix typos in docstrings.
3026 (imap-hash-open-connection): Fix typo in error message.
3027
3028 * play/gomoku.el (gomoku): Fix typos in docstring.
3029
3030 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3031 (gdb-jsonify-buffer): Fix typos in docstring.
3032 (gdb-goto-breakpoint): Fix typo in error message.
3033 ("Display Other Windows"): Fix typo in help message.
3034 (gdb-speedbar-expand-node): Fix typo in question.
3035
3036 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3037 (idlwave-html-system-help-location, idlwave-html-help-location)
3038 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3039 (idlwave-help-browser-generic-args, idlwave-help-directory)
3040 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3041 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3042 (idlwave-online-help, idlwave-help-html-link)
3043 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3044 Fix typos in docstrings.
3045 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3046 Reflow docstrings.
3047 (idlwave-help-assistant-start): Fix typo in error message.
3048
3049 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3050 (octave-electric-space): Fix typos in docstrings.
3051
3052 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3055
3056 2010-01-01 Juri Linkov <juri@jurta.org>
3057
3058 * comint.el (comint-input-ring-size): Make it a defcustom and
3059 increase the default to 500 (Bug#5148).
3060
3061 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3062
3063 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3064 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3065 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3066
3067 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3068
3069 Show working revision correctly for mercurial.
3070 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3071 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3072
3073 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3074
3075 Declare some functions for the byte-compiler.
3076 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3077 (speedbar-timer-fn, speedbar-change-expand-button-char)
3078 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3079
3080 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3081
3082 This changeset reverts GDB Graphical Interface to use annotations.
3083 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3084
3085 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3086
3087 Make vc-dir work on subdirectories of the bzr root.
3088 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3089 file names relative to it.
3090 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3091 relative directory to vc-bzr-after-dir-status.
3092
3093 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3094
3095 * font-lock.el (font-lock-refresh-defaults): New function, which
3096 can be used to let font-lock react to external changes in
3097 variables like font-lock-defaults and keywords.
3098 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3099
3100 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3101
3102 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3103
3104 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3105
3106 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3107
3108 Supersede color.diff settings in git log (bug#5211).
3109
3110 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3111 escape chars in its output when the user has color.diff set to `always'.
3112 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3113
3114 2009-12-26 Kevin Ryde <user42@zip.com.au>
3115
3116 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3117 node. Keep previous "Index" name to work with past coreutils too.
3118
3119 * man.el (man): Revise docstring a bit to show -a and -l as
3120 examples. Add -k description since support for it has otherwise
3121 been a secret. (Further to bug#3717.)
3122 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3123 "no matches" rather than "Can't find manpage", as the latter reads
3124 like -k was interpreted as a page name, which is not so. (Bug#5431)
3125
3126 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3129 switches. Check also for //SUBDIRED// line.
3130
3131 2009-12-25 Kenichi Handa <handa@m17n.org>
3132
3133 * language/indian.el (devanagari-composable-pattern): Fixed to
3134 handle ZWNJ and ZWJ. Use it in composition-function-table for
3135 Devanagari.
3136 (malayalam-composable-pattern): Fix previous change.
3137
3138 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3139
3140 * ps-print.el (ps-face-attributes): It was not returning the
3141 attribute face for faces specified as string. Reported by harven
3142 <harven@free.fr>.
3143 (ps-print-version): New version 7.3.5.
3144
3145 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3146
3147 * calendar/icalendar.el (icalendar--convert-tz-offset):
3148 Fix timezone names.
3149 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3150 (icalendar--add-diary-entry): Remove the trailing blank that
3151 diary-make-entry inserts.
3152
3153 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3154
3155 Make `file-expand-wildcards' work for remote files.
3156
3157 * files.el (file-expand-wildcards): In case of remote files, check
3158 only local file name part for wildcards. Provide feature 'files
3159 and subfeature 'remote-wildcards. (Bug#5198)
3160
3161 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3162 if there is already an established connection.
3163 (tramp-advice-file-expand-wildcards): Remove it.
3164
3165 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3166 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3167 Activate advice for older GNU Emacs versions. (Bug#5237)
3168
3169 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3170
3171 Some doc fixes (more needed).
3172
3173 * find-cmd.el (find-constituents): Reflow docstring.
3174 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3175 (find-generic): Doc fix.
3176
3177 2009-12-17 Juri Linkov <juri@jurta.org>
3178
3179 Fix regression from 23.1 to allow multiple modes in Local Variables.
3180
3181 * files.el (hack-local-variables-filter): While ignoring duplicates,
3182 don't take `mode' into account.
3183 (hack-local-variables-filter, hack-dir-local-variables):
3184 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3185
3186 2009-12-17 Juri Linkov <juri@jurta.org>
3187
3188 Make `dired-diff' safer. (Bug#5225)
3189
3190 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3191 `current' or when `file' is a directory of the `current' file.
3192
3193 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3194
3195 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3196 unconditionally preloaded files.
3197
3198 2009-12-16 Juri Linkov <juri@jurta.org>
3199
3200 Revert to old 23.1 logic of using the file at the mark as default.
3201 * dired-aux.el (dired-diff): Use the file at the mark as default
3202 if it's not the same as the current file, and the target dir is
3203 the current dir or the mark is active. Add the current file
3204 as the arg of `dired-dwim-target-defaults'. Use the default file
3205 in the prompt. (Bug#5225)
3206
3207 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3210 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3211 (tramp-check-for-regexp): Check also, when an echoing shell stops
3212 to echo sent commands.
3213
3214 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * Makefile.in: Revert last change (Bug#5191).
3217
3218 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3219
3220 * vc-hg.el (vc-hg-print-log): Fix argument order.
3221 (vc-hg-working-revision): Make sure the command is executed in a
3222 known environment so that we can parse the output. (Bug#4417)
3223
3224 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * progmodes/python.el (python-symbol-completions): Remove text
3227 properties from symbol string before calling python-send-receive.
3228
3229 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3230
3231 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3232 when there are values for both file and line. (Bug#5060)
3233
3234 2009-12-14 Juri Linkov <juri@jurta.org>
3235
3236 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3237 whitespace after the file name of the first line of unified format,
3238 because git-diff doesn't output whitespace and file modification time
3239 after the file name.
3240
3241 2009-12-14 David Kastrup <dak@gnu.org>
3242
3243 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3244 check if it already has the `display' property added by
3245 `Info-display-images-node', and not put the `invisible' property
3246 in this case.
3247
3248 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3251 (semantic-mru-bookmark-mode): Doc fixes.
3252
3253 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3254 of assert.
3255
3256 2009-12-13 Glenn Morris <rgm@gnu.org>
3257
3258 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3259 (report-emacs-bug): In message-mode, sort manually before storing
3260 original report text. (Bug#5178)
3261 Remove superfluous save-excursion.
3262
3263 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3264
3265 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3266 when responding to "GetAll" properties.
3267
3268 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * simple.el (compose-mail): Remove mail-setup-with-from from
3271 customization checks.
3272
3273 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3274
3275 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3276 RAR archives created on Unix systems.
3277
3278 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3281 the varalias that was accidentally removed by the 2009-11-19 change
3282 (bug#5186).
3283
3284 2009-12-12 Kenichi Handa <handa@m17n.org>
3285
3286 * language/indian.el (indian-compose-regexp): New function.
3287 (malayalam-composable-pattern): Fix the pattern.
3288 (composition-function-table): Set malayalam-composable-pattern for
3289 Malayalam characters.
3290
3291 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3294 rather than down-mouse-1, based on follow-link conventions.
3295
3296 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3297 are compiled.
3298
3299 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3300
3301 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3302 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3303 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3304 (verilog-leap-to-head, verilog-backward-token):
3305 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3306
3307 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3308
3309 * progmodes/verilog-mode.el (verilog-auto-lineup)
3310 (verilog-nameable-item-re): Cleanup user-visible spelling and
3311 documentation errors. One reported by Gary Delp.
3312 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3313 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3314 package, bug195. Reported by Pierre-David Pfister.
3315
3316 2009-12-11 Glenn Morris <rgm@gnu.org>
3317
3318 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3319
3320 * mail/emacsbug.el: No longer require sendmail.
3321 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3322 (report-emacs-bug-orig-text): Doc fix.
3323 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3324 New local variables, to adapt to different mail-user-agents.
3325 (report-emacs-bug): Fix test for a gnu.org address.
3326 Use overlays for emphasis, since font-lock defeats 'face property.
3327 Pretest bugs also end up at the newsgroup these days.
3328 Stop message-mode stripping text properties.
3329 Set and use the new buffer-local variables.
3330 (report-emacs-bug-hook): Add doc-string.
3331 Remove some unnecessary save-excursions and simplify.
3332 Use the appropriate hook and send-command.
3333
3334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3335 capitalization of some menu entries.
3336
3337 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3338
3339 * whitespace.el (whitespace-display-char-on): Ensure
3340 `buffer-display-table' is unique when two or more windows are
3341 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3342 New version 12.1.
3343
3344 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3345
3346 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3347 characters in the Attribute field.
3348
3349 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3350
3351 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3352
3353 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3356 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3357 Disregard autoload-excludes.
3358 (update-directory-autoloads): Obey autoload-excludes here instead.
3359 But don't store its contents in no-autoloads and remove entries that
3360 refer to excludes files.
3361
3362 2009-12-10 Glenn Morris <rgm@gnu.org>
3363
3364 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3365 (expand-mail-aliases): Define for compiler.
3366
3367 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3368 Define for compiler.
3369
3370 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3371 appropriate for the mail-user-agent in use.
3372
3373 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3374
3375 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3376
3377 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 Fix short log parsing and fontification.
3380 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3381 Fix fontification for the [merge] label.
3382
3383 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3384
3385 Drop some properties to avoid surprises (bug#5002).
3386 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3387 (hfy-fontify-buffer): Use it.
3388
3389 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 Minor cleanup.
3392 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3393 Adjust all callers.
3394 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3395 args compulsory. Adjust callers.
3396 (ffap-gopher-at-point): Remove unused var `name'.
3397
3398 Get rid of the ELCFILES abomination.
3399 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3400 (compile-elcfiles): New phony target.
3401 (compile-main): Compute ELCFILES dynamically.
3402 (compile-clean): New target to remove left-over elc files.
3403 (compile, all): Use it.
3404
3405 2009-12-09 Kenichi Handa <handa@etlken>
3406
3407 * international/mule-diag.el: Require help-mode instead of help-fns.
3408
3409 2009-12-09 Kenichi Handa <handa@m17n.org>
3410
3411 * international/mule-cmds.el (ucs-names): Supply sufficiently
3412 fine ranges instead of pre-calculating accurate ranges.
3413 Iterate with bigger gc-cons-threshold.
3414
3415 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 Add support for stashing a snapshot of the current tree.
3418 * vc-git.el (vc-git-stash-snapshot): New function.
3419 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3420
3421 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3422
3423 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3424 instead of `(beginning|end)-of-line'.
3425
3426 2009-12-08 Glenn Morris <rgm@gnu.org>
3427
3428 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3429
3430 * Makefile.in (ELCFILES): Regenerate.
3431
3432 2009-12-07 Juri Linkov <juri@jurta.org>
3433
3434 Don't lazy-highlight the comint output in history Isearch mode.
3435
3436 * comint.el (comint-history-isearch-search): Instead of
3437 `comint-line-beginning-position', use `comint-after-pmark-p'
3438 to check if point if before the process mark, and go to
3439 `process-mark' in this case.
3440
3441 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * textmodes/tex-mode.el (latex-complete)
3444 (latex-indent-or-complete): Remove.
3445 (latex-mode): Set completion-at-point-functions instead.
3446
3447 Provide a standard completion command and hook it into TAB.
3448 * minibuffer.el (completion-at-point-functions): New var.
3449 (completion-at-point): New command.
3450 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3451 * progmodes/python.el (python-mode-map): Use completion-at-point.
3452 (python-completion-at-point): Rename from python-partial-symbol and
3453 adjust for use in completion-at-point-functions.
3454 (python-mode): Setup completion-at-point for Python completion.
3455 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3456 extracted from lisp-complete-symbol.
3457 (lisp-complete-symbol): Use it.
3458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3459 setup completion-at-point for Elisp completion.
3460 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3461 Use completion-at-point.
3462 * ielm.el (ielm-map): Use completion-at-point.
3463 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3464 * progmodes/sym-comp.el: Move to...
3465 * obsolete/sym-comp.el: Move from progmodes.
3466
3467 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3468
3469 Prevent save-buffer in Rmail buffers from using the coding-system
3470 of the current message, and from clobbering the encoding mnemonics
3471 in the mode line (Bug#4623).
3472
3473 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3474 flag, too.
3475 (rmail-message-encoding): New variable.
3476 (rmail-write-region-annotate): Record the encoding of the current
3477 message in rmail-message-encoding.
3478 (rmail-after-save-hook): New function, restores the encoding of
3479 the current message after the message collection is saved.
3480
3481 2009-12-07 Juri Linkov <juri@jurta.org>
3482
3483 * progmodes/grep.el (grep-read-files): Use `completing-read'
3484 instead of `read-string'. Set its `collection' arg to
3485 `read-file-name-internal'. (Bug#4301)
3486
3487 2009-12-07 Juri Linkov <juri@jurta.org>
3488
3489 Correctly restore original Isearch point. (Bug#4994)
3490
3491 * isearch.el (isearch-mode): Move `isearch-push-state' after
3492 `(run-hooks 'isearch-mode-hook)'.
3493 (isearch-cancel): When `isearch-push-state-function' is defined,
3494 let-bind `isearch-cmds' to the first state (the last element of
3495 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3496 function and restores the original point). Otherwise, move point
3497 to `isearch-opoint'.
3498
3499 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3502 chars that don't have names, so the table can be built much faster at
3503 run-time.
3504
3505 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3508 change. Suggested by David Kastrup.
3509
3510 * simple.el (compose-mail): Check for incompatibilities and warn.
3511 (compose-mail-user-agent-warnings): New option.
3512
3513 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3514
3515 Support showing a single log entry from vc-annotate.
3516 * vc.el (print-log): Add a new argument: START-REVISION.
3517 (vc-print-log-internal): Add a new optional argument and
3518 pass it to the backend.
3519 (vc-print-log, vc-print-root-log): Adjust callers.
3520 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3521 buffer already displays the requested log entry, use it.
3522 Otherwise display only the log entry in question.
3523 * vc-svn.el (vc-svn-print-log):
3524 * vc-mtn.el (vc-mtn-print-log):
3525 * vc-hg.el (vc-hg-state):
3526 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3527 (vc-git-show-log-entry): Return t on success.
3528 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3529 (vc-bzr-show-log-entry): Return t on success.
3530 * vc-rcs.el (vc-rcs-print-log):
3531 * vc-sccs.el (vc-sccs-print-log):
3532 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3533
3534 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3535
3536 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3537 Add menus to the meta mode. (Bug#5043)
3538
3539 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3540
3541 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3542 event-key.
3543
3544 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3545
3546 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3547
3548 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3549 Berbain <raphael.berbain@gmail.com>.
3550
3551 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3552 characters.
3553 (tramp-initial-end-of-output): New defconst.
3554 (tramp-methods, tramp-find-shell)
3555 (tramp-open-connection-setup-interactive-shell)
3556 (tramp-maybe-open-connection): Use it.
3557 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3558 existence of `#' and `$'.
3559
3560 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3561 `tramp-initial-end-of-output'.
3562
3563 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 Get the background mode from the terminal for xterm, and set
3566 faces accordingly.
3567 * term/xterm.el (xterm-set-background-mode): New function.
3568 (terminal-init-xterm): Use it in case xterm supports background
3569 color queries. Recompute faces after getting the background
3570 color.
3571
3572 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3573
3574 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3575 number comment back on its own line, for easier parsing.
3576
3577 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 Make it work for non-file buffers (bug#5102).
3580 * doc-view.el (doc-view-current-cache-dir):
3581 Use doc-view-buffer-file-name rather than buffer-file-name.
3582 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3583
3584 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3585
3586 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3587 author field is too short.
3588
3589 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 * vc-git.el (vc-git-print-log): Handle a limit argument.
3592 Display the short log in graph form and with labels.
3593 (vc-git-log-view-mode): Handle labels.
3594
3595 Make vc-revert change VC state from 'added to 'unregistered.
3596 * vc-git.el (vc-git-revert): Call git reset first.
3597
3598 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3599
3600 * net/newst-backend.el, net/newst-plainview.el:
3601 * net/newst-reader.el, net/newst-ticker.el:
3602 * net/newst-treeview.el, net/newsticker.el:
3603 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3604
3605 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3608
3609 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3610 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3611 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3612 Update annotation regexp.
3613
3614 * simple.el (beginning-of-visual-line): Constrain to field
3615 boundaries (Bug#5106).
3616
3617 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3618
3619 * xml.el (xml-substitute-numeric-entities): Move
3620 newsticker--decode-numeric-entities in newst-backend.el to
3621 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3622 * net/newst-backend.el (newsticker--parse-generic-feed)
3623 (newsticker--parse-generic-items)
3624 (newsticker--decode-numeric-entities): Move
3625 newsticker--decode-numeric-entities in newst-backend.el to
3626 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3627
3628 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3629
3630 * progmodes/js.el (js--js-not): Add null to the list of values.
3631
3632 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3635
3636 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3637
3638 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3639 delimiter if it is at the end of the current line.
3640 (bibtex-generate-url-list): Fix docstring.
3641
3642 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3645 minibuffer's content with itself.
3646 Fold the confirm-after-completion case into the `confirm' case.
3647 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3648
3649 2009-12-06 Kevin Ryde <user42@zip.com.au>
3650
3651 * ffap.el (ffap-rfc-path): Make this a defcustom since
3652 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3653
3654 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3655 manuals, similar to existing setup for help-mode. (Bug#3913.)
3656
3657 2009-12-05 Juri Linkov <juri@jurta.org>
3658
3659 Save and restore dired buffer's point positions too. (Bug#4880)
3660
3661 * dired.el (dired-save-positions): Return in the first element
3662 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3663 Doc fix.
3664 (dired-restore-positions): First restore buffer's position.
3665 While restoring window's positions, check if window still displays
3666 the original buffer.
3667
3668 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3671 if possible.
3672
3673 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3674 Make argument optional.
3675
3676 * shell.el (shell): Require ansi-color (Bug#5113).
3677
3678 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3679
3680 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3681
3682 2009-12-05 Alan Mackenzie <acm@muc.de>
3683
3684 * progmodes/cc-mode.el (c-before-hack-hook)
3685 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3686 `c-file-style' to work again. This reversion restores the current
3687 software to its state in Emacs 23.1. (Bug#4146)
3688
3689 2009-12-05 Kevin Ryde <user42@zip.com.au>
3690
3691 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3692 comment-start-skip to comment-end-skip as comment (Bug#4781).
3693
3694 2009-12-05 Juri Linkov <juri@jurta.org>
3695
3696 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3697 for virtual nodes. (Bug#4147)
3698 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3699 when moving from a virtual node.
3700 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3701 (Info-mode): Add `Info-virtual-index' to the docstring.
3702
3703 2009-12-05 Eric Ludlam <zappo@gnu.org>
3704
3705 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3706 Describe project macro symbols.
3707
3708 * cedet/semantic/complete.el (semantic-complete-do-completion):
3709 Don't call semantic-collector-current-exact-match.
3710
3711 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3712 ede-objects as targets.
3713
3714 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3715 a target's object list even if compiler vars are already in the
3716 Makefile.
3717
3718 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3719 list of headers producing necessary macros.
3720
3721 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3722
3723 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3724 track of the buffer position of the end of a BibTeX entry as this
3725 position may change during reformatting.
3726 (bibtex-format-entry): Remove whitespace before processing
3727 numerical fields so that we recognize the latter properly.
3728 (bibtex-reformat): Do not use push which changes the global value
3729 of bibtex-entry-format.
3730 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3731 (bibtex-field-re-init): Replace only space characters by regexp
3732 for whitespace.
3733 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3734 (bibtex-initialize): Also update bibtex-strings.
3735 (bibtex-kill-field): Preserve white space at end of entry.
3736 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3737 Update bibtex-reference-keys.
3738
3739 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3742 point after a star, if that's the only place where modifications can
3743 make progress.
3744
3745 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3748 in docstrings.
3749
3750 2009-12-04 Juri Linkov <juri@jurta.org>
3751
3752 * proced.el (proced): Call `(proced-update t)' to update process
3753 information instead of only running proced-post-display-hook.
3754 (proced-send-signal): Add a leading space to the buffer name
3755 " *Marked Processes*" to make this buffer ephemeral.
3756
3757 2009-12-04 Juri Linkov <juri@jurta.org>
3758
3759 * dired.el (dired-auto-revert-buffer): New defcustom.
3760 (dired-internal-noselect): Use it.
3761
3762 2009-12-04 Juri Linkov <juri@jurta.org>
3763
3764 Change roles of modes and functions in image-mode.el (Bug#5062).
3765
3766 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3767 in `auto-mode-alist'.
3768 (image-mode-previous-major-mode): New variable.
3769 (image-minor-mode-map): Rename from `image-mode-text-map'.
3770 (image-mode): Move graceful error-handling code from
3771 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3772 (image-minor-mode): Remove all image-handling code.
3773 Replace `image-mode-text-map' with `image-minor-mode-map'.
3774 Check for `image-type' in mode-line format string.
3775 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3776 (image-mode-as-text): New function with most code from
3777 `image-mode-maybe'.
3778 (image-toggle-display-text): Move code that removes image
3779 properties from `image-toggle-display' to here.
3780 (image-toggle-display-image): New function with code that adds
3781 image properties copied from `image-toggle-display'.
3782 (image-toggle-display): Remove most code with leaving only code
3783 that toggles between `image-mode-as-text' and `image-mode'.
3784
3785 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3786
3787 * net/newst-treeview.el
3788 (newsticker--treeview-list-highlight-start): Restored call to
3789 save-excursion: Selected item was stuck.
3790 (newsticker--treeview-list-select): New.
3791 (newsticker--treeview-item-show-text)
3792 (newsticker--treeview-item-show)
3793 (newsticker--treeview-item-update): Use new
3794 newsticker-treeview-item-mode.
3795 (newsticker-treeview-update): Keep current item.
3796 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3797 (newsticker--treeview-first-feed): Doc change.
3798 (newsticker-treeview-list-menu)
3799 (newsticker-treeview-item-menu): Added menu entries.
3800 (newsticker-treeview-item-mode): New.
3801
3802 * net/newst-backend.el (newsticker-customize): Delete other
3803 windows.
3804
3805 2009-12-04 Sam Steingold <sds@gnu.org>
3806
3807 * log-view.el (log-view-mode-map): "q" calls quit-window,
3808 like in all the other non-self-insert buffers.
3809
3810 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 Minor cleanup.
3813 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3814 key decoding rather than do it manually via last-input-event +
3815 ascii-character.
3816 (term-exec): Use delete-and-extract-region.
3817 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3818 (term-process-pager): Remove unused var `i'.
3819 (term-dynamic-simple-complete): Make obsolete.
3820 (serial-update-config-menu): Remove unused vars `y' and `str'.
3821 (term-update-mode-line): Remove unused var `temp'.
3822
3823 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3824
3825 Limit the number of log entries displayed by default.
3826 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3827 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3828 using a prefix argument.
3829
3830 2009-12-03 Glenn Morris <rgm@gnu.org>
3831
3832 * progmodes/idlwave.el (class): Restore still useful declaration.
3833
3834 2009-12-03 Alan Mackenzie <acm@muc.de>
3835
3836 Enhance `c-parse-state' to run efficiently in "brace deserts".
3837
3838 * progmodes/cc-mode.el (c-basic-common-init):
3839 Call c-state-cache-init.
3840 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3841 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3842 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3843
3844 * progmodes/cc-langs.el (c-before-font-lock-function):
3845 c-extend-and-neutralize-syntax-in-CPP has been renamed
3846 c-neutralize-syntax-in-and-mark-CPP.
3847
3848 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3849 with `category' properties now, not `syntax-table' ones.
3850
3851 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3852 enhanced (but slower) version of c-end-of-macro that won't land
3853 inside a literal or on another awkward character.
3854 (c-state-cache-too-far, c-state-cache-start)
3855 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3856 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3857 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3858 (c-state-min-scan-pos, c-state-brace-pair-desert)
3859 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3860 buffer local variables.
3861 (c-state-literal-at, c-state-lit-beg)
3862 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3863 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3864 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3865 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3866 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3867 (c-renarrow-state-cache)
3868 (c-append-lower-brace-pair-to-state-cache)
3869 (c-state-push-any-brace-pair, c-append-to-state-cache)
3870 (c-remove-stale-state-cache)
3871 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3872 (c-invalidate-state-cache-1, c-parse-state-1)
3873 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3874 (c-parse-state): Enhance and refactor.
3875 (c-debug-parse-state): Amend to deal with all the new variables.
3876
3877 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3878 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3879 modify to use category text properties rather than syntax-table ones.
3880 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3881 to switch off/on the syntactic paren property of C++ template
3882 delimiters using the category property.
3883 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3884 template delims suppressed.
3885 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3886 New constant/macros which apply category properties to the start
3887 and end of preprocessor constructs.
3888 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3889 "comment out" the syntactic value of characters in preprocessor
3890 constructs.
3891 (c-with-cpps-commented-out)
3892 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3893 with characters in all or all but one preprocessor constructs
3894 "commented out".
3895
3896 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3897
3898 * proced.el (proced-filter-alist): Use regexp-quote.
3899
3900 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3901
3902 Cleanup.
3903 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3904 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3905 arguments. Expand `default-directory'.
3906
3907 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3908 the benefit of returning an expanded localname.
3909 (tramp-tramp-file-p): Handle the case NAME is not a string.
3910
3911 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 Add support for bzr shelve/unshelve.
3914 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3915 (vc-bzr-extra-menu-map): New variables.
3916 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3917 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3918 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3919 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3920 (vc-bzr-dir-extra-headers): Display shelves.
3921
3922 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3923
3924 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * textmodes/bibtex.el (bibtex-complete-internal):
3927 Use completion-in-region.
3928 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3929
3930 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 Support applying stashes. Improve UI.
3933 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3934 (vc-git-stash-apply, vc-git-stash-pop)
3935 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3936 (vc-git-stash-menu): New functions.
3937 (vc-git-stash-menu-map): New variable.
3938 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3939
3940 2009-12-03 Glenn Morris <rgm@gnu.org>
3941
3942 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3943 (vc-print-log-internal): Fix previous change.
3944 (vc-revert): Correct pluralization.
3945
3946 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3949 it to be an alist any more.
3950 (makefile-complete): Use completion-in-region.
3951
3952 * progmodes/octave-mod.el (octave-complete-symbol):
3953 Use completion-in-region.
3954
3955 Misc cleanup.
3956 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3957 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3958 (idlwave-complete-class): Don't quote lambda.
3959 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3960 (idlwave-mode-map): Move initialization into declaration.
3961 (idlwave-action-and-binding): Use backquotes.
3962 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3963 Simplify.
3964 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3965 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3966 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3967 `parts', and `all-parts'.
3968 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3969 (idlwave-convert-xml-system-routine-info): Remove unused string
3970 `version-string'.
3971 (idlwave-display-user-catalog-widget): Use dolist.
3972 (idlwave-scanning-lib): Declare dynamically-scoped var.
3973 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3974 (completion-highlight-first-word-only): Declare to silence bytecomp.
3975 (idlwave-popup-select): Tighten scope of `resp'.
3976 (idlwave-find-struct-tag): Remove unused var `beg'.
3977 (idlwave-after-load-rinfo-hook): Declare.
3978 (idlwave-sintern-class-info): Remove unused var `taglist'.
3979 (idlwave-find-class-definition): Remove unused var `list'.
3980 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3981 (idlwave-what-module-find-class): Remove unused var `classes'.
3982
3983 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3986
3987 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3990 buffers visited. Remove redundant current-buffer-saving.
3991
3992 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 Use completion-in-buffer and remove uses of dynamic scoping.
3995 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3996 (pascal-buffer-to-use, pascal-flag): Don't declare.
3997 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3998 (pascal-get-completion-decl, pascal-keyword-completion):
3999 Add `pascal-str' argument, save-excursion,
4000 return the found completions, and don't filter with pascal-pred.
4001 (pascal-completion-cache): New var.
4002 (pascal-completion): Don't switch buffer any more (it was never
4003 necessary). Don't save-excursion any more (it's done by the called
4004 subroutines). Use a cache to avoid redundant computations.
4005 Use complete-with-action rather than pascal-completion-response and
4006 let it apply the predicate as well.
4007 (pascal-complete-word): Use completion-in-buffer when
4008 pascal-toggle-completions is nil.
4009 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4010 not used any more.
4011 (pascal-comp-defun): Don't change buffer any more.
4012 Use complete-with-action rather than pascal-completion-response and
4013 let it apply the predicate as well.
4014 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4015 when neded.
4016
4017 2009-12-02 Kenichi Handa <handa@m17n.org>
4018
4019 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4020 shape for all Indic scripts.
4021
4022 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 Use completion-in-buffer.
4025 * wid-edit.el (widget-field-text-end): New function.
4026 (widget-field-value-get): Use it.
4027 (widget-string-complete, widget-file-complete)
4028 (widget-color-complete): Use it and completion-in-region.
4029 (widget-complete): Don't narrow the buffer.
4030
4031 2009-12-02 Glenn Morris <rgm@gnu.org>
4032
4033 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4034 (rmail-select-summary): Use rmail-pop-to-buffer.
4035 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4036 rmail-pop-to-buffer, to prevent horizontal splits.
4037
4038 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4039 save-excursion with save-current-buffer.
4040 Widen before searching. (Bug#5093)
4041 (diary-list-sexp-entries): Remove superfluous save-excursion.
4042
4043 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4044
4045 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4046 name. (Bug#5038)
4047
4048 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4049
4050 * ido.el (ido-file-internal): Handle filenames at point that do
4051 not have a directory part. (Bug#5049)
4052
4053 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4056 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4057
4058 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4059
4060 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4061 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4062 any more.
4063
4064 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * comint.el (comint-insert-input): Ignore clicks to the right of
4067 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4068
4069 * vc.el (vc-print-log-internal): Don't wait for the process to
4070 terminate before setting up the major mode.
4071
4072 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4073 in case.
4074
4075 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4076 the last element.
4077
4078 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4079
4080 2009-12-01 Glenn Morris <rgm@gnu.org>
4081
4082 * window.el (window--display-buffer-2): Fix previous changes.
4083
4084 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4087
4088 2009-12-01 Glenn Morris <rgm@gnu.org>
4089
4090 * Makefile.in (ELCFILES): Add mpc.elc.
4091
4092 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * mpc.el: New file.
4095
4096 2009-12-01 Glenn Morris <rgm@gnu.org>
4097
4098 * window.el (window-to-use): Define for compiler.
4099
4100 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4101 consistent with others (no final period).
4102
4103 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4104 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4105
4106 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4107
4108 Make vc-print-log buttons work.
4109 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4110
4111 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4112
4113 * savehist.el (savehist-autosave-interval): Allow setting to nil
4114 through customize. (Bug#5056)
4115
4116 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4117
4118 Fix references to jit-lock properties.
4119 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4120 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4121 (perl-font-lock-special-syntactic-constructs):
4122 Quote jit-lock-defer-multiline property.
4123
4124 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4127
4128 2009-11-30 Juri Linkov <juri@jurta.org>
4129
4130 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4131 value `buffer' of `multi-isearch-next-buffer-current-function'.
4132 Use `(current-buffer)' when `buffer' is nil.
4133 (multi-isearch-next-buffer-from-list): Don't fallback to
4134 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4135
4136 2009-11-30 Juri Linkov <juri@jurta.org>
4137
4138 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4139 of buffers with `get-buffer' to `multi-isearch-buffers'.
4140 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4141 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4142 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4143 FILES with `expand-file-name' converting relative file names
4144 to absolute. Doc fix. (Bug#4727)
4145
4146 2009-11-30 Juri Linkov <juri@jurta.org>
4147
4148 * misearch.el (multi-isearch-read-buffers)
4149 (multi-isearch-read-matching-buffers): New functions.
4150 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4151 Use them in the `interactive' spec. Doc fix.
4152 (multi-isearch-read-files, multi-isearch-read-matching-files):
4153 New functions.
4154 (multi-isearch-files, multi-isearch-files-regexp):
4155 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4156
4157 2009-11-30 Juri Linkov <juri@jurta.org>
4158
4159 * doc-view.el (doc-view-continuous):
4160 Rename from `doc-view-continuous-mode'.
4161 (doc-view-menu): Move "Toggle display" to the top.
4162 Add submenu "Continuous" with radio buttons "Off"/"On"
4163 and "Save as Default".
4164 (doc-view-scroll-up-or-next-page)
4165 (doc-view-scroll-down-or-previous-page)
4166 (doc-view-next-line-or-next-page)
4167 (doc-view-previous-line-or-previous-page): Rename
4168 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4169
4170 2009-11-30 Juri Linkov <juri@jurta.org>
4171
4172 * comint.el (comint-mode-map): Rebind `M-r' from
4173 `comint-previous-matching-input' to
4174 `comint-history-isearch-backward-regexp'.
4175 Unbind `M-s' to allow global key binding `M-s'.
4176 Add menu items for `comint-history-isearch-backward' and
4177 `comint-history-isearch-backward-regexp'. (Bug#3746)
4178
4179 2009-11-30 Juri Linkov <juri@jurta.org>
4180
4181 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4182 For def=recenter, replace `recenter' with `recenter-top-bottom'
4183 that is called with `this-command' and `last-command' let-bound
4184 to `recenter-top-bottom'. When the last `def' was not `recenter',
4185 set `recenter-last-op' to nil. (Bug#4981)
4186
4187 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 Minor cleanup and simplification.
4190 * filecache.el (file-cache-add-directory)
4191 (file-cache-add-directory-recursively)
4192 (file-cache-add-from-file-cache-buffer)
4193 (file-cache-delete-file-regexp, file-cache-delete-directory)
4194 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4195 (file-cache-temp-minibuffer-message): Delete function.
4196 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4197
4198 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4199 Don't signal an error when bumping into EOB in tr, s, or y.
4200
4201 2009-11-29 Juri Linkov <juri@jurta.org>
4202
4203 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4204 (Bug#4960)
4205
4206 * descr-text.el (describe-char-unidata-list): Use lowercase name
4207 for "Unicode name" like in other tags.
4208
4209 2009-11-29 Juri Linkov <juri@jurta.org>
4210
4211 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4212 New compatibility macro.
4213 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4214
4215 2009-11-29 Juri Linkov <juri@jurta.org>
4216
4217 Add defcustom to define the cycling order of `recenter-top-bottom'.
4218 (Bug#4981)
4219
4220 * window.el (recenter-last-op): Doc fix.
4221 (recenter-positions): New defcustom.
4222 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4223 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4224
4225 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4226
4227 Improve integration of Tramp and ange-ftp in eshell.
4228
4229 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4230 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4231 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4232
4233 * eshell/esh-util.el (top): Require also Tramp when compiling.
4234 (eshell-directory-files-and-attributes): Check for FTP remote
4235 connection.
4236 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4237 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4238 (eshell-file-attributes): Handle ".". Return `entry'.
4239
4240 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4241 (ange-ftp-directory-files-and-attributes)
4242 (ange-ftp-real-directory-files-and-attributes): New defuns.
4243
4244 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4245 shell with "exec" when possible. This prevents trailing prompts
4246 in `start-file-process'.
4247
4248 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 Try and remove assumptions about point-min==1.
4251 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4252 (rng-compute-mode-line-string): Show the validation percentage in
4253 terms of the narrowed text, not the widened text.
4254 (rng-do-some-validation): Don't catch internal errors when debugging.
4255 (rng-first-error): Simplify.
4256 (rng-after-change-function): Remove work around. AFAIK the bug has
4257 been fixed a while ago.
4258
4259 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4260 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4261
4262 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4263
4264 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4265 `cd' doesn't always do it for us (bug#5067).
4266
4267 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4268 on 2009-10-25 as part of some other change (bug#5067).
4269
4270 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4273 `suspicious'.
4274 (byte-compile-warnings): Use byte-compile-warning-types.
4275 (byte-compile-save-excursion): Warn about use of set-buffer right
4276 after save-excursion.
4277
4278 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4279 the excursion as well.
4280
4281 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4284 providing a Tramp related implementation of "su" and "sudo".
4285 (eshell-unix-initialize): Add "su" and "sudo".
4286
4287 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4288
4289 * net/socks.el (socks-send-command): Convert binary request to
4290 unibyte before sending. This fixes mishandling of some port
4291 numbers such as 129.
4292
4293 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * help.el (describe-bindings-internal): Remove `interactive'.
4296
4297 * man.el (Man-completion-table): Trim a terminating "(".
4298 Remove the space between name page a section.
4299 Add the command's description on the `help-echo' property.
4300 Remove `process-connection-type' binding since it's unused by
4301 call-process.
4302 Provide completion for the "<section> <name>" format as well.
4303 (Man-default-man-entry): Remove spurious var shadowing the argument.
4304
4305 2009-11-26 Kevin Ryde <user42@zip.com.au>
4306
4307 * log-view.el: Add "Keywords: tools", since its other keywords
4308 aren't in finder-known-keywords, and following vc.el.
4309
4310 * sha1.el (sha1-string-external): default-directory "/" in case
4311 otherwise non-existent. process-connection-type pipe for touch of
4312 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4313
4314 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 Misc coding convention cleanups.
4317 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4318 hfy-init-kludge-hooks.
4319 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4320 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4321 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4322 and push.
4323 (hfy-slant, hfy-weight): Use tables rather than code.
4324 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4325 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4326 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4327 (hfy-face-to-css): Remove `nconc' with single arg.
4328 (hfy-p-to-face-lennart): Use `or'.
4329 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4330 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4331 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4332 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4333 (hfy-force-fontification): Use run-hooks.
4334
4335 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4336
4337 Various minor fixes.
4338 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4339 Javascript belongs in the header, not the body.
4340 (hfy-javascript): Remove.
4341 (hfy-fontify-buffer): Don't insert it any more.
4342 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4343 Fix bug in invis handling when there were no invis props in a chunk.
4344
4345 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4348
4349 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4350
4351 * finder.el (finder-mode-map): Add a menu.
4352
4353 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4354
4355 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4356 "unsigned" structs.
4357
4358 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4359 fork" statement better.
4360
4361 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4362
4363 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4364 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4365 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4366 Reported by Clay Douglass.
4367
4368 (verilog-auto-inst, verilog-auto-star-safe)
4369 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4370 Fix removing "// Interfaces" when saving .* expansions. Reported by
4371 Pierre-David Pfister.
4372
4373 2009-11-26 Glenn Morris <rgm@gnu.org>
4374
4375 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4376 the scope.
4377
4378 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4379
4380 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4381 Really use previous revision.
4382
4383 2009-11-25 Kevin Ryde <user42@zip.com.au>
4384
4385 * man.el (Man-completion-table): default-directory "/" in case
4386 doesn't otherwise exist. process-environment COLUMNS=999 so as
4387 not to truncate long names. process-connection-type pipe to avoid
4388 any chance of hitting the pseudo-tty TIOCGWINSZ.
4389 (man): completion-ignore-case t for friendliness and since man
4390 itself is case-insensitive on the command line.
4391 Further to Bug#3717.
4392
4393 * arc-mode.el: Add "Keywords: files", so the details in its
4394 commentary can be reached from finder-by-keyword.
4395 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4396 editing mode, but it's comms related and sgml-mode.el has "comm"
4397 on that basis too.
4398 * textmodes/bibtex-style.el: Add "Keywords: tex".
4399 * international/isearch-x.el, international/ja-dic-cnv.el:
4400 * international/ja-dic-utl.el, international/kkc.el:
4401 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4402
4403 2009-11-25 Juri Linkov <juri@jurta.org>
4404
4405 * man.el (Man-completion-table): Modify regexp to include
4406 section names to completion strings. (Bug#3717)
4407
4408 2009-11-25 Juri Linkov <juri@jurta.org>
4409
4410 Search recursively in gzipped files. (Bug#4982)
4411
4412 * progmodes/grep.el (grep-highlight-matches): Add new options
4413 `always' and `auto'. Doc fix.
4414 (grep-process-setup): Check `grep-highlight-matches' for
4415 `auto-detect' to determine the need to compute grep defaults.
4416 Move Windows/DOS specific --colors settings handling
4417 to `grep-compute-defaults'. Check `grep-highlight-matches'
4418 to get the value of "--color=".
4419 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4420 has the value `auto-detect'. Move Windows/DOS specific settings
4421 from `grep-process-setup'.
4422 (zrgrep): New command with alias `rzgrep'.
4423
4424 2009-11-25 Juri Linkov <juri@jurta.org>
4425
4426 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4427 to nil instead of switching off view-mode. (Bug#4896)
4428
4429 2009-11-25 Juri Linkov <juri@jurta.org>
4430
4431 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4432
4433 * mwheel.el (mwheel-scroll-up-function)
4434 (mwheel-scroll-down-function): New defvars.
4435 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4436 `scroll-up', and `mwheel-scroll-down-function' instead of
4437 `scroll-down'.
4438
4439 * doc-view.el (doc-view-scroll-up-or-next-page)
4440 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4441 Use this ARG in the call to image-scroll-up/image-scroll-down.
4442 Change `interactive' spec to "P". Goto next/previous page only
4443 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4444 SPC/DEL case). Doc fix.
4445 (doc-view-next-line-or-next-page)
4446 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4447 for consistency.
4448 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4449 `doc-view-scroll-up-or-next-page', and buffer-local
4450 `mwheel-scroll-down-function' to
4451 `doc-view-scroll-down-or-previous-page'.
4452
4453 2009-11-25 Juri Linkov <juri@jurta.org>
4454
4455 Provide additional default values (directories at other Dired
4456 windows) via M-n in the minibuffer of some Dired commands.
4457
4458 * dired-aux.el (dired-diff, dired-compare-directories)
4459 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4460 `minibuffer-default' in `minibuffer-with-setup-hook'.
4461 (dired-dwim-target-directory): Find a window that displays Dired
4462 buffer instead of failing when the next window is not Dired.
4463 Use `get-window-with-predicate' to find for the next Dired window.
4464 (dired-dwim-target-defaults): New function.
4465
4466 * ediff-util.el (ediff-read-file-name):
4467 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4468 in `minibuffer-with-setup-hook'.
4469
4470 2009-11-25 Juri Linkov <juri@jurta.org>
4471
4472 Provide additional default values (file name at point or at the
4473 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4474
4475 * minibuffer.el (read-file-name-defaults): New function.
4476 (read-file-name): Reset `minibuffer-default' to nil when
4477 it duplicates initial input `insdef'.
4478 Bind `minibuffer-default-add-function' to lambda that
4479 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4480 (minibuffer-insert-file-name-at-point): New command.
4481
4482 * files.el (file-name-at-point-functions): New defcustom.
4483 (find-file-default): Remove defvar.
4484 (find-file-read-args): Don't use `find-file-default'.
4485 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4486 to `read-file-name'.
4487 (find-file-literally): Use `read-file-name' with
4488 `confirm-nonexistent-file-or-buffer'.
4489
4490 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4491
4492 * dired.el (dired-read-dir-and-switches):
4493 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4494 to `read-file-name'.
4495 (dired-file-name-at-point): New function.
4496 (dired-mode): Add hook `dired-file-name-at-point' to
4497 `file-name-at-point-functions'.
4498
4499 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 Really make the *Completions* window soft-dedicated (bug#5030).
4502 * window.el (window--display-buffer-2): Add `dedicated' argument.
4503 (display-buffer): Pass it when needed so the dedicated flag is set
4504 after calling set-window-buffer, which would otherwise reset it.
4505
4506 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * progmodes/meta-mode.el (meta-complete-symbol):
4509 * progmodes/etags.el (complete-tag):
4510 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4511 Use completion-in-region.
4512
4513 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4514 (dabbrev-completion): Use completion-in-region.
4515 (dabbrev--abbrev-at-point): Simplify regexp.
4516
4517 * abbrev.el (abbrev--before-point): Use word-motion functions
4518 if :regexp is not specified (bug#5031).
4519
4520 * subr.el (string-prefix-p): New function.
4521
4522 * man.el (Man-completion-cache): New var.
4523 (Man-completion-table): Use it.
4524
4525 * vc.el (vc-print-log-internal): Make `limit' optional for better
4526 compatibility (e.g. with vc-annotate.el).
4527
4528 2009-11-24 Kevin Ryde <user42@zip.com.au>
4529
4530 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4531 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4532
4533 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4534 when .el source file not found or other error.
4535
4536 2009-11-24 Markus Triska <markus.triska@gmx.at>
4537
4538 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4539
4540 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 Handle the [back] button properly (bug#4979).
4543 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4544 Use help-setup-xref, help-buffer, and with-help-window.
4545 (describe-char): Add `buffer' argument.
4546 Pass proper command to help-setup-xref. Don't meddle with
4547 help-xref-stack-item directly.
4548 (describe-text-category): Use with-help-window and help-buffer.
4549
4550 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4551 for the displayed buffer (bug#4887).
4552
4553 * man.el (Man-completion-table): New function.
4554 (man): Use it.
4555
4556 2009-11-24 David Reitter <david.reitter@gmail.com>
4557
4558 * vc-git.el (vc-git-registered): Use checkout directory (where
4559 .git is) rather than the file's directory and a relative path spec
4560 to work around a bug in git.
4561
4562 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4563
4564 Improve handling of processes on remote hosts.
4565
4566 * eshell/esh-util.el (eshell-path-env): New defvar.
4567 (eshell-parse-colon-path): New defun.
4568 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4569
4570 * eshell/esh-ext.el (eshell-search-path):
4571 Use `eshell-parse-colon-path'.
4572 (eshell-remote-command): Remove argument HANDLER.
4573 (eshell-external-command): Check for FTP remote connection.
4574
4575 * eshell/esh-proc.el (eshell-gather-process-output):
4576 Use `file-truename', in order to start also symlinked files.
4577 Apply `start-file-process' instead of `start-process'.
4578 Shorten `command' to the local file name part.
4579
4580 * eshell/em-cmpl.el (eshell-complete-commands-list):
4581 Use `eshell-parse-colon-path'.
4582
4583 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4584
4585 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4586 to `eshell-directory-change-hook'.
4587
4588 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4589
4590 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4591 because it could be enabled automatically if view-read-only is non-nil.
4592
4593 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4594
4595 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4596 made on 2009-11-22.
4597
4598 2009-11-24 Glenn Morris <rgm@gnu.org>
4599
4600 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4601 deleted variable bookmark-bmenu-bookmark-column.
4602
4603 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4604 Move after definition of global-semantic-idle-tag-highlight-mode.
4605
4606 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4609
4610 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4611
4612 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4613 two slashes to the "file:" prefix.
4614 (browse-url-file-url): De-munge Cygwin filenames before passing
4615 them to Windows browser.
4616 (browse-url-default-windows-browser): Use call-process.
4617
4618 2009-11-23 Juri Linkov <juri@jurta.org>
4619
4620 Implement DocView Continuous mode. (Bug#4896)
4621 * doc-view.el (doc-view-continuous-mode): New defcustom.
4622 (doc-view-mode-map): Bind C-n/<down> to
4623 `doc-view-next-line-or-next-page', C-p/<up> to
4624 `doc-view-previous-line-or-previous-page'.
4625 (doc-view-next-line-or-next-page)
4626 (doc-view-previous-line-or-previous-page): New commands.
4627
4628 2009-11-23 Juri Linkov <juri@jurta.org>
4629
4630 Implement Isearch in comint input history. (Bug#3746)
4631 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4632 `isearch-mode-hook'.
4633 (comint-history-isearch): New defcustom.
4634 (comint-history-isearch-backward)
4635 (comint-history-isearch-backward-regexp): New commands.
4636 (comint-history-isearch-message-overlay): New buffer-local variable.
4637 (comint-history-isearch-setup, comint-history-isearch-end)
4638 (comint-goto-input, comint-history-isearch-search)
4639 (comint-history-isearch-message, comint-history-isearch-wrap)
4640 (comint-history-isearch-push-state)
4641 (comint-history-isearch-pop-state): New functions.
4642
4643 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4646 return.
4647 (tramp-handle-make-symbolic-link)
4648 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4649 Quote file names.
4650 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4651 (tramp-handle-process-file): Use it.
4652
4653 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * window.el (move-to-window-line-last-op): Remove.
4656 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4657
4658 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4659
4660 Make M-r mirror the new cycling behavior of C-l.
4661 * window.el (move-to-window-line-last-op): New var.
4662 (move-to-window-line-top-bottom): New command.
4663 (global-map): Bind M-r move-to-window-line-top-bottom.
4664
4665 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4666
4667 * dired-x.el (dired-guess-shell-alist-default):
4668 Support xz format. (Bug#4953)
4669
4670 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * cedet/srecode/map.el (srecode-get-maps):
4673 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4674 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4675 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4676 (semantic-toggle-decoration-style):
4677 * cedet/semantic/decorate/include.el
4678 (semantic-decoration-include-describe)
4679 (semantic-decoration-unknown-include-describe)
4680 (semantic-decoration-unparsed-include-describe)
4681 (semantic-decoration-all-include-summary):
4682 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4683 * cedet/semantic/analyze/complete.el
4684 (semantic-analyze-possible-completions):
4685 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4686 (semantic-show-unmatched-syntax-mode)
4687 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4688 (semantic-highlight-func-mode):
4689 * cedet/semantic/util.el (semantic-describe-buffer):
4690 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4691 (semantic-symref-find-tags-by-name)
4692 (semantic-symref-find-tags-by-regexp)
4693 (semantic-symref-find-tags-by-completion)
4694 (semantic-symref-find-file-references-by-name)
4695 (semantic-symref-find-text):
4696 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4697 (senator-yank-tag):
4698 * cedet/semantic/scope.el (semantic-calculate-scope):
4699 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4700 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4701 (define-semantic-idle-service):
4702 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4703 (semantic-complete-analyze-inline-idle):
4704 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4705 * cedet/mode-local.el (describe-mode-local-bindings)
4706 (describe-mode-local-bindings-in-mode):
4707 * cedet/ede/make.el (ede-make-check-version):
4708 * cedet/ede/locate.el (ede-enable-locate-on-project):
4709 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4710 (cedet-idutils-version-check):
4711 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4712 (cedet-gnu-global-version-check):
4713 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4714 (cedet-cscope-version-check): Use called-interactively-p instead
4715 of interactive-p.
4716
4717 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4718 Use semantic-format-tag-prototype.
4719
4720 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4721
4722 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4723 last-command-char/last-command-event.
4724 (viper-prefix-arg-value): Do correct conversion of event-char for
4725 XEmacs.
4726
4727 * emulation/viper-util.el, emulation/viper.el:
4728 Use viper-last-command-char instead of
4729 last-command-char/last-command-event.
4730
4731 * ediff-init.el, ediff-mult.el, ediff-util.el:
4732 Replace last-command-char and last-command-event
4733 with (ediff-last-command-char) everywhere.
4734
4735 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4736 created in fundamental mode.
4737
4738 * ediff.el (ediff-version): Revert the change of interactive-p to
4739 called-interactively-p.
4740
4741 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4742
4743 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4744 generation from word-movement command names.
4745
4746 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4749 (semantic-complete-jump-local, semantic-complete-jump):
4750 Improve prompt string.
4751
4752 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4753
4754 * cus-start.el (all): Add native condition for font-use-system-font.
4755
4756 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4757
4758 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4759 Correct the patch from 2009-11-18. (Bug#3910)
4760
4761 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4762
4763 * progmodes/subword.el: Rename from lisp/subword.el.
4764
4765 * subword.el: Rename to progmodes/subword.el.
4766
4767 * Makefile.in (ELCFILES): Adapt to subword.el move.
4768
4769 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4770 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4773 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4774 (bookmark-bmenu-show-filenames): Use push.
4775 (bookmark-bmenu-hide-filenames): Use local var instead of
4776 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4777 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4778 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4779 filenames now that the bookmark names are always available.
4780
4781 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4784 (bookmark-search-pattern): Move and leave unbound.
4785 (bookmark-bmenu-mode-map): Change binding.
4786 (bookmark-read-search-input): Simplify.
4787 Don't use text-char-description. Don't error on non-char events.
4788 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4789 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4790 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4791 Use a local var for the timer.
4792 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4793 (i.e. bookmark-bmenu-search).
4794
4795 2009-11-21 Glenn Morris <rgm@gnu.org>
4796
4797 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4798
4799 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4800
4801 * net/browse-url.el (browse-url-default-windows-browser):
4802 Use cygstart for cygwin.
4803
4804 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4805
4806 * bookmark.el: Formatting and doc fixes only:
4807 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4808 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4809 Minor grammar and punctuation fixes in doc string.
4810 (bookmark-read-search-input): Adjust to fit within 80 columns.
4811
4812 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4813
4814 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4815 (c-backward-into-nomenclature): Adapt to subword renaming.
4816
4817 * subword.el (subword-forward, subword-backward, subword-mark)
4818 (subword-kill, subword-backward-kill, subword-transpose)
4819 (subword-downcase, subword-upcase, subword-capitalize)
4820 (subword-forward-internal, subword-backward-internal):
4821 Rename from forward-subword, backward-subword, mark-subword,
4822 kill-subword, backward-kill-subword, transpose-subwords,
4823 downcase-subword, upcase-subword, capitalize-subword,
4824 forward-subword-internal, backward-subword-internal.
4825
4826 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4827
4828 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4829 New options.
4830 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4831 New vars.
4832 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4833 (bookmark-bmenu-filter-alist-by-regexp)
4834 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4835 (bookmark-bmenu-search): New command.
4836 (bookmark-bmenu-mode-map): Bind it.
4837
4838 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4841
4842 * cedet/semantic/idle.el (define-semantic-idle-service)
4843 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4844
4845 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4846
4847 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4848 backward-subword to quit the byte-compiler.
4849
4850 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4851
4852 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4853
4854 * progmodes/cc-cmds.el (c-update-modeline)
4855 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4856 Refer to subword.el functions instead of cc-subword.el.
4857
4858 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4859 subword.el functions instead of cc-subword.el.
4860
4861 * progmodes/cc-subword.el: Rename to subword.el.
4862 * subword.el: Rename from progmodes/cc-subword.el.
4863 (subword-mode-map): Rename from c-subword-mode-map.
4864 (subword-mode): Rename from c-subword-mode.
4865 (global-subword-mode): New global minor mode.
4866 (forward-subword): Rename from c-forward-subword.
4867 (backward-subword): Rename from c-backward-subword.
4868 (mark-subword): Rename from c-mark-subword.
4869 (kill-subword): Rename from c-kill-subword.
4870 (backward-kill-subword): Rename from c-backward-kill-subword.
4871 (transpose-subwords): Rename from c-tranpose-subword.
4872 (downcase-subword): Rename from c-downcase-subword.
4873 (capitalize-subword): Rename from c-capitalize-subword.
4874 (forward-subword-internal): Rename from c-forward-subword-internal.
4875 (backward-subword-internal): Rename from c-backward-subword-internal.
4876
4877 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4880 from a dired buffer.
4881 (vc-dired-deduce-fileset): New function.
4882 (vc-root-diff, vc-print-root-log): Use it.
4883
4884 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4885 nil LIMIT argument to vc-print-log-internal.
4886
4887 2009-11-20 Glenn Morris <rgm@gnu.org>
4888
4889 * Makefile.in (ELCFILES): Regenerate.
4890
4891 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4894
4895 * cedet/semantic.el: Enable idle-mode menu items only if
4896 global-semantic-idle-scheduler-mode is enabled.
4897 (semantic-default-submodes): Doc fix.
4898
4899 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4900 When turning off, disable other idle modes.
4901
4902 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4903
4904 * calc/calc.el (calc-set-mode-line):
4905 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4906 (math-format-number): Rename `math-format-complement-signed' to
4907 `math-format-twos-complement'.
4908
4909 * calc/calc-bin.el (math-format-twos-complement): Rename from
4910 math-format-complement-signed.
4911 (calc-radix): Rename `calc-complement-signed-mode' to
4912 `calc-twos-complement-mode'.
4913 (calc-octal-radix, calc-hex-radix): Add an argument for
4914 two's complement.
4915
4916 * calc/calc-embed.el (calc-embedded-mode-vars):
4917 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4918
4919 * calc/calc-ext.el (calc-init-extensions):
4920 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4921 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4922
4923 * calc/calc-units.el (math-build-units-table-buffer):
4924 Let `calc-twos-complement-mode' be nil.
4925
4926 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4927 entries.
4928
4929 * calc/calc-vec.el (calcFunc-vunpack):
4930 * calc/calc-aent.el (calc-do-calc-eval):
4931 * calc/calc-forms.el (math-format-date):
4932 * calc/calc-graph.el (calc-graph-plot):
4933 * calc/calc-math.el (math-use-emacs-fn):
4934 * calc/calccomp.el (math-compose-expr):
4935 Let `calc-twos-complement-mode' be nil.
4936
4937 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4940 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4941 * minibuffer.el (completion-in-region-functions): New hook.
4942 (completion-in-region): New function.
4943 * emacs-lisp/lisp.el (lisp-complete-symbol):
4944 * pcomplete.el (pcomplete-std-complete): Use it.
4945
4946 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4949 (latex-complete-alist): New vars.
4950 (latex-string-prefix-p, latex-complete-bibtex-keys)
4951 (latex-complete-envnames, latex-complete-refkeys)
4952 (latex-complete-data): New functions.
4953 (latex-complete, latex-indent-or-complete): New commands.
4954
4955 * window.el (display-buffer-mark-dedicated): New var.
4956 (display-buffer): Obey it.
4957 * minibuffer.el (minibuffer-completion-help): Use it.
4958
4959 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4960
4961 * filecache.el (file-cache-add-file): Use push and cons.
4962 (file-cache-delete-file-regexp): Use push.
4963 (file-cache-complete): Use completion-in-region.
4964
4965 * simple.el (with-wrapper-hook): Fix thinko.
4966
4967 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4968 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4969 Use with-current-buffer and string-to-number.
4970 (hfy-fallback-colour-values): Use assoc-string.
4971 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4972 (hfy-face-at): Remove unused var `found-face'.
4973 (hfy-compile-stylesheet): Remove unused var `css'.
4974 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4975 and `orig-buffer'.
4976 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4977 Use with-current-buffer.
4978 (hfy-text-p): Use expand-file-name and fewer setq.
4979
4980 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4981
4982 * htmlfontify.el, hfy-cmap.el: New files.
4983
4984 2009-11-19 Juri Linkov <juri@jurta.org>
4985
4986 * minibuffer.el (completions-format): New defcustom.
4987 (completion--insert-strings): Implement vertical format.
4988
4989 * simple.el (switch-to-completions): Move point to the first
4990 completion when point was at the beginning of the buffer.
4991
4992 2009-11-19 Juri Linkov <juri@jurta.org>
4993
4994 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4995
4996 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4997
4998 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5001 (mail-signature): Change default to t.
5002 (mail-from-style): Deprecate `system-default' value.
5003 (mail-insert-from-field): For default value of mail-from-style,
5004 default to `angles' unless `angles' needs quoting and `parens'
5005 does not.
5006 (mail-citation-prefix-regexp): Use citation regexp from
5007 message-mode.
5008
5009 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5010
5011 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5012 Set variables for computing the prompt for reading password.
5013
5014 2009-11-19 Glenn Morris <rgm@gnu.org>
5015
5016 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5017
5018 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5019
5020 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5021 (newsticker-treeview-listwindow-height): Fix custom type.
5022
5023 2009-11-19 Kenichi Handa <handa@m17n.org>
5024
5025 * descr-text.el (describe-char-padded-string): Compose with TAB
5026 only if there's a font for CH.
5027 (describe-char): Fix the condition for detecting a trivial composition.
5028
5029 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5030
5031 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5032 more accurate version of the regexp. (Bug#3910)
5033
5034 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5035
5036 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5037
5038 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5041 (font-setting-change-default-font): Fix typo in docstring.
5042
5043 2009-11-18 Alan Mackenzie <acm@muc.de>
5044
5045 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5046
5047 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5048
5049 * font-setting.el (font-use-system-font): Move ...
5050
5051 * cus-start.el (all): ... to here.
5052
5053 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5054
5055 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5056 Don't set `ad-return-value' if `ad-do-it' doesn't.
5057
5058 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5059 modification time.
5060
5061 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5062
5063 * menu-bar.el: Put "Use system font" in Option-menu.
5064 (menu-bar-options-save): Add font-use-system-font.
5065
5066 * loadup.el: If feature system-font-setting or font-render-setting is
5067 there, load font-setting.
5068
5069 * Makefile.in (ELCFILES): Add font-settings.el.
5070 * font-setting.el: New file.
5071
5072 2009-11-17 Glenn Morris <rgm@gnu.org>
5073
5074 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5075
5076 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5077 Preserve point in the list buffer. (Bug#4939)
5078 Use point-at-eol.
5079 (newsticker--treeview-list-update-highlight)
5080 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5081
5082 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5083
5084 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5085 Remove.
5086
5087 * calc/calc-ext.el (calc-init-extensions): Remove references to
5088 symclip.
5089
5090 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5091
5092 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5093 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5094 `calc-symclip'.
5095
5096 2009-11-16 Kevin Ryde <user42@zip.com.au>
5097
5098 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5099 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5100
5101 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5102 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5103 Ignore trailing spaces by omit-nulls to split-string (fixing
5104 regression from Emacs 21 due to the incompatible split-string
5105 change). (Bug #4928.)
5106
5107 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * vc.el (vc-log-show-limit): Default to 2000.
5110 (vc-print-log-internal): Insert buttons to request more entries
5111 when limiting the output.
5112
5113 * vc-sccs.el (vc-sccs-print-log):
5114 * vc-rcs.el (vc-rcs-print-log):
5115 * vc-cvs.el (vc-cvs-print-log):
5116 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5117 LIMIT is non-nil.
5118
5119 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5122 error when `tramp-gvfs-dbus-event-vector' is set.
5123 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5124
5125 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5128
5129 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * net/dbus.el (dbus-unregister-service): New defun.
5132 (dbus-register-property): Register the handlers of
5133 "org.freedesktop.DBus.Properties" for SERVICE.
5134 (dbus-property-handler): Fix docstring.
5135
5136 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5137
5138 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5139 Quote doc string reference in defvaralias as it is not in special form.
5140 (byte-compile-output-docform): Doc fix.
5141
5142 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5143
5144 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5145 (calc-complement-signed-mode): New variables.
5146 (calc-set-mode-line): Add indicator for twos-complements.
5147 (math-format-number): Format twos-complement notation.
5148
5149 * calc/calc-bin.el (calc-word-size): Reset the variables
5150 `math-2-word-size' and `math-half-2-word-size'.
5151 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5152 (calc-symclip): New functions.
5153
5154 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5155
5156 * calc/calc-embed.el (calc-embedded-mode-vars):
5157 Add `calc-complement-signed-mode' to the list of modes.
5158
5159 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5160 (calc-b-oper-keys): Add `calc-symclip' to list.
5161
5162 * calc/calc-ext.el (math-read-number-fancy): Read complement
5163 signed numbers.
5164 (calc-init-extensions): Add binding for `calc-symclip'.
5165 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5166
5167 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5168 `calc-symclip'.
5169 (calc-modes-menu): Add item for twos complement mode.
5170
5171 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5172
5173 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * register.el (jump-to-register, insert-register): Handle Semantic
5176 tags. From commented-out advice in semantic/senator.el.
5177
5178 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * vc.el (vc-log-show-limit): New variable.
5181 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5182 when using a prefix argument.
5183 (vc-print-log-internal): Add new argument LIMIT.
5184
5185 * vc-svn.el (vc-svn-print-log):
5186 * vc-mtn.el (vc-mtn-print-log):
5187 * vc-hg.el (vc-hg-print-log):
5188 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5189 pass it to the log command when set. Make the BUFFER argument
5190 non-optional.
5191
5192 * vc-sccs.el (vc-sccs-print-log):
5193 * vc-rcs.el (vc-rcs-print-log):
5194 * vc-git.el (vc-git-print-log):
5195 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5196 ignore it. Make the BUFFER argument non-optional
5197
5198 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5199
5200 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * dired.el (dired-mode-map): Move encryption items to "Operate"
5203 menu (Bug#4703).
5204
5205 * strokes.el (strokes-update-window-configuration): Make strokes
5206 buffer current before erasing (Bug#4906).
5207
5208 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5209 (semantic-idle-summary-mode): Define using define-minor-mode
5210 instead of define-semantic-idle-service.
5211 (semantic-idle-summary-mode): New function.
5212 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5213 that mouse motion does not reset the echo area.
5214
5215 2009-11-15 Juri Linkov <juri@jurta.org>
5216
5217 * simple.el (set-mark-default-inactive): Add :type, :group
5218 and :version. (Bug#4876)
5219
5220 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5223 (archive-unique-fname): ... here. (Bug#4929)
5224
5225 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5228 with a real fix.
5229
5230 * novice.el (disabled-command-function): Add useful args.
5231 Setup the help buffer so that [back] works.
5232 Remove redundant call to help-mode.
5233 (disabled-command-function): Use `case'.
5234 (en/disable-command): New function extracted from enable-command.
5235 (enable-command, disable-command): Use it.
5236
5237 2009-11-14 Glenn Morris <rgm@gnu.org>
5238
5239 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5240 constants. (Bug#4913)
5241
5242 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5243
5244 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5245
5246 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5247 defined in C that have no doc-strings. (Bug#1063)
5248
5249 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5250
5251 * cus-edit.el (data, files):
5252 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5253
5254 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * simple.el (shell-command): Doc fix (Bug#4891).
5257
5258 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5259
5260 2009-11-14 Glenn Morris <rgm@gnu.org>
5261
5262 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5263 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5264 If they are already loaded, eval-after-load will do the right thing.
5265
5266 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5267 compiling.
5268
5269 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5270
5271 * simple.el (x-selection-owner-p): Declare.
5272 (read-mail-command): Use custom radio type rather than choice.
5273 (completion-no-auto-exit): Doc fix.
5274
5275 * custom.el (defgroup):
5276 * epg-config.el (epg): Doc fixes.
5277
5278 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5279
5280 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5281 * international/ccl.el (define-ccl-program): Do not purecopy the
5282 docstring, defconst does it anyway.
5283
5284 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5287 a second time.
5288
5289 * x-dnd.el (x-dnd-maybe-call-test-function):
5290 * window.el (split-window-vertically):
5291 * whitespace.el (whitespace-help-on):
5292 * vc-rcs.el (vc-rcs-consult-headers):
5293 * userlock.el (ask-user-about-lock-help)
5294 (ask-user-about-supersession-help):
5295 * type-break.el (type-break-force-mode-line-update):
5296 * time-stamp.el (time-stamp-conv-warn):
5297 * terminal.el (te-set-output-log, te-more-break, te-filter)
5298 (te-sentinel, terminal-emulator):
5299 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5300 (term-write-input-ring, term-check-source, term-start-output-log):
5301 (term-display-buffer-line, term-dynamic-list-completions):
5302 (term-ansi-make-term, serial-term):
5303 * subr.el (selective-display):
5304 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5305 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5306 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5307 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5308 (speedbar-remove-localized-speedbar-support)
5309 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5310 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5311 (speedbar-buffers-line-directory):
5312 * simple.el (shell-command-on-region, append-to-buffer)
5313 (prepend-to-buffer):
5314 * shadowfile.el (shadow-save-todo-file):
5315 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5316 (scroll-bar-maybe-set-window-start):
5317 * sb-image.el (speedbar-image-dump):
5318 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5319 (load-save-place-alist-from-file):
5320 * ps-samp.el (ps-print-message-from-summary):
5321 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5322 (ps-background-image, ps-begin-job, ps-do-despool):
5323 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5324 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5325 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5326 (pr-call-process, pr-file-list, pr-interface-save):
5327 * novice.el (disabled-command-function)
5328 (enable-command, disable-command):
5329 * mouse.el (mouse-buffer-menu-alist):
5330 * mouse-copy.el (mouse-kill-preserving-secondary):
5331 * macros.el (kbd-macro-query):
5332 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5333 * informat.el (batch-info-validate):
5334 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5335 * hippie-exp.el (try-expand-dabbrev-visible):
5336 * help-mode.el (help-make-xrefs):
5337 * help-fns.el (describe-variable):
5338 * generic-x.el (bat-generic-mode-run-as-comint):
5339 * finder.el (finder-mouse-select):
5340 * find-dired.el (find-dired-sentinel):
5341 * filesets.el (filesets-file-close):
5342 * files.el (list-directory):
5343 * faces.el (list-faces-display, describe-face):
5344 * facemenu.el (list-colors-display):
5345 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5346 * epg.el (epg--process-filter, epg-cancel):
5347 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5348 (epa--read-signature-type):
5349 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5350 (emerge-file-names):
5351 * ehelp.el (electric-helpify):
5352 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5353 * ediff-vers.el (rcs-ediff-view-revision):
5354 * ediff-util.el (ediff-setup):
5355 * ediff-mult.el (ediff-append-custom-diff):
5356 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5357 (ediff-wordify):
5358 * echistory.el (Electric-command-history-redo-expression):
5359 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5360 * disp-table.el (describe-display-table):
5361 * dired.el (dired-find-buffer-nocreate):
5362 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5363 * dabbrev.el (dabbrev--same-major-mode-p):
5364 * chistory.el (list-command-history):
5365 * apropos.el (apropos-documentation):
5366 * allout.el (allout-obtain-passphrase):
5367 (allout-copy-exposed-to-buffer):
5368 (allout-verify-passphrase): Use with-current-buffer.
5369
5370 2009-11-13 Glenn Morris <rgm@gnu.org>
5371
5372 * Makefile.in (ELCFILES): Regenerate.
5373
5374 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5375
5376 * net/dbus.el (dbus-registered-objects-table): Rename from
5377 `dbus-registered-functions-table', because it contains also properties.
5378 (dbus-unregister-object): Unregister also properties.
5379 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5380 Use a timeout of 500 msec, in order to not block.
5381 (dbus-register-property, dbus-property-handler): New defuns.
5382
5383 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * simple.el (minibuffer-default-add-completions): Drop deprecated
5386 4th arg.
5387
5388 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5389
5390 * textmodes/artist.el (artist-mouse-choose-operation):
5391 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5392 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5393 (artist-compute-up-event-key): New function.
5394 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5395
5396 2009-11-13 Kenichi Handa <handa@m17n.org>
5397
5398 * language/japan-util.el: Make sure that the value of jisx0208
5399 property is jisx0208 character.
5400
5401 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5402
5403 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5404 car or each item, not the whole list.
5405
5406 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * minibuffer.el (minibuffer-completion-help):
5409 Use minibuffer-hide-completions.
5410
5411 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5412
5413 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5414 (dired-revert): Use them (bug#4880).
5415
5416 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5417
5418 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5419
5420 2009-11-12 Juri Linkov <juri@jurta.org>
5421
5422 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5423 New functions.
5424 (find-file-literally-at-point): Alias of `ffap-literally'.
5425
5426 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5427
5428 * textmodes/ispell.el (ispell-skip-region-alist):
5429 * textmodes/css-mode.el (auto-mode-alist):
5430 * progmodes/compile.el (auto-mode-alist):
5431 * international/mule.el (ctext-non-standard-encodings-alist)
5432 (ctext-non-standard-encodings-regexp):
5433 * simple.el (shell-command-switch, text-read-only):
5434 * replace.el (occur-mode-map):
5435 * paths.el (rmail-file-name):
5436 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5437 * find-file.el (ff-special-constructs):
5438 * files.el (file-name-handler-alist):
5439 * composite.el: Purecopy strings.
5440
5441 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5442
5443 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5444
5445 * widget.el (define-widget): Purecopy the docstring.
5446 * international/mule-cmds.el (charset): Do not purecopy the
5447 docstring here, define-widget does it.
5448
5449 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5450 * textmodes/bibtex-style.el (auto-mode-alist):
5451 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5452 * progmodes/compile.el (compile-command):
5453 * language/korea-util.el (default-korean-keyboard):
5454 * international/mule-conf.el (file-coding-system-alist):
5455 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5456 * tooltip.el (tooltip-frame-parameters):
5457 * newcomment.el (comment-end, comment-padding):
5458 * dired.el (dired-trivial-filenames):
5459 * comint.el (comint-file-name-prefix): Purecopy initial values.
5460
5461 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5462
5463 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5464 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5465 `tramp-unload'.
5466 (tramp-advice-make-auto-save-file-name)
5467 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5468 after removing the advice.
5469
5470 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5471
5472 * progmodes/grep.el (grep-regexp-alist):
5473 * international/mule-cmds.el (iso-2022-control-alist):
5474 * emacs-lisp/timer.el (timer-duration-words):
5475 * subr.el (version-separator, version-regexp-alist):
5476 * minibuffer.el (completion-styles-alist):
5477 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5478 Change defvars to defconsts.
5479
5480 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5481 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5482 * international/mule-conf.el: Allow to be byte compiled.
5483
5484 * international/mule.el (define-charset): Purecopy props.
5485 (load-with-code-conversion): Purecopy doc string and file name.
5486 (put-charset-property): Purecopy strings.
5487 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5488
5489 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5490 (define-char-code-property): Correctly purecopy the table.
5491
5492 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5493
5494 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5495
5496 * subr.el (add-hook): Purecopy strings.
5497 (eval-after-load): Purecopy load-history-regexp and the form.
5498
5499 * custom.el (custom-declare-group): Purecopy load-file-name.
5500
5501 * subr.el (menu-bar-separator): New defconst.
5502 * net/eudc.el (eudc-tools-menu):
5503 * international/mule-cmds.el (set-coding-system-map)
5504 (mule-menu-keymap):
5505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5506 * vc-hooks.el (vc-menu-map):
5507 * replace.el (occur-mode-map):
5508 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5509 (menu-bar-edit-menu, menu-bar-goto-menu)
5510 (menu-bar-custom-menu, menu-bar-showhide-menu)
5511 (menu-bar-options-menu, menu-bar-tools-menu)
5512 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5513 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5514 (menu-bar-help-menu):
5515 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5516 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5517
5518 * term/x-win.el (x-gtk-stock-map):
5519 * progmodes/vera-mode.el (auto-mode-alist):
5520 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5521 (inferior-lisp-program, inferior-lisp-load-command):
5522 * progmodes/hideshow.el (hs-special-modes-alist):
5523 * progmodes/gud.el (same-window-regexps):
5524 * progmodes/grep.el (grep-program, find-program, xargs-program):
5525 * net/telnet.el (same-window-regexps):
5526 * net/rlogin.el (same-window-regexps):
5527 * language/ethiopic.el (font-ccl-encoder-alist):
5528 * vc-sccs.el (vc-sccs-master-templates):
5529 * vc-rcs.el (vc-rcs-master-templates):
5530 * subr.el (cl-assertion-failed):
5531 * simple.el (next-error-overlay-arrow-position):
5532 * lpr.el (lpr-command):
5533 * locate.el (locate-ls-subdir-switches):
5534 * info.el (same-window-regexps, info)
5535 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5536 * image-mode.el (image-mode, auto-mode-alist):
5537 * hippie-exp.el (hippie-expand-ignore-buffers):
5538 * format.el (format-alist):
5539 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5540 (find-name-arg):
5541 * facemenu.el (facemenu-keybindings):
5542 * dired.el (dired-listing-switches, dired-chown-program):
5543 * diff.el (diff-switches, diff-command):
5544 * cus-edit.el (same-window-regexps):
5545 * bindings.el (mode-line-mule-info)
5546 (mode-line-buffer-identification): Purecopy strings.
5547
5548 2009-11-11 Juri Linkov <juri@jurta.org>
5549
5550 * simple.el (dired-get-filename) <declare-function>:
5551 Tell the byte-compiler about dired-get-filename.
5552 (shell-command): In Dired mode, get filename from the current line
5553 as the default value.
5554
5555 2009-11-10 Glenn Morris <rgm@gnu.org>
5556
5557 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5558 * calendar/holidays.el, progmodes/cperl-mode.el:
5559 Update x-popup-menu declarations.
5560
5561 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5562 (list-load-path-shadows): Use dolist.
5563 (list-load-path-shadows): Use with-current-buffer.
5564
5565 2009-11-10 Juri Linkov <juri@jurta.org>
5566
5567 * minibuffer.el (read-file-name): Support a list of default values
5568 in `default-filename'. Use the first file name where only one
5569 element is required. Doc fix.
5570
5571 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5572
5573 * net/dbus.el (dbus-unregister-object): Release service, if no
5574 other method is registered for it.
5575
5576 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5577
5578 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5579 bookmark-sort-flag is non-nil (Bug#4653).
5580
5581 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5584 the progress reporter entirely.
5585
5586 * emulation/cua-base.el: Add CUA property to some CC mode commands
5587 (Bug#4100).
5588
5589 2009-11-08 Kevin Ryde <user42@zip.com.au>
5590
5591 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5592 at end of sentence (Bug#4818).
5593
5594 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5595
5596 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5597 Handle "see declaration of" MSFT statements (Bug#4100).
5598
5599 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5600
5601 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5602 (tramp-advice-file-expand-wildcards): Unload via
5603 `ad-remove-advice'.
5604
5605 * net/trampver.el: Update release number.
5606
5607 2009-11-08 Kevin Ryde <user42@zip.com.au>
5608
5609 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5610 `ad-do-it'.
5611
5612 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5613
5614 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5615 in order to keep context in SELinux.
5616
5617 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * dired-aux.el (dired-query): Place cursor in echo area and allow
5620 C-g.
5621
5622 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5623 menu item if not on a directory (Bug#4701).
5624
5625 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5626
5627 Sync with Tramp 2.1.17.
5628
5629 * net/tramp.el (tramp-handle-copy-directory): Don't use
5630 `file-remote-p' (due to compatibility).
5631
5632 * net/tramp-compat.el (tramp-compat-copy-directory)
5633 (tramp-compat-delete-directory): New defuns.
5634
5635 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5636 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5637 `tramp-compat-delete-directory'.
5638
5639 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5640 (tramp-smb-handle-delete-directory): Use
5641 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5642
5643 * net/trampver.el: Update release number.
5644
5645 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * tar-mode.el (tar-copy): Call write-region on the right buffer
5648 (Bug#4857).
5649
5650 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5651 by hand, if necessary (Bug#4878).
5652
5653 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5656 align size column (Bug#4839).
5657
5658 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5659 statement.
5660
5661 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5662
5663 * progmodes/ld-script.el (auto-mode-alist):
5664 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5665
5666 * cus-face.el (custom-declare-face): Purecopy face spec.
5667
5668 2009-11-06 Kenichi Handa <handa@m17n.org>
5669
5670 * international/uni-bidi.el: Re-generated.
5671 * international/uni-category.el: Re-generated.
5672 * international/uni-combining.el: Re-generated.
5673 * international/uni-mirrored.el: Re-generated.
5674
5675 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5678 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5679 (tex-start-options, slitex-run-command, latex-run-command)
5680 (tex-run-command, tex-directory):
5681 * textmodes/ispell.el (ispell-html-skip-alists)
5682 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5683 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5684 (adaptive-fill-regexp):
5685 * textmodes/dns-mode.el (auto-mode-alist):
5686 * progmodes/python.el (interpreter-mode-alist):
5687 * progmodes/etags.el (tags-compression-info-list):
5688 * progmodes/etags.el (tags-file-name):
5689 * net/browse-url.el (browse-url-galeon-program)
5690 (browse-url-firefox-program):
5691 * mail/sendmail.el (mail-signature-file)
5692 (mail-citation-prefix-regexp):
5693 * international/mule-conf.el (eight-bit):
5694 * international/latexenc.el (latex-inputenc-coding-alist):
5695 * international/fontset.el (x-pixel-size-width-font-regexp):
5696 * emacs-lisp/warnings.el (warning-type-format):
5697 * emacs-lisp/trace.el (trace-buffer):
5698 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5699 (emacs-lisp-mode-map):
5700 * calendar/holidays.el (holiday-solar-holidays)
5701 (holiday-bahai-holidays, holiday-islamic-holidays)
5702 (holiday-christian-holidays, holiday-hebrew-holidays)
5703 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5704 (hebrew-holidays-1, holiday-oriental-holidays)
5705 (holiday-general-holidays):
5706 * x-dnd.el (x-dnd-known-types):
5707 * tool-bar.el (tool-bar):
5708 * startup.el (site-run-file):
5709 * shell.el (shell-dumb-shell-regexp):
5710 * rfn-eshadow.el (file-name-shadow-tty-properties)
5711 (file-name-shadow-properties):
5712 * paths.el (remote-shell-program, news-directory):
5713 * mouse.el ([C-down-mouse-3]):
5714 * menu-bar.el (menu-bar-tools-menu):
5715 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5716 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5717 (jka-compr-compression-info-list):
5718 * isearch.el (search-whitespace-regexp):
5719 * image-file.el (image-file-name-extensions):
5720 * find-dired.el (find-ls-option):
5721 * files.el (directory-listing-before-filename-regexp)
5722 (directory-free-space-args, insert-directory-program)
5723 (list-directory-brief-switches, magic-fallback-mode-alist)
5724 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5725 (automount-dir-prefix):
5726 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5727 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5728 (face-font-registry-alternatives, face-font-registry-alternatives)
5729 (face-font-family-alternatives):
5730 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5731 (facemenu-foreground-menu, facemenu-face-menu):
5732 * epa-hook.el (epa-file-name-regexp):
5733 * dnd.el (dnd-protocol-alist):
5734 * textmodes/rst.el (auto-mode-alist):
5735 * button.el (default-button): Purecopy strings.
5736
5737 2009-11-06 Glenn Morris <rgm@gnu.org>
5738
5739 * Makefile.in (ELCFILES): Update.
5740
5741 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5744 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5745
5746 * nxml/xsd-regexp.el (xsdre-gen-categories):
5747 * nxml/xmltok.el (xmltok-parse-entity):
5748 * nxml/rng-parse.el (rng-parse-validate-file):
5749 * nxml/rng-maint.el (rng-format-manual)
5750 (rng-manual-output-force-new-line):
5751 * nxml/rng-loc.el (rng-save-schema-location-1):
5752 * nxml/rng-cmpct.el (rng-c-parse-file):
5753 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5754 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5755
5756 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5757
5758 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5759 Remove extra save-excursions and make-variable-buffer-local's.
5760 Suggested by Stefan Monnier.
5761
5762 (verilog-getopt-file, verilog-module-inside-filename-p)
5763 (verilog-set-define): Merge GNU 1.35 and repair changes from
5764 switching to using with-current-buffer.
5765
5766 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5767 being treated as a number and confusing AUTORESET.
5768 Reported by Dan Dever.
5769
5770 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5771 Add verilog-auto-ignore-concat to fix backward compatibility with
5772 older verilog-modes. Reported by Dan Katz.
5773
5774 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5775 containing closing anchors "...$".
5776
5777 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5778 Reported by Wade Smith.
5779
5780 (verilog-batch-execute-func): Comment on function usage.
5781
5782 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5783
5784 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5785 for labels.
5786
5787 (verilog-label-re, verilog-calc-1): Support proper indent of named
5788 asserts.
5789
5790 (verilog-backward-token, verilog-basic-complete-re)
5791 (verilog-beg-of-statement, verilog-indent-re): Support proper
5792 indent of the assert statement at the beginning of a block of text.
5793
5794 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5795 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5796 tokens as begins.
5797
5798 2009-11-05 Glenn Morris <rgm@gnu.org>
5799
5800 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5801 Emacs 19. (Bug#1531)
5802 (byte-compile-fix-header): Update for the above change.
5803 Drop test for epoch::version.
5804
5805 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5806 * cus-dep.el (custom-make-dependencies):
5807 * finder.el (finder-compile-keywords):
5808 Use autoload-rubric's feature argument.
5809
5810 * calendar/diary-lib.el (top-level): Make load behave more like require.
5811
5812 * vc-git.el (vc-git-stash-map): Move definition before use.
5813
5814 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5815
5816 * custom.el (custom-declare-group): Purecopy standard-value.
5817 (custom-declare-group): Purecopy custom-prefix.
5818
5819 * international/mule.el (load-with-code-conversion):
5820 Call do-after-load-evaluation unconditionally.
5821
5822 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5823
5824 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5827
5828 2009-11-04 Glenn Morris <rgm@gnu.org>
5829
5830 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5831 (byte-compile-compatibility): Remove option.
5832 (byte-compile-close-variables, byte-compile-fix-header)
5833 (byte-compile-insert-header, byte-compile-output-docform)
5834 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5835 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5836 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5837 (byte-compile-insert, byte-compile-defun):
5838 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5839 (byte-defop-compiler19): Remove.
5840 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5841 used by anything. Replace all calls with byte-defop-compiler.
5842
5843 2009-11-04 Juri Linkov <juri@jurta.org>
5844
5845 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5846 (menu-bar-options-menu): Don't quote the `prop' arg of
5847 `menu-bar-make-mm-toggle'.
5848
5849 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * calendar/calendar.el (cal-loaddefs):
5852 * calendar/diary-lib.el (diary-loaddefs):
5853 * calendar/holidays.el (hol-loaddefs):
5854 * eshell/esh-module.el (esh-groups): Load rather than require.
5855
5856 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5859 point-min==1.
5860 (todo-top-priorities): Only display-buffer when called interactively.
5861 (todo-item-start): Don't save excursion point.
5862 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5863 (todo-insert-item-here, todo-file-item, todo-remove-item):
5864 Adjust uses of todo-item-start and todo-item-end.
5865
5866 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5867 (autoload-rubric): Don't use any more.
5868 * cedet/semantic/fw.el (semantic/loaddefs):
5869 * cedet/srecode.el (srecode/loaddefs):
5870 * cedet/ede.el (ede/loaddefs): Load rather than require.
5871 * cedet/ede/cpp-root.el:
5872 * cedet/ede/emacs.el:
5873 * cedet/ede/files.el:
5874 * cedet/ede/linux.el:
5875 * cedet/ede/locate.el:
5876 * cedet/ede/make.el:
5877 * cedet/ede/shell.el:
5878 * cedet/ede/speedbar.el:
5879 * cedet/ede/system.el:
5880 * cedet/ede/util.el:
5881 * cedet/semantic/analyze.el:
5882 * cedet/semantic/bovine.el:
5883 * cedet/semantic/complete.el:
5884 * cedet/semantic/ctxt.el:
5885 * cedet/semantic/db-file.el:
5886 * cedet/semantic/db-find.el:
5887 * cedet/semantic/db-global.el:
5888 * cedet/semantic/db-mode.el:
5889 * cedet/semantic/db-typecache.el:
5890 * cedet/semantic/db.el:
5891 * cedet/semantic/debug.el:
5892 * cedet/semantic/dep.el:
5893 * cedet/semantic/doc.el:
5894 * cedet/semantic/edit.el:
5895 * cedet/semantic/find.el:
5896 * cedet/semantic/format.el:
5897 * cedet/semantic/html.el:
5898 * cedet/semantic/ia-sb.el:
5899 * cedet/semantic/ia.el:
5900 * cedet/semantic/idle.el:
5901 * cedet/semantic/lex-spp.el:
5902 * cedet/semantic/lex.el:
5903 * cedet/semantic/mru-bookmark.el:
5904 * cedet/semantic/scope.el:
5905 * cedet/semantic/senator.el:
5906 * cedet/semantic/sort.el:
5907 * cedet/semantic/symref.el:
5908 * cedet/semantic/tag-file.el:
5909 * cedet/semantic/tag-ls.el:
5910 * cedet/semantic/tag-write.el:
5911 * cedet/semantic/tag.el:
5912 * cedet/semantic/util-modes.el:
5913 * cedet/semantic/analyze/complete.el:
5914 * cedet/semantic/analyze/refs.el:
5915 * cedet/semantic/bovine/c.el:
5916 * cedet/semantic/bovine/gcc.el:
5917 * cedet/semantic/bovine/make.el:
5918 * cedet/semantic/bovine/scm.el:
5919 * cedet/semantic/decorate/include.el:
5920 * cedet/semantic/decorate/mode.el:
5921 * cedet/semantic/symref/cscope.el:
5922 * cedet/semantic/symref/global.el:
5923 * cedet/semantic/symref/grep.el:
5924 * cedet/semantic/symref/idutils.el:
5925 * cedet/semantic/symref/list.el:
5926 * cedet/semantic/wisent/java-tags.el:
5927 * cedet/semantic/wisent/javascript.el:
5928 * cedet/srecode/compile.el:
5929 * cedet/srecode/cpp.el:
5930 * cedet/srecode/document.el:
5931 * cedet/srecode/el.el:
5932 * cedet/srecode/expandproto.el:
5933 * cedet/srecode/getset.el:
5934 * cedet/srecode/insert.el:
5935 * cedet/srecode/java.el:
5936 * cedet/srecode/map.el:
5937 * cedet/srecode/mode.el:
5938 * cedet/srecode/template.el:
5939 * cedet/srecode/texi.el: Remove the file-local setting of
5940 generated-autoload-feature.
5941
5942 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5943 and only put a prop if it is non-nil.
5944
5945 2009-11-03 Juri Linkov <juri@jurta.org>
5946
5947 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5948 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5949
5950 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5951 and "Menu" to make top-level menu item visually one unit (like
5952 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5953 multi-word menu items). Fix :help string for quit-window.
5954
5955 2009-11-03 Glenn Morris <rgm@gnu.org>
5956
5957 * cedet/mode-local.el (with-mode-local): Doc fix.
5958
5959 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5960 (byte-compile-file-form-define-abbrev-table)
5961 (byte-compile-file-form-custom-declare-variable)
5962 (byte-compile-variable-ref, byte-compile-defvar):
5963 Whether or not a warning is enabled should only affect whether we issue
5964 the warning, not whether or not we collect the relevant data.
5965 Eg warnings can be turned on and off throughout the course of a file.
5966
5967 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5968 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5969
5970 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5973 * play/mpuz.el (mpuz-create-buffer):
5974 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5975 (lm-print-y,s,noise, lm-print-w0, lm-init):
5976 * play/gomoku.el (gomoku-prompt-for-move):
5977 * play/fortune.el (fortune-in-buffer):
5978 * play/dissociate.el (dissociated-press):
5979 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5980 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5981 * mail/supercite.el (sc-eref-show):
5982 * mail/smtpmail.el (smtpmail-send-it):
5983 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5984 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5985 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5986 (rmail-summary-goto-msg, rmail-summary-expunge)
5987 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5988 (rmail-summary-add-label, rmail-summary-output-menu)
5989 (rmail-summary-output-body):
5990 * mail/rfc822.el (rfc822-addresses):
5991 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5992 * mail/mailpost.el (post-mail-send-it):
5993 * mail/hashcash.el (hashcash-generate-payment):
5994 * mail/feedmail.el (feedmail-run-the-queue)
5995 (feedmail-queue-send-edit-prompt-help-first)
5996 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5997 (feedmail-deduce-address-list):
5998 * eshell/esh-ext.el (eshell-remote-command):
5999 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6000 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6001 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6002 (viper-save-string-in-file, viper-valid-marker):
6003 * emulation/viper-keym.el (viper-toggle-key):
6004 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6005 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6006 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6007 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6008 (viper-exec-form-in-emacs, viper-brac-function):
6009 * emulation/viper.el (viper-delocalize-var):
6010 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6011 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6012 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6013 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6014 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6015 * emulation/edt.el (edt-electric-helpify):
6016 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6017 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6018 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6019 (cua-indent-to-global-mark-column):
6020 * calendar/diary-lib.el (calendar-mark-1):
6021 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6022 Use with-current-buffer.
6023 * emulation/viper.el (viper-delocalize-var): Use dolist.
6024
6025 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * comint.el (comint-replace-by-expanded-history-before-point):
6028 Replace !! with the previous input string literally (Bug#1795).
6029
6030 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6031
6032 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6033 to be made up of whitespace.
6034
6035 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * minibuffer.el (read-file-name): Don't use file dialogs for
6038 remote directories (Bug#99).
6039
6040 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6043
6044 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6045
6046 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6047 instead of deleting the window or frame.
6048
6049 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6050
6051 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6052 Support face colors.
6053
6054 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6055 New function. Support face colors (Bug#1168).
6056 (tex-common-initialization): Use it.
6057
6058 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6059 mode allows it (Bug#1168).
6060
6061 2009-10-31 Juri Linkov <juri@jurta.org>
6062
6063 * facemenu.el (list-colors-display): Don't mark buffer as
6064 modified (Bug#3948).
6065
6066 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * international/mule-diag.el (list-character-sets-1): Minor
6069 message fix (Bug#3526).
6070
6071 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6072 face property (Bug#4834).
6073 (etags-list-tags, etags-tags-apropos-additional)
6074 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6075 property.
6076
6077 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6078 items.
6079
6080 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6081 items.
6082
6083 * cedet/ede.el (ede-minor-mode):
6084 * cedet/semantic.el (semantic-mode): Toggle menu separators.
6085
6086 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * textmodes/two-column.el (2C-split):
6089 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6090 * textmodes/tex-mode.el (tex-set-buffer-directory):
6091 * textmodes/spell.el (spell-region, spell-string):
6092 * textmodes/reftex.el (reftex-erase-buffer):
6093 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6094 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6095 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6096 (reftex-select-item):
6097 * textmodes/reftex-ref.el (reftex-label-info-update)
6098 (reftex-offer-label-menu):
6099 * textmodes/reftex-index.el (reftex-index-change-entry)
6100 (reftex-index-phrases-info):
6101 * textmodes/reftex-global.el (reftex-create-tags-file)
6102 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6103 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6104 (reftex-view-crossref-from-bibtex):
6105 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6106 (reftex-extract-bib-entries-from-thebibliography)
6107 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6108 * textmodes/refbib.el (r2b-capitalize-title):
6109 (r2b-convert-buffer, r2b-help):
6110 * textmodes/page-ext.el (pages-directory)
6111 (pages-directory-goto-with-mouse):
6112 * textmodes/bibtex.el (bibtex-validate-globally):
6113 * textmodes/bib-mode.el (bib-capitalize-title):
6114 * textmodes/artist.el (artist-clear-buffer, artist-system):
6115 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6116 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6117 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6118 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6119 (xscheme-send-control-g-interrupt, xscheme-start-process)
6120 (xscheme-process-sentinel, xscheme-cd):
6121 * progmodes/verilog-mode.el (verilog-read-always-signals)
6122 (verilog-set-define, verilog-getopt-file)
6123 (verilog-module-inside-filename-p):
6124 * progmodes/sh-script.el:
6125 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6126 (python-pdbtrack-grub-for-buffer, python-execute-file):
6127 * progmodes/octave-inf.el (inferior-octave):
6128 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6129 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6130 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6131 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6132 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6133 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6134 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6135 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6136 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6137 (idlwave-shell-examine-display, idlwave-shell-run-region)
6138 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6139 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6140 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6141 (idlwave-help-get-help-buffer):
6142 * progmodes/gud.el (gud-basic-call, gud-find-class)
6143 (gud-tooltip-activate-mouse-motions-if-enabled):
6144 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6145 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6146 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6147 (ebrowse-tags-next-file):
6148 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6149 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6150 (ebnf-eps-finish-and-write):
6151 * progmodes/cpp.el (cpp-edit-save):
6152 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6153 * progmodes/cc-defs.el (c-emacs-features):
6154 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6155 (antlr-directory-dependencies):
6156 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6157 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6158 (ada-find-any-references, ada-make-filename-from-adaname)
6159 (ada-make-body-gnatstub):
6160 * obsolete/rnews.el (news-list-news-groups):
6161 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6162 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6163 * net/rcirc.el (rcirc-debug):
6164 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6165 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6166 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6167 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6168 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6169 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6170 (newsticker--treeview-list-clear-highlight)
6171 (newsticker--treeview-list-update-highlight)
6172 (newsticker--treeview-list-highlight-start)
6173 (newsticker--treeview-tree-update-highlight)
6174 (newsticker--treeview-get-selected-item)
6175 (newsticker-treeview-mark-list-items-old)
6176 (newsticker--treeview-set-current-node):
6177 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6178 * net/newst-backend.el (newsticker--get-news-by-funcall)
6179 (newsticker--get-news-by-wget, newsticker--image-get)
6180 (newsticker--image-sentinel):
6181 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6182 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6183 (eudc-ph-close-session):
6184 * net/eudc.el (eudc-save-options):
6185 * language/thai-word.el (thai-update-word-table):
6186 * language/japan-util.el (japanese-string-conversion):
6187 * international/titdic-cnv.el (tsang-quick-converter)
6188 (ziranma-converter, ctlau-converter):
6189 * international/mule-cmds.el (describe-language-environment):
6190 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6191 (skkdic-convert-postfix, skkdic-convert-prefix):
6192 (skkdic-convert-okuri-nasi, skkdic-convert):
6193 * emacs-lisp/re-builder.el (reb-update-overlays):
6194 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6195 * emacs-lisp/gulp.el (gulp-send-requests):
6196 * emacs-lisp/find-gc.el (trace-call-tree):
6197 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6198 (eieio-describe-generic):
6199 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6200 * emacs-lisp/edebug.el (edebug-outside-excursion):
6201 * emacs-lisp/debug.el (debugger-make-xrefs):
6202 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6203 * emacs-lisp/chart.el (chart-new-buffer):
6204 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6205 Use with-current-buffer.
6206 * textmodes/artist.el (artist-system): Don't call
6207 copy-sequence on a fresh string.
6208 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6209
6210 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6211
6212 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6213 is no item to edit. (Bug#4820)
6214 (todo-top-priorities): Restore point and restore narrowing in Todo
6215 buffer. (Bug#4820)
6216
6217 2009-10-31 Glenn Morris <rgm@gnu.org>
6218
6219 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6220 (comint-last-output-start, comint-last-input-start)
6221 (comint-last-input-end): Don't defvar when compiling.
6222 (ange-ftp-process-file): Use bound-and-true-p.
6223
6224 * pcmpl-rpm.el (top-level): Move provide statement to end.
6225 (pcmpl-rpm): Remove unused custom group.
6226
6227 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6228
6229 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6230
6231 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6232 (byte-compile-warnings): Add `constants' as an option.
6233 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6234 (display-call-tree): Update for byte-compile-fdefinition possibly
6235 returning `(macro lambda ...)'. (Bug#4778)
6236 (byte-compile-variable-ref, byte-compile-setq-default):
6237 Respect `constants' member of byte-compile-warnings.
6238
6239 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6240 Use mapc rather than mapcar because the return value is never used.
6241
6242 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6243 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6244 * cedet/semantic/html.el:
6245 Suppress harmless warnings about setting up semantic-imenu (not
6246 part of Emacs) variables.
6247
6248 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6251 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6252 to "submit:".
6253
6254 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6255 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6256 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6257 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6258 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6259 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6260 (semantic-analyzer-debug-global-symbol)
6261 (semantic-analyzer-debug-missing-innertype)
6262 (semantic-analyzer-debug-insert-include-summary):
6263 * cedet/semantic/util.el (semantic-file-tag-table):
6264 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6265 (semantic-recursive-find-nonterminal-by-name):
6266 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6267 * cedet/semantic/tag-file.el (semantic-prototype-file):
6268 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6269 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6270 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6271 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6272 (semantic-idle-summary-maybe-highlight):
6273 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6274 (semantic-ia-sb-tag-info):
6275 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6276 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6277 * cedet/semantic/ede-grammar.el (project-compile-target):
6278 (ede-proj-makefile-insert-variables):
6279 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6280 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6281 (semantic-debug-mode, semantic-debug):
6282 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6283 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6284 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6285 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6286 (semanticdb-find-translate-path-includes--internal)
6287 (semanticdb-reset-log, semanticdb-find-log-activity):
6288 * cedet/semantic/db-file.el (object-write):
6289 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6290 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6291 (semanticdb-create-ebrowse-database):
6292 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6293 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6294 (semantic-collector-calculate-completions-raw)
6295 (semantic-complete-read-tag-analyzer):
6296 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6297 * cedet/ede/util.el (ede-update-version-in-source):
6298 * cedet/ede/proj.el (project-delete-target):
6299 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6300 (ede-proj-flush-autoconf):
6301 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6302 (ede-proj-configure-synchronize):
6303 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6304 * cedet/ede/linux.el (ede-linux-version):
6305 * cedet/ede/emacs.el (ede-emacs-version):
6306 * cedet/ede/dired.el (ede-dired-add-to-target):
6307 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6308 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6309 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6310 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6311 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6312 (cedet-idutils-version-check):
6313 * cedet/cedet-global.el (cedet-gnu-global-call):
6314 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6315 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6316 * cedet/cedet-cscope.el (cedet-cscope-call)
6317 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6318 Use with-current-buffer.
6319 * cedet/ede.el (ede-make-project-local-variable)
6320 (ede-set-project-variables, ede-set): Use dolist.
6321
6322 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6323
6324 * textmodes/ispell.el (ispell-skip-region-alist):
6325 * international/mule-conf.el (eight-bit):
6326 * international/fontset.el (font-encoding-alist):
6327 * startup.el (pure-space-overflow-message):
6328 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6329 * paths.el (gnus-nntp-service, rmail-spool-directory)
6330 (term-file-prefix):
6331 * files.el (save-some-buffers-action-alist):
6332 * cmuscheme.el (same-window-buffer-names):
6333 * ielm.el (same-window-buffer-names):
6334 * shell.el (same-window-buffer-names):
6335 * mail/sendmail.el (same-window-buffer-names):
6336 * progmodes/inf-lisp.el (same-window-buffer-names):
6337 * bindings.el (mode-line-client)
6338 (mode-line-column-line-number-mode-map):
6339 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6340 (tibetan-precomposed-regexp): Purecopy string arguments.
6341
6342 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6345 (calcDigit-nondigit):
6346 * calc/calc-yank.el (calc-copy-to-buffer):
6347 * calc/calc-units.el (calc-invalidate-units-table):
6348 * calc/calc-trail.el (calc-trail-yank):
6349 * calc/calc-store.el (calc-insert-variables):
6350 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6351 * calc/calc-prog.el (calc-read-parse-table):
6352 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6353 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6354 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6355 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6356 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6357 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6358 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6359 * calc/calc-ext.el (calc-realign):
6360 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6361 (calc-embedded-finish-edit, calc-embedded-make-info)
6362 (calc-embedded-finish-command, calc-embedded-stack-change):
6363 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6364
6365 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6366 (overload-docstring-extension): Use that info.
6367 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6368 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6369 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6370 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6371 (semantic-nonterminal-full-name): Add the new `when' info.
6372 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6373 `assert'.
6374
6375 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6376 shell-dynamic-complete-filename in preference to
6377 comint-dynamic-complete-filename.
6378
6379 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6380 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6381 Don't consider whether the display supports colors.
6382 (bookmark-import-new-list): Use dolist.
6383 (bookmark-bmenu-mode-map): Move initialization into declaration.
6384 (bookmark-bmenu-list): Use dolist, simplify.
6385 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6386 (menu-bar-final-items): Use push.
6387
6388 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6389
6390 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6391 it works on remote files.
6392 (vc-hg-diff): Don't pass any `--cwd' argument.
6393
6394 2009-10-27 Kevin Ryde <user42@zip.com.au>
6395
6396 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6397 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6398 (Further to Bug#3921).
6399
6400 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6401
6402 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6403 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6404 calling `tramp-imap-put-file'. Add file size to the call.
6405 (tramp-imap-get-file-entries): Compute also user name, file size,
6406 and date.
6407 (tramp-imap-handle-insert-directory): Insert uid and gid.
6408 (tramp-imap-handle-file-attributes): Transform uid and gid
6409 according to `id-format'.
6410 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6411 size in header X-Size.
6412
6413 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6414
6415 * simple.el (transpose-subr): Give clearer error when the mark
6416 is not set. (Bug#4807)
6417
6418 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/tramp.el (tramp-perl-file-truename): New defconst.
6421 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6422 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6423 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6424 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6425
6426 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6427 Ignore `dired-call-process'.
6428 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6429
6430 2009-10-26 Julian Scheid <julians37@gmail.com>
6431
6432 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6433 (tramp-get-remote-readlink): New defun.
6434 (tramp-handle-file-truename): Use it.
6435 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6436 file exists if cache value present.
6437 (tramp-check-cached-permissions): New defun.
6438 (tramp-handle-file-readable-p): Use it.
6439 (tramp-handle-file-writable-p): Likewise.
6440 (tramp-handle-file-executable-p): Likewise.
6441 (tramp-handle-file-name-all-completions): Try using Perl to get
6442 partial completions. When perl not available, combine `cd' and
6443 `ls' into single remote operation and use shell expansion to get
6444 partial remote directory contents. Set `file-exists-p' cache for
6445 directory and any files returned by ls. Change cache handling to
6446 support partial directory contents. Use error message emitted by
6447 remote `cd' or Perl code for local tramp-error.
6448 (tramp-do-copy-or-rename-file-directly): Avoid separate
6449 tramp-send-command-and-check call.
6450 (tramp-handle-process-file): Merge three remote ops into one.
6451 Do not flush all caches when `process-file-side-effects' is set.
6452 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6453 file-attributes shows uid/gid to be set already.
6454
6455 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6456
6457 * textmodes/tex-mode.el (tex-dvi-view-command)
6458 (tex-show-queue-command, tex-open-quote):
6459 * progmodes/ruby-mode.el (auto-mode-alist)
6460 (interpreter-mode-alist): Purecopy strings.
6461
6462 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6463
6464 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6465 string for the hook, keymap and abbrev table.
6466
6467 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6468
6469 * x-dnd.el (x-dnd-xdnd-to-action):
6470 * startup.el (fancy-startup-text, fancy-about-text): Change to
6471 defconst from defvar.
6472
6473 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6474
6475 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6476 Purecopy initialization strings.
6477
6478 * mail/sendmail.el (mail-header-separator)
6479 (mail-personal-alias-file):
6480 * mail/rmail.el (rmail-default-dont-reply-to-names)
6481 (rmail-ignored-headers, rmail-retry-ignored-headers)
6482 (rmail-highlighted-headers, rmail-secondary-file-directory)
6483 (rmail-secondary-file-regexp):
6484 * files.el (null-device, file-name-invalid-regexp)
6485 (locate-dominating-stop-dir-regexp)
6486 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6487 (interpreter-mode-alist): Use mapcar instead of mapc.
6488
6489 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6490
6491 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6492 (completion-ignored-extensions):
6493 (debug-ignored-errors): Purecopy strings.
6494
6495 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6498 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6499 (pcomplete--here): Use push.
6500
6501 * subr.el (all-completions): Declare the 4th arg obsolete.
6502
6503 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6506 (pcomplete-unquote-argument): New function.
6507 (pcomplete--common-suffix): Always pay attention to case.
6508 (pcomplete--table-subvert): Quote and unquote the text.
6509 (pcomplete--common-quoted-suffix): New function.
6510 (pcomplete-std-complete): Use it and pcomplete-begin.
6511
6512 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6513 we're inside a dedicated or minibuffer window.
6514
6515 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * cedet/semantic/fw.el (semantic-alias-obsolete)
6518 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6519 (define-mode-overload-implementation):
6520 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6521 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6522 * cedet/semantic/util.el (semantic-file-token-stream)
6523 (semantic-something-to-stream):
6524 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6525 (semantic-expand-nonterminal):
6526 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6527 (semantic-find-dependency, semantic-find-nonterminal)
6528 (semantic-find-dependency):
6529 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6530 (semantic-flex-text, semantic-flex-make-keyword-table)
6531 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6532 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6533 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6534 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6535 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6536 (semantic-after-idle-scheduler-reparse-hooks):
6537 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6538 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6539 * cedet/semantic.el (semantic-toplevel-bovine-table)
6540 (semantic-toplevel-bovine-cache)
6541 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6542 (semantic-init-mode-hooks, semantic-init-db-hooks)
6543 (semantic-bovination-working-type): Provide the `when' arg.
6544
6545 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6546
6547 * bookmark.el: Update documentation, especially documentation
6548 of `bookmark-alist' and of the bookmark file format.
6549 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6550
6551 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6554 keybindings apply to the mail buffer (Bug#4003). Shrink help
6555 window to buffer.
6556
6557 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6558 (global-whitespace-mode, global-whitespace-newline-mode)
6559 (whitespace-toggle-options, global-whitespace-toggle-options):
6560 Doc fix (Bug#3660).
6561
6562 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6563 of xmltok-start before the end tag was inserted (Bug#2840).
6564
6565 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6566 patterns that are preceded by an open-paren (Bug#1320).
6567
6568 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6569
6570 * files.el (delete-directory): Delete symlinks to directories with
6571 delete-file (Bug#4739).
6572
6573 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6576 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6577 argument to make-obsolete.
6578
6579 * cedet/semantic/fw.el (semantic-alias-obsolete)
6580 (semantic-varalias-obsolete): Add optional WHEN argument.
6581
6582 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6583
6584 * vc.el (vc-backend-for-registration): Rename from
6585 vc-get-backend-for-registration. Update callers.
6586
6587 * international/mule-cmds.el (set-language-info-alist):
6588 Purecopy lang-env.
6589 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6590 (charset): Purecopy the name.
6591 (define-char-code-property): Purecopy string arguments.
6592
6593 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6594 Purecopy string arguments.
6595
6596 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6597 * ediff-hook.el (menu-bar-ediff-menu):
6598 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6599 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6600
6601 2009-10-24 Glenn Morris <rgm@gnu.org>
6602
6603 * comint.el (comint-dynamic-list-completions):
6604 * term.el (term-dynamic-list-completions): Use choose-completion rather
6605 than obsolete alias mouse-choose-completion.
6606
6607 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6608 file-cache-choose-completion.
6609 (file-cache-choose-completion): Handle an optional event argument.
6610 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6611
6612 * progmodes/octave-mod.el (octave-complete-symbol):
6613 Use choose-completion if mouse-choose-completion is ever removed.
6614
6615 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6616 use.
6617
6618 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6619 compiler.
6620
6621 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6622
6623 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6626 Ignore `pred' now that we receive one.
6627 Handle test-completion specially.
6628
6629 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6630
6631 * vc.el (vc-responsible-backend): Throw an error if not backend is
6632 found. Remove the REGISTER argument. Move the code dealing with
6633 REGISTER ...
6634 (vc-get-backend-for-registration): ... here. New function.
6635 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6636 of vc-responsible-backend, pass the file name instead of the
6637 directory name.
6638
6639 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6642 New funs.
6643 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6644 (pcomplete-comint-setup): Don't modify a global var via
6645 accidental side-effects.
6646 (pcomplete-shell-setup): Adjust call accordingly.
6647 (pcomplete-parse-comint-arguments): Use push.
6648
6649 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6652 Allow uncapitalized info node names (Bug#3921).
6653
6654 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6655 to the DEBUG file (Bug#3781).
6656
6657 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6658
6659 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6660 dictionary entry (Bug#4579).
6661
6662 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6665 from `rfn-eshadow-update-overlay-hook' when unloading.
6666 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6667 "rsyncc". Adjust doc string.
6668 (tramp-temp-buffer-file-name): New buffer-local defvar.
6669 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6670 Keep temporary file when indicated by method ("rsync" and
6671 "rsyncc").
6672 (tramp-handle-write-region): Handle APPEND.
6673 (tramp-delete-temp-file-function): New defun. Added to
6674 `kill-buffer-hook'.
6675
6676 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6679
6680 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6681
6682 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6683 (color-name-rgb-alist, tty-standard-colors)
6684 (tty-color-mode-alist): Change to defconst.
6685
6686 * simple.el (mark-inactive): Purecopy message.
6687
6688 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6689 (global-map, yank-menu):
6690 * textmodes/ispell.el (ispell-menu-map):
6691 * net/eudc.el (eudc-tools-menu):
6692 * international/mule-cmds.el (describe-language-environment-map)
6693 (setup-language-environment-map, set-coding-system-map)
6694 (mule-menu-keymap):
6695 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6696 * replace.el (occur-mode-map):
6697 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6698
6699 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6700
6701 * calc/calc.el (math-read-number, math-read-number-simple): Use
6702 `save-match-data'.
6703
6704 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6707 rather than fiddling with global-map bindings, since it should only
6708 affect per-terminal settings.
6709 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6710
6711 * minibuffer.el (completion-table-with-terminator): Allow to specify
6712 the terminator-regexp.
6713
6714 * simple.el (switch-to-completions): Look for *Completions* in other
6715 frames as well.
6716
6717 * pcomplete.el: Allow the use of completion-tables.
6718 (pcomplete-std-complete): New command.
6719 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6720 (pcomplete--here): Use a function for `form' rather than an expression,
6721 so it can be byte-compiled.
6722 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6723 Add edebug declaration.
6724 (pcomplete-show-completions): Remove unused var `curbuf'.
6725 (pcomplete-do-complete, pcomplete-stub):
6726 Don't assume `completions' is a list of strings any more.
6727
6728 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * find-dired.el (find-name-arg): Fix typo in docstring.
6731
6732 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6735 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6736
6737 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6738 pcomplete-entries.
6739
6740 * comint.el (comint-read-input-ring, comint-write-input-ring)
6741 (comint-substitute-in-file-name)
6742 (comint-dynamic-complete-as-filename)
6743 (comint-dynamic-simple-complete)
6744 (comint-dynamic-list-filename-completions)
6745 (comint-dynamic-list-completions)
6746 (comint-redirect-results-list-from-process): Minor simplifications.
6747
6748 2009-10-21 Kevin Ryde <user42@zip.com.au>
6749
6750 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6751 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6752 the first form. And insert a blank line after ";;; Code" since
6753 that's usual style. (Bug#4612)
6754
6755 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6756
6757 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * minibuffer.el (completion-table-with-terminator): Properly implement
6760 boundaries, in case `terminator' appears in the suffix.
6761 (completion--embedded-envvar-table): Don't return boundaries if
6762 there's no valid completion. Simplify.
6763 (completion-file-name-table): New completion table extracted from
6764 completion--file-name-table.
6765 (completion--file-name-table): Use it.
6766 (read-file-name-predicate): Declare obsolete.
6767 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6768 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6769 completion-file-name-table, and use the `pred' argument.
6770 * files.el (locate-file-completion-table): Use the `pred' arg rather
6771 than read-file-name-predicate.
6772 (abbreviate-file-name): Use \` rather than ^ for BOS.
6773
6774 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6775
6776 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6777 vc-responsible-backend to register, it causes problems.
6778
6779 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6782
6783 2009-10-21 Eric Ludlam <zappo@gnu.org>
6784
6785 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6786 (semantic-c-debug-mode-init-pch): New functions.
6787 (semantic-c-debug-mode-init-last-mode): New var.
6788 (semantic-c-parse-lexical-token): Use them.
6789
6790 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6791 When extracting the argument list, limit only by point-max.
6792
6793 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6796 (tramp-smb-handle-file-attributes): Use it.
6797 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6798 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6799 `mapcar'. Use `tramp-smb-get-stat-capability'.
6800 Add `dired-filename' text properties.
6801 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6802 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6803 version.
6804
6805 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * subr.el (read-key-delay): Reduce to 0.01.
6808 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6809 (bug#4751).
6810
6811 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6814
6815 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6816 (Info-menu): Remove unused vars `last' and `completions'.
6817 (Info-index-nodes): Remove unused var `node'.
6818
6819 * info.el (Info-complete-menu-item): Use complete-with-action.
6820
6821 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6822
6823 Make vc-annotate work through copies and renames.
6824 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6825 Return the file name too.
6826 (vc-annotate-revision-at-line)
6827 (vc-annotate-find-revision-at-line)
6828 (vc-annotate-revision-previous-to-line)
6829 (vc-annotate-show-log-revision-at-line): Update to get the file
6830 name from vc-annotate-extract-revision-at-line.
6831 (vc-annotate-show-diff-revision-at-line-internal): Change the
6832 argument to mean whether to show a file diff or not. Get the file
6833 name from vc-annotate-extract-revision-at-line.
6834 (vc-annotate-show-diff-revision-at-line):
6835 Update vc-annotate-show-diff-revision-at-line call.
6836 (vc-annotate-warp-revision): Add an optional file argument.
6837
6838 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6839 (vc-git-annotate-extract-revision-at-line): Also return the file
6840 name if found.
6841
6842 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6843 command. Remove unused code.
6844 (vc-hg-annotate-re): Update to match --follow output.
6845 (vc-hg-annotate-extract-revision-at-line): Also return the file
6846 name if found.
6847
6848 * vc.el: Update annotate-extract-revision-at-line documentation.
6849
6850 2009-10-18 Kevin Ryde <user42@zip.com.au>
6851
6852 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6853 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6854
6855 * net/browse-url.el (browse-url): Identify alist with "consp and
6856 not functionp" and let all other things go down the `apply' leg,
6857 as suggested by Stefan. (Further to bug#4531.)
6858
6859 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * minibuffer.el (read-file-name): Check for repeat before putting
6862 a default argument in file-name-history (Bug#4657).
6863
6864 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6865 read syntax (Bug#4737).
6866
6867 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6868
6869 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6870
6871 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6872 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6873 entries and make note of obsolete tags.
6874
6875 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6878
6879 2009-10-18 Glenn Morris <rgm@gnu.org>
6880
6881 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6882 grep, so that binary files (eg international/uni-bidi.el) can match.
6883 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6884 now, and in any case the file header format has changed.
6885
6886 2009-10-17 Glenn Morris <rgm@gnu.org>
6887
6888 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6889 (flyspell-get-word, flyspell-large-region)
6890 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6891
6892 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * Makefile.in (ELCFILES): Add ede/shell.
6895
6896 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6897
6898 * term/common-win.el (x-colors): Purecopy it.
6899
6900 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6903 permissive for when the buffer is empty.
6904 (tar-header-block-tokenize): Decode the username and groupname.
6905 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6906
6907 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * cedet/srecode/srt.el:
6910 * cedet/srecode/compile.el:
6911 * cedet/semantic/mru-bookmark.el:
6912 * cedet/semantic/debug.el:
6913 * cedet/semantic/complete.el:
6914 * cedet/semantic/analyze.el: Require CL when compiling.
6915
6916 2009-10-17 Eric Ludlam <zappo@gnu.org>
6917
6918 * cedet/semantic/scope.el
6919 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6920 tmpscope so that the regular scope will continue to work.
6921
6922 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6923 Use semantic-idle-summary-highlight-face as the highlighting.
6924
6925 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6926 contains multibyte characters, choose first applicable coding
6927 system automatically.
6928
6929 * cedet/ede/project-am.el (project-run-target): New method.
6930 (project-run-target): New method.
6931
6932 * cedet/ede.el (ede-target): Add run target menu item.
6933 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6934 (ede-run-target): New function.
6935 (ede-target::project-run-target): New method.
6936
6937 * cedet/ede/proj.el (project-run-target): New method.
6938
6939 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6940 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6941 Add :rules.
6942 (ede-proj-target-makefile-shared-object): Only libtool compilers
6943 now available. Add linkers for libtool.
6944 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6945 (ede-proj-makefile-target-name): Always use .la extension.
6946
6947 * cedet/ede/proj-prog.el (project-run-target): New method.
6948
6949 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6950 (ede-g++-linker): Change Change link lines.
6951
6952 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6953 When searching for old variables, go to the end of the buffer and
6954 search backward from there.
6955 (ede-proj-makefile-automake-insert-subdirs)
6956 (ede-proj-makefile-automake-insert-extradist): New methods.
6957 (ede-proj-makefile-create): Use them.
6958
6959 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6960 Force FILE to expand to the current target. Use file-exists-p to
6961 check that it exists.
6962
6963 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6964 (ede-linux-load): Wrap dir in file-name-as-directory.
6965 Set :version slot.
6966
6967 * cedet/ede/files.el (ede-get-locator-object): When enabling
6968 locate, do so on "top".
6969
6970 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6971 file-name-as-directory during compare.
6972 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6973 Get version number from different places. Don't call egrep.
6974 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6975 to set the directory.
6976
6977 * cedet/ede/shell.el: New file.
6978
6979 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6980 alpha/beta variants.
6981
6982 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * international/mule-cmds.el (select-safe-coding-system): If the file
6985 has a coding cookie, use it regardless of any other setting (bug#4712).
6986
6987 2009-10-17 Glenn Morris <rgm@gnu.org>
6988
6989 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6990 All errors should have messages.
6991
6992 * foldout.el (foldout-mouse-swallow-events):
6993 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6994
6995 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6996 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6997 (dired-keep-marker-symlink, dired-dwim-target)
6998 (dired-copy-preserve-time): Do not autoload these defcustoms.
6999
7000 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7001 messages from messing up the file coding. (Bug#4623)
7002
7003 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7004
7005 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7006 if no match is found for the current dictionary. (Bug#4578)
7007
7008 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7009 optional, since that is how it is documented, and this is often called
7010 with a nil argument. (Bug#4577)
7011 (flyspell-external-point-words, flyspell-auto-correct-word)
7012 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7013 (flyspell-word-search-backward): Remove nil argument in calls to
7014 flyspell-get-word, since it is not needed now.
7015
7016 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7017
7018 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7019
7020 2009-10-16 Glenn Morris <rgm@gnu.org>
7021
7022 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7023
7024 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7025
7026 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7027 (ange-ftp-file-size): New function.
7028 (ange-ftp-file-attributes): Use it.
7029
7030 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7031
7032 * net/tramp-smb.el (tramp-smb-version): New defvar.
7033 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7034 repeated checks.
7035
7036 2009-10-16 Glenn Morris <rgm@gnu.org>
7037
7038 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7039 Maybe copy some custom properties from old to new name. (Bug#4706)
7040
7041 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * subr.el (error, sit-for, start-process-shell-command)
7044 (start-file-process-shell-command): Set the calling convention
7045 after the function definition.
7046
7047 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * subr.el (error, sit-for, start-process-shell-command)
7050 (start-file-process-shell-command): Use the new
7051 set-advertised-calling-convention feature.
7052
7053 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7054
7055 * international/ucs-normalize.el (ucs-normalize-version):
7056 Change to 1.2.
7057 (check-range): Adjust for Unicode 5.2.
7058
7059 2009-10-15 Juri Linkov <juri@jurta.org>
7060
7061 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7062 to the `menu-item' format.
7063
7064 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7067 if the environment variable does not exist.
7068
7069 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7070 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7071 parameter.
7072 (tramp-smb-handle-add-name-to-file)
7073 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7074 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7075 (tramp-smb-handle-file-attributes)
7076 (tramp-smb-do-file-attributes-with-stat)
7077 (tramp-smb-handle-file-local-copy)
7078 (tramp-smb-handle-insert-directory)
7079 (tramp-smb-handle-make-directory)
7080 (tramp-smb-handle-make-directory-internal)
7081 (tramp-smb-handle-make-symbolic-link)
7082 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7083 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7084 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7085 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7086 Handle long file names.
7087 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7088 process is running.
7089 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7090 Read share names with "-g" option.
7091
7092 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7093
7094 * net/rcirc.el (rcirc-view-log-file): New command.
7095 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7096 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7097 specified.
7098
7099 2009-10-15 Glenn Morris <rgm@gnu.org>
7100
7101 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7102 from the second command-line argument.
7103 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7104 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7105 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7106 w32-batch-update-autoloads.
7107 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7108 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7109
7110 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7111 the headers cannot be located. Simplify, subtracting superflous
7112 save-excursions.
7113
7114 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 Replace completion-base-size by completion-base-position to fix bugs
7117 such as (bug#4699).
7118 * simple.el (completion-base-position): New var.
7119 (completion-base-size): Mark as obsolete.
7120 (choose-completion): Make it work for mouse events as well.
7121 Pass the new base-position to choose-completion-string.
7122 (choose-completion-guess-base-position): New function, extracted from
7123 choose-completion-delete-max-match.
7124 (choose-completion-delete-max-match): Use it. Make obsolete.
7125 (choose-completion-string): Use the new base-position info.
7126 (completion-root-regexp): Delete.
7127 (completion-setup-function): Preserve completion-base-position.
7128 Eliminate obsolete base-size manipulation.
7129 * minibuffer.el (display-completion-list): Don't mess with base-size.
7130 (minibuffer-completion-help): Set completion-base-position instead.
7131 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7132 choose-completion.
7133 * textmodes/bibtex.el (bibtex-complete):
7134 * emacs-lisp/crm.el (crm--choose-completion-string):
7135 Adjust to new calling convention.
7136 * complete.el (partial-completion-mode): Use minibufferp to avoid
7137 bumping into incompatible change to choose-completion-string-functions.
7138 * ido.el (ido-choose-completion-string): Make its calling convention
7139 more permissive.
7140 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7141 base-size manipulation.
7142 (comint-dynamic-list-input-ring): Use dotimes and push.
7143 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7144 fundamental-mode. Use `or'.
7145
7146 2009-10-14 Juri Linkov <juri@jurta.org>
7147
7148 * misearch.el (multi-isearch-next-buffer-from-list)
7149 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7150
7151 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7154 `bytecomp.el'.
7155
7156 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7157 string we return is all made up of text from the completions rather
7158 than part from the completions and part from the input (bug#4219).
7159
7160 * ido.el (ido-everywhere): Use define-minor-mode.
7161
7162 * buff-menu.el (list-buffers, ctl-x-map):
7163 Mark the entry points with ;;;###autoload cookies.
7164
7165 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7166
7167 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7168 correctly in the detached head case.
7169 (vc-git-print-log): Remove unused binding.
7170
7171 * vc.el (vc-responsible-backend): When a directory is passed for
7172 for registration create a VC repository if no backend is
7173 responsible for the directory argument.
7174 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7175
7176 * vc.el: Move comments about RCS and SCCS ...
7177 * vc-rcs.el:
7178 * vc-sccs.el: ... here, respectively.
7179
7180 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * minibuffer.el (completion--file-name-table): Return nil if there's
7183 no file completion, even if substitute-in-file-name changed
7184 the string (bug#4708).
7185
7186 2009-10-13 Juri Linkov <juri@jurta.org>
7187
7188 * files-x.el (read-file-local-variable-value): Don't filter out
7189 minor modes from mode name completion (bug#4664).
7190
7191 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7192
7193 * international/mule-cmds.el (ucs-names): Remove exclusion of
7194 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7195
7196 2009-10-13 Kenichi Handa <handa@m17n.org>
7197
7198 * international/uni-name.el: Regenerated.
7199
7200 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7203 should be automatically buffer-local, but isn't.)
7204
7205 2009-10-12 Sam Steingold <sds@gnu.org>
7206
7207 * progmodes/compile.el (compilation-next-error-function): Fix the
7208 timestamps if the buffer has been visited before.
7209 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7210 non-anchored patterns, like the perl one (bug#3928).
7211
7212 2009-10-12 Glenn Morris <rgm@gnu.org>
7213
7214 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7215 Let-bind `size'.
7216
7217 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * proced.el (proced-unload-function): New function.
7220
7221 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7222 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7223 Doc fix.
7224
7225 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7226
7227 2009-10-11 Juri Linkov <juri@jurta.org>
7228
7229 * files-x.el (read-file-local-variable-value):
7230 Provide default value only for bound variables (bug#4664).
7231
7232 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7233
7234 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7235 connection methods like smb.
7236
7237 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7238 can be empty.
7239
7240 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7241 (tramp-smb-file-name-handler-alist): Add handlers for
7242 `add-name-to-file', `make-symbolic-link'.
7243 (tramp-smb-handle-add-name-to-file)
7244 (tramp-smb-do-file-attributes-with-stat)
7245 (tramp-smb-handle-make-symbolic-link)
7246 (tramp-smb-get-cifs-capabilities): New defuns.
7247 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7248 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7249 (tramp-smb-handle-file-local-copy)
7250 (tramp-smb-handle-make-directory-internal)
7251 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7252 The file name syntax depends on cifs capabilities.
7253 (tramp-smb-handle-file-attributes):
7254 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7255 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7256 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7257
7258 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7261 (eieio-defclass): Apply deftype handler and setf-method properties
7262 directly.
7263 (eieio-add-new-slot): Avoid union function from cl library.
7264 (eieio--typep): New function.
7265 (eieio-perform-slot-validation): Use it.
7266
7267 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7268
7269 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7270 Update documentation to refer to the variables documented in r1.135.
7271 (Bug#4188)
7272
7273 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7274
7275 * bookmark.el (Info-suffix-list): Remove this unused variable.
7276 (bookmark-current-point): Remove this obsolete variable.
7277 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7278 Adjust for removal of bookmark-current-point.
7279
7280 (bookmarks-already-loaded, bookmark-current-buffer)
7281 (bookmark-yank-point): Document. (Bug#4188)
7282
7283 2009-10-10 Glenn Morris <rgm@gnu.org>
7284
7285 * frame.el (frame-height): Doc fix.
7286
7287 * calendar/calendar.el (calendar-split-width-threshold): New option.
7288 (calendar-basic-setup): Use calendar-split-width-threshold.
7289
7290 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7291
7292 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7293 Use .la for Automake.
7294
7295 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7298 Use "autoreconf -i". Suggested by Andreas Schwab.
7299
7300 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7301
7302 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7303 Ideographic Supplement" range (U+1F200..U+1F2FF).
7304
7305 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7306
7307 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7308 since the list will have been rebuilt anyway. (Bug#4349)
7309
7310 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7311
7312 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7313 (bookmark-bmenu-execute-deletions): Don't save here, as
7314 bookmark-delete will now do so if necessary.
7315 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7316 (Bug#4348)
7317
7318 2009-10-09 Glenn Morris <rgm@gnu.org>
7319
7320 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7321
7322 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7323
7324 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7325 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7326 argument now, so the two function's behaviors will match. (Bug#3645)
7327
7328 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7331 Fix filename test.
7332 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7333 to expand file names.
7334
7335 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7338 (tramp-file-name-real-host, tramp-file-name-port):
7339 Apply `save-match-data'.
7340
7341 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7342 case both directories are remote.
7343 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7344 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7345
7346 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7349 (ede-proj-target-makefile-objectcode): Use it.
7350
7351 * cedet/ede/source.el (ede-want-any-source-files-p)
7352 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7353 Return search result. This error was introduced while merging.
7354
7355 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7356
7357 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7358
7359 2009-10-07 Glenn Morris <rgm@gnu.org>
7360
7361 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7362 of concat.
7363
7364 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * files-x.el (read-file-local-variable): Include some
7367 non-user-variables in the completion table (bug#4664).
7368
7369 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7372 message.
7373
7374 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7375 (tramp-smb-file-name-handler-alist): Add handler for
7376 `copy-directory', `expand-file-name', `set-file-modes'.
7377 (tramp-smb-handle-copy-directory)
7378 (tramp-smb-handle-expand-file-name)
7379 (tramp-smb-handle-set-file-modes): New defuns.
7380 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7381 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7382 entry.
7383 (tramp-smb-handle-insert-directory): Don't flush the cache.
7384 (tramp-smb-maybe-open-connection): Check for samba client and
7385 server versions.
7386
7387 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7388
7389 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7390 to not error out of search for "^lisp=" fails.
7391
7392 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * makefile.w32-in (WINS_UPDATES): New macro.
7395 (custom-deps, finder-data, autoloads): Use it.
7396
7397 2009-10-07 Glenn Morris <rgm@gnu.org>
7398
7399 * Makefile.in (autoloads): Revert previous change.
7400 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7401 the list of preloaded files passed on the command-line, get
7402 it from src/Makefile.
7403
7404 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7405 show the original buffer rather than a random one.
7406
7407 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7408
7409 * help.el (describe-no-warranty): Place point in a slightly better
7410 position in the GPLv3 text.
7411
7412 2009-10-06 Sam Steingold <sds@gnu.org>
7413
7414 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7415 the comm attribute is present before calling regexp-quote.
7416
7417 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7418
7419 * play/animate.el (animate-string): For good effect, make sure
7420 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7421
7422 * play/animate.el (animate-sequence, animate-birthday-present):
7423 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7424
7425 2009-10-06 Glenn Morris <rgm@gnu.org>
7426
7427 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7428
7429 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7430 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7431 (batch-update-autoloads): Process a string value of autoload-excludes,
7432 set during the build process.
7433 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7434
7435 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7436 inside with-parsed... macro so that `v' is defined.
7437
7438 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7439 * progmodes/fortran.el (fortran-end-of-block)
7440 (fortran-beginning-of-block):
7441 Also push mark in the macro case.
7442
7443 * emerge.el (emerge-show-file-name):
7444 * calc/calc.el (calc-quit):
7445 * calc/calc-misc.el (calc-big-or-small):
7446 * calc/calc-graph.el (calc-graph-view):
7447 * calc/calc-ext.el (calc-reset):
7448 * calendar/calendar.el (calendar-basic-setup):
7449 Use window-full-height-p.
7450
7451 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7452 header we don't understand, don't insert another. (Bug#4624)
7453 If changing mime charset, insert the new one in the right place.
7454
7455 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7456
7457 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7458 (cal-tex-cursor-month): Correctly increment the end date for diary and
7459 holiday listing. (Bug#4626)
7460
7461 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * help-fns.el (describe-function-1): Don't burp if the function is not
7464 a symbol.
7465
7466 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7469 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7470 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7471 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7472
7473 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7474 (eieio-default-superclass): Reflow docstrings.
7475 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7476 (eieio-unbind-method-implementations, defmethod)
7477 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7478 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7479 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7480 (eieio-slot-originating-class-p, eieio-slot-name-index)
7481 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7482 (constructor, initialize-instance, no-next-method, object-print)
7483 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7484 Fix typos in docstrings.
7485 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7486 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7487 (next-method-p): Doc fixes.
7488 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7489 Fix typos in error messages.
7490 (eieio-defmethod): Fix typo in description of generic method.
7491
7492 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7493 (eieio-persistent-save-interactive, slot-missing):
7494 Fix typos in docstrings.
7495 (eieio-instance-inheritor-slot-boundp): Doc fix.
7496
7497 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7498 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7499
7500 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7501 (eieio-custom-object-apply-reset):
7502 Fix typos in docstrings and error messages.
7503
7504 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7505 Fix typo in docstring.
7506
7507 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7508 (eieio-browse-tree): Doc fix.
7509 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7510 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7511 Fix typos in docstrings.
7512
7513 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7514 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7515 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7516 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7517 Reflow docstrings.
7518
7519 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7522 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7523 Set log-view-vc-backend so that diff can work.
7524
7525 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7526 vc-version-diff.
7527 (vc-diff-internal): Autoload this instead of vc-version-diff.
7528
7529 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7530
7531 * simple.el (eval-expression): Doc fix.
7532
7533 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7534
7535 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7536
7537 * files.el (directory-files-no-dot-files-regexp): New defconst.
7538 (delete-directory): Use it.
7539 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7540
7541 * net/tramp.el (tramp-verbose): Fix docstring.
7542 (tramp-methods): Add recursive option to `tramp-copy-args'.
7543 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7544 "scp1_old", "scp2_old", "rsync", "rsyncc".
7545 (tramp-default-method): Check also for `auth-source-user-or-password'.
7546 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7547 Add handler for `copy-directory'.
7548 (tramp-handle-copy-directory): New defun.
7549 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7550 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7551 Optimize sent command.
7552
7553 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7556 window if necessary.
7557
7558 * calendar/calendar.el (calendar-basic-setup): Don't call
7559 switch-to-buffer in a dedicated window.
7560
7561 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7562
7563 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7564 don't do anything related to relocating, just return nil.
7565 (bookmark-error-no-filename): New error.
7566 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7567 bookmark has no file. Don't even attempt to handle things that
7568 are not files; the whole point of custom handlers is to keep that
7569 knowledge elsewhere anyway. Tighten some comments.
7570 (bookmark-file-or-variation-thereof): Remove now-unused function.
7571 (bookmark-location): Doc string fix.
7572 (Bug#4250)
7573
7574 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7575
7576 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7577 don't use a file dialog, because they usually don't know how to read
7578 a directory target from the user. (Bug#4230)
7579 Also, make sure the prompt can display directories as well as files.
7580
7581 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7582
7583 * bookmark.el (bookmark-set, bookmark-buffer-name):
7584 Improve doc strings. (Bug#1193)
7585
7586 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7587
7588 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7589 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7590 (bookmark-get-annotation, bookmark-set-annotation)
7591 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7592 (bookmark-set-position, bookmark-get-front-context-string)
7593 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7594 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7595 (bookmark-jump-other-window, bookmark-handle-bookmark)
7596 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7597 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7598 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7599 Improve doc strings to say whether bookmark can be a string or
7600 a record or both, and make other consistency and clarity fixes.
7601 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7602 (bookmark-default-annotation-text, bookmark-yank-word)
7603 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7604 (bookmark-import-new-list, bookmark-maybe-rename)
7605 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7606 (bookmark-bmenu-bookmark): Give these doc strings.
7607 (bookmark-bmenu-check-position): Give this a doc string, but also
7608 add a FIXME comment about how the function may be pointless.
7609 (bookmark-default-handler): Rework doc string and change a
7610 parameter name, to clarify that this takes a bookmark record
7611 not a bookmark name.
7612 (bookmark-set): Change a parameter name to indicate its meaning,
7613 and improve the doc string a bit.
7614 (Bug#4188)
7615
7616 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7617
7618 * bookmark.el (bookmark-alist): Document the new `handler' element
7619 in the param alist.
7620 (bookmark-make-record-function): Adjust documentation for above.
7621 (Bug#4193)
7622
7623 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7624
7625 * info.el (Info-bookmark-make-record): Document this function.
7626 (Info-bookmark-jump): Document with a doc string, not just a comment.
7627 (Bug#4203)
7628
7629 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7632 (semantic-new-buffer-fcn): Call parser setup functions here.
7633 (semantic-mode): Don't call parser setup functions here, it's done
7634 in semantic-new-buffer-fcn now.
7635 (semantic-mode): Parse all existing buffers when enabled.
7636
7637 * cedet/srecode/compile.el (srecode-compile-file):
7638 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7639
7640 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7643
7644 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7645 (proj-comp-insert-variable-once): New macro, renamed from
7646 ede-pmake-insert-variable-once in ede/pmake.edl.
7647 (ede-proj-makefile-insert-variables): Use it.
7648
7649 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7650
7651 * files.el (copy-directory): New defun.
7652
7653 * dired-aux.el (dired-copy-file-recursive): Use it.
7654
7655 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7656
7657 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7658 (makefile-end-of-command):
7659 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7660 (semantic-end-of-context): Fix previous change. Doc fixes.
7661
7662 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * files-x.el (modify-dir-local-variable)
7665 (copy-dir-locals-to-file-locals-prop-line):
7666 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7667 (makefile-end-of-command):
7668 * cedet/semantic/lex.el (semantic-lex-token):
7669 * cedet/semantic/analyze/fcn.el
7670 (semantic-analyze-dereference-metatype-1):
7671 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7672 (semantic-lex-cpp-undef):
7673 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7674 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7675 (semantic-end-of-context): Fix typos in docstrings.
7676
7677 * recentf.el (recentf-unload-function): New function.
7678
7679 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * cedet/ede.el (ede-project-placeholder-cache-file):
7682 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7683 * cedet/srecode/map.el (srecode-map-save-file):
7684 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7685
7686 2009-10-04 Glenn Morris <rgm@gnu.org>
7687
7688 * window.el (window-full-height-p): Add doc string.
7689
7690 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7691
7692 * window.el (window-full-height-p): New function. (Bug#4543)
7693
7694 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * cedet/srecode/insert.el: Require srecode/args.
7697
7698 * cedet/srecode/args.el: Require srecode/dictionary instead of
7699 srecode/insert.
7700
7701 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7702
7703 * files.el (auto-mode-alist): Add .srt and Project.ede.
7704
7705 * cedet/semantic.el (semantic-mode):
7706 Handle srecode-template-mode-hook as well.
7707 (semantic-mode): Use js-mode-hook for Javascript hook.
7708
7709 * cedet/srecode/template.el: Remove hook variable.
7710
7711 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7712
7713 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7714 projects exist.
7715 (ede-project-placeholder-cache-file): Default to a file in
7716 user-emacs-directory.
7717
7718 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7719 templates in data-directory.
7720 (srecode-map-save-file): Default to a file in user-emacs-directory.
7721
7722 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7723 directory.
7724
7725 2009-09-30 Eric Ludlam <zappo@gnu.org>
7726
7727 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7728 Doc fix.
7729
7730 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7731 Only insert each variable once.
7732
7733 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7734 (ede-pmake-insert-variable-shared): Use it.
7735
7736 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7737 for lexical table iff table is nil.
7738
7739 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7740
7741 * vc.el: Remove commented out code.
7742 (vc-derived-from-dir-mode): Remove, unused.
7743 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7744
7745 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7746
7747 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7748 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7749 there could be recursive loading when `default-directory' is a
7750 remote file name. (Bug#4614)
7751
7752 2009-10-03 Glenn Morris <rgm@gnu.org>
7753
7754 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7755 the frame is wide.
7756 (calendar-generate-window): Test for shrinkability rather than width.
7757
7758 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7759 declaration, currently false.
7760
7761 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7762 reusing existing buffers, in case we happen to visit two files with the
7763 same basename. (Bug#4593)
7764
7765 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7766
7767 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7768 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7769 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7770 subdirs of cedet as well.
7771 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7772
7773 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7776 Obey advertised-signature-table.
7777
7778 * help-fns.el (help-function-arglist): Don't check
7779 advertised-signature-table.
7780 (describe-function-1): Do it here instead so it also applies to subrs.
7781
7782 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7783
7784 * simple.el (start-file-process): Say in the doc-string, that file
7785 handlers might not support pty association, if PROGRAM is nil.
7786
7787 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7788 HOST and USER are strings. They are nil, when there are
7789 incomplete entries in ~/.netrc, for example.
7790 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7791 root directory ("device busy" error otherwise).
7792
7793 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7794 Flush file properties of created directory.
7795
7796 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7797
7798 * makefile.w32-in (WINS_BASIC): Remove cedet.
7799 (WINS_CEDET): Add cedet.
7800 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7801
7802 2009-10-02 Kevin Ryde <user42@zip.com.au>
7803
7804 * net/browse-url.el (browse-url): Pass any symbol in
7805 browse-url-browser-function to `apply', since if you've mistakenly put
7806 an unbound symbol then the error is clearer. (Bug#4531)
7807
7808 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7809
7810 * allout.el (allout-init, allout-back-to-current-heading)
7811 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7812 (allout-ascend, allout-up-current-level, allout-end-of-level)
7813 (allout-previous-visible-heading, allout-forward-current-level)
7814 (allout-backward-current-level, allout-show-children):
7815 * apropos.el (apropos-describe-plist):
7816 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7817 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7818 * completion.el (add-completion, add-permanent-completion):
7819 * descr-text.el (describe-text-category, describe-char):
7820 * desktop.el (desktop-lazy-abort):
7821 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7822 * dired.el (dired-build-subdir-alist):
7823 * ediff.el (ediff-version):
7824 * elide-head.el (elide-head, elide-head-show):
7825 * emerge.el (emerge-version):
7826 * env.el (getenv):
7827 * face-remap.el (variable-pitch-mode):
7828 * faces.el (describe-face):
7829 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7830 (dired-at-point):
7831 * files.el (find-file-existing, auto-save-mode):
7832 * font-lock.el (font-lock-fontify-buffer):
7833 * help-fns.el (describe-function, describe-variable)
7834 (describe-syntax, describe-categories):
7835 * help.el (view-lossage, describe-bindings, describe-key)
7836 (describe-mode):
7837 * hexl.el (hexl-current-address):
7838 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7839 * info.el (Info-goto-emacs-key-command-node):
7840 * log-edit.el (log-edit-insert-cvs-template)
7841 (log-edit-insert-cvs-rcstemplate):
7842 * menu-bar.el (menu-bar-mode):
7843 * mouse.el (mouse-appearance-menu):
7844 * newcomment.el (comment-indent-new-line):
7845 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7846 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7847 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7848 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7849 * recentf.el (recentf-mode):
7850 * savehist.el (savehist-mode, savehist-save):
7851 * shadowfile.el (shadow-copy-files):
7852 * simple.el (kill-ring-save, next-line, previous-line)
7853 (normal-erase-is-backspace-mode):
7854 * strokes.el (strokes-update-window-configuration)
7855 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7856 (strokes-xpm-for-stroke):
7857 * time.el (emacs-uptime, emacs-init-time):
7858 * tutorial.el (tutorial--describe-nonstandard-key)
7859 (tutorial--detailed-help):
7860 * type-break.el (type-break-mode)
7861 (type-break-mode-line-message-mode, type-break-query-mode)
7862 (type-break-guesstimate-keystroke-threshold):
7863 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7864 * version.el (emacs-version):
7865 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7866 * winner.el (winner-mode):
7867 * calendar/timeclock.el (timeclock-in, timeclock-out)
7868 (timeclock-status-string, timeclock-change)
7869 (timeclock-workday-remaining-string)
7870 (timeclock-workday-elapsed-string)
7871 (timeclock-when-to-leave-string):
7872 * calendar/todo-mode.el (todo-add-category):
7873 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7874 * emacs-lisp/autoload.el (update-file-autoloads):
7875 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7876 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7877 (checkdoc-message-text, checkdoc-defun):
7878 * emacs-lisp/debug.el (debugger-list-functions):
7879 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7880 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7881 (eieio-describe-generic):
7882 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7883 * emacs-lisp/shadow.el (list-load-path-shadows):
7884 * emulation/cua-base.el (cua-mode):
7885 * emulation/edt.el (edt-set-scroll-margins):
7886 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7887 (tpu-toggle-regexp, tpu-toggle-search-direction)
7888 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7889 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7890 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7891 (viper-set-parsing-style-toggling-macro)
7892 (viper-set-emacs-state-searchstyle-macros):
7893 * emulation/viper.el (viper-set-hooks):
7894 * eshell/esh-mode.el (eshell-truncate-buffer):
7895 * international/mule-cmds.el (prefer-coding-system)
7896 (describe-input-method, describe-language-environment):
7897 * international/mule-diag.el (list-character-sets)
7898 (describe-character-set, describe-coding-system)
7899 (describe-fontset, list-fontsets, list-input-methods):
7900 * mail/sendmail.el (mail-signature):
7901 * net/ange-ftp.el (ange-ftp-copy-file):
7902 * net/browse-url.el (browse-url):
7903 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7904 * net/quickurl.el (quickurl-add-url):
7905 * net/rcirc.el (names, topic):
7906 * net/xesam.el (xesam-mode):
7907 * play/5x5.el (5x5-new-game):
7908 * play/yow.el (apropos-zippy):
7909 * progmodes/ada-mode.el (ada-mode-version):
7910 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7911 (f90-end-of-block)
7912 (f90-beginning-of-block):
7913 * progmodes/fortran.el (fortran-end-of-block)
7914 (fortran-beginning-of-block):
7915 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7916 * progmodes/python.el (python-describe-symbol, python-shell):
7917 * term/ns-win.el (ns-print-buffer):
7918 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7919 * textmodes/flyspell.el (flyspell-mode-on):
7920 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7921 (pages-directory-for-addresses):
7922 * textmodes/table.el (table-recognize-cell)
7923 (table-query-dimension, table-generate-source)
7924 (table-insert-sequence, table--warn-incompatibility):
7925 * textmodes/tex-mode.el (tex-validate-buffer):
7926 * textmodes/texinfmt.el (texinfmt-version)
7927 (texinfo-format-buffer):
7928 Use `called-interactively-p' instead of `interactive-p'.
7929
7930 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7931
7932 * image-mode.el (image-toggle-display):
7933 * emacs-lisp/elp.el (elp-instrument-function):
7934 * emacs-lisp/advice.el (ad-make-advised-definition):
7935 * emacs-lisp/easy-mmode.el (define-minor-mode):
7936 * net/browse-url.el (browse-url-maybe-new-window):
7937 * progmodes/sh-script.el (sh-learn-buffer-indent):
7938 Pass new argument 'any to `called-interactively-p'.
7939
7940 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7941
7942 * international/uni-bidi.el:
7943 * international/uni-category.el:
7944 * international/uni-combining.el:
7945 * international/uni-comment.el:
7946 * international/uni-decimal.el:
7947 * international/uni-decomposition.el:
7948 * international/uni-digit.el:
7949 * international/uni-lowercase.el:
7950 * international/uni-mirrored.el:
7951 * international/uni-name.el:
7952 * international/uni-numeric.el:
7953 * international/uni-old-name.el:
7954 * international/uni-titlecase.el:
7955 * international/uni-uppercase.el:
7956 Regenerate from Unicode 5.2.0 data.
7957
7958 2009-10-01 Glenn Morris <rgm@gnu.org>
7959
7960 * Makefile.in (ELCFILES): Regenerate.
7961
7962 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * subr.el (interactive-p): Mark obsolete.
7965 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7966 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7967 advertised-signature-table for subroutines as well.
7968
7969 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7970 (set-advertised-calling-convention): New function.
7971 (make-obsolete, define-obsolete-function-alias)
7972 (make-obsolete-variable, define-obsolete-variable-alias):
7973 Make the optional-ness of `when' obsolete.
7974 (define-obsolete-face-alias): Make `when' non-optional.
7975 * help-fns.el (help-function-arglist):
7976 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7977 Use advertised-signature-table.
7978
7979 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7980
7981 * files.el (delete-directory): New defun. The original function
7982 in fileio.c has been renamed to `delete-directory-internal'.
7983
7984 * dired.el (dired-delete-file): Call `delete-directory' with
7985 RECURSIVE parameter.
7986
7987 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7988 parameter RECURSIVE. Implementation is missing.
7989
7990 * net/tramp.el (tramp-handle-make-directory): Flush upper
7991 directory's file properties.
7992 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7993 (tramp-handle-dired-recursive-delete-directory): Flush directory
7994 properties after the remove command only.
7995
7996 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7997 Handle optional parameter RECURSIVE.
7998
7999 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8000 Handle optional parameter RECURSIVE.
8001
8002 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8003 connection timeout.
8004 (tramp-smb-handle-delete-directory): Handle optional parameter
8005 RECURSIVE.
8006
8007 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8010 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8011 (byte-compile-defmacro): Use backquotes.
8012
8013 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8014
8015 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8016 has no associated file.
8017 (vc-resynch-buffer): Use vc-dir-buffers.
8018
8019 2009-10-01 Glenn Morris <rgm@gnu.org>
8020
8021 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8022 (chart-file-count):
8023 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8024 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8025 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8026 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8027 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8028 (eieio-copy-parents-into-subclass, make-instance, class-children)
8029 (eieio-generic-form):
8030 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8031 * cedet/cedet-idutils.el (cedet-idutils-search)
8032 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8033 (cedet-idutils-version-check):
8034 * cedet/cedet.el (cedet-version):
8035 * cedet/data-debug.el (data-debug-insert-overlay-button)
8036 (data-debug-insert-overlay-list-button)
8037 (data-debug-insert-buffer-button)
8038 (data-debug-insert-buffer-list-button)
8039 (data-debug-insert-process-button, data-debug-insert-ring-button)
8040 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8041 (data-debug-insert-stuff-vector-button)
8042 (data-debug-insert-symbol-button, data-debug-insert-string)
8043 (data-debug-insert-number, data-debug-insert-lambda-expression)
8044 (data-debug-insert-nil, data-debug-insert-simple-thing)
8045 (data-debug-insert-custom, data-debug-edebug-expr):
8046 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8047 (global-ede-mode-map, ede-new, ede-debug-target)
8048 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8049 * cedet/semantic.el (semantic-minimum-working-buffer-size)
8050 (semantic-fetch-tags, semantic-submode-list)
8051 (semantic-default-submodes):
8052 * cedet/ede/source.el (ede-source-match):
8053 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8054 (project-am-package-info):
8055 * cedet/ede/proj.el (ede-proj-target, project-new-target):
8056 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8057 * cedet/ede/proj-comp.el (ede-current-build-list):
8058 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8059 * cedet/ede/files.el (ede-toplevel-project-or-nil):
8060 * cedet/ede/cpp-root.el (initialize-instance):
8061 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8062 (autoconf-parameter-strip, autoconf-insert-new-macro):
8063 * cedet/semantic/wisent.el (wisent-lex-eoi):
8064 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8065 (semantic-show-parser-state-mode):
8066 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8067 * cedet/semantic/tag.el (semantic-tag-new-variable)
8068 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8069 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8070 (semantic--tag-deep-copy-tag-list)
8071 (semantic-tag-components-with-overlays-default):
8072 * cedet/semantic/symref.el (semantic-symref-find-text):
8073 * cedet/semantic/senator.el (senator-yank-tag)
8074 (senator-transpose-tags-up):
8075 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8076 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8077 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8078 * cedet/semantic/lex.el (semantic-lex-comment-regex)
8079 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8080 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8081 * cedet/semantic/lex-spp.el
8082 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8083 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8084 * cedet/semantic/idle.el
8085 (semantic-idle-summary-current-symbol-info-brutish)
8086 (semantic-idle-summary-current-symbol-info-default):
8087 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8088 (semantic--grammar-macro-compl-dict):
8089 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8090 * cedet/semantic/format.el (semantic-format-tag-custom-list)
8091 (semantic-format-tag-canonical-name-default):
8092 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8093 (semantic-find-tags-for-completion)
8094 (semantic-find-tags-by-scope-protection-default)
8095 (semantic-deep-find-tags-for-completion):
8096 * cedet/semantic/edit.el
8097 (semantic-edits-incremental-reparse-failed-hook)
8098 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8099 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8100 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8101 * cedet/semantic/dep.el (semantic-dependency-include-path):
8102 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8103 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8104 (semanticdb-project-roots):
8105 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8106 (semanticdb-find-adebug-insert-scanned-tag-cons)
8107 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8108 (semanticdb-brute-deep-find-tags-for-completion):
8109 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8110 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8111 (semantic-end-of-context-default)
8112 (semantic-ctxt-current-function-default)
8113 (semantic-ctxt-scoped-types-default):
8114 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8115 (semantic-complete-inline-tag-engine)
8116 (semantic-complete-inline-custom-type)
8117 (semantic-complete-read-tag-analyzer):
8118 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8119 (semantic-chart-database-size):
8120 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8121 (semantic-analyze-current-context):
8122 * cedet/semantic/symref/list.el (semantic-symref)
8123 (semantic-symref-hide-buffer, semantic-symref-symbol):
8124 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8125 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8126 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8127 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8128 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8129 (semantic-c-dereference-template):
8130 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8131 (semantic--analyze-refs-full-lookup-with-parents)
8132 (semantic--analyze-refs-full-lookup-simple):
8133 * cedet/semantic/analyze/complete.el
8134 (semantic-analyze-possible-completions):
8135 * cedet/srecode/table.el (srecode-mode-table-new):
8136 * cedet/srecode/srt.el (srecode-read-variable-name):
8137 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8138 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8139 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8140 * cedet/srecode/map.el (srecode-current-map):
8141 * cedet/srecode/insert.el (srecode-insert)
8142 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8143 (srecode-template-inserter-point-override)
8144 (srecode-insert-include-lookup):
8145 * cedet/srecode/getset.el (srecode-auto-choose-class):
8146 * cedet/srecode/extract.el (srecode-inserter-extract):
8147 * cedet/srecode/document.el
8148 (srecode-document-autocomment-return-last-alist)
8149 (srecode-document-autocomment-param-type-alist)
8150 (srecode-document-insert-function-comment)
8151 (srecode-document-insert-variable-one-line-comment)
8152 (srecode-document-function-name-comment):
8153 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8154 (srecode-compound-toString):
8155 * cedet/srecode/compile.el (srecode-flush-active-templates):
8156 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8157 Doc/message fixes.
8158
8159 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8160 match-data. (Bug#4555).
8161
8162 * cedet/semantic/bovine/gcc.el
8163 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8164 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8165
8166 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8167 rather than parsing it as a regexp. This relaxes the layout
8168 requirements and makes errors easier to detect.
8169 (check-declare-verify): Check file is regular.
8170 (check-declare-directory): Doc fix.
8171 * subr.el (declare-function): Doc fix.
8172
8173 * ibuffer.el (ibuffer-format-qualifier):
8174 * isearch.el (hi-lock-regexp-okay):
8175 * calc/calc.el (math-zerop):
8176 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8177 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8178 Remove unused declarations.
8179
8180 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8181
8182 * cedet/semantic/wisent/javat-wy.el
8183 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8184
8185 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * cedet/srecode/expandproto.el: Fix provide statement.
8188
8189 2009-09-30 Eric Ludlam <zappo@gnu.org>
8190
8191 * emacs-lisp/eieio.el (boolean-p): Delete.
8192
8193 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8194
8195 * cedet/ede/srecode.el: Fix provide statement.
8196
8197 2009-09-30 Glenn Morris <rgm@gnu.org>
8198
8199 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8200 * cedet/ede/proj-aux.el (ede-aux-source):
8201 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8202 (ede-misc-source):
8203 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8204 (semantic-mrub-switch-tags): Fix doc typos.
8205
8206 * cedet/semantic/db-global.el (data-debug-new-buffer)
8207 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8208 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8209
8210 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8211
8212 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8213 use of CL function `remove-if-not'.
8214
8215 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8216
8217 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8218 filename is not a string.
8219
8220 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8221
8222 * files.el (safe-local-eval-forms): Fix typo.
8223
8224 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * vc-hooks.el (vc-dir-buffers): New var.
8227 (vc-state-refresh): New function.
8228 (vc-state): Use it.
8229 (vc-after-save): Always ask the backend to recompute the new state.
8230 Always call vc-dir if necessary, using vc-dir-buffers.
8231 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8232 Use vc-dir-buffers.
8233 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8234 (vc-dir-prepare-status-buffer, vc-dir-update)
8235 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8236 Don't call expand-file-name on default-directory.
8237
8238 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8239
8240 * speedbar.el (speedbar-item-delete):
8241 * calc/calc-prog.el (calc-kbd-if):
8242 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8243
8244 * epa.el (epa-key-list-mode-map):
8245 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8246
8247 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8248 (hs-show-hook): Fix typo in docstring.
8249
8250 2009-09-29 Glenn Morris <rgm@gnu.org>
8251
8252 * cedet/semantic/symref/idutils.el:
8253 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8254
8255 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8256
8257 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8258 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8259 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8260 Mark declarations not understood by check-declare.
8261
8262 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8263 file-name-nondirectory call preventing location of cedet files.
8264 (check-declare-verify): Use literal search rather than re-search.
8265 Add basic defmethod and defclass, and define-overloadable-function.
8266
8267 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8268 Use tramp-compat-file-attributes rather than nonexistent
8269 tramp-compat-handle-file-attributes.
8270
8271 * Makefile.in (lisptagsfiles4): New.
8272 (AUTOGENEL): Add cedet loaddefs files.
8273 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8274 (update-elclist, compile-always, backup-compiled-files)
8275 (bootstrap-clean): Add yet another directory level.
8276 (update-elclist): Use LC_COLLATE rather than COLLATE.
8277 (ELCFILES): Update, via `make update-elclist'.
8278
8279 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8282 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8283 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8284
8285 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8286
8287 * Makefile.in (lisptagsfiles3): Define.
8288 (TAGS, TAGS-LISP): Use it.
8289 (update-elclist): Add third directory level to look for elc files.
8290 (compile-always): Likewise.
8291 (backup-compiled-files): Likewise.
8292 (bootstrap-clean): Likewise.
8293 (ELCFILES): Update.
8294
8295 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * Makefile.in (ELCFILES): Add CEDET files.
8298
8299 2009-09-28 Eric Ludlam <zappo@gnu.org>
8300
8301 CEDET (development tools) package merged.
8302
8303 * cedet/*.el:
8304 * cedet/ede/*.el:
8305 * cedet/semantic/*.el:
8306 * cedet/srecode/*.el: New files.
8307
8308 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8311
8312 * net/tramp.el (top): Require tramp-imap.
8313
8314 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8315 Use `tramp-compat-handle-file-attributes'.
8316
8317 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8318
8319 * net/tramp-imap.el: New package.
8320
8321 2009-09-28 Eric Ludlam <zappo@gnu.org>
8322
8323 * emacs-lisp/chart.el:
8324 * emacs-lisp/eieio-base.el:
8325 * emacs-lisp/eieio-comp.el:
8326 * emacs-lisp/eieio-custom.el:
8327 * emacs-lisp/eieio-datadebug.el:
8328 * emacs-lisp/eieio-opt.el:
8329 * emacs-lisp/eieio-speedbar.el:
8330 * emacs-lisp/eieio.el: New files.
8331
8332 * cedet/cedet-cscope.el:
8333 * cedet/cedet-files.el:
8334 * cedet/cedet-global.el:
8335 * cedet/cedet-idutils.el:
8336 * cedet/data-debug.el:
8337 * cedet/inversion.el:
8338 * cedet/mode-local.el:
8339 * cedet/pulse.el: New files.
8340
8341 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8342
8343 * whitespace.el (whitespace-trailing-regexp)
8344 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8345 Fix doc string.
8346
8347 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8350 menu.
8351
8352 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8353 menu-bar-ediff-menu.
8354
8355 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8356 define-overloadable-function.
8357
8358 * progmodes/autoconf.el: Provide autoconf as well, so that this
8359 file can be `require'd.
8360
8361 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8362
8363 * emacs-lisp/autoload.el (generated-autoload-feature)
8364 (generated-autoload-load-name): New vars.
8365 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8366 (make-autoload): Recognize define-overloadable-function and
8367 defclass forms (for EIEIO).
8368
8369 * Makefile.in (update-subdirs): Exclude cedet directory.
8370
8371 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8372
8373 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8374
8375 * faces.el: Default light-background background for region face to
8376 ns_selection_color under NS.
8377
8378 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8379
8380 * net/imap-hash.el: New library, see NEWS.
8381
8382 * Makefile.in (ELCFILES): Add imap-hash.el.
8383
8384 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8387 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8388 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8389 definition where the docstring could be taken for the return value.
8390
8391 2009-09-26 Glenn Morris <rgm@gnu.org>
8392
8393 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8394 Add option to only show images below a certain size.
8395 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8396 save-excursion calls.
8397
8398 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8399
8400 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8401 subdirectories) and eieio.
8402
8403 2009-09-26 Alan Mackenzie <acm@muc.de>
8404
8405 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8406 buggy bracketing. (Bug#4289)
8407
8408 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8409 character constants (as case labels). (Bug#4289)
8410
8411 2009-09-25 Juri Linkov <juri@jurta.org>
8412
8413 * files.el (safe-local-eval-forms): Allow time-stamp in
8414 before-save-hook (Bug#4554).
8415
8416 2009-09-25 Drew Adams <drew.adams@oracle.com>
8417
8418 * menu-bar.el (list-buffers-directory): Doc fix.
8419
8420 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8423 Try and avoid copying twice the same paragraph.
8424 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8425 Remove save-excursion.
8426 (log-edit-changelog-entry): Do it here instead.
8427
8428 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8429
8430 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8431 when available, instead of hardcoding mode names. Doc fix.
8432
8433 * menu-bar.el (list-buffers-directory): Add docstring.
8434 Make automatically buffer-local.
8435
8436 * dired.el (dired-mode):
8437 * files.el (cd-absolute):
8438 * pcvs.el (cvs-temp-buffer):
8439 * pcvs-util.el (cvs-get-buffer-create):
8440 * shell.el (shell-mode):
8441 * vc-dir.el (vc-dir-mode):
8442 Don't make `list-buffers-directory' buffer local.
8443
8444 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8445
8446 * comint.el (comint-exec, comint-run, make-comint):
8447 Doc fixes (Bug#4542).
8448
8449 2009-09-25 Glenn Morris <rgm@gnu.org>
8450
8451 * mail/rmailmm.el (rmail-mime): New custom group.
8452 Move all defcustoms in this file into this group.
8453 (rmail-mime-media-type-handlers-alist): Revert previous change.
8454 (rmail-mime-show-images): New option.
8455 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8456 references to it, since it wasn't actually used for anything.
8457 (rmail-mime-insert-image): New function.
8458 (rmail-mime-image): Use rmail-mime-insert-image.
8459 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8460 obey the value of `rmail-mime-show-images' option. Print the size of
8461 attachments.
8462
8463 2009-09-25 David Engster <deng@randomsample.de>
8464
8465 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8466
8467 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8468
8469 * whitespace.el: Does not highlight trailing spaces While point is
8470 at end of line. Does not highligt spaces at beginning of buffer
8471 while point is at beginning of buffer. Does not highlight spaces
8472 at end of buffer while point is at end of buffer. (Bug#4177)
8473 New version 12.0.
8474 (whitespace-display-mappings): Adjust initialization.
8475 (whitespace-point, whitespace-font-lock-refontify): New vars.
8476 (whitespace-color-on, whitespace-color-off): Adjust code.
8477 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8478 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8479 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8480
8481 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8482
8483 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8484
8485 * textmodes/sgml-mode.el: Remove xml-mode alias.
8486
8487 * files.el (auto-mode-alist, conf-mode-maybe)
8488 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8489
8490 2009-09-24 Alan Mackenzie <acm@muc.de>
8491
8492 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8493 c-forward-conditionals, but it doesn't move point and doesn't set
8494 the mark.
8495 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8496 (c-down-conditional-with-else, c-backward-conditional)
8497 (c-forward-conditional): Refactor to use c-scan-conditionals.
8498
8499 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8502 (help-default-arg-highlight): Remove.
8503 (help-highlight-arg): New function.
8504 (help-do-arg-highlight): Use it.
8505 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8506
8507 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8510 Undo last change, which didn't fix the problem and introduced others.
8511
8512 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8513
8514 * progmodes/gdb-mi.el: Don't require speedbar.
8515 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8516
8517 2009-09-24 Glenn Morris <rgm@gnu.org>
8518
8519 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8520
8521 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8522
8523 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8524 there is no newline after the final mime boundary. (Bug#4539)
8525 Move markers on insertion so that any buttons inserted don't end up in
8526 the next part of a multipart message.
8527 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8528 (rmail-mime-bulk-handler): Optionally handle images.
8529 (rmail-mime-image): New button action.
8530 (rmail-mime-image-handler): New function.
8531 (rmail-mime-mode): New mode.
8532 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8533
8534 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8537 than just dropping elements from it (bug#4504).
8538
8539 * term.el (term-set-scroll-region): Don't move cursor any more.
8540 (term-handle-ansi-escape): Call term-goto here instead.
8541 Suggested by Ivan Kanis <apple@kanis.eu>.
8542
8543 * term.el: Require CL.
8544 (term-ansi-reset): New function.
8545 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8546 (term-handle-colors-array): Simplify.
8547
8548 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * allout.el (allout-overlay-interior-modification-handler)
8551 (allout-obtain-passphrase):
8552 * epa-file.el (epa-file-write-region):
8553 * ps-print.el (ps-begin-job):
8554 * vc-hooks.el (vc-toggle-read-only):
8555 * vc-rcs.el (vc-rcs-rollback):
8556 * vc-sccs.el (vc-sccs-rollback):
8557 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8558 (vc-version-diff, vc-revert, vc-rollback):
8559 * wdired.el (wdired-check-kill-buffer):
8560 * emacs-lisp/authors.el (authors):
8561 * net/socks.el (socks-open-connection):
8562 * net/zeroconf.el (zeroconf-service-add-hook):
8563 * obsolete/vc-mcvs.el (vc-mcvs-register):
8564 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8565 (gdb-select-frame):
8566 * progmodes/grep.el (lgrep, rgrep):
8567 * progmodes/idlw-help.el (idlwave-help-check-locations)
8568 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8569 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8570 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8571 (reftex-toc-rename-label): Fix typos in error messages.
8572
8573 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8574 (dired-copy-how-to-fn): Doc fix.
8575 (dired-files-attributes, dired-read-shell-command):
8576 Fix typos in docstrings.
8577
8578 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8579 (dired-x-find-file-other-window): Reflow docstrings.
8580 (dired-omit-marker-char, dired-read-shell-command)
8581 (dired-x-submit-report): Fix typos in docstrings.
8582
8583 * shell.el (shell-mode-hook):
8584 * view.el (View-scroll-line-forward):
8585 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8586 Fix typos in docstrings.
8587
8588 * net/dig.el (dig-invoke): Fix typo in docstring.
8589 (query-dig): Reflow docstring.
8590
8591 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8592 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8593 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8594 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8595 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8596 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8597 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8598 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8599 (idlwave-completion-map, idlwave-current-indent)
8600 (idlwave-custom-ampersand-surround, idlwave-customize)
8601 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8602 (idlwave-define-abbrev, idlwave-determine-class-special)
8603 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8604 (idlwave-end-block-reg, idlwave-end-of-statement)
8605 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8606 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8607 (idlwave-explicit-class-listed, idlwave-file-header)
8608 (idlwave-fill-paragraph, idlwave-find-class-definition)
8609 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8610 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8611 (idlwave-in-quote, idlwave-indent-action-table)
8612 (idlwave-indent-expand-table, idlwave-indent-line)
8613 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8614 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8615 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8616 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8617 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8618 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8619 (idlwave-outlawed-buffers, idlwave-popup-select)
8620 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8621 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8622 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8623 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8624 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8625 (idlwave-statement-type, idlwave-struct-skip)
8626 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8627 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8628 (idlwave-what-module-find-class): Fix typos in docstrings.
8629 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8630 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8631 (idlwave-find-module, idlwave-find-structure-definition)
8632 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8633 (idlwave-list-load-path-shadows, idlwave-next-statement)
8634 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8635 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8636 (idlwave-template): Reflow docstrings.
8637
8638 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8639 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8640 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8641 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8642 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8643 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8644 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8645 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8646 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8647 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8648 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8649 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8650 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8651 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8652 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8653 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8654 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8655 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8656 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8657 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8658 Fix typos in docstrings.
8659 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8660 (idlwave-shell-hide-output, idlwave-shell-mode)
8661 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8662 Reflow docstrings.
8663
8664 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8665
8666 2009-09-24 Ivan Kanis <apple@kanis.eu>
8667
8668 * term.el (term-bold-attribute): New var.
8669 (term-handle-colors-array): Use it.
8670
8671 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8672
8673 * progmodes/gdb-mi.el (gdb-version): New variable.
8674 (gdb-non-stop-handler): Set gdb-version.
8675 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8676 Condition "--thread" option on gdb-version.
8677 (gdb-invalidate-threads): Remove unused argument.
8678
8679 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8682 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8683
8684 2009-09-23 Glenn Morris <rgm@gnu.org>
8685
8686 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8687 replying to mail without References or Message-Id. (Bug#4525)
8688
8689 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8690
8691 * term/ns-win.el (ns-reg-to-script): New variable.
8692
8693 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8694
8695 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8696
8697 2009-09-22 Sam Steingold <sds@gnu.org>
8698
8699 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8700 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8701 to 1 because hg returns status 1 when nothing is found.
8702 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8703
8704 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * textmodes/fill.el: Convert to utf-8 encoding.
8707 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8708 pre-unicode days.
8709
8710 * add-log.el (change-log-fill-forward-paragraph): New function.
8711 (change-log-mode): Use it so fill-region DTRT.
8712 Set fill-indent-according-to-mode here rather than in
8713 change-log-fill-paragraph.
8714 (change-log-fill-paragraph): Remove.
8715
8716 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8717
8718 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8719 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8720
8721 2009-09-22 Glenn Morris <rgm@gnu.org>
8722
8723 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8724 the scroll-bar scroll the calendar window rather than the buffer.
8725
8726 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8727 commands that move point (as opposed to scrolling).
8728
8729 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8730
8731 * emacs-lisp/elint.el (elint): New custom group.
8732 (elint-log-buffer): Make it a defcustom.
8733 (elint-scan-preloaded, elint-ignored-warnings)
8734 (elint-directory-skip-re): New options.
8735 (elint-builtin-variables): Doc fix.
8736 (elint-preloaded-env): New variable.
8737 (elint-unknown-builtin-args): Add an entry for encode-time.
8738 (elint-extra-errors): Make it a variable rather than a constant.
8739 (elint-preloaded-skip-re): New constant.
8740 (elint-directory): Skip files matching elint-directory-skip-re.
8741 (elint-features): New variable, local to linted buffers.
8742 (elint-update-env): Initialize elint-features. Possibly add
8743 elint-preloaded-env to the buffer's environment.
8744 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8745 Skip quoted forms.
8746 (elint-init-form): New function, extracted from elint-init-env.
8747 Make non-list forms a warning rather than an error.
8748 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8749 easy-menu-define, put that adds an error-condition, and provide.
8750 When requiring cl, also require cl-macs. Really require cl, to handle
8751 some cl macros. Store required libraries in the list elint-features,
8752 so as not to re-load them. Treat cc-require like require.
8753 (elint-init-env): Call elint-init-form to do the work.
8754 Handle eval-and-compile and such like.
8755 (elint-add-required-env): Do not clear messages.
8756 (elint-special-forms): Add handlers for function, defalias, if, when,
8757 unless, and, or.
8758 (elint-form): Add optional argument to ignore elint-special-forms,
8759 useful to prevent recursive calls from handlers. Doc fix.
8760 Respect elint-ignored-warnings.
8761 (elint-form): Respect elint-ignored-warnings.
8762 (elint-bound-variable, elint-bound-function): New variables.
8763 (elint-unbound-variable): Respect elint-bound-variable.
8764 (elint-get-args): Respect elint-bound-function.
8765 (elint-check-cond-form): Add some simple handling for (f)boundp and
8766 featurep tests.
8767 (elint-check-defalias-form): New handler.
8768 (elint-check-let-form): Make an empty let a warning rather than an
8769 error.
8770 (elint-check-setq-form): Make an empty setq a warning rather than an
8771 error. Respect elint-ignored-warnings.
8772 (elint-check-defvar-form): Accept null doc-strings.
8773 (elint-check-conditional-form): New handler. Does some simple-minded
8774 checking of featurep and (f)boundp tests.
8775 (elint-put-function-args): New function.
8776 (elint-initialize): Use elint-scan-doc-file rather than
8777 elint-find-builtin-variables. Use elint-put-function-args.
8778 Possibly scan preloaded-file-list.
8779 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8780 extend to handle functions as well.
8781
8782 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8783
8784 * linum.el (linum-delete-overlays, linum-update-window):
8785 Do not modify the right margin. (Bug#3971)
8786
8787 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8790 nxml-mode instead of xml-mode.
8791
8792 2009-09-21 Kevin Ryde <user42@zip.com.au>
8793
8794 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8795
8796 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * net/dig.el (dig-mode): Use define-derived-mode.
8799
8800 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8801
8802 * vc-dispatcher.el (vc-do-command): Return the process object in
8803 the asynchronous case. Use when instead of if. Do not run
8804 vc-exec-after to display a message if not enabled. (Bug#4463)
8805
8806 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8807 properties to the stash strings.
8808 (vc-git-stash-list): Return a list of strings.
8809 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8810 (vc-git-stash-show-at-point): New functions.
8811 (vc-git-stash-map): New keymap.
8812
8813 * register.el (ctl-x-r-map): Define the keys here instead of
8814 using autoload.
8815
8816 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8817
8818 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8819 list, to workaround performance problem (bug#4485).
8820
8821 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8822
8823 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8824
8825 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8826
8827 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8828 Document that this option is not recommended to use.
8829
8830 2009-09-19 Glenn Morris <rgm@gnu.org>
8831
8832 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8833 variable `var'.
8834
8835 * calc/calc-alg.el (var):
8836 * calc/calcalg2.el (var): Define for compiler.
8837
8838 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8841 Doc fix (Bug#3932).
8842
8843 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8844
8845 * time-stamp.el (time-stamp-month-dd-yyyy)
8846 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8847 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8848 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8849 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8850 Remove functions that have been obsolete since 1995 (Bug#4436).
8851
8852 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8853 indent buffer only if called interactively (Bug#4452).
8854
8855 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8856 Eli Zaretskii <eliz@gnu.org>
8857
8858 This fixes bug#4197 (merged to bug#865, though not identical).
8859 * server.el (server-auth-dir): Add docstring note about FAT32.
8860 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8861 but warn against using them.
8862
8863 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8864
8865 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8866 older GDB where there is no has_more field.
8867
8868 2009-09-19 Glenn Morris <rgm@gnu.org>
8869
8870 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8871
8872 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * files.el (auto-mode-alist): Change default for XML files to nXML
8875 mode (Bug#4169).
8876
8877 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8878
8879 * server.el (server-ensure-safe-dir): Pass 'integer
8880 to `file-attributes', as suggested.
8881
8882 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8885 (dired-query): Use read-key.
8886
8887 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8888
8889 * cus-start.el (ns-use-qd-smoothing): Remove.
8890
8891 2009-09-18 Glenn Morris <rgm@gnu.org>
8892
8893 * allout.el (top-level): Remove unnecessary progn.
8894
8895 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8896
8897 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8898 definition of abbrev table.
8899
8900 * speedbar.el (speedbar-track-mouse):
8901 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8902 * net/eudc.el (eudc-expand-inline):
8903 * net/newst-backend.el (newsticker--cache-read-feed):
8904 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8905 condition-case handlers.
8906
8907 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8908
8909 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8910 (gdb-var-list): Add an element for has_more field.
8911 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8912 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8913 (gdb-var-update-handler-1): Parse output of dynamic variable
8914 objects (STL containers).
8915 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8916 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8917
8918 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8919 gdb-var-list.
8920 (gud-speedbar-buttons): Make node expandable if expression "has more"
8921 children.
8922
8923 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8924
8925 * startup.el (emacs-quick-startup): Remove variable and all uses.
8926 (command-line): Set `inhibit-x-resources' instead.
8927 (command-line-1): Use `inhibit-x-resources' instead.
8928
8929 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * subr.el: Fix last change to avoid using the `unless' macro,
8932 which breaks bootstrapping.
8933
8934 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8937 extended definitions, in case we reload subr.el after having
8938 loaded CL.
8939 (eval-next-after-load): Mark as obsolete.
8940
8941 2009-09-17 Juri Linkov <juri@jurta.org>
8942
8943 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8944 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8945 (menu-bar-showhide-menu, menu-bar-tools-menu)
8946 (menu-bar-describe-menu, menu-bar-help-menu)
8947 (minibuffer-local-completion-map, minibuffer-local-map):
8948 Fix list quoting.
8949
8950 2009-09-17 Glenn Morris <rgm@gnu.org>
8951
8952 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8953 arguments, whether or not it has a handler.
8954
8955 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8956
8957 * simple.el (hard-newline): Give it a doc-string.
8958
8959 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8960 (lisp-mode-syntax-table): Give them doc-strings.
8961
8962 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8963
8964 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8965 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8966 (menu-bar-options-menu, menu-bar-showhide-menu)
8967 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8968 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8969 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8970 (menu-bar-options-menu, menu-bar-tools-menu)
8971 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8972 (menu-bar-help-menu):
8973 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8974 string arguments.
8975
8976 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8977 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8978 calls for the menu names and :help.
8979
8980 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8983 to :minor-mode-function (bug#4455).
8984
8985 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * startup.el (command-line): Initialize the window-system after
8988 processing the command-line.
8989
8990 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8991 page-delimiter matches the empty string.
8992
8993 2009-09-16 Glenn Morris <rgm@gnu.org>
8994
8995 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8996 byte-compile-not-obsolete-var. It's a list now.
8997 (byte-compile-not-obsolete-funcs): New variable.
8998 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8999 byte-compile-not-obsolete-funcs.
9000 (byte-compile-variable-ref, byte-compile-defvar): Update for
9001 byte-compile-not-obsolete-vars name-change and list nature.
9002 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9003 and variables behind (f)boundp tests.
9004 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9005
9006 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9007
9008 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9009
9010 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9013 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9014 Don't autoload.
9015
9016 2009-09-15 Stephen Eglen <stephen@gnu.org>
9017
9018 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9019 the virtual-buffers, use the name of the buffer specified by
9020 find-file-noselect, as the match may be a symlink. (This was a
9021 problem if the target and the symlink had different names.)
9022
9023 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9026
9027 * desktop.el (desktop-path): Check user-emacs-directory.
9028
9029 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9030
9031 * loadup.el: Use after-load-functions to GC after loading each file.
9032 Remove the explicit GC calls that used to be sprinkled around.
9033
9034 * subr.el (after-load-functions): New hook.
9035 (do-after-load-evaluation): Run it. Use string-match-p to detect
9036 `obsolete' packages, rather than painfully extracting the relevant
9037 directory name.
9038
9039 2009-09-15 Glenn Morris <rgm@gnu.org>
9040
9041 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9042 free variable `doc'.
9043
9044 * dired.el (dired-mode-map): Add menu entry for async shell command.
9045
9046 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9047 variables, also consider the .elc files, since the .el files are
9048 normally gzipped (subsequent code locates the .el.gz from the .elc).
9049
9050 * calc/calc-prog.el (arglist): Define for compiler.
9051
9052 * calendar/diary-lib.el (diary-display-function): Change the default to
9053 fancy display.
9054 (body): Define for compiler.
9055
9056 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9057 (byte-compile-file-form, byte-compile-lambda)
9058 (byte-compile-top-level-body, byte-compile-form)
9059 (byte-compile-variable-ref, byte-compile-setq)
9060 (byte-compile-setq-default, byte-compile-body)
9061 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9062 (batch-byte-compile): Give some more local variables with common names
9063 a "bytecomp-" prefix to avoid masking warnings about free variables.
9064
9065 * startup.el (command-line-1): Give local variables with common names a
9066 distinguishing prefix, so as not to hide free variable warnings during
9067 bootstrap.
9068
9069 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9070 clever and add a suffix to make a unique name, just let the user decide
9071 whether or not to overwrite it. If the input is a directory, write the
9072 default filename to that directory. (Bug#4388)
9073 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9074 is a filename-as-a-directory.
9075
9076 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * textmodes/page.el (what-page): Don't move to beginning of line.
9079 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9080
9081 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9082
9083 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9084
9085 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9086
9087 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9088 * help.el (help-for-help-internal): Add purecopy calls for text.
9089
9090 * vc.el (top): print-log method now takes an optional SHORTLOG
9091 argument. Add a new method: root.
9092 (vc-root-diff, vc-print-root-log): New functions.
9093 (vc-log-short-style): New variable.
9094 (vc-print-log-internal): Add support for showing short logs.
9095
9096 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9097 vc-print-root-log and vc-print-root-diff.
9098
9099 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9100 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9101 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9102 short logs.
9103
9104 * vc-cvs.el (vc-cvs-print-log):
9105 * vc-mtn.el (vc-mtn-print-log):
9106 * vc-rcs.el (vc-rcs-print-log):
9107 * vc-sccs.el (vc-sccs-print-log):
9108 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9109 that is ignored for now.
9110
9111 * vc-mtn.el (vc-mtn-annotate-command):
9112 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9113
9114 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9117 to function-key-map, and give them ascii-character property.
9118 * term/x-win.el (x-alternatives-map):
9119 * term/ns-win.el (ns-alternatives-map):
9120 * term/internal.el (msdos-key-remapping-map):
9121 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9122
9123 2009-09-14 Glenn Morris <rgm@gnu.org>
9124
9125 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9126 temp-buffers (2009-09-12).
9127
9128 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9131 the new read-key function.
9132
9133 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9136 is defined (Bug#4405).
9137
9138 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9139
9140 * recentf.el (recentf-cleanup): Use a hash table to find
9141 duplicates (Bug#4407).
9142
9143 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9144
9145 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9146 kp-0 to ascii equivalents (Bug#4325).
9147
9148 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9151
9152 * eshell/em-hist.el:
9153 * eshell/em-dirs.el (eshell-complete-user-reference):
9154 Declare pcomplete functions and variables to avoid compiler warnings.
9155
9156 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9157
9158 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9159 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9160 * eshell/em-alias.el (eshell-aliases-file):
9161 * eshell/em-hist.el (eshell-history-file-name):
9162 Use expand-file-name instead of concat to make file names (Bug#4308).
9163
9164 2009-09-13 Glenn Morris <rgm@gnu.org>
9165
9166 * ediff-merg.el (ediff-do-merge):
9167 * filesets.el (filesets-run-cmd):
9168 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9169 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9170 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9171 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9172 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9173 Replace empty `let's with `progn'.
9174
9175 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * mail/sendmail.el (send-mail-function):
9178 * tooltip.el (tooltip-mode):
9179 * simple.el (transient-mark-mode):
9180 * rfn-eshadow.el (file-name-shadow-mode):
9181 * frame.el (blink-cursor-mode):
9182 * font-core.el (global-font-lock-mode):
9183 * files.el (temporary-file-directory)
9184 (small-temporary-file-directory, auto-save-file-name-transforms):
9185 * epa-hook.el (auto-encryption-mode):
9186 * composite.el (global-auto-composition-mode):
9187 Use custom-initialize-delay.
9188 * startup.el (command-line): Don't explicitly call
9189 custom-reevaluate-setting for all the above vars.
9190 * custom.el (custom-initialize-safe-set)
9191 (custom-initialize-safe-default): Delete.
9192
9193 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * term/x-win.el (x-initialize-window-system):
9196 * term/w32-win.el (w32-initialize-window-system):
9197 * term/ns-win.el (ns-initialize-window-system): Don't call
9198 mouse-wheel-mode since it's enabled globally by default already.
9199
9200 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9201 actually define the variable, but only silences the byte-compiler.
9202 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9203 before looking it up.
9204 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9205 is changed.
9206
9207 2009-09-12 Glenn Morris <rgm@gnu.org>
9208
9209 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9210 1000.
9211 (elint-add-required-env): Don't beep on error.
9212 (elint-forms): In case of error, return ENV unchanged.
9213 (elint-init-env): Skip non-list forms.
9214 (elint-log): Handle unknown file positions.
9215
9216 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9217
9218 * epg.el (epg-make-context): Add autoload cookie.
9219 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9220 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9221 (epg-verify-string, epg-start-sign, epg-sign-file)
9222 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9223 (epg-encrypt-string, epg-start-export-keys)
9224 (epg-export-keys-to-file, epg-export-keys-to-string)
9225 (epg-start-import-keys, epg-import-keys-from-file)
9226 (epg-import-keys-from-string, epg-start-receive-keys)
9227 (epg-receive-keys, epg-import-keys-from-server)
9228 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9229 (epg-sign-keys, epg-start-generate-key)
9230 (epg-generate-key-from-file, epg-generate-key-from-string):
9231 Remove autoload cookie.
9232
9233 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9234
9235 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9236 reevaluation of trash-directory.
9237
9238 * mwheel.el: Fix last change.
9239 (mouse-wheel-mode): New defvar.
9240 (mouse-wheel-mode): Remove autoload cookie.
9241
9242 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * mwheel.el (mwheel-installed-bindings): New var.
9245 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9246 the bindings we set last time. Use custom-initialize-delay.
9247 * loadup.el: Load mwheel after term/*-win.el.
9248 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9249 and mouse-wheel-up-event now that their first evaluation is done
9250 sufficiently late to be correct.
9251
9252 * startup.el (tutorial-directory): Make it a defcustom.
9253 Use custom-initialize-delay rather than eval-at-startup to set it.
9254 * image.el (image-load-path): Make it a defcustom.
9255 Use custom-initialize-delay rather than eval-at-startup to set it.
9256 * subr.el (eval-at-startup): Remove.
9257 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9258
9259 * subr.el (do-after-load-evaluation): Warn the user after loading an
9260 obsolete package.
9261
9262 2009-09-12 Glenn Morris <rgm@gnu.org>
9263
9264 * proced.el (proced-mark-alt): Remove alias.
9265 (proced-mode-map): Remove proced-mark-alt.
9266
9267 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9268 Elint file and directory. Remove initialization entry.
9269
9270 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9271 commands.
9272 (elint-current-buffer): Set mode-line-process.
9273 (elint-init-env): Handle define-derived-mode.
9274 Fix declare-function with unspecified arglist. Guard against odd
9275 defalias statements (eg iso-insert's 8859-1-map).
9276 (elint-add-required-env): Use a temp buffer.
9277 (elint-form): Just print the function/macro name, not the whole form.
9278 Return env unchanged if we fail to parse a macro.
9279 (elint-forms): Guard against parse errors.
9280 (elint-output): New function, to handle batch mode.
9281 (elint-log-message): Add optional argument. Use elint-output.
9282 (elint-set-mode-line): New function.
9283
9284 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9285
9286 * emacs-lisp/elp.el (elp-not-profilable): Add more
9287 functions (Bug#4233).
9288
9289 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9292 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9293
9294 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9295
9296 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9297 (gdb-var-list-children): Use json parsing.
9298
9299 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9300
9301 * progmodes/js.el (js--proper-indentation): Handle the case where
9302 char-before is null. Reported by Deniz Dogan.
9303
9304 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9305
9306 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9307
9308 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9309
9310 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9311 (epg-digest-algorithm-alist): Add SHA224.
9312 (epg-context-set-passphrase-callback)
9313 (epg-context-set-progress-callback): Add description about
9314 callback function.
9315
9316 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * custom.el (custom-delayed-init-variables): New var.
9319 (custom-initialize-delay): New function.
9320 * startup.el (command-line): "Re"evaluate all vars in
9321 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9322 explicitly any more.
9323 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9324 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9325
9326 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9327
9328 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9331 (gdb-var-update-handler): Use json parsing.
9332
9333 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9336 decode annotated text, regardless of language environment. (Bug#2741)
9337
9338 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * Makefile.in (autoloads): Make rmail.el writable as well.
9341
9342 2009-09-11 Glenn Morris <rgm@gnu.org>
9343
9344 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9345 loaddefs.el.
9346 * dired.el: Regenerate with extracted autoloads.
9347 * Makefile.in (autoloads): Make dired.el writable.
9348
9349 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9350 * ibuffer.el: Regenerate with extracted autoloads.
9351 * Makefile.in (autoloads): Make ibuffer.el writable.
9352
9353 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9354 * version.el (emacs-copyright, emacs-major-version)
9355 (emacs-minor-version): Reformat doc-strings for make-docfile.
9356
9357 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9358 functions and variables, since they must be stuff specific to some other
9359 platform.
9360 (apropos-print): Make mouse-click message less specific about button.
9361
9362 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9363 that records where a macro was defined.
9364 * help-fns.el (describe-function-1): Mention if a function has a
9365 compiler-macro.
9366 * help-mode.el (help-function-cmacro): New button.
9367
9368 * locate.el (top-level): Always require dired.
9369 (locate-mode-map): Initialize inside the defvar.
9370
9371 * net/ange-ftp.el (dired-compress-file): Declare.
9372 (ange-ftp-dired-compress-file): Add doc string.
9373
9374 * term/ns-win.el (x-display-name, x-setup-function-keys):
9375 Unify doc-strings with X versions.
9376
9377 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * emulation/crisp.el (crisp-mode-map): Move initialization
9380 into declaration.
9381 (crisp-mode): Use define-minor-mode.
9382
9383 * progmodes/xscheme.el (xscheme-evaluation-commands):
9384 Put a :advertised-binding property rather than using
9385 advertised-xscheme-send-previous-expression.
9386 (advertised-xscheme-send-previous-expression): Declare obsolete.
9387 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9388 `advertised-undo'.
9389 (crisp-mode): Add corresponding bindings to
9390 undo's :advertised-binding instead.
9391 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9392 than using dired-advertised-find-file.
9393 (dired-advertised-find-file):
9394 * simple.el (advertised-undo):
9395 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9396 (widget-keymap): Put a :advertised-binding property rather
9397 than using advertised-widget-backward.
9398 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9399 than using advertised-undo.
9400 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9401
9402 2009-09-10 Simon South <ssouth@slowcomputing.org>
9403
9404 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9405 Mark mode is enabled and region is active; otherwise indent or
9406 insert TAB as usual.
9407 (delphi-mode): Update description of TAB-key binding.
9408
9409 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * subr.el (define-key-rebound-commands): Mark obsolete.
9412 * startup.el (precompute-menubar-bindings): Remove.
9413 (normal-top-level): Remove obsolete code that tried to precompute
9414 menubar bindings.
9415 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9416 define-key-rebound-commands and precompute-menubar-bindings.
9417
9418 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9419
9420 * net/imap.el (imap-interactive-login): Better messages.
9421 (imap-open): Fix bug with renamed buffer on reconnect.
9422 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9423 for easier debugging and cleaner code. On successful (guessed based on
9424 server capabilities) secondary authentication, set imap-state
9425 correctly.
9426 (imap-last-authenticator): Define imap-last-authenticator as a variable
9427 to avoid warnings.
9428
9429 2009-09-10 Glenn Morris <rgm@gnu.org>
9430
9431 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9432
9433 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9434 (byte-compile-file-form-autoload): Don't warn about unknown functions
9435 where the autoload statement comes after the use.
9436 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9437 that any handlers inside the body (eg require) are in turn respected.
9438
9439 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9440 effects.
9441
9442 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9443 and syntax and abbrev tables basic docs, if they don't have any.
9444
9445 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9446
9447 * international/mule-cmds.el (top-level): Require cl when compiling.
9448 (view-hello-file): Use default-value rather than
9449 default-enable-multibyte-characters.
9450
9451 * progmodes/fortran.el: Move all safe and risky properties into the
9452 defcustoms.
9453
9454 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9455 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9456 * mail/undigest.el:
9457 Put autoloads in rmail.el rather than loaddefs.el.
9458 * mail/rmail.el: Regenerate with extracted autoloads.
9459
9460 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9461 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9462
9463 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9464
9465 Reported in thread for Bug#4375.
9466 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9467 "-data-evaluate-expression" instead of print.
9468 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9469 (gdb-tooltip-print): Parse output from above MI command.
9470 (gdb): Revert 2009-08-11 change. User should detach inferior
9471 manually.
9472
9473 Remove the word "separate" from IO functions as inferior
9474 output is now never displayed in the GUD buffer.
9475
9476 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9477
9478 * startup.el (command-line-normalize-file-name): On Windows and
9479 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9480
9481 2009-09-10 Juri Linkov <juri@jurta.org>
9482
9483 * isearch.el (isearch-text-char-description): Propertize escape
9484 character sequences with the `escape-glyph' face. (Bug#4344)
9485
9486 * simple.el (shell-command): Set asynchronous process filter to
9487 `comint-output-filter'. (Bug#4343)
9488
9489 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9490 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9491 the list. Move "asm" to the bottom.
9492 (grep-find-ignored-directories): Add `choice' with nil value
9493 to empty the list easily.
9494 (grep-find-ignored-files): New option.
9495 (grep-files-history): Set to nil by default instead of '("ch" "el").
9496 (grep-compute-defaults): Add "<X>" to `grep-template'.
9497 (grep-read-files): Bind new local variables `default-alias' and
9498 `default-extension'. Use a list of default values for the file prompt.
9499 (lgrep): Add `--exclude=' command line options composed from
9500 `grep-find-ignored-files'.
9501 (rgrep): Add `-name' command line options composed from
9502 `grep-find-ignored-files'. (Bug#4301)
9503
9504 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9507 (bug#4368).
9508
9509 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9510
9511 * calendar/time-date.el (autoload):
9512 Expand define-obsolete-function-alias into defalias and make-obsolete
9513 for old Emacsen that Gnus supports.
9514 (with-no-warnings): Define it for old Emacsen.
9515 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9516 is available.
9517 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9518 float-time is available; suppress compile warning for time-to-seconds.
9519
9520 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9521
9522 * net/imap.el (imap-message-map): Docstring fix.
9523
9524 2009-09-09 Glenn Morris <rgm@gnu.org>
9525
9526 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9527 line numbers too. (Bug#4374)
9528
9529 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * smerge-mode.el (smerge-remove-props, smerge-refine):
9532 Use with-silent-modifications (bug#4342).
9533
9534 * subr.el (with-silent-modifications): New macro.
9535
9536 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9537
9538 * files.el (top-level): Require `cl' when compiling.
9539
9540 2009-09-07 Glenn Morris <rgm@gnu.org>
9541
9542 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9543
9544 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9545 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9546
9547 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9548
9549 * vc-git.el (vc-git-annotate-command): Use separator to parse
9550 arguments correctly.
9551
9552 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9553
9554 * proced.el (proced-mode): Doc fix.
9555
9556 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9557
9558 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9559 lstat fails.
9560 (tramp-do-file-attributes-with-ls): Check for file existence at
9561 remote end.
9562 (tramp-do-file-attributes-with-stat): Likewise.
9563 (tramp-convert-file-attributes): Return nil when attr is nil.
9564
9565 2009-09-05 Glenn Morris <rgm@gnu.org>
9566
9567 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9568 properties to this button.
9569 (diary-fancy-display): Don't extend the button to the final newline.
9570 (diary-fancy-display-mode): Continue to define "q" as a local key.
9571
9572 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9573 efficient.
9574
9575 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9576
9577 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9578 (byte-compile-dest-file-function): New option.
9579 (byte-compile-dest-file): Doc fix.
9580 Obey byte-compile-dest-file-function.
9581 (byte-compile-cl-file-p): New function.
9582 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9583 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9584 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9585 than for file being previously loaded.
9586 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9587 (byte-compile-file-form-require): Handle the case where requiring a file
9588 indirectly causes CL to be loaded.
9589
9590 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9591
9592 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9593 before killing the old buffer, since by the time `kill-buffer' is
9594 run so many buffer variables have been set to nil that it may not
9595 behave as expected. (Bug#4061)
9596
9597 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9598
9599 * files.el (find-alternate-file): If the old buffer is modified
9600 and visiting a file, behave similarly to `kill-buffer' when
9601 killing it, thus reverting to the pre-1.878 behavior; see
9602 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9603 for discussion. Also, consult `buffer-file-name' as a variable
9604 not as a function, for consistency with the rest of the code.
9605
9606 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9607
9608 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9609 also when adding a new directory.
9610
9611 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9612 defun.
9613
9614 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * files.el (locate-file-completion-table): Make it provide boundary
9617 information, so partial-completion works better.
9618
9619 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9620
9621 * mail/footnote.el (Footnote-text-under-cursor):
9622 Check footnote-text-marker-alist before using it (bug#4324).
9623
9624 2009-09-04 Glenn Morris <rgm@gnu.org>
9625
9626 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9627 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9628 * play/solitaire.el, play/tetris.el:
9629 Remove leading * from defcustom and defface docs.
9630
9631 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9632 necessary.
9633 (diary-fancy-overriding-map): New variable.
9634 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9635 Use view-mode.
9636
9637 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9638 goto-line.
9639
9640 2009-09-03 Glenn Morris <rgm@gnu.org>
9641
9642 * arc-mode.el (archive-mode):
9643 * dos-fns.el (set-default-process-coding-system):
9644 * man.el (Man-getpage-in-background):
9645 * menu-bar.el (menu-bar-describe-menu):
9646 * server.el (server-process-filter):
9647 * startup.el (command-line):
9648 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9649 * w32-fns.el (set-default-process-coding-system):
9650 * x-dnd.el (x-dnd-handle-file-name):
9651 * international/mule-cmds.el (mule-menu-keymap)
9652 (set-default-coding-systems, language-info-alist, set-language-info)
9653 (set-language-environment, standard-display-european-internal)
9654 (set-locale-environment):
9655 * international/mule-diag.el (mule-diag):
9656 * mail/emacsbug.el (report-emacs-bug):
9657 * mail/rmail.el (rmail-mode):
9658 * mail/sendmail.el (mail-setup):
9659 Use default-value rather than default-enable-multibyte-characters.
9660
9661 * progmodes/f90.el: Move all safe properties into the defcustoms.
9662 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9663
9664 * calendar/appt.el (appt-check):
9665 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9666 (diary-check-diary-file, diary-list-entries)
9667 (diary-include-other-diary-files, diary-simple-display)
9668 (diary-fancy-display, diary-print-entries)
9669 (diary-mark-included-diary-files, diary-make-entry):
9670 Don't call substitute-in-file-name on diary-file.
9671
9672 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9673 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9676 (footnote-mode-map): Move initialization into the declaration.
9677 (footnote-minor-mode-map): Define it rather than changing global-map.
9678 (footnote-mode): Use define-minor-mode.
9679
9680 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9681
9682 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9683 (tramp-do-file-attributes-with-perl)
9684 (tramp-do-file-attributes-with-stat): Rename from
9685 `tramp-handle-file-attributes-with-*'.
9686 (tramp-handle-file-attributes): Use them.
9687 (tramp-do-directory-files-and-attributes-with-perl)
9688 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9689 `tramp-handle-directory-files-and-attributes-with-*'.
9690 (tramp-handle-directory-files-and-attributes): Use them.
9691 (tramp-method-out-of-band-p): Additional parameter SIZE.
9692 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9693 (tramp-handle-write-region): Use it.
9694 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9695 (tramp-handle-vc-registered): Check, whether the first run did
9696 return files to be tested.
9697 (tramp-advice-make-auto-save-file-name): Do not call directly
9698 `tramp-handle-make-auto-save-file-name', because this would bypass
9699 the locking mechanism.
9700
9701 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9702 (file-remote-p, process-file, start-file-process, set-file-times)
9703 (tramp-compat-file-attributes): Compatibility functions shall not
9704 call directly `tramp-handle-*', because this would bypass the
9705 locking mechanism.
9706 (tramp-compat-number-sequence): New defun.
9707
9708 2009-09-02 Glenn Morris <rgm@gnu.org>
9709
9710 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9711 alias for float-time.
9712 (time-to-number-of-days): In Emacs, use float-time.
9713 * net/newst-backend.el (time-add): Suppress warnings from compat
9714 function.
9715 * time.el (emacs-uptime, emacs-init-time):
9716 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9717 Use float-time rather than time-to-seconds.
9718
9719 * minibuffer.el (completion-initials-expand): Fix typo.
9720
9721 * faces.el (modeline, modeline-inactive, modeline-highlight)
9722 (modeline-buffer-id):
9723 * info.el (info-menu-5): Mark these face aliases as obsolete.
9724
9725 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9726
9727 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9728 space ...
9729 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9730 no "--thread" option.
9731 (gdb-stopped): Don't print "Switched to thread" message when it is
9732 unchanged.
9733
9734 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * minibuffer.el (completion-try-completion)
9737 (completion-all-completions): Remove ill-defined (and
9738 mistakenly installed and luckily never used nor documented)
9739 `completion-styles' property.
9740 (completion-initials-expand, completion-initials-all-completions)
9741 (completion-initials-try-completion): New functions.
9742 (completion-styles-alist): Add doc to each entry.
9743 Add new `initials' entry.
9744
9745 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9746
9747 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9748 MI command -var-evaluate-expression.
9749 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9750 and tweak for case of string child.
9751 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9752
9753 2009-09-01 Glenn Morris <rgm@gnu.org>
9754
9755 * add-log.el (change-log-date-face, change-log-name-face)
9756 (change-log-email-face, change-log-file-face, change-log-list-face)
9757 (change-log-conditionals-face, change-log-function-face)
9758 (change-log-acknowledgement-face):
9759 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9760 (custom-modified-face, custom-set-face, custom-changed-face)
9761 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9762 (custom-documentation-face, custom-state-face, custom-comment-face)
9763 (custom-comment-tag-face, custom-variable-tag-face)
9764 (custom-variable-button-face, custom-face-tag-face)
9765 (custom-group-tag-face-1, custom-group-tag-face):
9766 * diff-mode.el (diff-header-face, diff-file-header-face)
9767 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9768 (diff-added-face, diff-changed-face, diff-function-face)
9769 (diff-context-face, diff-nonexistent-face):
9770 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9771 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9772 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9773 (Info-title-4-face):
9774 * isearch.el (isearch-lazy-highlight-face):
9775 * log-view.el (log-view-file-face, log-view-message-face):
9776 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9777 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9778 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9779 (cvs-msg-face):
9780 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9781 (smerge-base-face, smerge-markers-face):
9782 * wid-edit.el (widget-documentation-face, widget-button-face)
9783 (widget-field-face, widget-single-line-field-face)
9784 (widget-inactive-face, widget-button-pressed-face):
9785 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9786 (woman-addition-face):
9787 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9788 (eshell-ls-executable-face, eshell-ls-readonly-face)
9789 (eshell-ls-unreadable-face, eshell-ls-special-face)
9790 (eshell-ls-missing-face, eshell-ls-archive-face)
9791 (eshell-ls-backup-face, eshell-ls-product-face)
9792 (eshell-ls-clutter-face):
9793 * eshell/em-prompt.el (eshell-prompt-face):
9794 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9795 * obsolete/old-whitespace.el (whitespace-highlight-face):
9796 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9797 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9798 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9799 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9800 (antlr-font-lock-literal-face):
9801 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9802 (ebrowse-root-class-face, ebrowse-file-name-face)
9803 (ebrowse-default-face, ebrowse-member-attribute-face)
9804 (ebrowse-member-class-face, ebrowse-progress-face):
9805 * progmodes/make-mode.el (makefile-space-face):
9806 * progmodes/sh-script.el (sh-heredoc-face):
9807 * textmodes/flyspell.el (flyspell-incorrect-face)
9808 (flyspell-duplicate-face):
9809 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9810 * textmodes/texinfo.el (texinfo-heading-face):
9811 Mark face aliases with "-face" suffix as obsolete.
9812
9813 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9814 compiler.
9815
9816 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9817 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9818 easy-menu-define wants to modify these.
9819
9820 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9821
9822 * net/browse-url.el (browse-url-file-url):
9823 * term/internal.el (dos-codepage-setup):
9824 Use default-value rather than default-enable-multibyte-characters.
9825
9826 * progmodes/etags.el (etags-goto-tag-location):
9827 * progmodes/flymake.el (flymake-highlight-line)
9828 (flymake-goto-file-and-line, flymake-goto-line):
9829 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9830 (gdb-goto-breakpoint):
9831 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9832 * progmodes/python.el (python-find-function)
9833 (python-pdbtrack-track-stack-file):
9834 * progmodes/verilog-mode.el (verilog-surelint-off):
9835 * term/ns-win.el (ns-open-file-select-line):
9836 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9837 Use forward-line rather than goto-line.
9838
9839 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9840 * textmodes/reftex-index.el (reftex-display-index):
9841 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9842 * textmodes/reftex-toc.el (reftex-toc):
9843 Remove unnecessary bindings of default-major-mode (all are followed by
9844 major-mode check and possible mode switch).
9845
9846 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9847
9848 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9849 Handle watchpoints (bug#4282).
9850 (def-gdb-thread-buffer-command): Enable thread to be selected by
9851 clicking without selecting threads buffer first.
9852 (gdb-current-context-command): Use selected frame so that "up",
9853 "down" etc work in the GUD buffer.
9854 (gdb-update): Find selected frame before rendering stack buffer.
9855 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9856
9857 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * progmodes/sym-comp.el (displayed-completions): Remove.
9860 (symbol-complete): Use minibuffer-complete.
9861
9862 2009-08-31 Glenn Morris <rgm@gnu.org>
9863
9864 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9865
9866 * apropos.el (apropos-symbols-internal):
9867 Handle (obsolete) face aliases.
9868
9869 * faces.el (describe-face): Adjust the output format to be more like
9870 describe-variable, and to mention (obsolete) face aliases.
9871 Adjust the whitespace so that help-setup-xref works.
9872
9873 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9874 * calendar/diary-lib.el (diary-button-face):
9875 Mark these face aliases as obsolete.
9876
9877 * calendar/calendar.el (calendar-today): Doc fix.
9878
9879 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9880
9881 * progmodes/gdb-mi.el (gdb-control-all-threads)
9882 (gdb-control-current-thread): Force tool bar update.
9883 (gdb-non-stop-handler): New function.
9884 (gdb-init-1): Use it to test if non-stop mode is supported.
9885 Remove unused gdbmi buffer type.
9886
9887 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9888
9889 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9890 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9891
9892 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9893
9894 * comint.el (comint-exec-1): Check command is non-null first.
9895 Part of gdb-mi.el change (2009-08-28).
9896
9897 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9900
9901 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9902
9903 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9904 instead of `dolist' to avoid a recursive require when bootstrapping.
9905
9906 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9909
9910 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9911
9912 * net/imap.el (imap-send-command): Simplify.
9913 (imap-wait-for-tag): point-max -> buffer-size.
9914
9915 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9916
9917 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9918 with constant argument.
9919
9920 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9921
9922 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9923
9924 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9925 Change default, since most of our files don't have a history.
9926 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9927 the user.
9928
9929 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9930 Add comint-run.
9931
9932 * calc/calc.el: Improve commenting convention.
9933 (calc-digit-map, toplevel): Simplify.
9934
9935 * comint.el (comint-insert-input): Be careful to only set point if we
9936 don't delegate to some other command.
9937
9938 * proced.el (proced-signal-list): Make it an alist.
9939 (proced-grammar-alist): Capitalize names.
9940 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9941 Disable undo manually and make it read-only.
9942 Use completion-annotate-function.
9943
9944 * minibuffer.el (minibuffer-message): If the current buffer is not
9945 a minibuffer, insert the message in the echo area rather than at the
9946 end of the buffer.
9947 (completion-annotate-function): New variable.
9948 (minibuffer-completion-help): Use it.
9949 (completion--embedded-envvar-table): Environment vars are
9950 always case-sensitive.
9951
9952 2009-08-30 Glenn Morris <rgm@gnu.org>
9953
9954 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9955 from fortran-current-defun.
9956 (fortran-beginning-of-subprogram): Be more precise about finding the
9957 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9958 (fortran-end-of-subprogram): Simplify.
9959 (fortran-current-defun): Use fortran-start-prog-re.
9960
9961 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9962
9963 * subr.el (do-after-load-evaluation): Simplify.
9964
9965 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9966
9967 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9968
9969 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9970 (vc-rcs-print-log): Use it.
9971
9972 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9973
9974 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * paths.el (abbrev-file-name): Move to abbrev.el.
9977 * abbrev.el (abbrev-file-name): Move from paths.el.
9978 Obey user-emacs-directory.
9979 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9980 user-emacs-directory.
9981 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9982 abbrev-file-name and calc-settings-file any more.
9983 * startup.el (command-line): Recompute abbrev-file-name and
9984 abbreviated-home-dir.
9985 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9986 of the special code for when C-h bindings haven't been changed.
9987 (display-startup-echo-area-message): Use with-current-buffer.
9988 (command-line-1): Use a list of strings, rather than a list of lists
9989 of strings for longopts.
9990
9991 * files.el (get-free-disk-space): Use / for default-directory.
9992
9993 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9994 Use with-current-buffer.
9995
9996 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9997 Recognize immutable variables like most-positive-fixnum.
9998 (byte-compile-setq-default): Check and warn if trying to assign
9999 to an immutable variable, or a non-variable.
10000
10001 * progmodes/cc-vars.el (c-comment-continuation-stars):
10002 * progmodes/cc-engine.el (c-looking-at-bos):
10003 * progmodes/cc-cmds.el (c-toggle-auto-state)
10004 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10005 (c-comment-line-break-function): Add version of obsolescence.
10006
10007 2009-08-28 Juri Linkov <juri@jurta.org>
10008
10009 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10010 associated with `archive-mode'.
10011
10012 * image.el (image-type-header-regexps): Use only JPEG magic number
10013 to determine JPEG images, and don't use `image-jpeg-p' because
10014 Emacs can display non-JFIF non-Exif JPEG images.
10015
10016 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10017
10018 * arc-mode.el (archive-mode):
10019 * emacs-lisp/re-builder.el (re-builder-unload-function):
10020 Protect against the default value of `major-mode' being nil.
10021
10022 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10023
10024 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10025 Fix typos in docstrings.
10026
10027 * progmodes/js.el (js--macro-decl-re): Doc fix.
10028 (js--plain-method-re, js--split-name): Refloc docstring.
10029 (js--class-styles, js--make-merged-item, js--splice-into-items):
10030 Fix typos in docstrings; reflow docstrings.
10031 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10032 (js--variable-decl-matcher, js--inside-pitem-p)
10033 (js--parse-state-at-point, js--get-all-known-symbols)
10034 (js--symbol-history, js-find-symbol, js--js-references)
10035 (js--moz-interactor, js--js-encode-value, js--read-tab):
10036 Fix typos in docstrings.
10037
10038 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * textmodes/reftex.el (reftex-get-file-buffer-force):
10041 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10042 * emulation/viper.el (viper-go-away, viper-set-hooks):
10043 * emacs-lisp/re-builder.el (re-builder-unload-function):
10044 * emacs-lisp/bytecomp.el (byte-compile-file):
10045 * ses.el (ses-unload-function):
10046 * hexl.el (hexl-find-file):
10047 * files.el (normal-mode):
10048 * ehelp.el (with-electric-help):
10049 * autoinsert.el (auto-insert-alist):
10050 * arc-mode.el (archive-mode):
10051 Use (default-value 'major-mode) instead of default-major-mode.
10052
10053 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10054 * international/mule.el (load-with-code-conversion):
10055 * emacs-lisp/debug.el (debug):
10056 * ediff-vers.el (ediff-rcs-get-output-buffer):
10057 * dired.el (dired-internal-noselect): Don't let-bind
10058 default-major-mode around code that doesn't use it.
10059 E.g. buffer creation via get-buffer-create doesn't use it.
10060
10061 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10064 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10065 when writing the temp file. Otherwise, epa-file gets confused.
10066 (tramp-register-file-name-handlers): Make it a defun. Move also
10067 `epa-file-handler' to the front of `file-name-handler-alist'.
10068
10069 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10072 start right after a ^M.
10073 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10074 (tramp-completion-file-name-regexp-separate)
10075 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10076 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10077 Don't modify last-coding-system-used by accident.
10078 (tramp-completion-file-name-handler): Apply the checks here,
10079 instead during registration.
10080 (tramp-register-file-name-handlers): Renamed from
10081 `tramp-register-file-name-handler'. Register both
10082 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10083 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10084
10085 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10086
10087 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10088 Remove variable ...
10089 (gdb-init-1, gdb-display-separate-io-buffer)
10090 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10091 references to it.
10092 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10093 (gdb-inferior-filter): Use comint-output-filter to stop
10094 echoing and remove ^M characters.
10095
10096 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * emulation/viper-init.el (viper-restore-cursor-type):
10099 * emulation/cua-base.el (cua--update-indications):
10100 Replace default-cursor-type with (default-value 'cursor-type).
10101
10102 * mail/sendmail.el (mail-recover-1):
10103 * international/mule-diag.el (describe-current-coding-system-briefly)
10104 (describe-current-coding-system):
10105 * international/mule-cmds.el (select-safe-coding-system)
10106 (select-message-coding-system)
10107 (set-language-environment-coding-systems, set-locale-environment):
10108 * hexl.el (hexl-insert-multibyte-char):
10109 * dos-w32.el (find-buffer-file-type-coding-system):
10110 * simple.el (what-cursor-position):
10111 Replace uses of default-buffer-file-coding-system
10112 with (default-value 'buffer-file-coding-system).
10113
10114 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10115 Replace uses of default-cursor-in-non-selected-windows
10116 with (default-value 'cursor-in-non-selected-windows).
10117 Use with-current-buffer.
10118
10119 * mail/feedmail.el: Use CL macros.
10120 (feedmail-run-the-queue, feedmail-send-it-immediately):
10121 * dos-w32.el (find-buffer-file-type): Replace uses of
10122 default-buffer-file-type with (default-value 'buffer-file-type).
10123
10124 2009-08-28 Glenn Morris <rgm@gnu.org>
10125
10126 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10127 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10128 Use default-value of major-mode rather than default-major-mode.
10129
10130 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * Makefile.in (update-elcfiles): Report left over elc files.
10133
10134 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10135 expand-file-name and with-current-buffer.
10136 (mail-get-names, mail-directory): Use with-current-buffer.
10137
10138 * vc.el (vc-read-revision): New function.
10139 (vc-version-diff, vc-merge): Use it.
10140
10141 2009-08-27 Sam Steingold <sds@gnu.org>
10142
10143 * simple.el (kill-do-not-save-duplicates): New user option.
10144 (kill-new): When it is non-nil, and the new string is the same as
10145 the latest kill, set replace to t to avoid duplicates in kill-ring.
10146
10147 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10148
10149 * net/tramp.el (tramp-handle-process-file): Do not flush all
10150 caches when `process-file-side-effects' is set.
10151 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10152 instead of `tramp-find-file-exists-command'.
10153 Unset `process-file-side-effects'.
10154
10155 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10156
10157 * net/tramp.el (tramp-methods): New method "rsyncc".
10158 (top): Add completion function for "rsyncc".
10159 (tramp-message-show-message): New defvar.
10160 (tramp-message, tramp-error): Use it.
10161 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10162 remote copying.
10163 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10164 `tramp-methods' entry `copy-env' of "rsyncc".
10165 (tramp-vc-registered-read-file-names): New defconst.
10166 (tramp-vc-registered-file-names): New defvar.
10167 (tramp-handle-vc-registered): Implement optimization strategy.
10168 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10169 (tramp-vc-file-name-handler): New defun.
10170 (tramp-get-ls-command, tramp-get-test-command)
10171 (tramp-get-file-exists-command, tramp-get-remote-ln)
10172 (tramp-get-remote-perl, tramp-get-remote-stat)
10173 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10174
10175 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10176 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10177 timestamps.
10178 (tramp-get-file-property): Check for timestamps in
10179 `tramp-cache-inhibit-cache'.
10180 (tramp-set-file-property): Write timestamp.
10181
10182 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10183
10184 * language/japan-util.el (japanese-symbol-table): Add entries for
10185 cp932-2-byte.
10186
10187 * international/characters.el: Add category `j' to cp932-2-byte.
10188
10189 2009-08-27 Kenichi Handa <handa@m17n.org>
10190
10191 * international/fontset.el (build-default-fontset-data): New macro.
10192 (setup-default-fontset): Use build-default-fontset-data for CJK,
10193 tibetan, ethiopic, and ipa.
10194
10195 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10198 (enable-multibyte-characters): Not customizable any more.
10199
10200 * subr.el (default-mode-line-format, default-header-line-format)
10201 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10202 (default-direction-reversed, default-truncate-lines)
10203 (default-left-margin, default-tab-width, default-case-fold-search)
10204 (default-left-margin-width, default-right-margin-width)
10205 (default-left-fringe-width, default-right-fringe-width)
10206 (default-fringes-outside-margins, default-scroll-bar-width)
10207 (default-vertical-scroll-bar, default-indicate-empty-lines)
10208 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10209 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10210 (default-scroll-down-aggressively, default-fill-column)
10211 (default-cursor-type, default-buffer-file-type)
10212 (default-cursor-in-non-selected-windows)
10213 (default-buffer-file-coding-system, default-major-mode)
10214 (default-enable-multibyte-characters): Mark as obsolete.
10215
10216 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10217
10218 * vc-dir.el (vc-dir-update): Remove debug helper.
10219
10220 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10221
10222 2009-08-26 Sam Steingold <sds@gnu.org>
10223
10224 * simple.el (save-interprogram-paste-before-kill): New user option.
10225 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10226 save the interprogram-paste into kill-ring before overriding it
10227 with the Emacs kill.
10228
10229 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10230
10231 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10232 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10233 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10234 and move to vc-rcs.el.
10235 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10236 move to vc-rcs.el.
10237 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10238 (vc-rcs-update-changelog): Remove.
10239 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10240 and move to vc-rcs.el.
10241
10242 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10243 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10244 renaming.
10245 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10246 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10247 vc.el, renamed to be RCS specific.
10248
10249 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10250 New functions.
10251 (vc-cvs-update-changelog): Move here from vc.el.
10252
10253 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10254 New functions.
10255
10256 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10259
10260 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * vc-git.el (vc-git-register): Use "git add" for directories.
10263 (vc-git-stash, vc-git-stash-show): New functions.
10264 (vc-git-extra-menu-map): Bind them.
10265
10266 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10267 directory correctly in case the item is a directory itself.
10268
10269 * vc.el: Document the desired behavior for reverted files in the
10270 `added' state.
10271 (vc-default-prettify-state-info): Remove function, unused.
10272
10273 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10274
10275 2009-08-26 Glenn Morris <rgm@gnu.org>
10276
10277 * bindings.el (standard-mode-line-format): Reposition dashes in
10278 which-func entry. (Bug#4217)
10279
10280 * files.el (enable-local-variables, enable-local-eval)
10281 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10282 the defcustoms.
10283 (auto-mode-alist, ignored-local-variables)
10284 (save-some-buffers-action-alist): Move risky declarations to the
10285 definitions.
10286 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10287 (font-lock-defaults, format-alist, imenu--index-alist)
10288 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10289 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10290 (mode-line-modified, mode-line-mule-info, mode-line-position)
10291 (mode-line-process, mode-line-remote, outline-level)
10292 (parse-time-rules, rmail-output-file-alist)
10293 (special-display-buffer-names, vc-mode):
10294 Move risky declarations to the relevant files.
10295 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10296 (mode-line-modified, mode-line-process, mode-line-position)
10297 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10298 * font-core.el (font-lock-defaults):
10299 * format.el (format-alist):
10300 * vc-hooks.el (vc-mode):
10301 * window.el (special-display-buffer-names):
10302 * international/mule-cmds.el (input-method-alist):
10303 Define riskiness here (dumped file) rather than in files.el.
10304 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10305 * imenu.el (imenu-generic-expression, imenu--index-alist):
10306 * outline.el (outline-level):
10307 * time.el (display-time-string):
10308 * calendar/parse-time.el (parse-time-rules):
10309 * mail/rmailout.el (rmail-output-file-alist):
10310 Autoload riskiness here, rather than placing in files.el.
10311
10312 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10313
10314 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10315
10316 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10317
10318 * simple.el (process-file-side-effects): New defvar.
10319
10320 * dired-aux.el (dired-show-file-type):
10321 * vc.el (vc-diff-internal):
10322 * vc-arch.el (vc-arch-diff):
10323 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10324 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10325 * vc-git.el (vc-git-registered, vc-git-working-revision)
10326 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10327 (vc-git--empty-db-p):
10328 * vc-hooks.el (vc-user-login-name):
10329 * vc-svn.el (vc-svn-registered, vc-svn-state)
10330 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10331 * progmodes/grep.el (grep-probe): Let-bind
10332 `process-file-side-effects' with nil.
10333
10334 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10335
10336 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10337 daemon. Replace ping by checking for running service for bluez
10338 and zeroconf. (Bug#4239)
10339
10340 2009-08-25 Kevin Ryde <user42@zip.com.au>
10341
10342 * net/dig.el (dig): Add autoload cookie.
10343
10344 2009-08-25 Glenn Morris <rgm@gnu.org>
10345
10346 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10347 load-history for absolute file-names.
10348 (byte-compile-file-form-require): Warn about use of the cl package.
10349
10350 * format.el (format-alist): Doc fix.
10351
10352 * play/bubbles.el (top-level): Don't require cl at run-time.
10353
10354 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10355 run-time cl).
10356
10357 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10358
10359 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10360 from cl package.
10361 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10362
10363 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10364
10365 * calc/calc-alg.el (math-trig-rewrite)
10366 (math-hyperbolic-trig-rewrite): New functions.
10367 (calc-simplify): Simplify trig functions when asked.
10368
10369 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10372
10373 2009-08-24 Kenichi Handa <handa@m17n.org>
10374
10375 * language/ind-util.el (mapthread): Delete it.
10376 (combinatorial): New function.
10377 (indian--puthash-cv): Use combinatorial instead of mapthread.
10378
10379 2009-08-22 Kevin Ryde <user42@zip.com.au>
10380
10381 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10382 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10383 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10384 Clarify docstring that the value is strings not symbols.
10385 (checkdoc-list-of-strings-p): New function.
10386
10387 2009-08-22 Glenn Morris <rgm@gnu.org>
10388
10389 * files.el (auto-mode-alist):
10390 * hippie-exp.el (he-concat-directory-file-name):
10391 * lpr.el (lpr-windows-system, printer-name):
10392 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10393 * ps-print.el (ps-windows-system):
10394 * startup.el (command-line):
10395 * emulation/viper-ex.el (viper-glob-function):
10396 * international/mule-cmds.el (set-language-environment-coding-systems):
10397 * net/ange-ftp.el (ange-ftp-write-region):
10398 * obsolete/fast-lock.el (fast-lock-cache-name):
10399 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10400 unisoft-unix, vax-vms, win32, w32.
10401
10402 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10403 given name if the pattern is not more specific.
10404
10405 * calendar/lunar.el (lunar-phase-names): New option.
10406 (lunar-phase): Doc fix.
10407 (lunar-cycles-per-year): New constant.
10408 (lunar-index): New function.
10409 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10410 (lunar-phase-name): Use lunar-phase-names.
10411 (calendar-lunar-phases): Use format.
10412 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10413
10414 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10415 Copy imenu-example--name-and-position function here for own use.
10416 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10417
10418 * bs.el (bs--redisplay):
10419 * cus-edit.el (custom-redraw):
10420 * ibuffer.el (ibuffer-bury-buffer):
10421 * server.el (server-goto-line-column):
10422 * startup.el (command-line-1):
10423 * strokes.el (strokes-xpm-for-stroke):
10424 * term.el (term-display-buffer-line):
10425 * view.el (View-goto-line):
10426 * calc/calc.el (calc-do, calc-trail-buffer):
10427 * play/gamegrid.el (gamegrid-add-score-insecure):
10428 * progmodes/ada-mode.el (ada-compile-goto-error):
10429 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10430 (ebrowse-select-1st-to-9nth):
10431 * progmodes/cperl-mode.el (cperl-time-fontification):
10432 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10433 * progmodes/gud.el (gud-display-line):
10434 (idlwave-shell-display-line):
10435 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10436 * progmodes/make-mode.el (makefile-browser-toggle):
10437 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10438 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10439 * textmodes/picture.el (picture-draw-rectangle):
10440 * textmodes/reftex-index.el (reftex-index-goto-letter):
10441 (reftex-select-jump-to-previous):
10442 * textmodes/reftex-sel.el (reftex-find-start-point)
10443 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10444 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10445 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10446 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10447 * textmodes/two-column.el (2C-associated-buffer):
10448 Use forward-line rather than goto-line.
10449
10450 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10451 goto-line.
10452
10453 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10454 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10455 (quick-check-list-to-regexp): Declare.
10456
10457 * progmodes/make-mode.el (makefile-browser-insert-selection):
10458 Use goto-char rather than goto-line.
10459
10460 * progmodes/prolog.el (compilation-error-regexp-alist)
10461 (compilation-forget-errors): Declare.
10462
10463 2009-08-22 Juri Linkov <juri@jurta.org>
10464
10465 * progmodes/grep.el (lgrep, rgrep): At the beginning
10466 set `dir' to `default-directory' unless `dir' is a non-nil
10467 readable directory. (Bug#4052)
10468 (lgrep, rgrep): Change a weird way to report an error
10469 from using `read-string' to using `error'.
10470 Instead of using interactive arguments in the function body,
10471 add new argument `confirm'.
10472
10473 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * textmodes/remember.el (remember-buffer):
10476 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10477 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10478 (icalendar-extract-ical-from-buffer):
10479 * net/newst-treeview.el (newsticker-groups-filename):
10480 * net/newst-backend.el (newsticker-cache-filename):
10481 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10482 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10483 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10484 (speedbar-buffers-line-path, speedbar-path-line)
10485 (speedbar-buffers-line-path):
10486 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10487 (epg-sign-keys):
10488 * epa.el (epa-display-verify-result):
10489 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10490
10491 2009-08-21 Glenn Morris <rgm@gnu.org>
10492
10493 * progmodes/js.el (inferior-moz-process): Fix declaration.
10494
10495 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10496
10497 * obsolete/rnewspost.el (news-mail-reply):
10498 Use goto-char rather than goto-line.
10499
10500 * term/ns-win.el (ns-open-file-select-line):
10501 Use line-beginning-position rather than goto-line.
10502
10503 * apropos.el (apropos-command):
10504 * ehelp.el (electric-helpify):
10505 * printing.el (pr-show-setup):
10506 * strokes.el (strokes-help):
10507 * tutorial.el (tutorial--describe-nonstandard-key)
10508 (tutorial--detailed-help):
10509 * woman.el (woman-mini-help, woman-display-extended-fonts):
10510 * calc/calc-help.el (calc-describe-key):
10511 * emulation/edt.el (edt-electric-helpify):
10512 * international/mule-diag.el (mule-diag):
10513 * play/yow.el (apropos-zippy):
10514 * progmodes/python.el (python-describe-symbol):
10515 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10516 * textmodes/table.el (*table--cell-describe-mode)
10517 (*table--cell-describe-bindings):
10518 Use help-print-return-message rather than the now obsolete alias.
10519
10520 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10521 (calendar-cursor-to-visible-date):
10522 * play/5x5.el (5x5-position-cursor):
10523 * play/decipher.el (decipher):
10524 * play/gomoku.el (gomoku-goto-xy):
10525 * play/landmark.el (lm-goto-xy):
10526 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10527 (mpuz-paint-digit):
10528 Use forward-line, not goto-line.
10529
10530 * mail/rmail.el (rmail-obsolete): Delete custom group.
10531 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10532 (rmail-remote-password, rmail-remote-password-required):
10533 Remove unneeded :set-after and :set properties.
10534
10535 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10538
10539 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10540
10541 * loadup.el: Remove leftover macos code.
10542
10543 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10544 Explicitly pass the date format to git blame so that user local
10545 so that the output format can be parsed.
10546
10547 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/dbus.el (top): Don't check for (getenv
10550 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10551
10552 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10553
10554 * log-edit.el (log-edit-strip-single-file-name): New var.
10555 (log-edit-insert-changelog): Use it. Bug#3571
10556
10557 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10560 Bug#3287
10561
10562 * help.el (help-print-return-message): Rename from
10563 print-help-return-message.
10564
10565 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10566 cvs-mode-map parent hack.
10567 (log-view-mode): Derive from special-mode.
10568
10569 * linum.el (linum-mode): window-size-change-functions is redundant.
10570 Adapt to new window-configuration-change-hook behavior.
10571 (linum-after-size, linum-after-config): Remove.
10572
10573 * imenu.el (imenu-example--name-and-position)
10574 (imenu-example--lisp-extract-index-name)
10575 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10576 Mark as obsolete.
10577
10578 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10579 (inferior-prolog-mode): Use it.
10580 (inferior-prolog-load-file): Reset list of errors.
10581
10582 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10583
10584 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10585
10586 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10587
10588 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10589
10590 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10591 is running already.
10592
10593 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * subr.el (listify-key-sequence-1): Use normal syntax since those
10596 integers are nowadays always represented by the same (positive) number
10597 on all platforms.
10598 (read-key-empty-map): New const.
10599 (read-key-delay): New var.
10600 (read-key): New function.
10601 (force-mode-line-update): Use with-current-buffer.
10602 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10603 (start-process-shell-command, start-file-process-shell-command):
10604 Discourage the use of command-args.
10605
10606 2009-08-19 Glenn Morris <rgm@gnu.org>
10607
10608 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10609
10610 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * simple.el (choose-completion-string): Don't rely on
10613 minibuffer-completing-file-name and ad-hoc checks to decide whether
10614 to continue completion or not.
10615
10616 * minibuffer.el (minibuffer-hide-completions): New function.
10617 (completion--do-completion): Use it.
10618 (completions-annotations): New face.
10619 (completion--insert-strings): Use it.
10620 (completion-pcm--delim-wild-regex): Add docstring.
10621 (completion-pcm--string->pattern): Add support for 0-width delimiters
10622 in completion-pcm--delim-wild-regex.
10623
10624 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10627 Remove unused var `buffer-modified-p'.
10628
10629 * minibuffer.el (completion--do-completion): Move point for the #b001
10630 case as well (bug#4176).
10631 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10632
10633 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10634
10635 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10636 and :session buses.
10637
10638 2009-08-18 Kenichi Handa <handa@m17n.org>
10639
10640 * international/ucs-normalize.el (ucs-normalize-version):
10641 Change to 1.1.
10642 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10643 (utf-8-hfs): Make it perform normalization on encoding too.
10644
10645 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10646 (sentence-end-without-space): Delete duplicated chars.
10647 (sentence-end-base): Likewise.
10648
10649 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10650 (html-mode): Delete duplicated chars from sentence-end-base.
10651
10652 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10653 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10654
10655 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * files.el (hack-one-local-variable): If the mode function is for
10658 a minor mode, pass it an argument (Bug#4148).
10659
10660 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10661
10662 * net/tramp.el (tramp-register-completion-file-name-handler):
10663 Check also for (member 'partial-completion completion-styles).
10664
10665 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10668 abbrev (Bug#3943).
10669
10670 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10671
10672 * progmodes/cperl-mode.el: Merge upstream 6.2.
10673 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10674 (cperl-forward-re): Check cperl-brace-recursing.
10675 (cperl-highlight-charclass): New function.
10676 (cperl-find-pods-heres): Use it.
10677 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10678 (cperl-beautify-regexp-piece): Fix column calculation.
10679 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10680 (cperl-beautify-level): Don't process entire regexp.
10681 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10682 calling man.
10683 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10684 (cperl-init-faces): Build a list in the normal way.
10685
10686 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * calendar/parse-time.el (parse-time-string-chars): Save match
10689 data.
10690
10691 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10694 (sql-product): Use it.
10695 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10696 (sql-set-product): Add completion.
10697 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10698 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10699 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10700 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10701 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10702 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10703 (sql-highlight-db2-keywords): Remove.
10704 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10705 (sql-highlight-product): Use derived-mode-p.
10706 (sql-set-sqli-buffer): Use with-current-buffer.
10707 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10708 Simplify.
10709
10710 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10711
10712 * term.el: Fix commenting convention, turn comments into docstrings.
10713
10714 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10715
10716 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10717
10718 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10719
10720 * calendar/parse-time.el (parse-time-string-chars): Compute using
10721 character classes, to handle non-ascii characters (Bug#3190).
10722
10723 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10724
10725 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10726 another heredoc if the user adds another < (Bug#3226).
10727
10728 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10729 Don't initialize based on window-system (Bug#4124).
10730
10731 * facemenu.el (facemenu-read-color): Use a completion function
10732 that accepts any defined color, such as RGB triplets (Bug#3677).
10733
10734 * files.el (get-free-disk-space): Change fallback default
10735 directory to /. Expand DIR argument before switching to fallback.
10736 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10737
10738 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * files.el (load-library): Doc fix.
10741
10742 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10743
10744 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10745 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10746 incremental search string.
10747
10748 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10749 XEmacs.
10750
10751 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10752 (ediff-merge-region-is-non-clash)
10753 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10754 Also check if the job is really a merge job.
10755
10756 * ediff.el (ediff-current-file): New function.
10757
10758 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10759
10760 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10761 conventions.
10762 (js-insert-and-indent): Delete function.
10763 (js-mode-map): Don't bind keys to js-insert-and-indent.
10764 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10765 (js-end-of-defun): Rename from js--end-of-defun.
10766 (js-auto-indent-flag): Delete variable.
10767
10768 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10769
10770 * progmodes/js.el: Remove proclaim statement.
10771 Defvar which-func-imenu-joiner-function to silence compiler.
10772
10773 * files.el (auto-mode-alist): Use js-mode for .js files.
10774
10775 * progmodes/js2-mode.el: Remove file.
10776
10777 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10778
10779 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10780
10781 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10782
10783 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10784 Karl Landstrom <karl.landstrom@brgeight.se>
10785
10786 * progmodes/js.el: New file.
10787
10788 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10789
10790 * timezone.el (timezone-parse-date): Add ability to understand ISO
10791 basic format (minimal separators) dates in addition to the
10792 already-supported extended format dates.
10793
10794 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10795
10796 * international/ucs-normalize.el: Add a `coding' file variable.
10797
10798 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10799
10800 2009-08-14 Sam Steingold <sds@gnu.org>
10801
10802 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10803
10804 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10805
10806 * faces.el (help-argument-name): Define it here instead of
10807 help-fns.el, because in daemon mode help-fns.el may be loaded when
10808 faces are still uninitialized (Bug#1078).
10809
10810 * help-fns.el (help-argument-name): Move defface to faces.el.
10811
10812 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10813
10814 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10815 create buffer with a pty but no process so that GDB can make the
10816 inferior the controlling process.
10817
10818 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10819
10820 * international/ucs-normalize.el: New file.
10821
10822 2009-08-13 Richard Stallman <rms@gnu.org>
10823
10824 * mail/rmail.el (rmail-get-attr-names):
10825 Accept an attribute header that is too short.
10826
10827 * mail/rmail.el (rmail-forget-messages):
10828 Ignore nil elt in rmail-message-vector. Use dotimes.
10829
10830 * progmodes/compile.el (compilation-goto-locus):
10831 Use next-error-move-function.
10832
10833 * simple.el (next-error-move-function): New variable.
10834
10835 2009-08-12 Juri Linkov <juri@jurta.org>
10836
10837 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10838 always non-nil. (Bug#4052)
10839
10840 * replace.el (read-regexp): Return empty string when
10841 `default-value' is nil.
10842 (keep-lines-read-args): Don't use empty string as the
10843 default value for `read-regexp'. (Bug#2495)
10844
10845 2009-08-12 Juri Linkov <juri@jurta.org>
10846
10847 * international/mule-cmds.el (ucs-insert): Change arguments
10848 from `arg' to `character', `count', `inherit' to be the same
10849 as in `insert-char'. Doc fix. (Bug#4039)
10850
10851 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10852
10853 2009-08-12 Juri Linkov <juri@jurta.org>
10854
10855 * files-x.el: New file.
10856
10857 * files.el: Move code that deals with adding/deleting
10858 file/directory-local variables to files-x.el.
10859
10860 * Makefile.in (ELCFILES): Add files-x.elc.
10861
10862 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10863
10864 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10865 to use `goto-line'.
10866 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10867 `goto-line'.
10868 (gdb-invalidate-disassembly): Do not refresh upon receiving
10869 'update signal. Instead, update all disassembly buffers only after
10870 threads list.
10871 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10872 (gdb-starting): Moved -data-list-register-names...
10873 (gdb-stopped): ...here so it's sent when first thread stops.
10874 (gdb-registers-handler-custom): Do nothing if register names are
10875 unknown yet.
10876
10877 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10878 from `gdb-mi.el' to avoid extra tangling.
10879
10880 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10881 change which breaks `gud-def' definitions used in `gdb'.
10882 (gdb-update-gud-running): No extra fuss for updating frame number.
10883
10884 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10887 (describe-language-environment-map, setup-language-environment-map)
10888 (set-coding-system-map): Move initialization into declaration.
10889 (set-language-info-alist): Last arg to define-key-after can be skipped.
10890
10891 * international/quail.el (quail-completion-1): Simplify.
10892 (quail-define-rules): Use slightly more compact code.
10893 (quail-insert-decode-map): Propertize keys, compact columns.
10894
10895 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10896 Add goto-line.
10897
10898 2009-08-10 Miles Bader <miles@gnu.org>
10899
10900 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10901 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10902 (js2-instance-member, js2-private-member, js2-private-function-call)
10903 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10904 (js2-magic-paren, js2-external-variable):
10905 Remove "-face" suffix from face names.
10906 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10907 (js2-highlight-undeclared-vars, js2-peek-token)
10908 (js2-parse-function-params, js2-mode-show-errors)
10909 (js2-mode-show-warnings, js2-make-magic-delimiter)
10910 (js2-mode-highlight-magic-parens): Update to use new face names.
10911
10912 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10915 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10916
10917 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10918
10919 * subr.el: Provide hashtable-print-readable.
10920
10921 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10922 hs-c-like-adjust-block-beginning.
10923 (hs-hide-block-at-point): Stop hiding at the beginning of
10924 hs-block-end-regexp (Bug#700).
10925
10926 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10927
10928 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10929 a macro.
10930 (gdb-registers-handler-custom): Do not fail when register names
10931 are unavailable.
10932
10933 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10934
10935 * progmodes/gdb-mi.el (gdb-control-all-threads)
10936 (gdb-control-current-thread): Interactive setters for
10937 `gdb-gud-control-all-threads' to use in menu.
10938 (gdb-show-run-p): Show «Go» when process is not active.
10939 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10940 gud/thread.xpm and gud/all.xpm.
10941
10942 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10943
10944 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10945 (nslookup-font-lock-keywords): Make it a variable.
10946 (net-utils-mode): New mode for viewing diagnostic network output.
10947 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10948 (net-utils-run-simple): New function.
10949 (ifconfig, iwconfig, netstat, arp, route): Use it.
10950
10951 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10952
10953 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10954 (gdb-memory-set-address, def-gdb-set-positive-number)
10955 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10956 after changing settings.
10957 (gdb-invalidate-disassembly): Update when first shown.
10958 (gdb-edit-locals-value): Fixed.
10959 (gdb-registers-handler-custom): Print registers in right order and
10960 allow changing register values (only for current thread yet).
10961 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10962 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10963 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10964 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10965 info in mode name.
10966 (gdb-registers-mode-map): TAB to switch to locals.
10967
10968 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10969
10970 * mail/rmail.el (rmail-add-mbox-headers)
10971 (rmail-set-message-counters-counter): Search for
10972 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10973
10974 2009-08-08 Glenn Morris <rgm@gnu.org>
10975
10976 * Makefile.in (ELCFILES): Update.
10977
10978 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10979
10980 * mail/sendmail.el (mail-yank-original): Set
10981 buffer-file-coding-system from the one used by the message whose
10982 text is yanked.
10983
10984 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10985 to "windows" when "pgnuplot" is used.
10986 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10987 call accept-process-output if "pgnuplot" is used.
10988 (calc-graph-init): Don't send -display and -geometry to
10989 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10990 running "pgnuplot -V" with shell-command-to-string.
10991
10992 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10993 the default.
10994
10995 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10996
10997 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10998 org/org-latex.elc.
10999
11000 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11001
11002 * vc-dispatcher.el (vc-resynch-window): Update comment.
11003
11004 * term.el (term-handle-ansi-escape): Add comments with the
11005 terminfo capabilities implemented.
11006
11007 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11008
11009 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11010 (gdb-var-create-handler): Rewritten using JSON parser.
11011 (gdb-propertize-header): Moved earlier.
11012 (gdb-set-header): Removed to avoid duplication.
11013 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11014 Refresh disassembly buffers only after threads list have been
11015 update.
11016 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11017 variables.
11018
11019 2009-08-04 Juri Linkov <juri@jurta.org>
11020
11021 * files.el: Commands to add/delete file/directory-local variables.
11022 (read-file-local-variable, read-file-local-variable-value)
11023 (read-file-local-variable-mode, modify-file-local-variable)
11024 (modify-file-local-variable-prop-line)
11025 (modify-dir-local-variable): New functions.
11026 (add-file-local-variable, delete-file-local-variable)
11027 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11028 (add-dir-local-variable, delete-dir-local-variable)
11029 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11030 (copy-dir-locals-to-file-locals-prop-line): New commands.
11031
11032 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * abbrev.el (insert-abbrev-table-description): Prettify output.
11035 Suggested by Karl Chen.
11036
11037 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11038
11039 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11040 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11041 (gdb-overlay-arrow-position, gdb-thread-position)
11042 (gdb-disassembly-position): Declare variables.
11043 (gdb-wait-for-pending): Function now.
11044 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11045 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11046 compilation goes smoothly.
11047 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11048 (gdb-non-stop-setting): New customization setting which replaces
11049 `gdb-non-stop' so changing it doesn't break active GDB session.
11050 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11051 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11052 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11053 (gdb-show-threads-by-default): New customization options.
11054 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11055 routines.
11056 (gdb-get-buffer-create): Send buffers update signal when they are
11057 created.
11058 (gdb-invalidate-locals, gdb-invalidate-registers)
11059 (gdb-invalidate-breakpoints)
11060 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11061 (gdb-invalidate-memory): Accept update signal.
11062 (gdb-current-context-command): Use --frame option.
11063 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11064 Implement `gdb-frame-number' selection logic.
11065 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11066 whether to show GUD toolbar buttons.
11067 (gdb-thread-exited): Unselect current thread when it exits.
11068 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11069 (gdb-mark-line): Routine which sets overlay arrow or inverses
11070 video on fringeless displays.
11071 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11072 to build aligned columns of data in GDB buffers and set text
11073 properties line-by-line.
11074 (gdb-invalidate-breakpoints)
11075 (gdb-breakpoints-list-handler-custom)
11076 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11077 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11078 (gdb-registers-handler-custom): Align data columns.
11079 (gdb-locals-handler-custom): Now prints data like in variable
11080 declarations.
11081 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11082 Removed confusing buttons.
11083 (gdb-invalidate-threads): Append --frame.
11084 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11085 between breakpoints/threads buffers.
11086 (gdb-set-window-buffer): Now can ignore dedicated windows.
11087 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11088 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11089 (def-gdb-thread-buffer-gud-command): Replaces
11090 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11091 for fine thread control.
11092 (gdb-preempt-existing-or-display-buffer): New function used to
11093 display bound buffers without breaking window layout.
11094 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11095 (gdb-select-frame): New version of `gdb-frames-select' which now
11096 sets `gdb-frame-number' so commands may use --frame option instead
11097 of inner debugger state.
11098 (gdb-frame-handler): Do not set `gdb-frame-number'.
11099 (gdb-threads-mode-map): Select threads with mouse.
11100
11101 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11102 avoid compilation warning.
11103 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11104 `gdb-show-stop-p`.
11105
11106 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11107 Argument `key' renamed to `buffer-type'.
11108 (gdb-current-context-buffer-name): Do not add thread info to
11109 buffer name when no thread is selected.
11110 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11111 command (bug 3794).
11112 (gdb-thread-selected): Handle `=thread-selected' notification.
11113 (gdb-wait-for-pending): New macro to deal with congestion problems.
11114 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11115 breakpoints.
11116 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11117 This fixes problem similar to one described in bug 3947.
11118 (gud-menu-map): More menu items.
11119 (gdb-init-1): Reset `gdb-thread-number' to nil.
11120
11121 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11122 non-stop settings.
11123
11124 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11125 (gdb-current-context-command): Do not append --thread if
11126 `gdb-thread-number' is nil.
11127 (gdb-running-threads-count, gdb-stopped-threads-count): New
11128 variables.
11129 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11130 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11131 customization options.
11132 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11133 GUD commands.
11134 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11135 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11136 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11137 set `gdb-thread-number' and update `gud-running' properly.
11138 (gdb-running): Update threads list when new threads appear.
11139 (gdb-stopped): Support non-stop operation and new thread switching
11140 logic.
11141 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11142 (gdb-json-partial-output): New set of JSON routines.
11143 (def-gdb-auto-update-trigger): New `signal-list' optional
11144 argument.
11145 (gdb-thread-list-handler-custom): Update `gud-running',
11146 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11147 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11148 (gdb-continue-thread, gdb-step-thread): New commands for fine
11149 thread execution control.
11150 (gud-menu-map): New menu items to switch non-stop options.
11151 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11152 (gdb-send): Mimic RET properly (bug 3794).
11153
11154 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11155 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11156 gdb-buffer-rules.
11157 (def-gdb-auto-update-handler): New nopreserve optional argument.
11158 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11159
11160 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11161 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11162 (gdb-parent-mode): New mode to derive other GDB modes from.
11163 (gdb-display-disassembly-for-thread)
11164 (gdb-frame-disassembly-for-thread): New commands for threads
11165 buffer.
11166
11167 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11168 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11169 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11170 (gdb-update): We now store all GDB buffers in a list so that they
11171 can be updated by traversing a list instead of calling invalidate
11172 triggers explicitly.
11173 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11174 pair for GDB buffer.
11175 (gdb-stack-buffer-name): Add thread information.
11176 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11177 handle pending triggers.
11178 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11179 (def-gdb-thread-buffer-simple-command)
11180 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11181 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11182 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11183 New commands which show buffers bound to thread.
11184 (gdb-stack-list-locals-regexp): Removed unused regexp.
11185
11186 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11187 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11188 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11189 to (gud-comint-buffer) in *-buffer-name functions
11190 because (gdb-get-target-string) already does that.
11191 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11192 (gdb-changed-registers-handler): Rewritten without regexps.
11193
11194 * progmodes/gdb-mi.el: Basic thread selection support.
11195 (gdb-thread-number): New variable.
11196 (gdb-current-context-command): New macro which adds --thread
11197 option to command.
11198 (gdb-threads-mode-map): Select thread with SPC.
11199 (gdb-thread-list-handler-custom): Mark current thread with overlay
11200 arrow. Synchronize GDB thread and Emacs thread.
11201 (gdb-select-thread): New command which selects current thread.
11202 (gdb-invalidate-frames, gdb-invalidate-locals)
11203 (gdb-invalidate-registers): Use --thread option.
11204
11205 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11206
11207 * net/tramp.el (top): Make check for tramp-gvfs loading more
11208 robust. (Bug#3977)
11209 (tramp-handle-insert-file-contents): `unwind-protect' must be
11210 inside `with-parsed-tramp-file-name'.
11211
11212 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11213 fails.
11214
11215 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11216
11217 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11218 directory if CLASSPATH is not set.
11219
11220 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11221
11222 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11223 New defconst.
11224 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11225
11226 2009-08-02 Kevin Ryde <user42@zip.com.au>
11227
11228 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11229 Update freshmeat link. Delete newsforge.com as it seems gone.
11230
11231 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11232
11233 * select.el (x-set-selection): Doc fix (Bug#4021).
11234
11235 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11236
11237 * help-fns.el (describe-variable): Treat list return values from
11238 dir-locals-find-file properly (Bug#4005).
11239
11240 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11241
11242 * net/tramp.el (tramp-debug-message): Print also microseconds.
11243
11244 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11245
11246 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11247 or END is non-nil.
11248 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11249 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11250 format.
11251
11252 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11253 (tramp-get-file-property): Use it.
11254
11255 * autorevert.el (auto-revert-handler): Allow
11256 `auto-revert-tail-mode' for remote files.
11257
11258 2009-08-02 Jason Rumney <jasonr@gnu.org>
11259
11260 * minibuffer.el (read-file-name): Treat confirm options to
11261 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11262
11263 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11264
11265 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11266 (font-lock-variable-name-face, font-lock-constant-face): Darken
11267 the colors for light backgrounds.
11268
11269 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11270
11271 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11272 month names. (Bug#3987)
11273
11274 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * simple.el (line-move-finish): Pass whole number to
11277 line-move-to-column.
11278 (line-move-visual): Perform hscroll to the recorded position.
11279
11280 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11281
11282 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11283
11284 2009-07-29 Alan Mackenzie <acm@muc.de>
11285
11286 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11287
11288 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11289
11290 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11291 (gdb-place-breakpoints): Use full path when setting breakpoints.
11292
11293 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11294
11295 * calc/calc.el (calc-mode-map): Add keybinding for
11296 `calc-transpose-lines'.
11297
11298 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11299
11300 * calc/calc-misc.el (calc-transpose-lines): New function.
11301
11302 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11303
11304 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11305 Simplify check for out-of-band methods.
11306 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11307 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11308
11309 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11310
11311 * vc-git.el (vc-git-checkin): Fix typo.
11312
11313 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11314
11315 * progmodes/js2-mode.el: New file.
11316
11317 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11318
11319 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11320 (gud-menu-map): Adjust tooltip accordingly.
11321
11322 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11323
11324 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11325 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11326
11327 * add-log.el (change-log-mode-map): Add a menu.
11328
11329 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11330
11331 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11332 function returns nil.
11333 (dbus-handle-event): Handle special return value :ignore.
11334 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11335
11336 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11339 it's not needed.
11340
11341 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11342
11343 Fix Bug#3888:
11344
11345 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11346
11347 * term/pc-win.el (x-display-name, x-colors)
11348 (x-select-enable-clipboard, x-select-text): Doc fix.
11349
11350 * term/common-win.el (x-display-name, x-colors): Doc fix.
11351
11352 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11353 (xw-defined-colors): Doc fix.
11354
11355 * w32-fns.el (x-select-text, x-setup-function-keys)
11356 (x-get-selection, x-set-selection): Doc fix.
11357
11358 * term/x-win.el (x-select-text, x-setup-function-keys)
11359 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11360
11361 * select.el (x-set-selection): Doc fix.
11362
11363 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11364
11365 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11366 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11367 "IsNSSSupportAvailable" method is not available. Reported by
11368 Steve Youngs <steve@sxemacs.org>.
11369
11370 2009-07-24 Kenichi Handa <handa@m17n.org>
11371
11372 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11373 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11374 (build-unicode-category-table): Fix range checks.
11375
11376 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11379 the buffer we try to sync is current when calling
11380 vc-resynch-buffer.
11381
11382 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11383 not show up to date files.
11384
11385 2009-07-24 Glenn Morris <rgm@gnu.org>
11386
11387 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11388 Add autoload cookies. If necessary, initialize.
11389 (elint-log): Handle non-file buffers.
11390 (elint-initialize): Add optional argument to reinitialize.
11391 (elint-find-builtin-variables): Save excursion.
11392
11393 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11394
11395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11396 for Lint.
11397
11398 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11399
11400 * vc.el (vc-print-log-internal): New function, split out from ...
11401 (vc-print-log): ... here.
11402 (vc-dir-move-to-goal-column): Declare.
11403
11404 * vc-git.el (vc-git-add-signoff): New variable.
11405 (vc-git-checkin): Use it.
11406 (vc-git-toggle-signoff): New function.
11407 (vc-git-extra-menu-map): Bind it to menu.
11408 (vc-git--run-command-string): Accept a nil FILE argument.
11409 (vc-git-stash-list): New function.
11410 (vc-git-dir-extra-headers): Use it.
11411
11412 2009-07-23 Glenn Morris <rgm@gnu.org>
11413
11414 * help-fns.el (describe-variable): Describe ignored and risky local
11415 variables in a similar way to that in which we describe safe ones.
11416
11417 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11418 (byte-compile-output-file-form, byte-compile-output-docform)
11419 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11420 Give some more local variables with common names a "bytecomp-" prefix,
11421 so as not to shadow things during compilation.
11422 * emacs-lisp/cl-macs.el (load-time-value)
11423 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11424 `outbuffer' to `bytecomp-outbuffer'.
11425
11426 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11427 since the next two variables cover them automatically now.
11428 (elint-builtin-variables, elint-autoloaded-variables): New.
11429 (elint-unknown-builtin-args): Remove all members, since they can be
11430 parsed automatically now.
11431 (elint-extra-errors): New.
11432 (elint-env-add-env, elint-env-add-macro): Use cadr.
11433 (elint-current-buffer): Use or. Change final message.
11434 (elint-get-top-forms): Use line-end-position.
11435 (elint-init-env): Use cadr. Handle autoload, declare-function,
11436 and defalias.
11437 (elint-add-required-env): Doc fix. Use or. Standardize error.
11438 (regexp-assoc): Remove unused function.
11439 (elint-top-form): Set elint-current-pos, to record the start of the
11440 top-level form, for compilation-mode.
11441 (elint-form): Trap errors in macro expansion. Use dolist.
11442 (elint-unbound-variable): Use elint-builtin-variables and
11443 elint-autoloaded-variables.
11444 (elint-get-args): Use cadr, or.
11445 (elint-check-cond-form): Use dolist, cadr.
11446 (elint-check-condition-case-form): Doc fix. Use cadr.
11447 Use elint-extra-errors.
11448 (elint-log): New function.
11449 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11450 Distinguish errors and warnings.
11451 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11452 Use a bytecomp-style format.
11453 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11454 (elint-get-log-buffer): Use compilation mode. Disable undo.
11455 Don't truncate lines.
11456 (elint-initialize): Set builtin and autoloaded variable lists.
11457 Only process elint-unknown-builtin-args if non-nil.
11458 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11459 New functions.
11460 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11461
11462 2009-07-22 Kevin Ryde <user42@zip.com.au>
11463
11464 * net/newst-backend.el (newsticker--parse-atom-1.0)
11465 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11466 (newsticker--parse-rss-1.0):
11467 * progmodes/idlwave.el (idlwave-mode):
11468 * progmodes/idlw-shell.el (idlwave-shell-mode):
11469 * progmodes/vera-mode.el (vera-mode):
11470 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11471 * progmodes/vhdl-mode.el (vhdl-mode):
11472 * textmodes/table.el (table-generate-source)
11473 (table--warn-incompatibility):
11474 Hyperlink urls in docstrings with URL `...'.
11475
11476 2009-07-22 Glenn Morris <rgm@gnu.org>
11477
11478 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11479 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11480 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11481 Remove leading * from defcustom docs.
11482
11483 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11484
11485 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11486 defcustom doc.
11487 (list-load-path-shadows): Optionally, just return shadows as a string.
11488
11489 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11490
11491 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * mail/rmailedit.el (rmail-edit-mode): Use
11494 auto-save-include-big-deletions.
11495
11496 * mail/rmail.el (rmail-variables): Use
11497 auto-save-include-big-deletions.
11498
11499 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11500 changes.
11501
11502 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11503
11504 * calc/calc.el (calc-undo-length): New variable.
11505 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11506
11507 2009-07-21 Richard Stallman <rms@gnu.org>
11508
11509 * files.el (auto-save-mode): Handle buffer-save-size = -2
11510 for toggling mode.
11511
11512 2009-07-21 Glenn Morris <rgm@gnu.org>
11513
11514 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11515
11516 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11517
11518 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11519 silence compiler. Instead...
11520 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11521 (ps-print-ensure-fontified): Update for above function name changes.
11522
11523 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11524 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11525 silence compiler. Instead...
11526 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11527 (mh-show-buffer): Only define for compiler.
11528 (pr-mh-current-message): Update for above function name changes.
11529
11530 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11531 as an argument.
11532 (find-file-noselect, insert-file-1): Update for above change.
11533
11534 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11535
11536 * mail/mailclient.el (mailclient-send-it): Fix message.
11537
11538 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11539 (edebug-eval): Check cl-debug-env is bound.
11540 (print-level, print-circle): Don't redefine built-in variables.
11541
11542 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11543 (custom-print-vectors): Remove old comments from doc.
11544
11545 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11546 (emerge-version): Make the variable an obsolete alias for the
11547 emacs-version variable. Make the function obsolete.
11548 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11549 Emerge options, rather than merging in into the main Options menu.
11550 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11551 and auto advance modes. Disable edit/fast items when not relevant.
11552
11553 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11554
11555 * term/vt420.el (terminal-init-vt420): Fix typo.
11556
11557 2009-07-20 Sam Steingold <sds@gnu.org>
11558
11559 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11560 variable (removed from compile.el on 2004-03-11).
11561
11562 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * files.el (hack-local-variables-filter): Fix last change.
11565
11566 2009-07-19 Juri Linkov <juri@jurta.org>
11567
11568 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11569 (dir-local-variables-alist): New buffer-local variable.
11570 (hack-local-variables-filter): If variable is not dir-local,
11571 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11572 because file-local overrides dir-local.
11573 (c-postprocess-file-styles) <declare-function>:
11574 Remove obsolete declaration.
11575 (hack-dir-local-variables): Add dir-local variable/value pair to
11576 `dir-local-variables-alist' and remove duplicates. Doc fix.
11577
11578 * help-fns.el (describe-variable): Add information about
11579 file-local and dir-local variables.
11580
11581 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * files.el (hack-local-variables-filter): Rewrite.
11584
11585 2009-07-19 Glenn Morris <rgm@gnu.org>
11586
11587 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11588 Silence compiler by only defining on XEmacs.
11589
11590 * international/mule.el (auto-coding-regexp-alist): Only match
11591 BABYL... at the start of buffer, not of lines. (Bug#3790)
11592
11593 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11594 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11595 (cal-menu-context-mouse-menu): Doc fix.
11596
11597 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11598
11599 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11600
11601 2009-07-18 Juri Linkov <juri@jurta.org>
11602
11603 * info.el: Virtual Info keyword finder.
11604 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11605 (Info-finder-file): New variable.
11606 (Info-finder-find-file): New function.
11607 (finder-known-keywords, finder-package-info)
11608 (find-library-name, lm-commentary): Use defvar and
11609 declare-function to silence compiler warnings.
11610 (Info-finder-find-node): New function.
11611 (info-finder): New command.
11612
11613 * subr.el (process-kill-buffer-query-function): New function.
11614 (add-hook)<kill-buffer-query-functions>: Add hook
11615 `process-kill-buffer-query-function'.
11616
11617 2009-07-18 Alan Mackenzie <acm@muc.de>
11618
11619 * progmodes/cc-mode.el (c-before-hack-hook)
11620 (c-postprocess-file-styles): Give invocation of `c-set-style'
11621 DONT-OVERRIDE parameter of t. Already set style variables will
11622 thus not be overridden by style settings given by `c-file-syle'.
11623
11624 * files.el (hack-local-variables-filter): Remove entries with
11625 duplicate keys from `file-local-variables-alist'.
11626
11627 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11628
11629 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11630 x-set-selection if display-selections-p returns nil for the
11631 current frame.
11632
11633 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11636
11637 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11638
11639 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11640 Accept nil in addition to a regexp.
11641 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11642 Accept nil in addition to a regexp.
11643 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11644 buffers that have an associated file. Handle nil values of
11645 desktop-buffers-not-to-save and desktop-files-not-to-save.
11646 (Bug#3833)
11647
11648 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11649 (x-disown-selection-internal): New functions.
11650
11651 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11652
11653 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11654 warning.
11655 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11656 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11657
11658 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11659
11660 * simple.el (set-mark): Revert last change.
11661
11662 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11663
11664 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11665 rendering of pngs is not possible instead of messaging a long
11666 description.
11667
11668 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11669
11670 * w32-fns.el (x-selection-owner-p): New function.
11671
11672 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11673 (mouse-yank-at-click, mouse-yank-primary): If
11674 select-active-regions is non-nil, deactivate the mark before
11675 insertion.
11676
11677 * simple.el (deactivate-mark, set-mark): Only save selection if we
11678 own it.
11679
11680 2009-07-17 Kenichi Handa <handa@m17n.org>
11681
11682 * case-table.el (describe-buffer-case-table): Fix for the case
11683 that KEY is a cons.
11684
11685 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11686
11687 * vc-rcs.el (vc-rcs-find-file-hook):
11688 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11689
11690 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11691
11692 * net/tramp.el (tramp-wait-for-output): Handle the case when
11693 commands do not return a newline but a null byte before the shell
11694 prompt. (Bug#3858)
11695
11696 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11697
11698 * term/ns-win.el (ns-set-alpha): Don't declare.
11699 (ns-set-background-alpha): Remove function.
11700
11701 2009-07-16 Kevin Ryde <user42@zip.com.au>
11702
11703 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11704 y-or-n-p, for safety.
11705
11706 2009-07-16 Richard Stallman <rms@gnu.org>
11707
11708 * files.el (auto-save-mode): If buffer-saved-size is -2,
11709 don't clobber it.
11710
11711 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11712 (rmail-retry-ignored-headers): Add more uninteresting fields.
11713
11714 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11715
11716 * net/rcirc.el (rcirc): Use history variables.
11717 (rcirc-server-name-history, rcirc-nick-name-history)
11718 (rcirc-server-port-history): New variables.
11719
11720 2009-07-15 Kenichi Handa <handa@m17n.org>
11721
11722 * international/mule-cmds.el (set-language-environment-charset):
11723 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11724 ignore them.
11725
11726 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11727 Delete unibyte-display.
11728
11729 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11732
11733 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11734
11735 * simple.el (deactivate-mark): Optional argument FORCE.
11736 (set-mark): Use deactivate-mark.
11737
11738 * info.el (Info-search): No need to check transient-mark-mode
11739 before calling deactivate-mark.
11740
11741 * select.el (x-set-selection): Doc fix.
11742 (x-valid-simple-selection-p): Allow buffer values.
11743 (xselect--selection-bounds): Handle buffer values. Suggested by
11744 David De La Harpe Golden.
11745
11746 * mouse.el (mouse-set-region, mouse-drag-track): Call
11747 copy-region-as-kill before setting the mark, to let
11748 select-active-regions work.
11749
11750 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11751
11752 * simple.el (deactivate-mark): If select-active-regions is
11753 non-nil, copy the selection data into a string.
11754 (activate-mark): If select-active-regions is non-nil, set the
11755 selection to the current buffer.
11756 (set-mark): Update selection if select-active-regions is non-nil.
11757
11758 * select.el (x-valid-simple-selection-p): Allow buffer values.
11759
11760 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11763 and more featureful message-mode.
11764
11765 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * select.el (x-set-selection): Doc fix.
11768 (x-valid-simple-selection-p): Disallow selection data consisting
11769 of a list or cons of integers, since that is not used.
11770 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11771 (xselect-convert-to-string, xselect-convert-to-length)
11772 (xselect-convert-to-filename, xselect-convert-to-charpos)
11773 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11774
11775 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11776
11777 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11778 output in -break-info command (Emacs bug #3794).
11779
11780 2009-07-14 Glenn Morris <rgm@gnu.org>
11781
11782 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11783 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11784 (edebug-print-length, edebug-print-level, edebug-print-circle)
11785 (edebug-sit-for-seconds, edebug-view-outside)
11786 (edebug-bounce-point, edebug-set-global-break-condition)
11787 (edebug-Go-nonstop-mode, edebug-trace-mode)
11788 (edebug-Trace-fast-mode, edebug-continue-mode)
11789 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11790 (edebug-visit-eval-list): Doc fixes.
11791
11792 * subr.el (def-edebug-spec): Doc fix.
11793
11794 2009-07-14 Kenichi Handa <handa@m17n.org>
11795
11796 * international/characters.el: Fix setting of category ?C.
11797
11798 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11799
11800 * term/ns-win.el (x-select-font): defalias x-select-font to
11801 ns-popup-font-panel instead of generate-fontset-menu.
11802
11803 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11804
11805 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11806
11807 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11808
11809 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11810 the PK\003\004 header (Bug#3770).
11811
11812 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11813
11814 * pcomplete.el (pcomplete-comint-setup): Check for
11815 shell-dynamic-complete-filename too.
11816
11817 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11818
11819 * simple.el (temporary-goal-column): Change the value for
11820 line-move-visual to a cons cell.
11821 (line-move-visual): Record or set the window hscroll, if
11822 necessary (Bug#3494).
11823 (line-move-1): Handle cons value of temporary-goal-column.
11824
11825 2009-07-11 Kenichi Handa <handa@m17n.org>
11826
11827 * international/mule-diag.el (describe-character-set): Don't show
11828 width.
11829
11830 2009-07-10 Sam Steingold <sds@gnu.org>
11831
11832 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11833 Omake sometimes indents the errors it prints, so allow all
11834 regexps to start with spaces.
11835
11836 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11837
11838 * cus-edit.el (customize-changed-options-previous-release):
11839 Bump value to 22.1. (Bug#3804)
11840
11841 2009-07-08 Sam Steingold <sds@gnu.org>
11842
11843 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11844 to be a cons cell (test . ignored-directory) to selectively ignore
11845 some directories depending on the location of the search.
11846
11847 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11848
11849 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11850 remote user is root, on the local host.
11851 (tramp-local-host-p): Either the local user or the remote user
11852 must be root. (Bug#3771)
11853
11854 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * progmodes/gdb-mi.el (gdb): Remove description of
11857 gdb-use-separate-io-buffer.
11858 (menu): Don't allow toggling of or enable
11859 gdb-use-separate-io-buffer from menubar.
11860
11861 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11862
11863 * mail/unrmail.el (unrmail): Make sure the message ends with two
11864 newlines (Bug#3769).
11865
11866 2009-07-08 Glenn Morris <rgm@gnu.org>
11867
11868 * calendar/calendar.el (calendar-current-date): Rework previous change.
11869
11870 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11871
11872 * calendar/calendar.el (calendar-current-date):
11873 Add an optional argument giving an offset from today.
11874
11875 2009-07-08 Glenn Morris <rgm@gnu.org>
11876
11877 * tutorial.el (tutorial--describe-nonstandard-key):
11878 Adjust the message for when a key has been unbound.
11879 (help-with-tutorial): Hide the arch-tag.
11880
11881 2009-07-08 Kenichi Handa <handa@m17n.org>
11882
11883 * international/fontset.el (setup-default-fontset): For each
11884 script, append (not set) font-specs.
11885
11886 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11887 docstring.
11888
11889 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11890
11891 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11892 -data-list-register-names to ...
11893 (gdb-starting): ... here because GDB 7.0 requires execution to
11894 have started when using this MI command.
11895 (gdb-set-header): New function to distinguish select and
11896 unselected tabs in gdb buffers.
11897 (gdb-propertize-header): New macro that uses gdb-set-header.
11898 (gdb-breakpoints-header, gdb-locals-header): Use it.
11899 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11900
11901 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11902
11903 * Makefile.in (ELCFILES): Remove fadr.elc.
11904
11905 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11906
11907 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11908 may contain frame information, so `string-match' should be used.
11909 (gdb-update): Disassembly is invalidated through
11910 `gdb-get-selected-frame'.
11911 (gdb-pad-string): New function to pad string with spaces.
11912 (gdb-invalidate-disassembly): Invalidate only if the buffer
11913 exists.
11914 (gdb-disassembly-handler-custom): Column alignment.
11915 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11916 placing new ones.
11917 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11918 end of line, too.
11919 (gdb-frame-handler): Match convention to for disassembly buffer
11920 mode name.
11921 (gdb-stack-list-frames-handler): Rewritten without regexps.
11922 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11923 not highlight breakpoints without line information.
11924 (gdb-input): Add trailing newline to command.
11925
11926 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11927 buffer properly.
11928 (gdb-breakpoints-list-handler-custom): Replacement for
11929 `gdb-break-list-handler'. Using real parser instead of regexps
11930 now.
11931 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11932 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11933 to place breakpoints.
11934 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11935 functions.
11936 (gdb-disassembly-handler-custom): Show overlay arrow.
11937 (gdb-disassembly-place-breakpoints): Show breakpoints in
11938 disassembly buffer.
11939 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11940 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11941 instead of parsing breakpoints buffer. Fixed old menu references
11942 in `gud-menu-map'.
11943
11944 * fadr.el: Remove.
11945
11946 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11947 (gdb-memory-address): New variable which holds top address of
11948 memory page shown in memory buffer.
11949 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11950 customization variables.
11951 New functions:
11952 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11953 display the memory buffer.
11954 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11955 buffer display parameters.
11956 (def-gdb-memory-format, gdb-memory-format-binary)
11957 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11958 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11959 Functions for setting memory buffer format.
11960 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11961 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11962 unit size used in memory buffer.
11963 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11964 to next/previous page of memory buffer.
11965 Now using (bindat-get-field) instead of fadr functions.
11966
11967 2009-07-07 Sam Steingold <sds@gnu.org>
11968
11969 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11970 non-top-level files.
11971
11972 2009-07-07 Kenichi Handa <handa@m17n.org>
11973
11974 * international/mule-cmds.el (reset-language-environment): Put
11975 the highset priority to the charset iso-8859-1.
11976
11977 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11978
11979 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11980 to the end of the line when locating the block (Bug#700).
11981
11982 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11983
11984 * net/tramp.el (tramp-handle-write-region): Flush file properties
11985 in case of short track.
11986
11987 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11988
11989 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11990 Coded custom representation of verilog error regular expressions
11991 to work with Emacs-22's new format.
11992 (verilog-error-regexp-xemacs-alist): Coded custom representation
11993 of verilog error regular expressions to work with XEmacs format.
11994 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11995 error recognition into XEmacs.
11996 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11997 error recognition into Emacs-22.
11998
11999 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12000
12001 * woman.el: Remove stand-alone closing parentheses.
12002 (woman-file-name, woman2-format-paragraphs)
12003 (woman-leave-blank-lines): Code cleanup.
12004 (woman-use-own-frame): Change default to nil.
12005 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12006 defaults to inherit from default faces.
12007 (woman2-process-escapes): Consume the newline after a stand-alone
12008 filler character (Bug#3651).
12009
12010 2009-07-06 Glenn Morris <rgm@gnu.org>
12011
12012 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12013 (top-level): Move provide to the end.
12014 (ffap): Remove defunct URL from custom group.
12015
12016 * subr.el (eval-after-load): Doc fix.
12017
12018 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12019
12020 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12021 `calc-embedded-word' is called twice.
12022
12023 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * files.el (find-alternate-file-other-window, find-alternate-file):
12026 Obey confirm-nonexistent-file-or-buffer.
12027
12028 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12029
12030 * dired-aux.el (dired-show-file-type): Handle remote files.
12031
12032 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12033
12034 * desktop.el (desktop-globals-to-save):
12035 Add file-name-history (Bug#2750).
12036
12037 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12038
12039 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12040
12041 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12042
12043 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12044 property on entire argument since this is what eshell-lisp-command
12045 expects.
12046
12047 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12048
12049 * net/tramp-gvfs.el (tramp-gvfs-methods)
12050 (tramp-gvfs-zeroconf-domain)
12051 (tramp-bluez-discover-devices-timeout): Add version flag.
12052 (tramp-gvfs-handler-mounted-unmounted)
12053 (tramp-gvfs-connection-mounted-p): Polish handling of
12054 incompatibilities between GVFS 0.2 and 1.0.
12055
12056 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12057
12058 * cus-start.el (all): Add make-pointer-invisible.
12059
12060 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12061
12062 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12063 formatted correctly.
12064
12065 2009-07-02 Juri Linkov <juri@jurta.org>
12066
12067 * info.el: Virtual Info files and nodes.
12068 (Info-virtual-files, Info-virtual-nodes): New variables.
12069 (Info-current-node-virtual): New variable.
12070 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12071 New functions.
12072 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12073 to check for a virtual file instead of checking a fixed list
12074 of node names.
12075 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12076 instead of ad-hoc processing of "dir" and (apropos history toc).
12077 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12078 instead of ad-hoc processing of "dir" and (apropos history toc).
12079 Reread a file when moving from a virtual node.
12080 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12081 (Info-directory-toc-nodes, Info-directory-find-file)
12082 (Info-directory-find-node): New functions.
12083 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12084 (Info-history): Move part of code to
12085 `Info-history-find-node'.
12086 (Info-history-toc-nodes, Info-history-find-file)
12087 (Info-history-find-node): New functions.
12088 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12089 (Info-toc): Move part of code to `Info-toc-find-node'.
12090 (Info-toc-find-node): New function.
12091 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12092 the current Info file name to references because now the node
12093 "*TOC*" belongs to the same Info manual.
12094 (Info-toc-build): Rename from `Info-build-toc'.
12095 (Info-toc-nodes): Rename input argument `file' to `filename'.
12096 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12097 instead of ad-hoc processing of ("dir" apropos history toc).
12098 (Info-index-nodes): Use Info-virtual-file-p
12099 to check for a virtual file instead of checking a fixed list
12100 of node names.
12101 (Info-index-node): Add check for `Info-current-node-virtual'.
12102 Raise `save-match-data' higher up the tree to contain
12103 `search-forward' too (bug fix).
12104 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12105 (Info-virtual-index-nodes): New variable.
12106 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12107 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12108 (Info-apropos-file, Info-apropos-nodes): New variables.
12109 (Info-apropos-toc-nodes, Info-apropos-find-file)
12110 (Info-apropos-find-node, Info-apropos-matches): New functions.
12111 (info-apropos): Move part of code to `Info-apropos-find-node' and
12112 `Info-apropos-matches'.
12113 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12114 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12115 for a virtual file instead of checking a fixed list of node names.
12116
12117 * simple.el (async-shell-command): New command.
12118
12119 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12120
12121 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12122 instead of `mount-info'.
12123
12124 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12125
12126 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12127 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12128
12129 2009-07-02 Kenichi Handa <handa@m17n.org>
12130
12131 * international/mule.el (set-keyboard-coding-system): Force *-unix
12132 coding-system to avoid eol conversion.
12133
12134 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12135
12136 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12137 Add handler for `process-file', `shell-command' and
12138 `start-file-process'.
12139 (tramp-gvfs-handle-shell-command)
12140 (tramp-gvfs-handle-start-file-process)
12141 (tramp-gvfs-handle-process-file): New defuns.
12142 (tramp-synce-list-devices): Simplify check for existence of property.
12143
12144 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12145
12146 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12147
12148 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12149
12150 * language/korean.el (set-language-info-alist): Add korean-cp949,
12151 cp949 to spec.
12152
12153 2009-07-01 Kenichi Handa <handa@m17n.org>
12154
12155 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12156
12157 * international/encoded-kb.el: Deleted.
12158
12159 * international/mule.el (set-keyboard-coding-system): Perform the
12160 necessary setup here instead of calling encoded-kbd-setup-display.
12161
12162 2009-07-01 Glenn Morris <rgm@gnu.org>
12163
12164 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12165
12166 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12167
12168 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12169
12170 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12171
12172 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12173 Handle also the 'rename case, when setting file modes. (Bug#3712)
12174 (tramp-default-file-modes): Remove execute permissions.
12175
12176 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12177 (top): Add a default for "synce" in `tramp-default-user-alist'.
12178 Add completion function for "synce" method.
12179 (tramp-hal-service, tramp-hal-path-manager)
12180 (tramp-hal-interface-manager, tramp-hal-interface-device):
12181 New defconst.
12182 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12183 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12184 New defuns.
12185
12186 * net/trampver.el: Update release number.
12187
12188 2009-06-30 Kenichi Handa <handa@m17n.org>
12189
12190 * international/fontset.el (setup-default-fontset): Add CJK fonts
12191 for symbols and the other miscellaneous characters.
12192
12193 * language/korea-util.el (setup-korean-environment-internal):
12194 Make char-width-table suitable for Korean environments.
12195 (exit-korean-environment): Cancel above.
12196
12197 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12198 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12199 setup-function to make char-width-table suitable for respective
12200 environments, and an exit-function to cancel that.
12201
12202 * language/japan-util.el (setup-japanese-environment-internal):
12203 Call use-cjk-char-width-table with arg `ja_JP'.
12204
12205 * international/characters.el (cjk-char-width-table): Delete it.
12206 (cjk-char-width-table-list): New variable.
12207 (use-cjk-char-width-table): New arg local-name.
12208 (use-default-char-width-table): Fix for the case that Emacs is
12209 already using the default char-width-table.
12210
12211 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12212
12213 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12214 modes mandatory. (Bug#3712)
12215
12216 2009-06-29 Alan Mackenzie <acm@muc.de>
12217
12218 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12219 correction between the visible width of TABs and their number of bytes.
12220
12221 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12222
12223 * server.el (server-buffer-done): Prevent kill-buffer from
12224 prompting by clearing the buffer modification flag (Bug#3696).
12225
12226 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12227
12228 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12229 (verilog-endcomment-reason-re): Support unique case and priority case.
12230 (verilog-basic-complete-re): Support localparam lineup.
12231 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12232 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12233 commenting.
12234 (verilog-leap-to-case-head): Now support *nested* unique &
12235 priority case statements.
12236 (verilog-auto-lineup): Make just declarations the default (as it
12237 had been).
12238 (verilog-leap-to-case-head): Support priority/unique case statements.
12239 (verilog-auto-lineup): Rework to give users radio buttons to
12240 select the various styles of automatic lineup.
12241 (verilog-error-regexp-alist): Rework to support the XEmacs style
12242 of error regular expressions from compilers, lint tools &
12243 simulators. Note that GNU Emacs has made it impossible for a mode
12244 to load such things.
12245 (electric-verilog-terminate-line, verilog-indent-declaration)
12246 (verilog-auto-wiure): Rework for radio button selection of
12247 auto-lineup selection of specification of auto lineup.
12248 (verilog-beg-of-statement-1): Redesign to support proper operation
12249 in additional code, based on testing with auto-lineup.
12250 (verilog-calculate-indent, assignments & declarations)
12251 (verilog-backward-token): Enhance to support auto-lineup of
12252 assignments & declarations.
12253 (verilog-in-directive-p, verilog-at-struct-p): New function for
12254 easy test of whether we are.
12255 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12256 to support safe execution at almost anyline.
12257 (verilog-calc-1): Properly support indenting deep inside generate
12258 blocks.
12259 (verilog-init-font): Remove definition & use of verilog-init-font,
12260 as it is redundant with font-lock-defaults.
12261 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12262 to avoid circular calls if syntax-ppss is a function (as is the
12263 case now in 22.x GNU Emacs) as that function would sometimes call
12264 itself, leading to (nearly) infinite recursion.
12265 (verilog-ovm-begin-re, verilog-ovm-end-re)
12266 (verilog-ovm-statement-re, verilog-leap-to-head)
12267 (verilog-backward-token): Add support for OVM macros. Some are
12268 complete statements, and others open and close scopes like begin
12269 and end.
12270 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12271 (verilog-defun-level-generate-only-re): Really fix the defun-list
12272 compilation issue.
12273 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12274 coverpoint, constraint and cross statements.
12275 (verilog-defun-level-list, verilog-generate-defun-level-list)
12276 (verilog-all-defun-level-list): Redo these specifications - it is
12277 too hard to support eval-when compile aggregation of lists also
12278 built at when-compile time.
12279 (verilog-defun-level-list): Place defconsts of variables used in
12280 building regular expressions which are built in eval-when-compile
12281 bodies in the same eval-when-compile body to facilitate compile
12282 without load.
12283 (verilog-beg-block-re-ordered): Support indenting
12284 virtual/protected tasks and functions.
12285 (verilog-defun-level-list, verilog-in-generate-region-p)
12286 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12287 indentation of some module items (generate items).
12288 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12289 across virtual/protected tasks and functions.
12290
12291 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12292
12293 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12294 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12295 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12296 in concatenations. Reported by Yishay Belkind.
12297 (verilog-auto-ascii-enum): Support one-hot state machines in
12298 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12299 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12300 modport in AUTOINST and add vl-modport for users. Reported by
12301 David Rogoff.
12302 (verilog-auto-inout-module, verilog-auto-inst)
12303 (verilog-decls-get-interfaces, verilog-insert-definition)
12304 (verilog-insert-one-definition, verilog-read-decls)
12305 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12306 (verilog-sig-modport, verilog-signals-combine-bus)
12307 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12308 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12309 Suggested by David Rogoff.
12310 (verilog-repair-open-comma): Fix non-insertion of comma when
12311 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12312 (verilog-make-width-expression): Simplify [A-1:0] expression
12313 widths to just {A{1'b0}}.
12314 (verilog-mode): Cleanup checkdoc warnings.
12315 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12316 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12317 inputs/outputs or data type. Suggested by Vasu Kandadi.
12318 (next-error-last-buffer): Fix byte-compiler warning.
12319 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12320 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12321 or shell command text during AUTO expansion. Suggested by Tad Truex.
12322 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12323 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12324 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12325 in AUTOINOUT. Reported by Matthew Lovell.
12326 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12327 causing use of <= assignments. Reported by Alex Reed.
12328 (verilog-read-decls): Fix triand, trior, wand, wor to be
12329 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12330 (verilog-extended-complete-re): Support import "DPI-C" functions.
12331 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12332 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12333 (verilog-insert-date, verilog-insert-year)
12334 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12335 Windows systems. Reported by Michael Potts.
12336 (verilog-read-module-name): Fix AUTOINST when the child module
12337 declaration's name is a tick define. Reported by Elliot Mednick.
12338 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12339 passed to next parameter's definition. Reported by Bruce T.
12340 (verilog-read-decls): Fix detecting "parameter int" when using
12341 AUTOINSTPARAM. Reported by Bruce T.
12342 (verilog-goto-defun): Fix goto not finding modules unless first
12343 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12344 (verilog-mode): Expand -f flag arguments on entry to mode so
12345 verilog-goto-defun will work. Reported by Lawrence Butcher.
12346 (verilog-getopt): Expand environment variables in -f file
12347 arguments. Suggested by Lawrence Butcher.
12348 (verilog-set-define): Fix "Symbol's value as variable is void"
12349 when reading enumerations.
12350 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12351 Suggested by Stephen Peltan.
12352 (verilog-read-defines): Fix reading of enumerations in include
12353 files. Reported by Steve Peltan.
12354
12355 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12356
12357 * files.el (trash-directory): Fix defcustom type.
12358
12359 2009-06-28 Juri Linkov <juri@jurta.org>
12360
12361 * help-fns.el (describe-function-1): Correctly locate adviced
12362 functions in hyperlink (Bug#2438).
12363
12364 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12365
12366 * files.el (trash-directory): Change default to nil.
12367 (move-file-to-trash): If trash-directory is nil and
12368 system-move-file-to-trash is unbound, perform freedesktop-style
12369 trashing.
12370
12371 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12372
12373 * files.el (move-file-to-trash): Add freedesktop trash
12374 support (Bug#973).
12375
12376 2009-06-28 Glenn Morris <rgm@gnu.org>
12377
12378 * autorevert.el (global-auto-revert-non-file-buffers)
12379 (global-auto-revert-mode): Doc fixes.
12380
12381 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12382
12383 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12384
12385 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12388 opened an X connection before calling x-get-resource (Bug#3194).
12389
12390 * play/doctor.el: Remove reference to obsolete website.
12391 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12392
12393 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12394
12395 Remove find-file-not-found-hook VC method. (Bug#2757)
12396 * vc-hooks.el (vc-file-not-found-hook)
12397 (vc-default-find-file-not-found-hook): Remove functions.
12398 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12399 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12400 * vc.el:
12401 * vc-hg.el:
12402 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12403
12404 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12405
12406 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12407 compatibility function for `looking-back'.
12408
12409 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12410 Use `ispell-looking-back'.
12411
12412 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12413
12414 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12415 rather than `filename'.
12416
12417 2009-06-23 Miles Bader <miles@gnu.org>
12418
12419 * face-remap.el (text-scale-set): New function.
12420
12421 2009-06-23 Glenn Morris <rgm@gnu.org>
12422
12423 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12424
12425 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12426
12427 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12428
12429 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12430
12431 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12432 Simplify Persian conditionals.
12433
12434 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12435 variable `filename'.
12436
12437 * comint.el (comint-insert-input): Doc fix.
12438
12439 * Makefile.in (ELCFILES): Fix typo in previous change.
12440
12441 2009-06-23 Miles Bader <miles@gnu.org>
12442
12443 * cus-start.el: Add entry for `recenter-redisplay'.
12444
12445 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12448 Add an optional argument for the backend, use it instead of
12449 calling vc-backend.
12450 (vc-mode-line): Add an optional argument for the backend.
12451 Pass the backend to vc-state and vc-working-revision. Move code for
12452 special handling for vc-state being a buffer to ...
12453
12454 * vc-rcs.el (vc-rcs-find-file-hook):
12455 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12456
12457 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12458 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12459 vc-stay-local-p and vc-mode-line calls.
12460
12461 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12462 (vc-cvs-diff, vc-cvs-annotate-command)
12463 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12464 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12465 vc-mode-line calls.
12466
12467 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12468 direct comparison.
12469 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12470 backend when calling vc-mode-line.
12471 (vc-register): Do not create a closure for calling the vc register
12472 function, call it directly.
12473
12474 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12477 to make it obvious item can be clicked.
12478
12479 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12480
12481 2009-06-23 Kenichi Handa <handa@m17n.org>
12482
12483 * language/korea-util.el (korean-key-bindings): Change the binding
12484 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12485 same command.
12486
12487 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12488
12489 Sync with Tramp 2.1.16.
12490
12491 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12492
12493 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12494 when a loading of a package fails. Completion function for rsync
12495 is `tramp-completion-function-alist-ssh'.
12496 (all): Replace all calls of `split-string' and
12497 `tramp-split-string' by `tramp-compat-split-string'.
12498 (tramp-default-method): Use `tramp-compat-process-running-p'.
12499 (tramp-default-proxies-alist): Allow also Lisp forms.
12500 (tramp-remote-path): Add choice "Private Directories".
12501 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12502 (tramp-domain-regexp): Allow also "-", "_" and ".".
12503 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12504 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12505 (tramp-debug-message): Insert header line in debug buffer.
12506 (tramp-handle-directory-files-and-attributes-with-stat):
12507 Care about filenames with spaces, or starting with "-".
12508 (tramp-handle-dired-uncache): New defun.
12509 (tramp-handle-insert-directory): Don't flush the directory from
12510 cache, this is handled by `dired-uncache' now.
12511 (tramp-handle-insert-file-contents): Improve error handling.
12512 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12513 Quote `tramp-end-of-output'.
12514 (tramp-action-password): Improve trace message.
12515 (tramp-check-for-regexp): Both echoes must be present, before removing.
12516 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12517 (tramp-compute-multi-hops): Eval cons cells of
12518 `tramp-default-proxies-alist'.
12519 (tramp-maybe-open-connection): Use the same command pattern for
12520 first hop and further hops.
12521 (tramp-wait-for-output): Remove handling of newlines.
12522 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12523 (tramp-split-string): Remove function. It is handled in
12524 tramp-compat now.
12525
12526 * net/tramp-cmds.el (tramp-bug):
12527 Recommend `tramp-cleanup-all-connections' in the bug mail.
12528
12529 * net/tramp-compat.el (tramp-compat-split-string)
12530 (tramp-compat-process-running-p): New defuns.
12531
12532 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12533 for `dired-uncache'.
12534
12535 * net/tramp-gvfs.el: New package.
12536
12537 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12538 Add handler for `dired-uncache'.
12539 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12540
12541 * net/trampver.el: Update release number. Make version check fit
12542 for SXEmacs 22.
12543
12544 2009-06-22 Jim Meyering <meyering@redhat.com>
12545
12546 Automatically handle .xz suffix (XZ-compressed files), too.
12547 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12548 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12549
12550 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12551 Nick Roberts <nickrob@snap.net.nz>
12552
12553 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12554 repository (http://sphinx.net.ru/hg/gdb-mi/).
12555
12556 2009-06-22 Glenn Morris <rgm@gnu.org>
12557
12558 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12559 `mode' and `eval' entries. (Bug#3430)
12560
12561 * Makefile.in (ELCFILES): Add fadr.elc.
12562
12563 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12564 differing behavior of \n and ^ in strings. (Bug#3385)
12565
12566 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12567
12568 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12569 property.
12570 (lisp-indent-function): Make it a defcustom.
12571
12572 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12573
12574 * progmodes/gdb-ui.el: Replace with ...
12575 * progmodes/gdb-mi.el: ... this file.
12576 * progmodes/gud.el: Modify for gdb-mi.el.
12577
12578 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12579
12580 * fadr.el: New file.
12581
12582 See ChangeLog.14 for earlier changes.
12583
12584 ;; Local Variables:
12585 ;; coding: utf-8
12586 ;; End:
12587
12588 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12589
12590 This file is part of GNU Emacs.
12591
12592 GNU Emacs is free software: you can redistribute it and/or modify
12593 it under the terms of the GNU General Public License as published by
12594 the Free Software Foundation, either version 3 of the License, or
12595 (at your option) any later version.
12596
12597 GNU Emacs is distributed in the hope that it will be useful,
12598 but WITHOUT ANY WARRANTY; without even the implied warranty of
12599 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12600 GNU General Public License for more details.
12601
12602 You should have received a copy of the GNU General Public License
12603 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12604
12605 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1