]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Unify complete-symbol with completion-at-point.
[gnu-emacs] / lisp / ChangeLog
1 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * bindings.el (complete-symbol): Move into minibuffer.el.
4
5 * minibuffer.el (complete-tag): Move from etags.el. If tags
6 completion cannot be performed, return nil instead of signalling
7 an error.
8 (completion-at-point): Make it an alias for complete-symbol.
9 (complete-symbol): Move from bindings.el, and replace with the
10 body of completion-at-point.
11
12 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
13
14 * cedet/semantic.el (semantic-mode): When enabled, add
15 semantic-ia-complete-symbol to completion-at-point-functions.
16
17 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
18 if Semantic is not active.
19
20 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-remote-selinux-p): New defun.
23 (tramp-handle-file-selinux-context)
24 (tramp-handle-set-file-selinux-context): Use it.
25
26 2010-04-28 Sam Steingold <sds@gnu.org>
27
28 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
29 `safe-local-variable' if the value is a string or a symbol with
30 the property `bug-reference-url-format'.
31
32 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
33
34 * progmodes/bug-reference.el (bug-reference-url-format): Revert
35 2010-04-27 change due to security risk.
36
37 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 Make it possible to locally disable a globally enabled mode.
40 * simple.el (fundamental-mode): Run fundamental-mode-hook.
41 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
42 rather than kill-all-local-variables so it runs fundamental-mode-hook.
43 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
44 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
45 that subsequent hooks get a chance to disable it.
46
47 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
50 Avoid re-enabling a minor mode after the user turned the minor mode
51 off if MODE-enable-in-buffers is run twice (typically once from
52 fundamental-mode's after-change-major-mode-hook and a second time from
53 run-mode-hook's own after-change-major-mode-hook).
54
55 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
56
57 2010-04-27 Sam Steingold <sds@gnu.org>
58
59 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
60 `safe-local-variable' if the value is a string or a function, as
61 documented and implemented on 2010-04-02.
62
63 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
64
65 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
66 when method is 'kill.
67
68 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
69
70 * ispell.el (ispell-init-process): Fix personal dictionary condition
71 in default directory check.
72 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
73 Kill ispell process when killing its associated buffer.
74
75 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
76
77 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
78 but we aren't using it.
79
80 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
81
82 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
83 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
84
85 2010-04-24 Glenn Morris <rgm@gnu.org>
86
87 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
88 Ignore VCS-ignore files, and deleted nextstep preferences files.
89 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
90 (authors-ambiguous-files): New list.
91 (authors-valid-file-names): Add some deleted files.
92 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
93 (authors-disambiguate-file-name): New function. (Bug#5501)
94 (authors-canonical-file-name): Doc fix.
95 Don't warn about obsolete files.
96 (authors-canonical-file-name, authors-scan-el):
97 Use authors-disambiguate-file-name.
98
99 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
100 Add autoload cookies.
101 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
102 (generated-autoload-file): Set file-local value to "htmlfontify.el".
103 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
104 They have definitions / compiler macros in cl.el.
105 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
106 Replace manual autoloads with generated ones.
107 (htmlfontify-unload-rgb-file): Remove autoload.
108 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
109
110 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
113 (byte-compile-setq-default): Optimize for the
114 single-var case and don't call byte-compile-form in this case to avoid
115 inf-loop with byte-compile-set-default.
116
117 * progmodes/compile.el (compilation-start): Abbreviate default directory.
118
119 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
120
121 Implement SELINUX backends.
122
123 * net/tramp.el (tramp-file-name-handler-alist):
124 Add `file-selinux-context' and `set-file-selinux-context'.
125 (tramp-handle-file-selinux-context)
126 (tramp-handle-set-file-selinux-context): New defuns.
127 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
128 Handle PRESERVE-SELINUX-CONTEXT.
129
130 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
131 Add `file-selinux-context' and `set-file-selinux-context'.
132 (tramp-gvfs-handle-file-selinux-context)
133 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
134 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
135
136 * net/ange-ftp.el (ange-ftp-copy-file):
137 * net/tramp-fish.el (tramp-fish-handle-copy-file):
138 * net/tramp-imap.el (tramp-imap-handle-copy-file):
139 * net/tramp-smb.el (tramp-smb-handle-copy-file):
140 Add PRESERVE-SELINUX-CONTEXT.
141
142 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
143
144 Synchronize with Tramp repository.
145
146 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
147 (tramp-action-process-alive, tramp-action-out-of-band)
148 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
149 (tramp-exists-file-name-handler): Fix docstring.
150 (with-progress-reporter): New defmacro.
151 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
152 (tramp-maybe-open-connection): Use it.
153
154 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
155
156 Detect ssh 'ControlMaster' argument automatically in some cases.
157
158 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
159 (tramp-default-method): Use it.
160
161 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
162
163 * net/tramp.el (tramp-handle-copy-file): Add new optional
164 parameter `preserve-selinux-context'.
165 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
166
167 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
168
169 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
170 Ensure, that non remote files are still checked. Oops.
171
172 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
173
174 Fix Bug#5840.
175
176 * icomplete.el (icomplete-completions): Use `non-essential'.
177
178 * net/tramp.el (tramp-connectable-p): New defun.
179 (tramp-handle-expand-file-name)
180 (tramp-completion-handle-file-name-all-completions)
181 (tramp-completion-handle-file-name-completion): Use it.
182
183 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
186
187 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
188
189 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
190
191 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
192
193 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
194 is present.
195
196 * info.el (info-tool-bar-map): Add labels.
197
198 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
199
200 * cus-edit.el (custom-commands): Add labels for tool bar.
201 (custom-buffer-create-internal, Custom-mode): Adjust for
202 labels in custom-commands.
203
204 * dynamic-setting.el: Renamed from font-setting.el.
205
206 2010-04-21 John Wiegley <jwiegley@gmail.com>
207
208 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
209 toggles the use of virtual buffers.
210 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
211 value.
212 (ido-toggle-virtual-buffers): New function.
213
214 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
215
216 Use `define-derived-mode'; fix window selection; doc fixes.
217 * play/tetris.el (tetris, tetris-update-speed-function)
218 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
219 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
220 (tetris-rotate-next, tetris-end-game, tetris-start-game)
221 (tetris-pause-game): Fix typos in docstrings.
222 (tetris-mode-map, tetris-null-map):
223 Move initialization into declaration.
224 (tetris-mode): Define with `define-derived-mode';
225 set show-trailing-whitespace to nil.
226 (tetris): Prefer window already displaying the "*Tetris*" buffer.
227
228 2010-04-21 Karel Klíč <kklic@redhat.com>
229
230 * files.el (backup-buffer): Handle SELinux context, and return it
231 if a backup was made by renaming.
232 (backup-buffer-copy): Set SELinux context to the target file.
233 (basic-save-buffer): Set SELinux context of the newly written file.
234 (basic-save-buffer-1): Now it also returns any SELinux context.
235 (basic-save-buffer-2): Set SELinux context of the newly created file,
236 and return it.
237 * net/tramp.el (tramp-file-name-for-operation):
238 Add file-selinux-context.
239
240 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * vc.el (vc-checkin, vc-modify-change-comment):
243 Adjust to new vc-start/finish-logentry.
244 (vc-find-conflicted-file): New command.
245 (vc-transfer-file): Adjust to new vc-checkin.
246 (vc-next-action): Improve scoping.
247
248 * vc-hg.el (vc-hg-log-edit-mode): Remove.
249 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
250
251 * vc-git.el (vc-git-log-edit-mode): Remove.
252 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
253 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
254
255 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
256 (vc-start-logentry): Remove argument `extra'.
257 (vc-finish-logentry): Remove extra args.
258
259 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
260 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
261 (vc-bzr-conflicted-files): New function.
262
263 * log-edit.el (log-edit-extra-flags)
264 (log-edit-before-checkin-process): Remove.
265 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
266 (log-edit-headers-alist): New var.
267 (log-edit-header-contents-regexp): New const.
268 (log-edit-match-to-eoh): New function.
269 (log-edit-font-lock-keywords): Use them.
270 (log-edit): Insert a "Summary:" header as default.
271 (log-edit-mode): Mark font-lock rules as case-insensitive.
272 (log-edit-done): Cleanup headers.
273 (log-view-process-buffer): Remove.
274 (log-edit-extract-headers): New function to replace it.
275
276 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
277
278 * subr.el (default-direction-reversed): Remove obsolescence info.
279
280 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
283 windows/frames.
284
285 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
286 I.e. include text after point in the completion region.
287 Also, return nil when we're not after/in a symbol.
288
289 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
290 default enable-multibyte-characters.
291
292 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * international/mule.el: Help the user choose a valid coding-system.
295 (read-buffer-file-coding-system): New function.
296 (set-buffer-file-coding-system): Use it. Prompt the user if the
297 coding-system cannot encode all the chars.
298
299 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
300 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
301 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
302 Don't use *vc-bzr-shelve*.
303
304 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
305
306 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
307 Don't destroy list before using it.
308
309 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
310
311 Fix the version number for added files.
312 * vc-hg.el (vc-hg-working-revision): Check if the file is
313 registered after hg parent fails (Bug#5961).
314
315 2010-04-19 Glenn Morris <rgm@gnu.org>
316
317 * htmlfontify.el (htmlfontify-buffer)
318 (htmlfontify-copy-and-link-dir): Autoload entry points.
319
320 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
321
322 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
323 name relative to the project root (Bug#5960).
324
325 2010-04-19 Glenn Morris <rgm@gnu.org>
326
327 * vc-git.el (vc-git-print-log): Doc fix.
328
329 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
330
331 * ido.el (ido-file-internal): Fix 2009-12-02 change.
332
333 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
334
335 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
336 default settings (Bug#5928).
337
338 2010-04-19 Glenn Morris <rgm@gnu.org>
339
340 * progmodes/fortran.el (fortran-match-and-skip-declaration):
341 New function.
342 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
343
344 2010-04-19 Kenichi Handa <handa@m17n.org>
345
346 * language/indian.el (malayalam-composable-pattern): Fix previous
347 change (add U+0D4D "SIGN VIRAMA").
348 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
349 (tamil-composable-pattern): Fix typo in the regexp.
350 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
351 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
352 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
353
354 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
355
356 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
357 paragraph-separate (Bug#5821).
358
359 2010-04-19 Juri Linkov <juri@jurta.org>
360
361 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
362
363 * info.el (Info-find-node-2): Comment out code that skips
364 breadcrumbs line.
365 (Info-mouse-follow-link): New command.
366 (Info-link-keymap): New keymap.
367 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
368 Return a string with links instead of inserting breadcrumbs
369 to the Info buffer.
370 (Info-fontify-node): Comment out code that inserts breadcrumbs.
371 Instead of putting the `invisible' text property over the Info
372 header, make an overlay over the Info header with the `invisible'
373 property and `after-string' set to the string returned by
374 `Info-breadcrumbs'.
375
376 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
377
378 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
379 Reported by monkey@sandpframing.com.
380
381 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
384 (tmm-get-keymap): Add key-binding shortcuts now that they're not
385 available in the "keyseq cache" any more.
386
387 * custom.el (defcustom): Add edebug spec.
388
389 2010-04-18 Juri Linkov <juri@jurta.org>
390
391 Test for special mode-class in view-buffer instead of view-file (bug#5513).
392
393 * view.el (view-file, view-buffer): Move test for special mode-class
394 from view-file to view-buffer.
395
396 * tar-mode.el (tar-extract): Turn if's into one cond
397 like in arc-mode.el.
398
399 2010-04-18 Juri Linkov <juri@jurta.org>
400
401 Add 7z archive format support (bug#5475).
402
403 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
404 (archive-7z-extract): New defcustom.
405 (archive-find-type): Add magic string for 7z.
406 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
407 If `stderr-file' is non-nil, use `(t stderr-file)' for the
408 `buffer' arg of `call-process'.
409 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
410 call the function `archive-7z-extract' with the variable
411 `archive-7z-extract' let-bound to `archive-zip-extract'.
412 (archive-7z-summarize, archive-7z-extract): New functions.
413
414 * international/mule.el (auto-coding-alist):
415 * files.el (auto-mode-alist): Add 7z file extension.
416
417 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * loadup.el: Setup hash-cons for pure data.
420
421 Fix duplicate entries in cedet's loaddefs.el files.
422 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
423 Should make most file-local generated-autoload-file unnecessary.
424 (print-readably): Silence warnings.
425 (autoload-find-destination): Take load-name as an arg to make sure
426 it's the same as the one that will be in the file.
427 (autoload-generate-file-autoloads): Adjust to above changes.
428 Try to make the dataflow a bit simpler.
429
430 * cvs-status.el (cvs-refontify): Remove unused.
431
432 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
433
434 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
435
436 * calc-bin.el (calc-radix): Have the "O" option turn on
437 twos-complement mode.
438
439 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
440
441 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
442 Add `calc-option-prefix-help' to calc-help autoloads.
443 (calc-inverse): Add "Option" to message, as appropriate.
444 (calc-hyperbolic): Add "Option" to message, as appropriate.
445 (calc-option, calc-is-option): New functions.
446
447 * calc-help.el (calc-full-help): Add `calc-option-help'.
448 (calc-option-prefix-help): New function.
449
450 * calc-misc.el (calc-help): Add "Option" entry.
451
452 * calc.el (calc-local-var-list): Add `calc-option-flag'.
453 (calc-option-flag): New variable.
454 (calc-do): Set `calc-option-flag to nil.
455 (calc-set-mode-line): Add "Opt " as appropriate.
456
457 2010-04-16 Juri Linkov <juri@jurta.org>
458
459 Move scrolling commands from simple.el to window.el
460 because their primitives are implemented in window.c.
461
462 * simple.el (scroll-error-top-bottom)
463 (scroll-up-command, scroll-down-command, scroll-up-line)
464 (scroll-down-line, scroll-other-window-down)
465 (beginning-of-buffer-other-window, end-of-buffer-other-window):
466 * window.el (scroll-error-top-bottom)
467 (scroll-up-command, scroll-down-command, scroll-up-line)
468 (scroll-down-line, scroll-other-window-down)
469 (beginning-of-buffer-other-window, end-of-buffer-other-window):
470 Move from simple.el to window.el because their primitives are
471 implemented in window.c.
472
473 2010-04-16 Juri Linkov <juri@jurta.org>
474
475 * isearch.el (isearch-lookup-scroll-key): Check both
476 `isearch-scroll' and `scroll-command' properties.
477 (scroll-up, scroll-down): Remove `isearch-scroll' property.
478
479 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
480
481 * simple.el (scroll-up-command, scroll-down-command)
482 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
483
484 2010-04-15 Juri Linkov <juri@jurta.org>
485
486 * simple.el (scroll-up-command, scroll-down-command)
487 (scroll-up-line, scroll-down-line): Put `scroll-command'
488 property on the these symbols. Remove them from
489 `scroll-preserve-screen-position-commands'.
490
491 * mwheel.el (mwheel-scroll): Put `scroll-command' and
492 `isearch-scroll' properties on the `mwheel-scroll' symbol.
493 Remove it from `scroll-preserve-screen-position-commands'.
494
495 * isearch.el (isearch-allow-scroll): Doc fix.
496
497 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
498
499 * net/tramp.el (tramp-error-with-buffer): Don't show the
500 connection buffer when we are in completion mode.
501 (tramp-file-name-handler): Catch the error for some operations
502 when we are in completion mode. This gives the user the chance to
503 correct the file name in the minibuffer.
504
505 2010-04-15 Glenn Morris <rgm@gnu.org>
506
507 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
508
509 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
510
511 Simplify by using `define-derived-mode'.
512 * info.el (Info-mode):
513 * calendar/todo-mode.el (todo-mode):
514 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
515 (gomoku-mode-map): Move initialization into declaration.
516
517 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
518
519 Fix Bug#5840.
520 * ido.el (ido-file-name-all-completions-1):
521 * minibuffer.el (minibuffer-completion-help):
522 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
523
524 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * simple.el (non-essential): New var.
527
528 Add a new field `location' to bookmarks for non-file bookmarks.
529 * bookmark.el (bookmark-location): Use the new field, if present.
530 (bookmark-insert-location): Undo last change, not needed any more.
531 * man.el (Man-bookmark-make-record):
532 * woman.el (woman-bookmark-make-record): Add `location' field.
533
534 2010-04-14 Juri Linkov <juri@jurta.org>
535
536 * simple.el (scroll-error-top-bottom): New defcustom.
537 (scroll-up-command, scroll-down-command): Use it. Doc fix.
538
539 * emulation/pc-select.el (pc-select-override-scroll-error):
540 Obsolete in favor of `scroll-error-top-bottom'.
541
542 2010-04-14 Juri Linkov <juri@jurta.org>
543
544 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
545 `scroll-up-command' and `M-v' to `scroll-down-command'.
546
547 * emulation/cua-rect.el (cua--init-rectangles):
548 * forms.el (forms--change-commands):
549 * image-mode.el (image-mode-map):
550 Remap scroll-down-command and scroll-up-command
551 in addition to scroll-down and scroll-up.
552
553 2010-04-14 Juri Linkov <juri@jurta.org>
554
555 * mwheel.el (scroll-preserve-screen-position-commands):
556 Add mwheel-scroll to this list of commands.
557
558 * simple.el (scroll-preserve-screen-position-commands):
559 Add scroll-up-command, scroll-down-command, scroll-up-line,
560 scroll-down-line to this list of commands.
561
562 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * obsolete/complete.el: Move from lisp/complete.el.
565
566 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
567
568 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
569 to the minor mode function now turns the mode ON unconditionally.
570
571 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * vc-dir.el (vc-dir-kill-line): New command.
574 (vc-dir-mode-map): Bind it to C-k.
575
576 * bookmark.el (bookmark-insert-location): Handle a nil filename.
577
578 * woman.el: Add bookmark declarations to silence the compiler.
579 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
580 step to compatibility between man and woman bookmarks.
581 Adjust for Man-default-bookmark-title renaming.
582 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
583
584 * man.el: Add bookmark declarations to silence the compiler.
585 (Man-name-local-regexp): Make it match NAME as well.
586 (Man-getpage-in-background): Return the buffer.
587 (Man-notify-when-ready): Use `case'.
588 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
589 Don't hardcode "NAME". Simplify.
590 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
591 Rename from Man-bookmark-make-record.
592 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
593 we have the actual man-args. Use Man-getpage-in-background rather
594 than `man' since the arg is already processed. Let bookmark.el do the
595 window handling. Only wait for the relevant process.
596 Don't forget to autoload.
597
598 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
599
600 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
601
602 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
603 New functions.
604 (woman-mode): Setup bookmark support.
605
606 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
607 (man-bookmark-jump): New functions.
608 (Man-mode): Setup bookmark support.
609
610 2010-04-10 Jari Aalto <jari.aalto@cante.net>
611
612 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
613 recognize ssh-keygen prompt (Bug#2817).
614
615 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
616
617 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
618
619 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
620
621 Synchronize with Tramp repository.
622
623 * net/tramp.el (tramp-completion-function-alist)
624 (tramp-file-name-regexp, tramp-chunksize)
625 (tramp-local-coding-commands, tramp-remote-coding-commands):
626 Fix docstring.
627 (tramp-remote-process-environment): Use `format' instead of `concat'.
628 (tramp-handle-directory-files-and-attributes)
629 (tramp-get-remote-path): Use `copy-tree'.
630 (tramp-handle-file-name-all-completions): Backward/ XEmacs
631 compatibility: Use `completion-ignore-case' if
632 `read-file-name-completion-ignore-case' does not exist.
633 (tramp-do-copy-or-rename-file-directly): Do not use
634 `tramp-handle-file-remote-p'.
635 (tramp-do-copy-or-rename-file-out-of-band):
636 Use `tramp-compat-delete-directory'.
637 (tramp-do-copy-or-rename-file-out-of-band)
638 (tramp-compute-multi-hops, tramp-maybe-open-connection):
639 Use `format-spec-make'.
640 (tramp-find-foreign-file-name-handler)
641 (tramp-advice-make-auto-save-file-name)
642 (tramp-set-auto-save-file-modes): Remove superfluous check for
643 `stringp'. This is done inside `tramp-tramp-file-p'.
644 (tramp-debug-outline-regexp): New defconst.
645 (tramp-get-debug-buffer): Use it.
646 (tramp-check-for-regexp): Use (forward-line 1).
647 (tramp-set-auto-save-file-modes): Adapt version check.
648
649 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
650 Wrap call of `featurep' for 2nd argument.
651 (tramp-compat-make-temp-file): Simplify fallback implementation.
652 (tramp-compat-copy-tree): Remove function.
653 (tramp-compat-delete-directory): Provide implementation for older
654 Emacsen.
655
656 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
657 Do not use `tramp-fish-handle-file-attributes.
658
659 * net/trampver.el: Update release number.
660
661 2010-04-10 Glenn Morris <rgm@gnu.org>
662
663 * progmodes/compile.el (compilation-save-buffers-predicate):
664 Add missing :version tag.
665
666 2010-04-09 Sam Steingold <sds@gnu.org>
667
668 * progmodes/compile.el (compilation-save-buffers-predicate):
669 Remove the "autoload" cookie.
670
671 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
672 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
673 and `bug-reference-prog-mode' can be used in hooks directly.
674
675 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
676
677 Add --author support to git commit.
678 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
679 (vc-git-log-edit-mode): New minor mode.
680 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
681 New declarations.
682
683 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
684
685 * vc-hooks.el, vc-git.el: Improve documentation comments.
686
687 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 Fix some of the problems in defsubst* (bug#5728).
690 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
691 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
692
693 2010-04-07 Sam Steingold <sds@gnu.org>
694
695 * progmodes/compile.el (compilation-save-buffers-predicate):
696 New custom variable.
697 (compile, recompile): Pass it to `save-some-buffers'.
698
699 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
700
701 * wid-edit.el (widget-choose): Move cursor to the second line of
702 the buffer (Bug#5695).
703
704 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
705
706 Add new VC methods: vc-log-incoming and vc-log-outgoing.
707 * vc.el (vc-print-log-setup-buttons): New function split out from
708 vc-print-log-internal.
709 (vc-log-internal-common): New function, a parametrized version of
710 vc-print-log-internal.
711 (vc-print-log-internal): Just call vc-log-internal-common with the
712 right arguments.
713 (vc-incoming-outgoing-internal):
714 (vc-log-incoming, vc-log-outgoing): New functions.
715 (vc-log-view-type): New permanent local variable.
716
717 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
718
719 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
720 of the dynamic bound vc-short-log.
721 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
722
723 * vc-git.el (vc-git-log-outgoing): New function.
724 (vc-git-log-view-mode): Use vc-log-view-type instead
725 of the dynamic bound vc-short-log.
726
727 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
728 of the dynamic bound vc-short-log. Highlight the tag.
729 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
730 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
731 (vc-hg-incoming-mode): Remove.
732 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
733
734 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
735
736 Fix default-directory for vc-root-diff.
737 * vc.el (vc-root-diff): Bind default-directory to the root
738 directory for the diff command.
739
740 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
741
742 * progmodes/verilog-mode.el (verilog-forward-sexp):
743 (verilog-calc-1): Support "disable fork" and "fork wait" multi
744 word keywords, suggested by Steve Pearlmutter.
745 (verilog-pretty-declarations): Support lineup of declarations in
746 port lists.
747 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
748 fix bug for /* / comments
749 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
750 Speed up and simplfy as this is never called with a bound.
751 (verilog-pretty-declarations): Enhance to line up declarations
752 inside a parameter list, suggested by Alan Morgan.
753 (verilog-pretty-expr): Tune assignment regular expression match
754 string for corner cases; also use markers instead of character
755 number as indent changes the later.
756
757 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
758
759 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
760 as missing keyword.
761 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
762 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
763 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
764 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
765 Tennant.
766 (verilog-keywords):
767 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
768 1800-2009 keywords, including "global.".
769
770 2010-04-06 John Wiegley <jwiegley@gmail.com>
771
772 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
773 appearing in buffer list (if a live buffer name matched a recentf
774 file basename). Should use uniquify to offer a real solution.
775
776 2010-04-06 John Wiegley <jwiegley@gmail.com>
777
778 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
779 comment to code, and add a :version tag.
780 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
781
782 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
783
784 Enable recentf-mode if using virtual buffers.
785 * ido.el (recentf-list): Declare for byte-compiler.
786 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
787 (ido-make-buffer-list): Simplify.
788 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
789
790 2010-04-05 Juri Linkov <juri@jurta.org>
791
792 Scrolling commands which scroll a line instead of full screen.
793 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
794
795 * simple.el (scroll-up-line, scroll-down-line): New commands.
796 Put property isearch-scroll=t on them.
797
798 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
799 Remove commands.
800
801 2010-04-05 Juri Linkov <juri@jurta.org>
802
803 Scrolling commands which do not signal errors at top/bottom.
804 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
805
806 * simple.el (scroll-up-command, scroll-down-command): New commands.
807 Put property isearch-scroll=t on them.
808
809 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
810 `scroll-down-command' and [next] from `scroll-up' to
811 `scroll-up-command'.
812
813 * emulation/cua-base.el: Put property CUA=move on
814 `scroll-up-command' and `scroll-down-command'.
815 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
816 and `scroll-down-command' to `cua-scroll-down'.
817
818 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
819
820 * help.el (describe-mode): Return nil.
821
822 2010-04-04 John Wiegley <jwiegley@gmail.com>
823
824 * ido.el (ido-use-virtual-buffers): New variable to indicate
825 whether "virtual buffer" support is enabled for IDO.
826 (ido-virtual): Face used to indicate virtual buffers in the list.
827 (ido-buffer-internal): If a buffer is chosen, and no such buffer
828 exists, but a virtual buffer of that name does (which would be why
829 it was in the list), recreate the buffer by reopening the file.
830 (ido-make-buffer-list): If virtual buffers are being used, call
831 `ido-add-virtual-buffers-to-list' before the make list hook.
832 (ido-virtual-buffers): New variable which contains a copy of the
833 current contents of the `recentf-list', albeit pared down for the
834 sake of speed, and with proper faces applied.
835 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
836 create a list of "virtual buffers" to present to the user in
837 addition to the currently open set. Note that this logic could
838 get rather slow if that list is too large. With the default
839 `recentf-max-saved-items' of 200, there is little speed penalty.
840
841 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * font-lock.el: Require CL when compiling.
844 (font-lock-turn-on-thing-lock): Use `case'.
845
846 2010-04-03 Eli Zaretskii <eliz@gnu.org>
847
848 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
849 Zaretskii.
850
851 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
852
853 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
854 (semantic-create-imenu-directory-index): Fix typos in docstrings.
855 (semantic-imenu-goto-function): Reflow docstring.
856
857 2010-04-02 Juri Linkov <juri@jurta.org>
858
859 * ehelp.el (electric-help-orig-major-mode):
860 New buffer-local variable.
861 (electric-help-mode): Set it to original major-mode. Doc fix.
862 (with-electric-help): Use `electric-help-orig-major-mode' instead
863 of (default-value 'major-mode). Doc fix.
864 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
865
866 2010-04-02 Sam Steingold <sds@gnu.org>
867
868 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
869 `vc-hg-command' with a list of flags.
870
871 * progmodes/bug-reference.el (bug-reference-bug-regexp):
872 Also accept "patch" and "RFE".
873 (bug-reference-fontify): `bug-reference-url-format' can also be a
874 function to be able to handle the bug kind.
875 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
876
877 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
878
879 * tmm.el (tmm-get-keymap): Check with symbolp before passing
880 value to fboundp, it may not be a symbol.
881
882 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
883
884 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
885
886 2010-03-31 Juri Linkov <juri@jurta.org>
887
888 * simple.el (next-line, previous-line): Re-throw a signal
889 with `signal' instead of using `ding'.
890 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
891
892 2010-03-31 Juri Linkov <juri@jurta.org>
893
894 * simple.el (keyboard-escape-quit): Raise deselecting the active
895 region higher than exiting the minibuffer.
896 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
897
898 2010-03-31 Juri Linkov <juri@jurta.org>
899
900 * image.el (image-animated-p): Use `image-metadata' instead of
901 `image-extension-data'. Get GIF extenstion data from metadata
902 property `extension-data'.
903
904 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * simple.el (append-to-buffer): Simplify.
907
908 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
909
910 * textmodes/artist.el (artist-mode): Fix typo in docstring.
911 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
912
913 2010-03-31 Kenichi Handa <handa@m17n.org>
914
915 * language/sinhala.el (composition-function-table): Fix regexp for
916 the new Unicode specification.
917
918 * language/indian.el (devanagari-composable-pattern)
919 (tamil-composable-pattern, kannada-composable-pattern)
920 (malayalam-composable-pattern): Adjust for the new Unicode
921 specification.
922 (bengali-composable-pattern, gurmukhi-composable-pattern)
923 (gujarati-composable-pattern, oriya-composable-pattern)
924 (telugu-composable-pattern): New variables to cope with the new
925 Unicode specification. Use them in composition-function-table.
926
927 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 Make tmm-menubar work for the Buffers menu again (bug#5726).
930 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
931 vectors rather than cons cells, as used in menu-bar-update-buffers.
932
933 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
934
935 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
936 (js-insert-and-indent): Revert 2009-08-15 change, restoring
937 electric punctuation for "{}();,:" (Bug#5586).
938
939 * mail/sendmail.el (mail-default-directory): Doc fix.
940
941 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
942
943 * mail/sendmail.el (mail-default-directory): Doc fix.
944
945 2010-03-31 Eli Zaretskii <eliz@gnu.org>
946
947 * subr.el (version-regexp-alist, version-to-list)
948 (version-list-<, version-list-=, version-list-<=)
949 (version-list-not-zero, version<, version<=, version=): Doc fix.
950 (Bug#5744).
951
952 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
953
954 * vc.el (vc-root-diff): Doc fix.
955
956 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
957
958 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
959
960 * simple.el (append-to-buffer): Fix last change.
961
962 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
963
964 * simple.el (append-to-buffer): Ensure that point is preserved if
965 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
966 (Bug#5749)
967
968 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * files.el (auto-mode-case-fold): Change default to t.
971
972 2010-03-30 Juri Linkov <juri@jurta.org>
973
974 * dired-x.el (dired-omit-mode): Doc fix.
975
976 2010-03-30 Juri Linkov <juri@jurta.org>
977
978 * replace.el (occur-accumulate-lines): Move occur-engine related
979 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
980 to be located after `occur-engine'.
981
982 2010-03-30 Juri Linkov <juri@jurta.org>
983
984 Make occur handle multi-line matches cleanly with context.
985 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
986
987 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
988 (occur-engine): Add local variables `ret', `prev-after-lines',
989 `prev-lines'. Use more arguments for `occur-context-lines'.
990 Set first elem of its returned list to `data', and the second elem
991 to `prev-after-lines'. Don't print the separator line.
992 In the end, print remaining context after-lines.
993 (occur-context-lines): Add new arguments `begpt', `endpt',
994 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
995 after-lines of the previous match with before-lines of the
996 current match and not overlap them. Return a list with two
997 values: the output line and the list of context after-lines.
998
999 2010-03-30 Juri Linkov <juri@jurta.org>
1000
1001 * replace.el (occur-accumulate-lines): Fix a bug where the first
1002 context line at the beginning of the buffer was missing.
1003
1004 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1005
1006 * files.el: Make bidi-display-reordering safe variable for boolean
1007 values.
1008
1009 2010-03-29 Phil Hagelberg <phil@evri.com>
1010 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * subr.el: Extend progress reporters to perform "spinning".
1013 (progress-reporter-update, progress-reporter-do-update):
1014 Handle non-numeric value arguments.
1015 (progress-reporter--pulse-characters): New var.
1016
1017 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * progmodes/compile.el (compilation-start): Fix regexp detection
1020 of initial cd command (Bug#5771).
1021
1022 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1023
1024 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1025
1026 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1027
1028 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1029 * lisp/progmodes/gdb-mi.el: Restore.
1030 * lisp/progmodes/gdb-ui.el: Remove.
1031 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1032
1033 2010-03-25 Glenn Morris <rgm@gnu.org>
1034
1035 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1036 all dired buffers, even tramp ones. (Bug#5755)
1037
1038 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 Add "union tags" in mpc.el.
1041 * mpc.el: Remove backward compatibility code.
1042 (mpc-browser-tags): Change default.
1043 (mpc--find-memoize-union-tags): New var.
1044 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1045 (mpc-cmd-find): Handle the case where the playlist does not exist.
1046 Handle union-tags.
1047 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1048 (mpc-cmd-add): Use mpc-cmd-flush.
1049 (mpc-tagbrowser-tag-name): New fun.
1050 (mpc-tagbrowser-buf): Use it.
1051 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1052
1053 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 Misc cleanup.
1056 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1057 Use replace-regexp-in-string.
1058 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1059 (makefile-imake-mode-syntax-table): Move init into defvar.
1060 (makefile-mode): Use define-derived-mode.
1061
1062 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1063 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1064 not be present any more.
1065
1066 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * faces.el (set-face-attribute): Fix typo in docstring.
1069 (face-valid-attribute-values): Reflow docstring.
1070
1071 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1072
1073 2010-03-24 Glenn Morris <rgm@gnu.org>
1074
1075 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1076
1077 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * indent.el (indent-for-tab-command): Doc fix.
1080
1081 2010-03-24 Alan Mackenzie <acm@muc.de>
1082
1083 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1084 Fix off-by-one error. Fixes bug #5747.
1085
1086 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1089 (image-dired-read-comment): Doc fix.
1090
1091 * json.el (json-object-type, json-array-type, json-key-type)
1092 (json-false, json-null, json-read-number):
1093 * minibuffer.el (completion-in-region-functions):
1094 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1095 (cal-tex-cursor-week):
1096 * emacs-lisp/trace.el (trace-function):
1097 * eshell/em-basic.el (eshell/printnl):
1098 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1099 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1100 * obsolete/levents.el (allocate-event, event-key, event-object)
1101 (event-point, event-process, event-timestamp, event-to-character)
1102 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1103 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1104 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1105 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1106 (reftex-highlight-selection): Fix typos in docstrings.
1107
1108 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1111
1112 2010-03-24 Glenn Morris <rgm@gnu.org>
1113
1114 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1115 2008-02-13 without comment; mark it obsolete.
1116 (rmail-highlight-headers): Use rmail-highlight-face once more.
1117
1118 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * woman.el (woman2-process-escapes): Only consume the newline if
1121 the filler character is on a line by itself (Bug#5729).
1122
1123 2010-03-24 Kenichi Handa <handa@m17n.org>
1124
1125 * language/indian.el (devanagari-composable-pattern): Add more
1126 consonants.
1127
1128 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * net/trampver.el: Update release number.
1131
1132 2010-03-24 Glenn Morris <rgm@gnu.org>
1133
1134 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1135
1136 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1137
1138 * net/tramp.el (tramp-find-executable):
1139 Use `tramp-get-connection-buffer'. Make the regexp for checking
1140 output of "wc -l" more robust.
1141 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1142 (tramp-open-connection-setup-interactive-shell): Remove workaround
1143 for OpenSolaris bug, it is not needed anymore.
1144
1145 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1146
1147 * cedet/semantic/imenu.el: New file, from the CEDET repository
1148 (Bug#5412).
1149
1150 2010-03-24 Glenn Morris <rgm@gnu.org>
1151
1152 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1153
1154 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1155
1156 * files.el (auto-mode-alist): Accept more verilog file patterns.
1157
1158 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1161
1162 2010-03-24 Glenn Morris <rgm@gnu.org>
1163
1164 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1165 log-edit-before-checkin-process.
1166
1167 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1168
1169 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1170
1171 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1172 (log-view-process-buffer, log-edit-extra-flags): Declare.
1173
1174 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1175
1176 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1177 Consistently check ede-object is bound throughout.
1178
1179 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1180
1181 2010-03-23 Sam Steingold <sds@gnu.org>
1182
1183 Fix bug#5620: recalculate all markers on compilation buffer
1184 modifications, not on file modifications.
1185 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1186 the buffer modification time, for buffers not associated with files.
1187 (compilation-mode): Create it.
1188 (compilation-filter): Update it.
1189 (compilation-next-error-function): Use it instead of
1190 `visited-file-modtime' for timestamp.
1191
1192 2010-03-23 Juri Linkov <juri@jurta.org>
1193
1194 Implement Occur multi-line matches.
1195 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1196
1197 * replace.el (occur): Doc fix.
1198 (occur-engine): Set `begpt' to the beginning of the first line.
1199 Set `endpt' to the end of the last match line. At first, count
1200 line numbers between `origpt' and `begpt'. Split out code from
1201 `out-line' variable to new let-bindings `match-prefix' and
1202 `match-str'. In `out-line' add non-numeric prefix to all
1203 non-first lines of multi-line matches. Finally, count lines
1204 between `begpt' and `endpt' and add to `lines'.
1205
1206 2010-03-23 Juri Linkov <juri@jurta.org>
1207
1208 * replace.el (occur-accumulate-lines, occur-engine):
1209 Use `occur-engine-line' instead of duplicate code.
1210 (occur-engine-line): New function created from duplicate code
1211 in `occur-accumulate-lines' and `occur-engine'.
1212
1213 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1214 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1215
1216 2010-03-23 Juri Linkov <juri@jurta.org>
1217
1218 * finder.el: Remove TODO tasks.
1219
1220 * info.el (Info-finder-find-node): Add node "all"
1221 with all package info. Handle a list of multiple keywords
1222 separated by comma.
1223 (info-finder): In interactive use with a prefix argument,
1224 use `completing-read-multiple' to read a list of keywords
1225 separated by comma.
1226
1227 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 Add a new completion style `substring'.
1230 * minibuffer.el (completion-basic--pattern): New function.
1231 (completion-basic-try-completion, completion-basic-all-completions):
1232 Use it.
1233 (completion-substring--all-completions)
1234 (completion-substring-try-completion)
1235 (completion-substring-all-completions): New functions.
1236 (completion-styles-alist): New style `substring'.
1237
1238 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 Get rid of .elc files after removal of the corresponding .el.
1241 * Makefile.in (compile-clean): New target.
1242 (compile-main): Use it.
1243
1244 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1245
1246 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1247 don't do make there. When compiling with separate object dir, there
1248 is no Makefile there.
1249
1250 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 Get rid of the ELCFILES abomination, again.
1253 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1254 (all, compile): Don't call compile-last.
1255 (compile-main): Build the "elcfiles" list dynamically.
1256 (compile-targets): New (internal) target.
1257
1258 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1259
1260 * Makefile.in (top_srcdir): Define.
1261 (abs_top_builddir): Define.
1262 (srcdir): Don't append `/..'.
1263 (EMACS): Use ${abs_top_builddir}.
1264 (all, compile, compile-always, compile-last): Don't set emacswd.
1265 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1266 $(srcdir).
1267 (lisp): Use $(srcdir) instead of @srcdir@.
1268
1269 2010-03-21 Juri Linkov <juri@jurta.org>
1270
1271 Fix message of multi-line occur regexps and multi-buffer header lines.
1272 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1273
1274 * replace.el (occur-1): Don't display regexp if it is longer
1275 than window-width. Use `query-replace-descr' to display regexp.
1276 (occur-engine): Don't display regexp in the buffer header for
1277 multi-buffer occur. Display a separate header line with total
1278 match count and regexp for multi-buffer occur.
1279 Use `query-replace-descr' to display regexp.
1280
1281 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1282
1283 * net/secrets.el: Fix parenthesis.
1284 (secrets-enabled): Fix parenthesis.
1285
1286 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 Use more relative file and directory names.
1289 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1290 (setwins, setwins_almost, setwins_for_subdirs):
1291 Don't `cd'; output relative names.
1292 (all, compile, compile-always, compile-last): Set emacswd.
1293 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1294 Just cd to the lisp source dir so we can use relative file names.
1295
1296 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1297
1298 2010-03-20 Glenn Morris <rgm@gnu.org>
1299
1300 * textmodes/rst.el: Use faces for font-lock customization, and make the
1301 old -face variables obsolete.
1302 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1303 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1304 (rst-block-face, rst-external-face, rst-definition-face)
1305 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1306 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1307 Make obsolete.
1308 (rst-font-lock-keywords-function): Update for above changes.
1309
1310 2010-03-20 Juri Linkov <juri@jurta.org>
1311
1312 * s-region.el:
1313 * obsolete/s-region.el: Move to obsolete.
1314
1315 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1318
1319 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1320
1321 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1322
1323 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 Add special markup processing for commit logs.
1326 * log-edit.el (log-edit-extra-flags): New variable.
1327 (log-edit): Add new argument MODE. Use that mode when non-nil
1328 instead of the log-view-mode.
1329 (log-view-process-buffer): New function.
1330
1331 * vc.el: Document that the checkin method takes optional
1332 arguments. Document new backend specific method: log-view-mode.
1333 (vc-default-log-edit-mode): New function.
1334 (vc-checkin): Use a backend specific log-view-mode.
1335 Pass extra arguments to the checkin method.
1336 (vc-modify-change-comment): Pass a dummy extra argument.
1337
1338 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1339 log-edit.
1340 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1341 (vc-finish-logentry): Process the log buffer before passing it
1342 down. Pass log-edit-extra-flags.
1343
1344 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1345 command.
1346 (log-edit-extra-flags, log-edit-before-checkin-process):
1347 New declarations.
1348
1349 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1350 command.
1351 (log-edit-extra-flags, log-edit-before-checkin-process):
1352 New declarations.
1353 (vc-hg-log-edit-mode): New derived mode.
1354
1355 * vc-arch.el (vc-arch-checkin):
1356 * vc-cvs.el (vc-cvs-checkin):
1357 * vc-git.el (vc-git-checkin):
1358 * vc-mtn.el (vc-mtn-checkin):
1359 * vc-rcs.el (vc-rcs-checkin):
1360 * vc-sccs.el (vc-sccs-checkin):
1361 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1362
1363 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1366 parent typo).
1367
1368 2010-03-19 Glenn Morris <rgm@gnu.org>
1369
1370 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1371
1372 2010-03-18 Glenn Morris <rgm@gnu.org>
1373
1374 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1375
1376 * replace.el (query-replace-history): Give it a doc string.
1377 (map-query-replace-regexp): Use query-replace-from-history-variable
1378 and query-replace-to-history-variable.
1379
1380 * mail/hashcash.el (declare-function): Remove duplicate definition.
1381
1382 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1383 Make it an obsolete alias for report-emacs-bug-address.
1384 (message-strip-special-text-properties): Declare.
1385 (report-emacs-bug): Remove test for a pretest bug address.
1386 Combine message-mode-specific code.
1387
1388 * mail/supercite.el: Don't require sendmail.
1389 (mh-in-header-p): Declare rather than using with-no-warnings.
1390 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1391 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1392
1393 * calendar/cal-french.el: Convert to utf-8.
1394
1395 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1396 Emacs scripts.
1397
1398 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1399
1400 * net/secrets.el (secrets-enabled): New variable. Use it instead
1401 of a subfeature.
1402
1403 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/secrets.el (top): Register the D-Bus signals only when the
1406 service "org.freedesktop.secrets" can be pinged.
1407 Provide subfeature `enabled'.
1408
1409 2010-03-14 Juri Linkov <juri@jurta.org>
1410
1411 Add finder unknown keywords.
1412
1413 * finder.el (finder-unknown-keywords): New function.
1414
1415 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1416 to create a Finder node with unknown keywords.
1417
1418 2010-03-14 Juri Linkov <juri@jurta.org>
1419
1420 * finder.el (finder-compile-keywords): Replace `princ' with
1421 `prin1' on a list of symbols interned from keyword strings.
1422
1423 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1424 a comma, then split keywords using a comma and optional whitespace.
1425 Otherwise, split by whitespace.
1426
1427 * complete.el:
1428 * face-remap.el:
1429 * log-view.el:
1430 * net/hmac-def.el:
1431 * net/hmac-md5.el:
1432 * net/netrc.el:
1433 * progmodes/mixal-mode.el: Fix keywords.
1434
1435 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * Makefile.in (ELCFILES): Add net/secrets.elc.
1438
1439 * net/secrets.el: New file.
1440
1441 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * facemenu.el (list-colors-display, list-colors-print): New arg
1444 callback. Use it to allow selecting colors.
1445
1446 * wid-edit.el (widget-image-insert): Insert image prop even if the
1447 current display is non-graphic.
1448 (widget-field-value-set): New fun.
1449 (editable-field): Use it.
1450 (widget-field-value-get): Clean up unused var.
1451 (widget-color-value-create, widget-color--choose-action):
1452 New funs. Allow using list-colors-display to choose color.
1453
1454 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * cus-edit.el: Resort topmost custom groups.
1457 (custom-buffer-sort-alphabetically): Default to t.
1458 (customize-apropos): Use apropos-parse-pattern.
1459 (custom-search-field): New var.
1460 (custom-buffer-create-internal): Add custom-apropos search field.
1461 (custom-add-parent-links): Don't display parent doc.
1462 (custom-group-value-create): Don't sort top-level custom group.
1463 (custom-magic-value-create): Show visibility button before option name.
1464
1465 (custom-variable-state): New fun, from custom-variable-state-set.
1466 (custom-variable-state-set): Use it.
1467 (custom-group-value-create): Hide options with standard values
1468 using the :hidden-states property. Use progress reporter.
1469
1470 (custom-show): Simplify.
1471 (custom-visibility): Disable images by default.
1472 (custom-variable): New property :hidden-states.
1473 (custom-variable-value-create): Enable images for
1474 custom-visibility widgets. Use :hidden-states property to
1475 determine initial visibility.
1476
1477 * wid-edit.el (widget-image-find): Give images center ascent.
1478 (visibility): Add :on-image and :off-image properties.
1479 (widget-visibility-value-create): Use them.
1480
1481 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * cus-edit.el (processes): Remove from development group.
1484 (oop, hypermedia): Delete group.
1485 (comm): Promote to top-level group.
1486
1487 * net/browse-url.el (browse-url):
1488 * net/xesam.el (xesam):
1489 * net/tramp.el (tramp):
1490 * net/goto-addr.el (goto-address):
1491 * net/ange-ftp.el (ange-ftp): Put in comm group.
1492
1493 * view.el (view): Remove from editing group.
1494
1495 * uniquify.el (uniquify): Put in files group.
1496
1497 * net/browse-url.el (browse-url):
1498 * ps-print.el (postscript): Put in external group.
1499
1500 * cus-edit.el (outlines):
1501 * textmodes/text-mode.el (text-mode-hook):
1502 * textmodes/table.el (table):
1503 * textmodes/picture.el (picture):
1504 * outline.el (outlines): Put in wp group.
1505
1506 * nxml/nxml-mode.el (nxml): Remove from wp group.
1507
1508 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1509
1510 * mail/metamail.el (metamail): Remove from hypermedia group.
1511
1512 * cus-edit.el (abbrev):
1513 * whitespace.el (whitespace):
1514 * vcursor.el (vcursor):
1515 * reveal.el (reveal):
1516 * hl-line.el (hl-line): Put in convenience group.
1517
1518 * epg-config.el (epg): Put in data group.
1519
1520 * emulation/pc-select.el (pc-select): Put in emulations group.
1521
1522 * calculator.el (calculator): Put in applications group.
1523
1524 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 Add .dir-locals.el support for file-less buffers.
1527 * files.el (hack-local-variables): Split out code to apply local
1528 variable settings ...
1529 (hack-local-variables-apply): ... here. New function.
1530 (hack-dir-local-variables): Use the default directory for when the
1531 buffer does not have an associated file.
1532 (hack-dir-local-variables-non-file-buffer): New function.
1533 * diff-mode.el (diff-mode):
1534 * vc-annotate.el (vc-annotate-mode):
1535 * vc-dir.el (vc-dir-mode):
1536 * log-edit.el (log-edit-mode):
1537 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1538
1539 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1540
1541 Add support for shelving snapshots and for showing shelves.
1542 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1543 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1544 New functions.
1545 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1546 (vc-bzr-extra-menu-map): Map them.
1547
1548 2010-03-11 Glenn Morris <rgm@gnu.org>
1549
1550 * cus-edit.el (customize-changed-options-previous-release):
1551 Bump to 23.1.
1552
1553 * image.el (image-animate-max-time): Fix :version tag.
1554
1555 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * Branch for 23.2.
1558
1559 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * vc-git.el (vc-git-revision-table): Include remote branches.
1562
1563 2010-03-10 Kim F. Storm <storm@cua.dk>
1564
1565 Animated image API.
1566 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1567
1568 * image.el (image-animate-max-time): New defcustom.
1569 (image-animated-types): New defconst.
1570 (create-animated-image, image-animate-timer)
1571 (image-animate-start, image-animate-stop, image-animate-timeout)
1572 (image-animated-p): New functions.
1573
1574 * image-mode.el (image-toggle-display-image):
1575 Replace `create-image' with `create-animated-image'.
1576
1577 2010-03-09 Miles Bader <miles@gnu.org>
1578
1579 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1580 instead of "format:"; this ensures that the output is
1581 newline-terminated.
1582
1583 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1586 that all errors are caught, and that the return value is always a
1587 list (Bug#5692).
1588
1589 2010-03-08 Kenichi Handa <handa@m17n.org>
1590
1591 * language/misc-lang.el (windows-1256): New coding system.
1592 (cp1256): New alias of windows-1256 (bug#5690).
1593
1594 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1595
1596 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1597 call to rfc822-bad-address. (Bug#5692)
1598
1599 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1600
1601 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1602 Use vc-git-root as default directory for revision path (Bug#5657).
1603
1604 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * calculator.el (calculator): Don't bind split-window-keep-point
1607 (Bug#5674).
1608
1609 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * vc-git.el: Re-flow to fit into 80 columns.
1612 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1613 Remove spurious `quote' element in each case alternative.
1614 (vc-git-show-log-entry): Use prog1.
1615 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1616
1617 2010-03-06 Glenn Morris <rgm@gnu.org>
1618
1619 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1620 Update template copyright to GPLv3+.
1621
1622 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1625
1626 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1629 definition, not the name (Bug#5481).
1630
1631 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1632
1633 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1634 argument with a local variable. (Bug#5670)
1635
1636 2010-03-02 Juri Linkov <juri@jurta.org>
1637
1638 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1639
1640 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1643 error when FILENAME and NEWNAME are existing remote directories.
1644
1645 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1646 parameter DIR-FLAG.
1647
1648 2010-03-02 Glenn Morris <rgm@gnu.org>
1649
1650 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1651 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1652
1653 2010-03-01 Kenichi Handa <handa@m17n.org>
1654
1655 * language/burmese.el (burmese-composable-pattern): Rename from
1656 myanmar-composable-pattern.
1657
1658 * international/characters.el (script-list):
1659 * international/fontset.el (script-representative-chars):
1660 Change myanmar to burmese.
1661 (otf-script-alist): Likewise.
1662 (setup-default-fontset): Likewise. Re-fix :otf spec.
1663
1664 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1665
1666 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1667
1668 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1669
1670 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1671
1672 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1673
1674 * net/tramp.el (tramp-handle-write-region): START can be a string.
1675 Take care in the checks. Reported by Dan Davison
1676 <davison@stats.ox.ac.uk>.
1677
1678 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1679
1680 * net/dbus.el (dbus-introspect, dbus-get-property)
1681 (dbus-set-property, dbus-get-all-properties):
1682 Use `dbus-call-method' when noninteractive. (Bug#5645)
1683
1684 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1687 * emacs-lisp/elint.el (elint-add-required-env):
1688 * cedet/semantic/db-find.el
1689 (semanticdb-find-translate-path-brutish-default):
1690 * cedet/ede/make.el (ede-make-check-version):
1691 * calendar/icalendar.el (icalendar--add-diary-entry):
1692 * calc/calcalg2.el (math-tracing-integral):
1693 * files.el (recover-session-finish): Use with-current-buffer
1694 instead of save-excursion.
1695
1696 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 Fix in-buffer completion when after-change-functions modify the buffer.
1699 * minibuffer.el (completion--replace): New function.
1700 (completion--do-completion): Use it and use relative movement.
1701
1702 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1705
1706 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1707
1708 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1709 Allow the characters _<> in the stack entry (Bug#5653).
1710
1711 2010-02-26 Kenichi Handa <handa@m17n.org>
1712
1713 * language/burmese.el: Fix entries in composition-function-table.
1714 (myanmar-composable-pattern): New variable.
1715
1716 * international/fontset.el (setup-default-fontset): Add an entry
1717 for myanmar.
1718
1719 * international/characters.el (script-list): Add Myanmar
1720 Extended-A.
1721
1722 2010-02-26 Glenn Morris <rgm@gnu.org>
1723
1724 * custom.el (custom-initialize-delay): Doc fix.
1725
1726 * mail/sendmail.el (send-mail-function): Autoload the call
1727 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1728
1729 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * files.el (hack-local-variables-filter): For eval forms, also
1732 check safe-local-variable-p (Bug#5636).
1733
1734 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1735
1736 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1737 and use c(ad)r of cddr (Bug#5640).
1738
1739 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1742 setting the modes by `ignore-errors'. It might fail, for example
1743 if the file is not owned by the user but the group.
1744 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1745
1746 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * files.el (directory-listing-before-filename-regexp): Use
1749 stricter matching for iso-style dates, to avoid false matches with
1750 date-like filenames (Bug#5597).
1751
1752 * htmlfontify.el (htmlfontify): Doc fix.
1753
1754 * eshell/eshell.el (eshell): Doc fix.
1755
1756 * startup.el (fancy-about-screen): In mode-line, apply
1757 mode-line-buffer-id face only to the buffer name (Bug#5613).
1758
1759 2010-02-20 Kevin Ryde <user42@zip.com.au>
1760
1761 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1762 In `watcom' anchor regexp to start of line, to avoid slowness
1763 (Bug#5599).
1764
1765 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1766
1767 * subr.el (remove-yank-excluded-properties): Explain in a comment
1768 why `category' property is removed.
1769
1770 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1773 2010-02-17 change.
1774
1775 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1776
1777 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1778 (icalendar--convert-weekly-to-ical)
1779 (icalendar--convert-yearly-to-ical)
1780 (icalendar--convert-block-to-ical)
1781 (icalendar--convert-cyclic-to-ical)
1782 (icalendar--convert-anniversary-to-ical): Take care of time
1783 specifications where hour has 1-digit only (Bug#5549).
1784
1785 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1786
1787 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1788 of disassemble output in GDB 7.1.
1789
1790 2010-02-19 Glenn Morris <rgm@gnu.org>
1791
1792 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1793 property. (Bug#5593)
1794
1795 2010-02-18 Sam Steingold <sds@gnu.org>
1796
1797 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1798
1799 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 Use abbreviated file names in bookmarks (bug#5591).
1802 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1803 calls to expand-file-name.
1804 (bookmark-relocate): Use abbreviated file names in bookmarks.
1805 (bookmark-load): Use abbreviated file names in messages.
1806
1807 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1810 expand "." and "..". Reported by Thierry Volpiatto
1811 <thierry.volpiatto@gmail.com>.
1812
1813 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1816 permissions of the temporary file to "0600". In case the remote
1817 file has no read permissions for the owner, there might be
1818 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1819
1820 22010-02-18 Glenn Morris <rgm@gnu.org>
1821
1822 * emacs-lisp/authors.el (authors-renamed-files-alist):
1823 Add entries for INSTALL.CVS.
1824
1825 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1826
1827 * vc-bzr.el: Fix typo in Known Bugs section.
1828
1829 * isearch.el (isearch-update-post-hook): New hook.
1830 (isearch-update): Use the new hook.
1831
1832 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1833
1834 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1835 Fix errors in copying directories.
1836 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1837 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1838 (tramp-handle-delete-file)
1839 (tramp-handle-dired-recursive-delete-directory)
1840 (tramp-handle-write-region): Flush also the cache for the upper
1841 directory.
1842
1843 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1846
1847 * cus-edit.el (hardware): Doc fix.
1848
1849 * man.el (man): Add to external custom group.
1850
1851 * delim-col.el (columns): Move to wp custom group.
1852
1853 * doc-view.el (doc-view): Add to data custom group.
1854
1855 * cedet/data-debug.el (data-debug): Move to extensions group.
1856
1857 * cedet/ede.el (ede):
1858 * cedet/srecode.el (srecode):
1859 * cedet/semantic.el (semantic): Put in tools and extensions group.
1860
1861 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1862
1863 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1864 by ispell-parse-output (Bug#5575).
1865
1866 2010-02-16 Kenichi Handa <handa@m17n.org>
1867
1868 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1869 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1870 (skkdic-convert): Use `euc-japan' coding system for writing.
1871
1872 2010-02-16 Glenn Morris <rgm@gnu.org>
1873
1874 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1875 tex-main-file before using it. (Bug#5562)
1876
1877 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1880 warnings, since it is annoying for the user to see them each time he
1881 runs the code.
1882
1883 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1886 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1887 instead of PROC for caching "first-password-request". Otherwise,
1888 new processes would not profit from passwords already entered.
1889
1890 * net/tramp-cache.el (tramp-dump-connection-properties):
1891 Don't save "first-password-request" property.
1892
1893 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * outline.el (outline-head-from-level):
1896 * simple.el (with-wrapper-hook):
1897 * cedet/ede.el (ede-run-target, project-delete-target)
1898 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1899 (ede-adebug-project, ede-adebug-project-parent)
1900 (ede-adebug-project-root):
1901 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1902 (elint-defun, elint-buffer-env, elint-top-form-logged)
1903 (elint-unbound-variable):
1904 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1905 Fix typos in docstrings.
1906
1907 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1908
1909 * files.el (insert-directory): When WILDCARD-REGEXP and
1910 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1911 whole directory. (Bug#5551)
1912
1913 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1914 dired's alignment sanity. (Bug#5516)
1915
1916 2010-02-14 Juri Linkov <juri@jurta.org>
1917
1918 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1919 Remove remaining ^H with their preceding chars. (Bug#5566)
1920
1921 2010-02-13 Glenn Morris <rgm@gnu.org>
1922
1923 * simple.el (transpose-subr): Give it a doc-string.
1924
1925 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1926 Doc fixes.
1927
1928 2010-02-12 Juri Linkov <juri@jurta.org>
1929
1930 * arc-mode.el (archive-unique-fname): Make directories for nested
1931 archives. (Bug#5540)
1932
1933 2010-02-12 Juri Linkov <juri@jurta.org>
1934
1935 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1936
1937 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * subr.el (copy-overlay): Handle deleted overlays.
1940
1941 * man.el (Man-completion-table): Don't signal an error if we can't run
1942 manual-program (bug#4056).
1943
1944 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1947
1948 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1949
1950 * info.el (Info-bookmark-jump): Simplify.
1951
1952 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1953 (bookmark-default-handler): Accept new bookmark field `buffer'.
1954
1955 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * iswitchb.el (iswitchb-completions): Revert last change.
1958
1959 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1962 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1963 This prevents file names like "~/" being listed literally.
1964
1965 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1966
1967 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1968 Remove dead code. (Bug#5546)
1969
1970 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1973 correctly (Bug#5548).
1974
1975 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1976
1977 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1978 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1979
1980 2010-02-08 Kenichi Handa <handa@m17n.org>
1981
1982 * international/mule-util.el (with-coding-priority): Add autoload
1983 cookie for putting `lisp-indent-function'.
1984
1985 2010-02-07 Glenn Morris <rgm@gnu.org>
1986
1987 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1988 Move F2003 named interfaces from keywords-2 to keywords-1, and
1989 use function-name-face rather than constant-face.
1990 Simplify "abstract interface" regexp.
1991
1992 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1995 ID-FORMAT. Pass it to `file-attributes'.
1996
1997 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1998
1999 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2000
2001 * faces.el (set-face-attribute): Allow calling
2002 internal-set-lisp-face-attribute with 'unspecified family and
2003 foundry argument (Bug#5536).
2004
2005 2010-02-07 Glenn Morris <rgm@gnu.org>
2006
2007 * progmodes/f90.el (f90-font-lock-keywords-2)
2008 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2009 Handle F2003 named interfaces.
2010
2011 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2014 beg and end before calling c-get-state-before-change-functions.
2015
2016 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2019
2020 2010-02-05 Juri Linkov <juri@jurta.org>
2021
2022 * doc-view.el (doc-view-mode):
2023 * image-mode.el (image-mode): Put property mode-class=special.
2024 (Bug#4896)
2025
2026 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2027
2028 * vc-svn.el (vc-svn-revision-table): New function.
2029
2030 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2031
2032 * net/ange-ftp.el (ange-ftp-insert-directory):
2033 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2034 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2035 Handle also directories. (Bug#5478)
2036
2037 2010-02-05 Glenn Morris <rgm@gnu.org>
2038
2039 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2040
2041 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * startup.el (command-line-1): Convert options beginning with a
2044 single dash as well (Bug#5519).
2045
2046 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2049 * minibuffer.el (completion-initials-expand): Only check the presence
2050 of delims *within* the boundaries, since otherwise the / delim is
2051 always found for files.
2052
2053 Fix up various corner case problems.
2054 * doc-view.el (doc-view-last-page-number): New function.
2055 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2056 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2057 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2058 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2059 (doc-view-convert-current-doc): Don't create the resolution.el file
2060 here any more.
2061 (doc-view-pdf/ps->png): Do it here instead.
2062 (doc-view-already-converted-p): Check that resolution.el is present.
2063 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2064 windows that are not yet showing images.
2065
2066 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2069 `dired-uncache' for every elemnt which is an absolute file name.
2070
2071 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2072 directory, handle its directory component.
2073 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2074 function is called permanently and creates noise, otherwise.
2075
2076 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2077 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2078 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2079
2080 2010-02-04 David Burger <dburger@google.com> (tiny change)
2081
2082 * macros.el (apply-macro-to-region-lines):
2083 Minor simplification. (Bug#5485)
2084
2085 2010-02-04 Glenn Morris <rgm@gnu.org>
2086
2087 * mail/rmail.el (rmail-show-message-1): Handle malformed
2088 quoted-printable text. (Bug#5441)
2089
2090 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2091
2092 * simple.el (visual-line-mode): Capitalize lighter.
2093
2094 2010-02-03 John Wiegley <jwiegley@gmail.com>
2095
2096 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2097 list of files considered for "virtual buffer" completions.
2098
2099 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2102 also in case of (and (not full) (not wildcard)). This is needed,
2103 when dired is called with a list of files, which are not in
2104 `default-directory'. (Bug#5478)
2105
2106 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2109
2110 2010-02-02 Juri Linkov <juri@jurta.org>
2111
2112 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2113 from unidiff to allow function-line after @@.
2114
2115 2010-02-02 Juri Linkov <juri@jurta.org>
2116
2117 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2118 '(RCS SCCS) with inverted condition.
2119
2120 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2121
2122 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2123 messages.
2124
2125 2010-02-01 Juri Linkov <juri@jurta.org>
2126
2127 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2128 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2129 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2130 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2131
2132 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2135 (doc-view-revert-buffer): New command.
2136 (doc-view-mode-map): Use it.
2137
2138 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2141 pending merge is detected.
2142
2143 2010-01-31 Juri Linkov <juri@jurta.org>
2144
2145 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2146 beginning of interactive spec like all other grep commands do.
2147 Put "all" in front of "gz". (Bug#5260)
2148
2149 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2150
2151 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2152
2153 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2156 regexp is incorrect (Bug#5476).
2157
2158 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2159
2160 * net/tramp.el (tramp-handle-insert-directory): Handle also
2161 symlinks, when FILENAME is not in `default-directory'.
2162
2163 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2166 FILE is not in `default-directory'. (Bug#5478)
2167
2168 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2169 of SWITCHES. Handle the case, FILENAME is not in
2170 `default-directory'. (Bug#5478)
2171 (tramp-register-file-name-handlers): Add safe-magic property.
2172
2173 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2176 unzip (Bug#5475).
2177
2178 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2179
2180 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2181 (flymake-master-make-header-init): Add other C++ filename masks.
2182 (flymake-find-possible-master-files)
2183 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2184
2185 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2186
2187 Fix some busybox annoyances.
2188
2189 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2190 not responding." string.
2191 (tramp-open-connection-setup-interactive-shell): Dump stty
2192 settings. Enable "neveropen" arg for all `tramp-send-command'
2193 calls. Handle "=" in variable values properly.
2194 (tramp-find-inline-encoding): Raise an error, when no encoding is
2195 found.
2196 (tramp-wait-for-output): Check, whether PROC buffer is available.
2197 Remove spurious " ^H" sequences, sent by busybox.
2198 (tramp-get-ls-command): Suppress coloring, if possible.
2199
2200 2010-01-28 Glenn Morris <rgm@gnu.org>
2201
2202 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2203
2204 * log-edit.el (log-edit-strip-single-file-name): Add missing
2205 :safe, :group, and :version tags.
2206
2207 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2208
2209 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2210 buffers. (Bug#5477)
2211
2212 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2213
2214 * files.el (delete-directory): Handle moving to trash without
2215 first doing recursion (Bug#5436).
2216
2217 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2218
2219 * vc-hooks.el (vc-path): Mark as obsolete.
2220
2221 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2222
2223 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2224 names too.
2225
2226 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2227 for the short log.
2228 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2229
2230 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2231
2232 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2233
2234 * vc-bzr.el (vc-bzr-revision-table): New function.
2235
2236 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2237
2238 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2239 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2240
2241 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2242
2243 Remove support for adding --signoff on commit.
2244 Future support will use an incompatible generic mechanism.
2245 * vc-git.el (vc-git-add-signoff): Remove variable.
2246 (vc-git-toggle-signoff): Remove function.
2247 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2248
2249 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2250 from xterm-set-background-mode. Return t if the background mode
2251 was set.
2252 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2253 earlier, call it again in case the background mode has changed.
2254
2255 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2256
2257 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2258 (Bug#3541).
2259
2260 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2261
2262 * emacs-lisp/assoc.el (aelement): Doc fix.
2263 (aput, adelete, amake): Use lexical-let (Bug#5450).
2264
2265 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2266
2267 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2268 is the same as subprogram call, not declaration. (Bug#5435).
2269
2270 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2273 (tramp-smb-maybe-open-connection): Use it.
2274
2275 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2278
2279 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2282 just because we see "encoding: 8bit".
2283 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2284
2285 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2288
2289 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2290
2291 * jka-compr.el (jka-compr-load): If load-file is not in
2292 load-history, try its file-truename version. (bug#5447)
2293
2294 2010-01-21 Alan Mackenzie <acm@muc.de>
2295
2296 Fix a situation where deletion of a cpp construct throws an error.
2297 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2298 invoking c-with-all-but-one-cpps-commented-out, check that the
2299 special cpp construct is still in the buffer.
2300 (c-parse-state): Record the special cpp with markers, not numbers.
2301
2302 2010-01-21 Kenichi Handa <handa@m17n.org>
2303
2304 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2305 process last-command-event, as it is now decoded first (Bug#5380).
2306
2307 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2310
2311 2010-01-20 Glenn Morris <rgm@gnu.org>
2312
2313 * indent.el (tab-always-indent): Fix custom-type.
2314
2315 2010-01-19 Alan Mackenzie <acm@muc.de>
2316
2317 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2318 buffer throws "args out of range".
2319 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2320 playing the role of delimiter.
2321
2322 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2323
2324 * progmodes/ada-mode.el: Fix bug#5400.
2325 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2326 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2327 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2328 Improve comments in "is" portion. Handle null procedure declaration.
2329 (ada-move-to-end): Improve doc string.
2330
2331 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2332
2333 * ido.el (ido-cur-list): Initialize to nil.
2334 Remove obsolete information from commentary.
2335 (ido-choice-list): Initialize to nil.
2336 (ido-get-bufname): Reject minibuffers.
2337 (ido-make-buffer-list): If "default" is a nonexistent
2338 buffer, ignore it, as per the function's comment.
2339 (ido-kill-buffer-internal): New function.
2340 (ido-kill-buffer-at-head): Use it.
2341 (ido-visit-buffer): Likewise.
2342
2343 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2346
2347 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * cedet/ede/locate.el (ede-locate-file-in-project)
2350 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2351 (ede-enable-locate-on-project): Fix typos in error messages.
2352
2353 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2354 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2355 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2356 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2357 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2358 Fix typos in menu help.
2359
2360 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2361 Fix typos in chart titles.
2362
2363 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2364 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2365 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2366 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2367 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2368 (semantic-parse-stream, semantic-parse-region)
2369 (semantic-parse-region-default, semantic--set-buffer-cache)
2370 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2371 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2372 (semantic-default-submodes):
2373 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2374 (semanticdb-create-ebrowse-database)
2375 (semanticdb-find-tags-for-completion-method)
2376 (semanticdb-find-tags-by-class-method)
2377 (semanticdb-deep-find-tags-by-name-method)
2378 (semanticdb-deep-find-tags-for-completion-method):
2379 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2380 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2381 (semanticdb-find-tags-for-completion-method)
2382 (semanticdb-find-tags-by-class-method)
2383 (semanticdb-deep-find-tags-for-completion-method):
2384 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2385 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2386 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2387 (semanticdb-find-tags-by-name-method)
2388 (semanticdb-find-tags-by-name-regexp-method)
2389 (semanticdb-find-tags-for-completion-method)
2390 (semanticdb-find-tags-by-class-method)
2391 (semanticdb-find-tags-external-children-of-type-method)
2392 (semanticdb-find-tags-subclasses-of-type-method)
2393 (semanticdb-deep-find-tags-by-name-method)
2394 (semanticdb-deep-find-tags-by-name-regexp-method)
2395 (semanticdb-deep-find-tags-for-completion-method):
2396 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2397 (semanticdb-enable-gnu-global-in-buffer)
2398 (semanticdb-find-tags-for-completion-method)
2399 (semanticdb-deep-find-tags-by-name-method)
2400 (semanticdb-deep-find-tags-for-completion-method):
2401 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2402 (javascript-mode, semanticdb-find-translate-path)
2403 (semanticdb-find-tags-for-completion-method)
2404 (semanticdb-find-tags-by-class-method)
2405 (semanticdb-deep-find-tags-by-name-method)
2406 (semanticdb-deep-find-tags-for-completion-method)
2407 (semanticdb-find-tags-external-children-of-type-method):
2408 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2409 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2410 (global-semantic-idle-scheduler-mode):
2411 * cedet/srecode/dictionary.el (srecode-field-value)
2412 (srecode-dictionary-add-section-dictionary):
2413 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2414 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2415 (describe-class, eieio-describe-generic, describe-generic):
2416 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2417 (eieio-speedbar-expand):
2418 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2419 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2420 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2421 (viper-del-backward-char-in-replace, viper-backward-indent)
2422 (viper-brac-function, viper-register-to-point, viper-submit-report):
2423 * net/tramp.el (tramp-remote-coding-commands):
2424 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2425 Fix typos in docstrings.
2426
2427 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * mail/sendmail.el (mail-yank-original): Set the mark if the
2430 specified function for yanking does not do it.
2431
2432 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2433
2434 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2435
2436 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2437 resyncing a directory.
2438
2439 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2440
2441 * progmodes/ada-mode.el: Fix bug#1920.
2442 (ada-ident-re): Delete ., allow multibyte characters.
2443 (ada-goto-label-re): New; matches goto labels.
2444 (ada-block-label-re): New; matches block labels.
2445 (ada-label-re): New; matches both.
2446 (ada-named-block-re): Deleted; callers changed to use
2447 `ada-block-label-re' instead.
2448 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2449 Use `ada-block-label-re'.
2450 (ada-indent-on-previous-lines): Improve handling of goto labels.
2451 (ada-get-indent-block-start): Special-case block label.
2452 (ada-get-indent-label): Split into `ada-indent-block-label' and
2453 `ada-indent-goto-label'.
2454 (ada-goto-stmt-start, ada-goto-next-non-ws):
2455 Optionally ignore goto labels.
2456 (ada-goto-next-word): Simplify.
2457 (ada-indent-newline-indent-conditional): Insert newline before
2458 trying to fix indentation; doc fix.
2459
2460 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2461
2462 * calc/calc.el (calc-command-flags): Give it an initial value.
2463
2464 2010-01-17 Glenn Morris <rgm@gnu.org>
2465
2466 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2467
2468 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * cedet/semantic.el (semantic-mode):
2471 * files.el (minibuffer-with-setup-hook):
2472 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2473 (artist-key-draw-continously, artist-key-do-continously-continously)
2474 (artist-key-set-point-continously, artist-mouse-draw-continously):
2475 Fix typos in docstrings.
2476
2477 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2478
2479 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2480 return t (Bug#3898).
2481
2482 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2483
2484 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2485 can parse the output of the external commands (Bug#5279).
2486
2487 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2488
2489 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2490
2491 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2494
2495 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2496
2497 * startup.el (command-line): Remove unused --icon-type arg.
2498 Handle --display arg, passing it to command-line-1 (Bug#5392).
2499
2500 2010-01-16 Mario Lang <mlang@delysid.org>
2501
2502 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2503 * cedet/ede/files.el (ede-expand-filename):
2504 * cedet/ede/simple.el (ede-simple-project):
2505 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2506 (semantic-complete-inline-tag-engine):
2507 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2508 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2509 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2510 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2511 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2512 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2513 * emacs-lisp/chart.el (chart-translate-namezone):
2514 * textmodes/artist.el (artist-compute-popup-menu-table):
2515 Remove duplicated words in doc-strings.
2516
2517 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2518
2519 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2520 to mairix-search to suppress threading (Bug#5342).
2521
2522 2010-01-15 Kenichi Handa <handa@m17n.org>
2523
2524 * international/mule-cmds.el (canonicalize-coding-system-name):
2525 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2526
2527 2010-01-15 Glenn Morris <rgm@gnu.org>
2528
2529 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2530
2531 * wid-edit.el (widget-keymap): Doc fix.
2532
2533 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2534 former seems to be more widely accepted by various svn versions.
2535
2536 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * find-cmd.el (find-constituents):
2539 * vc-arch.el (vc-arch-root):
2540 * window.el (window-body-height, pop-up-frames):
2541 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2542 (semantic-no-reparse-needed-change-hook):
2543 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2544 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2545 (srecode-template-inserter-ask, srecode-template-inserter-width)
2546 (srecode-template-inserter-section-start)
2547 (srecode-template-inserter-section-end, srecode-insert-method):
2548 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2549 * progmodes/ada-stmt.el (ada-if):
2550 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2551 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2552 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2553 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2554
2555 * progmodes/flymake.el (flymake-post-syntax-check):
2556 Fix typo in error message.
2557
2558 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2561 which is always a string. (Bug#5313)
2562
2563 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * progmodes/ada-xref.el (ada-default-prj-properties):
2566 Simplify previous change.
2567
2568 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2569
2570 * progmodes/ada-xref.el (ada-default-prj-properties):
2571 Default ada_project_path to $ADA_PROJECT_PATH.
2572
2573 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2574
2575 * progmodes/ada-mode.el (ada-create-keymap):
2576 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2577
2578 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2579
2580 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2581 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2582 (ada-get-current-indent, ada-imenu-generic-expression)
2583 (ada-which-function): Check for it.
2584
2585 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2586
2587 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2588 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2589
2590 2010-01-14 Glenn Morris <rgm@gnu.org>
2591
2592 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2593
2594 2010-01-14 Kenichi Handa <handa@m17n.org>
2595
2596 * composite.el (auto-composition-mode): Make it a buffer local
2597 variable (permanent-local).
2598 (auto-composition-function): Set the default value to
2599 auto-compose-chars.
2600 (auto-composition-mode): Make it a simple function, not a minor mode.
2601 (global-auto-composition-mode): Likewise.
2602 (turn-on-auto-composition-if-enabled): Delete it.
2603
2604 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2605
2606 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2607
2608 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * files.el (copy-directory): Compute target for recursive
2611 directories with identical names. (Bug#5343)
2612
2613 2010-01-12 Glenn Morris <rgm@gnu.org>
2614
2615 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2616 it to bug-gnu-emacs rather than emacs-pretest-bug.
2617
2618 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2619
2620 * cedet/data-debug.el (data-debug): Fix customization group reference.
2621
2622 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2625 (semantic-analyze-context, semantic-analyze-context-assignment)
2626 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2627 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2628 (semantic-java-doc-keywords-map):
2629 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2630 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2631 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2632 (semantic-c-classname, semantic-format-tag-uml-prototype)
2633 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2634 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2635 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2636 (semantic-get-local-variables, semantic-end-of-command)
2637 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2638 (lisp-mode):
2639 * cedet/semantic/bovine/make.el (makefile-mode):
2640 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2641 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2642 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2643 (semantic-lex, semantic-get-local-variables, python-mode):
2644 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2645 * cedet/srecode/extract.el (srecode-extract-state-set)
2646 (srecode-extract-method): Fix typos in docstrings.
2647
2648 2010-01-11 Sam Steingold <sds@gnu.org>
2649
2650 * imenu.el (imenu-default-create-index-function): Detect infinite
2651 loops caused by imenu-prev-index-position-function.
2652
2653 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * htmlfontify.el (htmlfontify-load-rgb-file)
2656 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2657 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2658 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2659 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2660 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2661 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2662 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2663 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2664 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2665 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2666 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2667 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2668 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2669 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2670 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2671 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2672 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2673 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2674 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2675 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2676 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2677 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2678 backslash-quoting from parentheses, etc.
2679
2680 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * progmodes/js.el: Autoload javascript-mode alias.
2683
2684 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2687 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2688 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2689 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2690 Fix typos in docstrings.
2691 (ffap-url-regexp): Doc fix.
2692 (ffap-at-mouse): Fix typo in message.
2693
2694 2010-01-11 Glenn Morris <rgm@gnu.org>
2695
2696 * version.el (emacs-copyright): Set copyright year to 2010.
2697
2698 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * format.el (format-annotate-function): Only set
2701 write-region-post-annotation-function after running to-fn so as not to
2702 affect nested write-region calls (bug#5273).
2703
2704 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2707 Add python parser.
2708
2709 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2710 wisent/python.el.
2711
2712 2010-01-10 Richard Kim <emacs18@gmail.com>
2713
2714 * cedet/semantic/wisent/python-wy.el:
2715 * cedet/semantic/wisent/python.el: New files.
2716
2717 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * man.el (Man-goto-section): Signal error if the section is not
2720 found (Bug#5317).
2721
2722 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2725 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2726
2727 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * progmodes/compile.el: Don't treat compile-command as safe if
2730 compilation-read-command might be nil (Bug#4218).
2731
2732 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2733
2734 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2735 NS options.
2736
2737 2010-01-08 Kenichi Handa <handa@m17n.org>
2738
2739 * international/fontset.el (build-default-fontset-data):
2740 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2741
2742 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2745 to `create-file-buffer' as it expects, not just a buffer name.
2746 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2747 to help uniquify. (Bug#3224)
2748
2749 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2750
2751 * font-setting.el (font-setting-change-default-font): Use user-spec
2752 instead of name.
2753
2754 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2757
2758 2010-01-05 Tom Tromey <tromey@redhat.com>
2759
2760 * progmodes/python.el (python-font-lock-keywords):
2761 Handle qualified decorators (Bug#881).
2762
2763 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2764
2765 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2766 in a lightweight checkout.
2767
2768 2010-01-05 Kenichi Handa <handa@m17n.org>
2769
2770 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2771
2772 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2773
2774 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2775
2776 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2779 checkouts. (Bug#618)
2780 (vc-bzr-log-view-mode): Also highlight the author.
2781 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2782 (vc-bzr-shelve-menu-map):
2783 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2784 (vc-bzr-shelve-apply): Make prompt more explicit.
2785
2786 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2789 They are valid characters in URL paths (rfc3986), and at least
2790 Firefox does not understand the encoded version (Bug#3166).
2791
2792 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2793
2794 * progmodes/octave-mod.el (octave-end-keywords)
2795 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2796 Add "end" keyword (Bug#3061).
2797 (octave-end-as-array-index-p): New function.
2798 (calculate-octave-indent): Use it.
2799
2800 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2801
2802 * bookmark.el: Consistently put the text property on the bookmark name.
2803 (bookmark-bmenu-marks-width): Bump back to 2, to include
2804 annotation marks.
2805 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2806 property on the bookmark name, instead of not putting it at all.
2807 (bookmark-bmenu-list): Fix where we put the text property.
2808
2809 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2810
2811 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2812 for showing buffer modified state (as added in the previous change).
2813
2814 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2815
2816 * bookmark.el: Show modified state of bookmark buffer more accurately.
2817 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2818 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2819 (with-buffer-modified-unmodified): New macro.
2820 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2821 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2822 Use new macro to preserve the buffer modified state.
2823
2824 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2825
2826 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2827 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2828 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2829 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2830 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2831 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2832 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2833
2834 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2835
2836 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2837 Make the lines in the generated doc string shorter. (Bug#4668)
2838
2839 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2840
2841 * net/rcirc.el: Add follow-link binding (Bug#4738).
2842
2843 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2844
2845 * Makefile.in (bzr-update): Rename from cvs-update.
2846 (cvs-update): New target for backward compatibility.
2847
2848 * makefile.w32-in (bzr-update): Rename from cvs-update.
2849 (cvs-update): New target for backward compatibility.
2850
2851 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2852
2853 * bookmark.el: Remove gratuitous gratitude.
2854
2855 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2856
2857 * bookmark.el (bookmark-bmenu-any-marks): New function
2858 (bookmark-bmenu-save): Clear buffer modification if no marks.
2859
2860 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2861
2862 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2863 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2864 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2865 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2866
2867 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2868 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2869 To: emacs-devel {_AT_} gnu.org
2870 Subject: bookmark.el bug report
2871 Date: Mon, 28 Dec 2009 14:19:16 +0800
2872 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2873
2874 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2875
2876 * bookmark.el: Improvements suggested by Drew Adams:
2877 (bookmark-bmenu-ensure-position): New name for
2878 `bookmark-bmenu-check-position'. Just ensure the position,
2879 don't return any meaningful value.
2880 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2881 New constants.
2882
2883 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2886 (bookmark-yank-point, bookmark-bmenu-check-position):
2887 Fix typos in docstrings.
2888 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2889 (bookmark-name-from-full-record, bookmark-get-position)
2890 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2891 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2892 Remove useless quoting of parenthesis, etc. in docstrings.
2893
2894 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2895 (ediff-append-custom-diff): Fix typo in error message.
2896 (ediff-meta-mark-equal-files): Fix typos in messages.
2897
2898 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2899
2900 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2901 Fix typo in docstring.
2902
2903 * net/imap-hash.el (imap-hash-make): Doc fix.
2904 (imap-hash-test): Fix typo in error message; reflow docstring.
2905 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2906 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2907 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2908 Fix typos in docstrings.
2909 (imap-hash-open-connection): Fix typo in error message.
2910
2911 * play/gomoku.el (gomoku): Fix typos in docstring.
2912
2913 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2914 (gdb-jsonify-buffer): Fix typos in docstring.
2915 (gdb-goto-breakpoint): Fix typo in error message.
2916 ("Display Other Windows"): Fix typo in help message.
2917 (gdb-speedbar-expand-node): Fix typo in question.
2918
2919 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2920 (idlwave-html-system-help-location, idlwave-html-help-location)
2921 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2922 (idlwave-help-browser-generic-args, idlwave-help-directory)
2923 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2924 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2925 (idlwave-online-help, idlwave-help-html-link)
2926 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2927 Fix typos in docstrings.
2928 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2929 Reflow docstrings.
2930 (idlwave-help-assistant-start): Fix typo in error message.
2931
2932 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2933 (octave-electric-space): Fix typos in docstrings.
2934
2935 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2936
2937 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2938
2939 2010-01-01 Juri Linkov <juri@jurta.org>
2940
2941 * comint.el (comint-input-ring-size): Make it a defcustom and
2942 increase the default to 500 (Bug#5148).
2943
2944 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2945
2946 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2947 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2948 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2949
2950 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2951
2952 Show working revision correctly for mercurial.
2953 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2954 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2955
2956 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2957
2958 Declare some functions for the byte-compiler.
2959 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2960 (speedbar-timer-fn, speedbar-change-expand-button-char)
2961 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2962
2963 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2964
2965 This changeset reverts GDB Graphical Interface to use annotations.
2966 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2967
2968 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 Make vc-dir work on subdirectories of the bzr root.
2971 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2972 file names relative to it.
2973 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2974 relative directory to vc-bzr-after-dir-status.
2975
2976 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2977
2978 * font-lock.el (font-lock-refresh-defaults): New function, which
2979 can be used to let font-lock react to external changes in
2980 variables like font-lock-defaults and keywords.
2981 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2982
2983 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2986
2987 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2988
2989 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2990
2991 Supersede color.diff settings in git log (bug#5211).
2992
2993 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2994 escape chars in its output when the user has color.diff set to `always'.
2995 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2996
2997 2009-12-26 Kevin Ryde <user42@zip.com.au>
2998
2999 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3000 node. Keep previous "Index" name to work with past coreutils too.
3001
3002 * man.el (man): Revise docstring a bit to show -a and -l as
3003 examples. Add -k description since support for it has otherwise
3004 been a secret. (Further to bug#3717.)
3005 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3006 "no matches" rather than "Can't find manpage", as the latter reads
3007 like -k was interpreted as a page name, which is not so. (Bug#5431)
3008
3009 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3010
3011 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3012 switches. Check also for //SUBDIRED// line.
3013
3014 2009-12-25 Kenichi Handa <handa@m17n.org>
3015
3016 * language/indian.el (devanagari-composable-pattern): Fixed to
3017 handle ZWNJ and ZWJ. Use it in composition-function-table for
3018 Devanagari.
3019 (malayalam-composable-pattern): Fix previous change.
3020
3021 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3022
3023 * ps-print.el (ps-face-attributes): It was not returning the
3024 attribute face for faces specified as string. Reported by harven
3025 <harven@free.fr>.
3026 (ps-print-version): New version 7.3.5.
3027
3028 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3029
3030 * calendar/icalendar.el (icalendar--convert-tz-offset):
3031 Fix timezone names.
3032 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3033 (icalendar--add-diary-entry): Remove the trailing blank that
3034 diary-make-entry inserts.
3035
3036 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3037
3038 Make `file-expand-wildcards' work for remote files.
3039
3040 * files.el (file-expand-wildcards): In case of remote files, check
3041 only local file name part for wildcards. Provide feature 'files
3042 and subfeature 'remote-wildcards. (Bug#5198)
3043
3044 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3045 if there is already an established connection.
3046 (tramp-advice-file-expand-wildcards): Remove it.
3047
3048 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3049 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3050 Activate advice for older GNU Emacs versions. (Bug#5237)
3051
3052 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3053
3054 Some doc fixes (more needed).
3055
3056 * find-cmd.el (find-constituents): Reflow docstring.
3057 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3058 (find-generic): Doc fix.
3059
3060 2009-12-17 Juri Linkov <juri@jurta.org>
3061
3062 Fix regression from 23.1 to allow multiple modes in Local Variables.
3063
3064 * files.el (hack-local-variables-filter): While ignoring duplicates,
3065 don't take `mode' into account.
3066 (hack-local-variables-filter, hack-dir-local-variables):
3067 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3068
3069 2009-12-17 Juri Linkov <juri@jurta.org>
3070
3071 Make `dired-diff' safer. (Bug#5225)
3072
3073 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3074 `current' or when `file' is a directory of the `current' file.
3075
3076 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3077
3078 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3079 unconditionally preloaded files.
3080
3081 2009-12-16 Juri Linkov <juri@jurta.org>
3082
3083 Revert to old 23.1 logic of using the file at the mark as default.
3084 * dired-aux.el (dired-diff): Use the file at the mark as default
3085 if it's not the same as the current file, and the target dir is
3086 the current dir or the mark is active. Add the current file
3087 as the arg of `dired-dwim-target-defaults'. Use the default file
3088 in the prompt. (Bug#5225)
3089
3090 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3093 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3094 (tramp-check-for-regexp): Check also, when an echoing shell stops
3095 to echo sent commands.
3096
3097 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * Makefile.in: Revert last change (Bug#5191).
3100
3101 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 * vc-hg.el (vc-hg-print-log): Fix argument order.
3104 (vc-hg-working-revision): Make sure the command is executed in a
3105 known environment so that we can parse the output. (Bug#4417)
3106
3107 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * progmodes/python.el (python-symbol-completions): Remove text
3110 properties from symbol string before calling python-send-receive.
3111
3112 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3113
3114 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3115 when there are values for both file and line. (Bug#5060)
3116
3117 2009-12-14 Juri Linkov <juri@jurta.org>
3118
3119 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3120 whitespace after the file name of the first line of unified format,
3121 because git-diff doesn't output whitespace and file modification time
3122 after the file name.
3123
3124 2009-12-14 David Kastrup <dak@gnu.org>
3125
3126 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3127 check if it already has the `display' property added by
3128 `Info-display-images-node', and not put the `invisible' property
3129 in this case.
3130
3131 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3134 (semantic-mru-bookmark-mode): Doc fixes.
3135
3136 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3137 of assert.
3138
3139 2009-12-13 Glenn Morris <rgm@gnu.org>
3140
3141 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3142 (report-emacs-bug): In message-mode, sort manually before storing
3143 original report text. (Bug#5178)
3144 Remove superfluous save-excursion.
3145
3146 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3149 when responding to "GetAll" properties.
3150
3151 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * simple.el (compose-mail): Remove mail-setup-with-from from
3154 customization checks.
3155
3156 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3157
3158 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3159 RAR archives created on Unix systems.
3160
3161 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3164 the varalias that was accidentally removed by the 2009-11-19 change
3165 (bug#5186).
3166
3167 2009-12-12 Kenichi Handa <handa@m17n.org>
3168
3169 * language/indian.el (indian-compose-regexp): New function.
3170 (malayalam-composable-pattern): Fix the pattern.
3171 (composition-function-table): Set malayalam-composable-pattern for
3172 Malayalam characters.
3173
3174 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3177 rather than down-mouse-1, based on follow-link conventions.
3178
3179 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3180 are compiled.
3181
3182 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3183
3184 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3185 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3186 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3187 (verilog-leap-to-head, verilog-backward-token):
3188 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3189
3190 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3191
3192 * progmodes/verilog-mode.el (verilog-auto-lineup)
3193 (verilog-nameable-item-re): Cleanup user-visible spelling and
3194 documentation errors. One reported by Gary Delp.
3195 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3196 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3197 package, bug195. Reported by Pierre-David Pfister.
3198
3199 2009-12-11 Glenn Morris <rgm@gnu.org>
3200
3201 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3202
3203 * mail/emacsbug.el: No longer require sendmail.
3204 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3205 (report-emacs-bug-orig-text): Doc fix.
3206 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3207 New local variables, to adapt to different mail-user-agents.
3208 (report-emacs-bug): Fix test for a gnu.org address.
3209 Use overlays for emphasis, since font-lock defeats 'face property.
3210 Pretest bugs also end up at the newsgroup these days.
3211 Stop message-mode stripping text properties.
3212 Set and use the new buffer-local variables.
3213 (report-emacs-bug-hook): Add doc-string.
3214 Remove some unnecessary save-excursions and simplify.
3215 Use the appropriate hook and send-command.
3216
3217 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3218 capitalization of some menu entries.
3219
3220 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3221
3222 * whitespace.el (whitespace-display-char-on): Ensure
3223 `buffer-display-table' is unique when two or more windows are
3224 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3225 New version 12.1.
3226
3227 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3228
3229 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3230 characters in the Attribute field.
3231
3232 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3233
3234 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3235
3236 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3239 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3240 Disregard autoload-excludes.
3241 (update-directory-autoloads): Obey autoload-excludes here instead.
3242 But don't store its contents in no-autoloads and remove entries that
3243 refer to excludes files.
3244
3245 2009-12-10 Glenn Morris <rgm@gnu.org>
3246
3247 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3248 (expand-mail-aliases): Define for compiler.
3249
3250 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3251 Define for compiler.
3252
3253 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3254 appropriate for the mail-user-agent in use.
3255
3256 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3257
3258 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3259
3260 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3261
3262 Fix short log parsing and fontification.
3263 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3264 Fix fontification for the [merge] label.
3265
3266 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3267
3268 Drop some properties to avoid surprises (bug#5002).
3269 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3270 (hfy-fontify-buffer): Use it.
3271
3272 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 Minor cleanup.
3275 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3276 Adjust all callers.
3277 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3278 args compulsory. Adjust callers.
3279 (ffap-gopher-at-point): Remove unused var `name'.
3280
3281 Get rid of the ELCFILES abomination.
3282 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3283 (compile-elcfiles): New phony target.
3284 (compile-main): Compute ELCFILES dynamically.
3285 (compile-clean): New target to remove left-over elc files.
3286 (compile, all): Use it.
3287
3288 2009-12-09 Kenichi Handa <handa@etlken>
3289
3290 * international/mule-diag.el: Require help-mode instead of help-fns.
3291
3292 2009-12-09 Kenichi Handa <handa@m17n.org>
3293
3294 * international/mule-cmds.el (ucs-names): Supply sufficiently
3295 fine ranges instead of pre-calculating accurate ranges.
3296 Iterate with bigger gc-cons-threshold.
3297
3298 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3299
3300 Add support for stashing a snapshot of the current tree.
3301 * vc-git.el (vc-git-stash-snapshot): New function.
3302 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3303
3304 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3305
3306 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3307 instead of `(beginning|end)-of-line'.
3308
3309 2009-12-08 Glenn Morris <rgm@gnu.org>
3310
3311 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3312
3313 * Makefile.in (ELCFILES): Regenerate.
3314
3315 2009-12-07 Juri Linkov <juri@jurta.org>
3316
3317 Don't lazy-highlight the comint output in history Isearch mode.
3318
3319 * comint.el (comint-history-isearch-search): Instead of
3320 `comint-line-beginning-position', use `comint-after-pmark-p'
3321 to check if point if before the process mark, and go to
3322 `process-mark' in this case.
3323
3324 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * textmodes/tex-mode.el (latex-complete)
3327 (latex-indent-or-complete): Remove.
3328 (latex-mode): Set completion-at-point-functions instead.
3329
3330 Provide a standard completion command and hook it into TAB.
3331 * minibuffer.el (completion-at-point-functions): New var.
3332 (completion-at-point): New command.
3333 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3334 * progmodes/python.el (python-mode-map): Use completion-at-point.
3335 (python-completion-at-point): Rename from python-partial-symbol and
3336 adjust for use in completion-at-point-functions.
3337 (python-mode): Setup completion-at-point for Python completion.
3338 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3339 extracted from lisp-complete-symbol.
3340 (lisp-complete-symbol): Use it.
3341 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3342 setup completion-at-point for Elisp completion.
3343 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3344 Use completion-at-point.
3345 * ielm.el (ielm-map): Use completion-at-point.
3346 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3347 * progmodes/sym-comp.el: Move to...
3348 * obsolete/sym-comp.el: Move from progmodes.
3349
3350 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3351
3352 Prevent save-buffer in Rmail buffers from using the coding-system
3353 of the current message, and from clobbering the encoding mnemonics
3354 in the mode line (Bug#4623).
3355
3356 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3357 flag, too.
3358 (rmail-message-encoding): New variable.
3359 (rmail-write-region-annotate): Record the encoding of the current
3360 message in rmail-message-encoding.
3361 (rmail-after-save-hook): New function, restores the encoding of
3362 the current message after the message collection is saved.
3363
3364 2009-12-07 Juri Linkov <juri@jurta.org>
3365
3366 * progmodes/grep.el (grep-read-files): Use `completing-read'
3367 instead of `read-string'. Set its `collection' arg to
3368 `read-file-name-internal'. (Bug#4301)
3369
3370 2009-12-07 Juri Linkov <juri@jurta.org>
3371
3372 Correctly restore original Isearch point. (Bug#4994)
3373
3374 * isearch.el (isearch-mode): Move `isearch-push-state' after
3375 `(run-hooks 'isearch-mode-hook)'.
3376 (isearch-cancel): When `isearch-push-state-function' is defined,
3377 let-bind `isearch-cmds' to the first state (the last element of
3378 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3379 function and restores the original point). Otherwise, move point
3380 to `isearch-opoint'.
3381
3382 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3385 chars that don't have names, so the table can be built much faster at
3386 run-time.
3387
3388 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3391 change. Suggested by David Kastrup.
3392
3393 * simple.el (compose-mail): Check for incompatibilities and warn.
3394 (compose-mail-user-agent-warnings): New option.
3395
3396 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3397
3398 Support showing a single log entry from vc-annotate.
3399 * vc.el (print-log): Add a new argument: START-REVISION.
3400 (vc-print-log-internal): Add a new optional argument and
3401 pass it to the backend.
3402 (vc-print-log, vc-print-root-log): Adjust callers.
3403 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3404 buffer already displays the requested log entry, use it.
3405 Otherwise display only the log entry in question.
3406 * vc-svn.el (vc-svn-print-log):
3407 * vc-mtn.el (vc-mtn-print-log):
3408 * vc-hg.el (vc-hg-state):
3409 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3410 (vc-git-show-log-entry): Return t on success.
3411 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3412 (vc-bzr-show-log-entry): Return t on success.
3413 * vc-rcs.el (vc-rcs-print-log):
3414 * vc-sccs.el (vc-sccs-print-log):
3415 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3416
3417 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3418
3419 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3420 Add menus to the meta mode. (Bug#5043)
3421
3422 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3423
3424 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3425 event-key.
3426
3427 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3428
3429 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3430
3431 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3432 Berbain <raphael.berbain@gmail.com>.
3433
3434 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3435 characters.
3436 (tramp-initial-end-of-output): New defconst.
3437 (tramp-methods, tramp-find-shell)
3438 (tramp-open-connection-setup-interactive-shell)
3439 (tramp-maybe-open-connection): Use it.
3440 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3441 existence of `#' and `$'.
3442
3443 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3444 `tramp-initial-end-of-output'.
3445
3446 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 Get the background mode from the terminal for xterm, and set
3449 faces accordingly.
3450 * term/xterm.el (xterm-set-background-mode): New function.
3451 (terminal-init-xterm): Use it in case xterm supports background
3452 color queries. Recompute faces after getting the background
3453 color.
3454
3455 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3456
3457 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3458 number comment back on its own line, for easier parsing.
3459
3460 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 Make it work for non-file buffers (bug#5102).
3463 * doc-view.el (doc-view-current-cache-dir):
3464 Use doc-view-buffer-file-name rather than buffer-file-name.
3465 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3466
3467 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3468
3469 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3470 author field is too short.
3471
3472 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * vc-git.el (vc-git-print-log): Handle a limit argument.
3475 Display the short log in graph form and with labels.
3476 (vc-git-log-view-mode): Handle labels.
3477
3478 Make vc-revert change VC state from 'added to 'unregistered.
3479 * vc-git.el (vc-git-revert): Call git reset first.
3480
3481 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3482
3483 * net/newst-backend.el, net/newst-plainview.el:
3484 * net/newst-reader.el, net/newst-ticker.el:
3485 * net/newst-treeview.el, net/newsticker.el:
3486 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3487
3488 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3491
3492 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3493 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3494 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3495 Update annotation regexp.
3496
3497 * simple.el (beginning-of-visual-line): Constrain to field
3498 boundaries (Bug#5106).
3499
3500 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3501
3502 * xml.el (xml-substitute-numeric-entities): Move
3503 newsticker--decode-numeric-entities in newst-backend.el to
3504 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3505 * net/newst-backend.el (newsticker--parse-generic-feed)
3506 (newsticker--parse-generic-items)
3507 (newsticker--decode-numeric-entities): Move
3508 newsticker--decode-numeric-entities in newst-backend.el to
3509 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3510
3511 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3512
3513 * progmodes/js.el (js--js-not): Add null to the list of values.
3514
3515 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3518
3519 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3520
3521 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3522 delimiter if it is at the end of the current line.
3523 (bibtex-generate-url-list): Fix docstring.
3524
3525 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3528 minibuffer's content with itself.
3529 Fold the confirm-after-completion case into the `confirm' case.
3530 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3531
3532 2009-12-06 Kevin Ryde <user42@zip.com.au>
3533
3534 * ffap.el (ffap-rfc-path): Make this a defcustom since
3535 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3536
3537 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3538 manuals, similar to existing setup for help-mode. (Bug#3913.)
3539
3540 2009-12-05 Juri Linkov <juri@jurta.org>
3541
3542 Save and restore dired buffer's point positions too. (Bug#4880)
3543
3544 * dired.el (dired-save-positions): Return in the first element
3545 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3546 Doc fix.
3547 (dired-restore-positions): First restore buffer's position.
3548 While restoring window's positions, check if window still displays
3549 the original buffer.
3550
3551 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3554 if possible.
3555
3556 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3557 Make argument optional.
3558
3559 * shell.el (shell): Require ansi-color (Bug#5113).
3560
3561 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3562
3563 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3564
3565 2009-12-05 Alan Mackenzie <acm@muc.de>
3566
3567 * progmodes/cc-mode.el (c-before-hack-hook)
3568 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3569 `c-file-style' to work again. This reversion restores the current
3570 software to its state in Emacs 23.1. (Bug#4146)
3571
3572 2009-12-05 Kevin Ryde <user42@zip.com.au>
3573
3574 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3575 comment-start-skip to comment-end-skip as comment (Bug#4781).
3576
3577 2009-12-05 Juri Linkov <juri@jurta.org>
3578
3579 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3580 for virtual nodes. (Bug#4147)
3581 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3582 when moving from a virtual node.
3583 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3584 (Info-mode): Add `Info-virtual-index' to the docstring.
3585
3586 2009-12-05 Eric Ludlam <zappo@gnu.org>
3587
3588 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3589 Describe project macro symbols.
3590
3591 * cedet/semantic/complete.el (semantic-complete-do-completion):
3592 Don't call semantic-collector-current-exact-match.
3593
3594 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3595 ede-objects as targets.
3596
3597 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3598 a target's object list even if compiler vars are already in the
3599 Makefile.
3600
3601 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3602 list of headers producing necessary macros.
3603
3604 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3605
3606 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3607 track of the buffer position of the end of a BibTeX entry as this
3608 position may change during reformatting.
3609 (bibtex-format-entry): Remove whitespace before processing
3610 numerical fields so that we recognize the latter properly.
3611 (bibtex-reformat): Do not use push which changes the global value
3612 of bibtex-entry-format.
3613 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3614 (bibtex-field-re-init): Replace only space characters by regexp
3615 for whitespace.
3616 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3617 (bibtex-initialize): Also update bibtex-strings.
3618 (bibtex-kill-field): Preserve white space at end of entry.
3619 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3620 Update bibtex-reference-keys.
3621
3622 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3625 point after a star, if that's the only place where modifications can
3626 make progress.
3627
3628 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3629
3630 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3631 in docstrings.
3632
3633 2009-12-04 Juri Linkov <juri@jurta.org>
3634
3635 * proced.el (proced): Call `(proced-update t)' to update process
3636 information instead of only running proced-post-display-hook.
3637 (proced-send-signal): Add a leading space to the buffer name
3638 " *Marked Processes*" to make this buffer ephemeral.
3639
3640 2009-12-04 Juri Linkov <juri@jurta.org>
3641
3642 * dired.el (dired-auto-revert-buffer): New defcustom.
3643 (dired-internal-noselect): Use it.
3644
3645 2009-12-04 Juri Linkov <juri@jurta.org>
3646
3647 Change roles of modes and functions in image-mode.el (Bug#5062).
3648
3649 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3650 in `auto-mode-alist'.
3651 (image-mode-previous-major-mode): New variable.
3652 (image-minor-mode-map): Rename from `image-mode-text-map'.
3653 (image-mode): Move graceful error-handling code from
3654 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3655 (image-minor-mode): Remove all image-handling code.
3656 Replace `image-mode-text-map' with `image-minor-mode-map'.
3657 Check for `image-type' in mode-line format string.
3658 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3659 (image-mode-as-text): New function with most code from
3660 `image-mode-maybe'.
3661 (image-toggle-display-text): Move code that removes image
3662 properties from `image-toggle-display' to here.
3663 (image-toggle-display-image): New function with code that adds
3664 image properties copied from `image-toggle-display'.
3665 (image-toggle-display): Remove most code with leaving only code
3666 that toggles between `image-mode-as-text' and `image-mode'.
3667
3668 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3669
3670 * net/newst-treeview.el
3671 (newsticker--treeview-list-highlight-start): Restored call to
3672 save-excursion: Selected item was stuck.
3673 (newsticker--treeview-list-select): New.
3674 (newsticker--treeview-item-show-text)
3675 (newsticker--treeview-item-show)
3676 (newsticker--treeview-item-update): Use new
3677 newsticker-treeview-item-mode.
3678 (newsticker-treeview-update): Keep current item.
3679 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3680 (newsticker--treeview-first-feed): Doc change.
3681 (newsticker-treeview-list-menu)
3682 (newsticker-treeview-item-menu): Added menu entries.
3683 (newsticker-treeview-item-mode): New.
3684
3685 * net/newst-backend.el (newsticker-customize): Delete other
3686 windows.
3687
3688 2009-12-04 Sam Steingold <sds@gnu.org>
3689
3690 * log-view.el (log-view-mode-map): "q" calls quit-window,
3691 like in all the other non-self-insert buffers.
3692
3693 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 Minor cleanup.
3696 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3697 key decoding rather than do it manually via last-input-event +
3698 ascii-character.
3699 (term-exec): Use delete-and-extract-region.
3700 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3701 (term-process-pager): Remove unused var `i'.
3702 (term-dynamic-simple-complete): Make obsolete.
3703 (serial-update-config-menu): Remove unused vars `y' and `str'.
3704 (term-update-mode-line): Remove unused var `temp'.
3705
3706 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3707
3708 Limit the number of log entries displayed by default.
3709 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3710 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3711 using a prefix argument.
3712
3713 2009-12-03 Glenn Morris <rgm@gnu.org>
3714
3715 * progmodes/idlwave.el (class): Restore still useful declaration.
3716
3717 2009-12-03 Alan Mackenzie <acm@muc.de>
3718
3719 Enhance `c-parse-state' to run efficiently in "brace deserts".
3720
3721 * progmodes/cc-mode.el (c-basic-common-init):
3722 Call c-state-cache-init.
3723 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3724 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3725 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3726
3727 * progmodes/cc-langs.el (c-before-font-lock-function):
3728 c-extend-and-neutralize-syntax-in-CPP has been renamed
3729 c-neutralize-syntax-in-and-mark-CPP.
3730
3731 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3732 with `category' properties now, not `syntax-table' ones.
3733
3734 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3735 enhanced (but slower) version of c-end-of-macro that won't land
3736 inside a literal or on another awkward character.
3737 (c-state-cache-too-far, c-state-cache-start)
3738 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3739 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3740 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3741 (c-state-min-scan-pos, c-state-brace-pair-desert)
3742 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3743 buffer local variables.
3744 (c-state-literal-at, c-state-lit-beg)
3745 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3746 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3747 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3748 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3749 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3750 (c-renarrow-state-cache)
3751 (c-append-lower-brace-pair-to-state-cache)
3752 (c-state-push-any-brace-pair, c-append-to-state-cache)
3753 (c-remove-stale-state-cache)
3754 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3755 (c-invalidate-state-cache-1, c-parse-state-1)
3756 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3757 (c-parse-state): Enhance and refactor.
3758 (c-debug-parse-state): Amend to deal with all the new variables.
3759
3760 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3761 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3762 modify to use category text properties rather than syntax-table ones.
3763 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3764 to switch off/on the syntactic paren property of C++ template
3765 delimiters using the category property.
3766 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3767 template delims suppressed.
3768 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3769 New constant/macros which apply category properties to the start
3770 and end of preprocessor constructs.
3771 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3772 "comment out" the syntactic value of characters in preprocessor
3773 constructs.
3774 (c-with-cpps-commented-out)
3775 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3776 with characters in all or all but one preprocessor constructs
3777 "commented out".
3778
3779 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3780
3781 * proced.el (proced-filter-alist): Use regexp-quote.
3782
3783 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3784
3785 Cleanup.
3786 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3787 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3788 arguments. Expand `default-directory'.
3789
3790 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3791 the benefit of returning an expanded localname.
3792 (tramp-tramp-file-p): Handle the case NAME is not a string.
3793
3794 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 Add support for bzr shelve/unshelve.
3797 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3798 (vc-bzr-extra-menu-map): New variables.
3799 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3800 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3801 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3802 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3803 (vc-bzr-dir-extra-headers): Display shelves.
3804
3805 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3806
3807 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * textmodes/bibtex.el (bibtex-complete-internal):
3810 Use completion-in-region.
3811 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3812
3813 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 Support applying stashes. Improve UI.
3816 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3817 (vc-git-stash-apply, vc-git-stash-pop)
3818 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3819 (vc-git-stash-menu): New functions.
3820 (vc-git-stash-menu-map): New variable.
3821 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3822
3823 2009-12-03 Glenn Morris <rgm@gnu.org>
3824
3825 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3826 (vc-print-log-internal): Fix previous change.
3827 (vc-revert): Correct pluralization.
3828
3829 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3832 it to be an alist any more.
3833 (makefile-complete): Use completion-in-region.
3834
3835 * progmodes/octave-mod.el (octave-complete-symbol):
3836 Use completion-in-region.
3837
3838 Misc cleanup.
3839 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3840 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3841 (idlwave-complete-class): Don't quote lambda.
3842 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3843 (idlwave-mode-map): Move initialization into declaration.
3844 (idlwave-action-and-binding): Use backquotes.
3845 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3846 Simplify.
3847 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3848 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3849 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3850 `parts', and `all-parts'.
3851 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3852 (idlwave-convert-xml-system-routine-info): Remove unused string
3853 `version-string'.
3854 (idlwave-display-user-catalog-widget): Use dolist.
3855 (idlwave-scanning-lib): Declare dynamically-scoped var.
3856 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3857 (completion-highlight-first-word-only): Declare to silence bytecomp.
3858 (idlwave-popup-select): Tighten scope of `resp'.
3859 (idlwave-find-struct-tag): Remove unused var `beg'.
3860 (idlwave-after-load-rinfo-hook): Declare.
3861 (idlwave-sintern-class-info): Remove unused var `taglist'.
3862 (idlwave-find-class-definition): Remove unused var `list'.
3863 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3864 (idlwave-what-module-find-class): Remove unused var `classes'.
3865
3866 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3867
3868 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3869
3870 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3873 buffers visited. Remove redundant current-buffer-saving.
3874
3875 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 Use completion-in-buffer and remove uses of dynamic scoping.
3878 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3879 (pascal-buffer-to-use, pascal-flag): Don't declare.
3880 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3881 (pascal-get-completion-decl, pascal-keyword-completion):
3882 Add `pascal-str' argument, save-excursion,
3883 return the found completions, and don't filter with pascal-pred.
3884 (pascal-completion-cache): New var.
3885 (pascal-completion): Don't switch buffer any more (it was never
3886 necessary). Don't save-excursion any more (it's done by the called
3887 subroutines). Use a cache to avoid redundant computations.
3888 Use complete-with-action rather than pascal-completion-response and
3889 let it apply the predicate as well.
3890 (pascal-complete-word): Use completion-in-buffer when
3891 pascal-toggle-completions is nil.
3892 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3893 not used any more.
3894 (pascal-comp-defun): Don't change buffer any more.
3895 Use complete-with-action rather than pascal-completion-response and
3896 let it apply the predicate as well.
3897 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3898 when neded.
3899
3900 2009-12-02 Kenichi Handa <handa@m17n.org>
3901
3902 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3903 shape for all Indic scripts.
3904
3905 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 Use completion-in-buffer.
3908 * wid-edit.el (widget-field-text-end): New function.
3909 (widget-field-value-get): Use it.
3910 (widget-string-complete, widget-file-complete)
3911 (widget-color-complete): Use it and completion-in-region.
3912 (widget-complete): Don't narrow the buffer.
3913
3914 2009-12-02 Glenn Morris <rgm@gnu.org>
3915
3916 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3917 (rmail-select-summary): Use rmail-pop-to-buffer.
3918 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3919 rmail-pop-to-buffer, to prevent horizontal splits.
3920
3921 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3922 save-excursion with save-current-buffer.
3923 Widen before searching. (Bug#5093)
3924 (diary-list-sexp-entries): Remove superfluous save-excursion.
3925
3926 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3927
3928 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3929 name. (Bug#5038)
3930
3931 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3932
3933 * ido.el (ido-file-internal): Handle filenames at point that do
3934 not have a directory part. (Bug#5049)
3935
3936 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3939 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3940
3941 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3942
3943 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3944 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3945 any more.
3946
3947 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * comint.el (comint-insert-input): Ignore clicks to the right of
3950 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3951
3952 * vc.el (vc-print-log-internal): Don't wait for the process to
3953 terminate before setting up the major mode.
3954
3955 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3956 in case.
3957
3958 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3959 the last element.
3960
3961 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3962
3963 2009-12-01 Glenn Morris <rgm@gnu.org>
3964
3965 * window.el (window--display-buffer-2): Fix previous changes.
3966
3967 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3970
3971 2009-12-01 Glenn Morris <rgm@gnu.org>
3972
3973 * Makefile.in (ELCFILES): Add mpc.elc.
3974
3975 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * mpc.el: New file.
3978
3979 2009-12-01 Glenn Morris <rgm@gnu.org>
3980
3981 * window.el (window-to-use): Define for compiler.
3982
3983 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3984 consistent with others (no final period).
3985
3986 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3987 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3988
3989 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3990
3991 Make vc-print-log buttons work.
3992 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3993
3994 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3995
3996 * savehist.el (savehist-autosave-interval): Allow setting to nil
3997 through customize. (Bug#5056)
3998
3999 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4000
4001 Fix references to jit-lock properties.
4002 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4003 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4004 (perl-font-lock-special-syntactic-constructs):
4005 Quote jit-lock-defer-multiline property.
4006
4007 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4008
4009 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4010
4011 2009-11-30 Juri Linkov <juri@jurta.org>
4012
4013 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4014 value `buffer' of `multi-isearch-next-buffer-current-function'.
4015 Use `(current-buffer)' when `buffer' is nil.
4016 (multi-isearch-next-buffer-from-list): Don't fallback to
4017 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4018
4019 2009-11-30 Juri Linkov <juri@jurta.org>
4020
4021 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4022 of buffers with `get-buffer' to `multi-isearch-buffers'.
4023 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4024 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4025 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4026 FILES with `expand-file-name' converting relative file names
4027 to absolute. Doc fix. (Bug#4727)
4028
4029 2009-11-30 Juri Linkov <juri@jurta.org>
4030
4031 * misearch.el (multi-isearch-read-buffers)
4032 (multi-isearch-read-matching-buffers): New functions.
4033 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4034 Use them in the `interactive' spec. Doc fix.
4035 (multi-isearch-read-files, multi-isearch-read-matching-files):
4036 New functions.
4037 (multi-isearch-files, multi-isearch-files-regexp):
4038 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4039
4040 2009-11-30 Juri Linkov <juri@jurta.org>
4041
4042 * doc-view.el (doc-view-continuous):
4043 Rename from `doc-view-continuous-mode'.
4044 (doc-view-menu): Move "Toggle display" to the top.
4045 Add submenu "Continuous" with radio buttons "Off"/"On"
4046 and "Save as Default".
4047 (doc-view-scroll-up-or-next-page)
4048 (doc-view-scroll-down-or-previous-page)
4049 (doc-view-next-line-or-next-page)
4050 (doc-view-previous-line-or-previous-page): Rename
4051 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4052
4053 2009-11-30 Juri Linkov <juri@jurta.org>
4054
4055 * comint.el (comint-mode-map): Rebind `M-r' from
4056 `comint-previous-matching-input' to
4057 `comint-history-isearch-backward-regexp'.
4058 Unbind `M-s' to allow global key binding `M-s'.
4059 Add menu items for `comint-history-isearch-backward' and
4060 `comint-history-isearch-backward-regexp'. (Bug#3746)
4061
4062 2009-11-30 Juri Linkov <juri@jurta.org>
4063
4064 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4065 For def=recenter, replace `recenter' with `recenter-top-bottom'
4066 that is called with `this-command' and `last-command' let-bound
4067 to `recenter-top-bottom'. When the last `def' was not `recenter',
4068 set `recenter-last-op' to nil. (Bug#4981)
4069
4070 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 Minor cleanup and simplification.
4073 * filecache.el (file-cache-add-directory)
4074 (file-cache-add-directory-recursively)
4075 (file-cache-add-from-file-cache-buffer)
4076 (file-cache-delete-file-regexp, file-cache-delete-directory)
4077 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4078 (file-cache-temp-minibuffer-message): Delete function.
4079 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4080
4081 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4082 Don't signal an error when bumping into EOB in tr, s, or y.
4083
4084 2009-11-29 Juri Linkov <juri@jurta.org>
4085
4086 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4087 (Bug#4960)
4088
4089 * descr-text.el (describe-char-unidata-list): Use lowercase name
4090 for "Unicode name" like in other tags.
4091
4092 2009-11-29 Juri Linkov <juri@jurta.org>
4093
4094 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4095 New compatibility macro.
4096 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4097
4098 2009-11-29 Juri Linkov <juri@jurta.org>
4099
4100 Add defcustom to define the cycling order of `recenter-top-bottom'.
4101 (Bug#4981)
4102
4103 * window.el (recenter-last-op): Doc fix.
4104 (recenter-positions): New defcustom.
4105 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4106 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4107
4108 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4109
4110 Improve integration of Tramp and ange-ftp in eshell.
4111
4112 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4113 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4114 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4115
4116 * eshell/esh-util.el (top): Require also Tramp when compiling.
4117 (eshell-directory-files-and-attributes): Check for FTP remote
4118 connection.
4119 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4120 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4121 (eshell-file-attributes): Handle ".". Return `entry'.
4122
4123 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4124 (ange-ftp-directory-files-and-attributes)
4125 (ange-ftp-real-directory-files-and-attributes): New defuns.
4126
4127 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4128 shell with "exec" when possible. This prevents trailing prompts
4129 in `start-file-process'.
4130
4131 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 Try and remove assumptions about point-min==1.
4134 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4135 (rng-compute-mode-line-string): Show the validation percentage in
4136 terms of the narrowed text, not the widened text.
4137 (rng-do-some-validation): Don't catch internal errors when debugging.
4138 (rng-first-error): Simplify.
4139 (rng-after-change-function): Remove work around. AFAIK the bug has
4140 been fixed a while ago.
4141
4142 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4143 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4144
4145 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4146
4147 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4148 `cd' doesn't always do it for us (bug#5067).
4149
4150 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4151 on 2009-10-25 as part of some other change (bug#5067).
4152
4153 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4156 `suspicious'.
4157 (byte-compile-warnings): Use byte-compile-warning-types.
4158 (byte-compile-save-excursion): Warn about use of set-buffer right
4159 after save-excursion.
4160
4161 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4162 the excursion as well.
4163
4164 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4165
4166 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4167 providing a Tramp related implementation of "su" and "sudo".
4168 (eshell-unix-initialize): Add "su" and "sudo".
4169
4170 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4171
4172 * net/socks.el (socks-send-command): Convert binary request to
4173 unibyte before sending. This fixes mishandling of some port
4174 numbers such as 129.
4175
4176 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * help.el (describe-bindings-internal): Remove `interactive'.
4179
4180 * man.el (Man-completion-table): Trim a terminating "(".
4181 Remove the space between name page a section.
4182 Add the command's description on the `help-echo' property.
4183 Remove `process-connection-type' binding since it's unused by
4184 call-process.
4185 Provide completion for the "<section> <name>" format as well.
4186 (Man-default-man-entry): Remove spurious var shadowing the argument.
4187
4188 2009-11-26 Kevin Ryde <user42@zip.com.au>
4189
4190 * log-view.el: Add "Keywords: tools", since its other keywords
4191 aren't in finder-known-keywords, and following vc.el.
4192
4193 * sha1.el (sha1-string-external): default-directory "/" in case
4194 otherwise non-existent. process-connection-type pipe for touch of
4195 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4196
4197 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 Misc coding convention cleanups.
4200 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4201 hfy-init-kludge-hooks.
4202 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4203 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4204 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4205 and push.
4206 (hfy-slant, hfy-weight): Use tables rather than code.
4207 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4208 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4209 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4210 (hfy-face-to-css): Remove `nconc' with single arg.
4211 (hfy-p-to-face-lennart): Use `or'.
4212 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4213 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4214 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4215 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4216 (hfy-force-fontification): Use run-hooks.
4217
4218 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4219
4220 Various minor fixes.
4221 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4222 Javascript belongs in the header, not the body.
4223 (hfy-javascript): Remove.
4224 (hfy-fontify-buffer): Don't insert it any more.
4225 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4226 Fix bug in invis handling when there were no invis props in a chunk.
4227
4228 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4229
4230 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4231
4232 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4233
4234 * finder.el (finder-mode-map): Add a menu.
4235
4236 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4237
4238 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4239 "unsigned" structs.
4240
4241 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4242 fork" statement better.
4243
4244 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4245
4246 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4247 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4248 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4249 Reported by Clay Douglass.
4250
4251 (verilog-auto-inst, verilog-auto-star-safe)
4252 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4253 Fix removing "// Interfaces" when saving .* expansions. Reported by
4254 Pierre-David Pfister.
4255
4256 2009-11-26 Glenn Morris <rgm@gnu.org>
4257
4258 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4259 the scope.
4260
4261 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4262
4263 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4264 Really use previous revision.
4265
4266 2009-11-25 Kevin Ryde <user42@zip.com.au>
4267
4268 * man.el (Man-completion-table): default-directory "/" in case
4269 doesn't otherwise exist. process-environment COLUMNS=999 so as
4270 not to truncate long names. process-connection-type pipe to avoid
4271 any chance of hitting the pseudo-tty TIOCGWINSZ.
4272 (man): completion-ignore-case t for friendliness and since man
4273 itself is case-insensitive on the command line.
4274 Further to Bug#3717.
4275
4276 * arc-mode.el: Add "Keywords: files", so the details in its
4277 commentary can be reached from finder-by-keyword.
4278 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4279 editing mode, but it's comms related and sgml-mode.el has "comm"
4280 on that basis too.
4281 * textmodes/bibtex-style.el: Add "Keywords: tex".
4282 * international/isearch-x.el, international/ja-dic-cnv.el:
4283 * international/ja-dic-utl.el, international/kkc.el:
4284 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4285
4286 2009-11-25 Juri Linkov <juri@jurta.org>
4287
4288 * man.el (Man-completion-table): Modify regexp to include
4289 section names to completion strings. (Bug#3717)
4290
4291 2009-11-25 Juri Linkov <juri@jurta.org>
4292
4293 Search recursively in gzipped files. (Bug#4982)
4294
4295 * progmodes/grep.el (grep-highlight-matches): Add new options
4296 `always' and `auto'. Doc fix.
4297 (grep-process-setup): Check `grep-highlight-matches' for
4298 `auto-detect' to determine the need to compute grep defaults.
4299 Move Windows/DOS specific --colors settings handling
4300 to `grep-compute-defaults'. Check `grep-highlight-matches'
4301 to get the value of "--color=".
4302 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4303 has the value `auto-detect'. Move Windows/DOS specific settings
4304 from `grep-process-setup'.
4305 (zrgrep): New command with alias `rzgrep'.
4306
4307 2009-11-25 Juri Linkov <juri@jurta.org>
4308
4309 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4310 to nil instead of switching off view-mode. (Bug#4896)
4311
4312 2009-11-25 Juri Linkov <juri@jurta.org>
4313
4314 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4315
4316 * mwheel.el (mwheel-scroll-up-function)
4317 (mwheel-scroll-down-function): New defvars.
4318 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4319 `scroll-up', and `mwheel-scroll-down-function' instead of
4320 `scroll-down'.
4321
4322 * doc-view.el (doc-view-scroll-up-or-next-page)
4323 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4324 Use this ARG in the call to image-scroll-up/image-scroll-down.
4325 Change `interactive' spec to "P". Goto next/previous page only
4326 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4327 SPC/DEL case). Doc fix.
4328 (doc-view-next-line-or-next-page)
4329 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4330 for consistency.
4331 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4332 `doc-view-scroll-up-or-next-page', and buffer-local
4333 `mwheel-scroll-down-function' to
4334 `doc-view-scroll-down-or-previous-page'.
4335
4336 2009-11-25 Juri Linkov <juri@jurta.org>
4337
4338 Provide additional default values (directories at other Dired
4339 windows) via M-n in the minibuffer of some Dired commands.
4340
4341 * dired-aux.el (dired-diff, dired-compare-directories)
4342 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4343 `minibuffer-default' in `minibuffer-with-setup-hook'.
4344 (dired-dwim-target-directory): Find a window that displays Dired
4345 buffer instead of failing when the next window is not Dired.
4346 Use `get-window-with-predicate' to find for the next Dired window.
4347 (dired-dwim-target-defaults): New function.
4348
4349 * ediff-util.el (ediff-read-file-name):
4350 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4351 in `minibuffer-with-setup-hook'.
4352
4353 2009-11-25 Juri Linkov <juri@jurta.org>
4354
4355 Provide additional default values (file name at point or at the
4356 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4357
4358 * minibuffer.el (read-file-name-defaults): New function.
4359 (read-file-name): Reset `minibuffer-default' to nil when
4360 it duplicates initial input `insdef'.
4361 Bind `minibuffer-default-add-function' to lambda that
4362 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4363 (minibuffer-insert-file-name-at-point): New command.
4364
4365 * files.el (file-name-at-point-functions): New defcustom.
4366 (find-file-default): Remove defvar.
4367 (find-file-read-args): Don't use `find-file-default'.
4368 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4369 to `read-file-name'.
4370 (find-file-literally): Use `read-file-name' with
4371 `confirm-nonexistent-file-or-buffer'.
4372
4373 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4374
4375 * dired.el (dired-read-dir-and-switches):
4376 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4377 to `read-file-name'.
4378 (dired-file-name-at-point): New function.
4379 (dired-mode): Add hook `dired-file-name-at-point' to
4380 `file-name-at-point-functions'.
4381
4382 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 Really make the *Completions* window soft-dedicated (bug#5030).
4385 * window.el (window--display-buffer-2): Add `dedicated' argument.
4386 (display-buffer): Pass it when needed so the dedicated flag is set
4387 after calling set-window-buffer, which would otherwise reset it.
4388
4389 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * progmodes/meta-mode.el (meta-complete-symbol):
4392 * progmodes/etags.el (complete-tag):
4393 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4394 Use completion-in-region.
4395
4396 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4397 (dabbrev-completion): Use completion-in-region.
4398 (dabbrev--abbrev-at-point): Simplify regexp.
4399
4400 * abbrev.el (abbrev--before-point): Use word-motion functions
4401 if :regexp is not specified (bug#5031).
4402
4403 * subr.el (string-prefix-p): New function.
4404
4405 * man.el (Man-completion-cache): New var.
4406 (Man-completion-table): Use it.
4407
4408 * vc.el (vc-print-log-internal): Make `limit' optional for better
4409 compatibility (e.g. with vc-annotate.el).
4410
4411 2009-11-24 Kevin Ryde <user42@zip.com.au>
4412
4413 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4414 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4415
4416 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4417 when .el source file not found or other error.
4418
4419 2009-11-24 Markus Triska <markus.triska@gmx.at>
4420
4421 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4422
4423 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 Handle the [back] button properly (bug#4979).
4426 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4427 Use help-setup-xref, help-buffer, and with-help-window.
4428 (describe-char): Add `buffer' argument.
4429 Pass proper command to help-setup-xref. Don't meddle with
4430 help-xref-stack-item directly.
4431 (describe-text-category): Use with-help-window and help-buffer.
4432
4433 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4434 for the displayed buffer (bug#4887).
4435
4436 * man.el (Man-completion-table): New function.
4437 (man): Use it.
4438
4439 2009-11-24 David Reitter <david.reitter@gmail.com>
4440
4441 * vc-git.el (vc-git-registered): Use checkout directory (where
4442 .git is) rather than the file's directory and a relative path spec
4443 to work around a bug in git.
4444
4445 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4446
4447 Improve handling of processes on remote hosts.
4448
4449 * eshell/esh-util.el (eshell-path-env): New defvar.
4450 (eshell-parse-colon-path): New defun.
4451 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4452
4453 * eshell/esh-ext.el (eshell-search-path):
4454 Use `eshell-parse-colon-path'.
4455 (eshell-remote-command): Remove argument HANDLER.
4456 (eshell-external-command): Check for FTP remote connection.
4457
4458 * eshell/esh-proc.el (eshell-gather-process-output):
4459 Use `file-truename', in order to start also symlinked files.
4460 Apply `start-file-process' instead of `start-process'.
4461 Shorten `command' to the local file name part.
4462
4463 * eshell/em-cmpl.el (eshell-complete-commands-list):
4464 Use `eshell-parse-colon-path'.
4465
4466 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4467
4468 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4469 to `eshell-directory-change-hook'.
4470
4471 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4472
4473 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4474 because it could be enabled automatically if view-read-only is non-nil.
4475
4476 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4477
4478 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4479 made on 2009-11-22.
4480
4481 2009-11-24 Glenn Morris <rgm@gnu.org>
4482
4483 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4484 deleted variable bookmark-bmenu-bookmark-column.
4485
4486 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4487 Move after definition of global-semantic-idle-tag-highlight-mode.
4488
4489 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4492
4493 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4494
4495 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4496 two slashes to the "file:" prefix.
4497 (browse-url-file-url): De-munge Cygwin filenames before passing
4498 them to Windows browser.
4499 (browse-url-default-windows-browser): Use call-process.
4500
4501 2009-11-23 Juri Linkov <juri@jurta.org>
4502
4503 Implement DocView Continuous mode. (Bug#4896)
4504 * doc-view.el (doc-view-continuous-mode): New defcustom.
4505 (doc-view-mode-map): Bind C-n/<down> to
4506 `doc-view-next-line-or-next-page', C-p/<up> to
4507 `doc-view-previous-line-or-previous-page'.
4508 (doc-view-next-line-or-next-page)
4509 (doc-view-previous-line-or-previous-page): New commands.
4510
4511 2009-11-23 Juri Linkov <juri@jurta.org>
4512
4513 Implement Isearch in comint input history. (Bug#3746)
4514 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4515 `isearch-mode-hook'.
4516 (comint-history-isearch): New defcustom.
4517 (comint-history-isearch-backward)
4518 (comint-history-isearch-backward-regexp): New commands.
4519 (comint-history-isearch-message-overlay): New buffer-local variable.
4520 (comint-history-isearch-setup, comint-history-isearch-end)
4521 (comint-goto-input, comint-history-isearch-search)
4522 (comint-history-isearch-message, comint-history-isearch-wrap)
4523 (comint-history-isearch-push-state)
4524 (comint-history-isearch-pop-state): New functions.
4525
4526 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4527
4528 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4529 return.
4530 (tramp-handle-make-symbolic-link)
4531 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4532 Quote file names.
4533 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4534 (tramp-handle-process-file): Use it.
4535
4536 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * window.el (move-to-window-line-last-op): Remove.
4539 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4540
4541 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4542
4543 Make M-r mirror the new cycling behavior of C-l.
4544 * window.el (move-to-window-line-last-op): New var.
4545 (move-to-window-line-top-bottom): New command.
4546 (global-map): Bind M-r move-to-window-line-top-bottom.
4547
4548 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4549
4550 * dired-x.el (dired-guess-shell-alist-default):
4551 Support xz format. (Bug#4953)
4552
4553 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * cedet/srecode/map.el (srecode-get-maps):
4556 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4557 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4558 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4559 (semantic-toggle-decoration-style):
4560 * cedet/semantic/decorate/include.el
4561 (semantic-decoration-include-describe)
4562 (semantic-decoration-unknown-include-describe)
4563 (semantic-decoration-unparsed-include-describe)
4564 (semantic-decoration-all-include-summary):
4565 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4566 * cedet/semantic/analyze/complete.el
4567 (semantic-analyze-possible-completions):
4568 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4569 (semantic-show-unmatched-syntax-mode)
4570 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4571 (semantic-highlight-func-mode):
4572 * cedet/semantic/util.el (semantic-describe-buffer):
4573 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4574 (semantic-symref-find-tags-by-name)
4575 (semantic-symref-find-tags-by-regexp)
4576 (semantic-symref-find-tags-by-completion)
4577 (semantic-symref-find-file-references-by-name)
4578 (semantic-symref-find-text):
4579 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4580 (senator-yank-tag):
4581 * cedet/semantic/scope.el (semantic-calculate-scope):
4582 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4583 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4584 (define-semantic-idle-service):
4585 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4586 (semantic-complete-analyze-inline-idle):
4587 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4588 * cedet/mode-local.el (describe-mode-local-bindings)
4589 (describe-mode-local-bindings-in-mode):
4590 * cedet/ede/make.el (ede-make-check-version):
4591 * cedet/ede/locate.el (ede-enable-locate-on-project):
4592 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4593 (cedet-idutils-version-check):
4594 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4595 (cedet-gnu-global-version-check):
4596 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4597 (cedet-cscope-version-check): Use called-interactively-p instead
4598 of interactive-p.
4599
4600 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4601 Use semantic-format-tag-prototype.
4602
4603 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4604
4605 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4606 last-command-char/last-command-event.
4607 (viper-prefix-arg-value): Do correct conversion of event-char for
4608 XEmacs.
4609
4610 * emulation/viper-util.el, emulation/viper.el:
4611 Use viper-last-command-char instead of
4612 last-command-char/last-command-event.
4613
4614 * ediff-init.el, ediff-mult.el, ediff-util.el:
4615 Replace last-command-char and last-command-event
4616 with (ediff-last-command-char) everywhere.
4617
4618 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4619 created in fundamental mode.
4620
4621 * ediff.el (ediff-version): Revert the change of interactive-p to
4622 called-interactively-p.
4623
4624 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4625
4626 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4627 generation from word-movement command names.
4628
4629 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4632 (semantic-complete-jump-local, semantic-complete-jump):
4633 Improve prompt string.
4634
4635 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4636
4637 * cus-start.el (all): Add native condition for font-use-system-font.
4638
4639 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4640
4641 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4642 Correct the patch from 2009-11-18. (Bug#3910)
4643
4644 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4645
4646 * progmodes/subword.el: Rename from lisp/subword.el.
4647
4648 * subword.el: Rename to progmodes/subword.el.
4649
4650 * Makefile.in (ELCFILES): Adapt to subword.el move.
4651
4652 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4653 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4656 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4657 (bookmark-bmenu-show-filenames): Use push.
4658 (bookmark-bmenu-hide-filenames): Use local var instead of
4659 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4660 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4661 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4662 filenames now that the bookmark names are always available.
4663
4664 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4667 (bookmark-search-pattern): Move and leave unbound.
4668 (bookmark-bmenu-mode-map): Change binding.
4669 (bookmark-read-search-input): Simplify.
4670 Don't use text-char-description. Don't error on non-char events.
4671 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4672 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4673 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4674 Use a local var for the timer.
4675 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4676 (i.e. bookmark-bmenu-search).
4677
4678 2009-11-21 Glenn Morris <rgm@gnu.org>
4679
4680 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4681
4682 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4683
4684 * net/browse-url.el (browse-url-default-windows-browser):
4685 Use cygstart for cygwin.
4686
4687 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4688
4689 * bookmark.el: Formatting and doc fixes only:
4690 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4691 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4692 Minor grammar and punctuation fixes in doc string.
4693 (bookmark-read-search-input): Adjust to fit within 80 columns.
4694
4695 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4696
4697 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4698 (c-backward-into-nomenclature): Adapt to subword renaming.
4699
4700 * subword.el (subword-forward, subword-backward, subword-mark)
4701 (subword-kill, subword-backward-kill, subword-transpose)
4702 (subword-downcase, subword-upcase, subword-capitalize)
4703 (subword-forward-internal, subword-backward-internal):
4704 Rename from forward-subword, backward-subword, mark-subword,
4705 kill-subword, backward-kill-subword, transpose-subwords,
4706 downcase-subword, upcase-subword, capitalize-subword,
4707 forward-subword-internal, backward-subword-internal.
4708
4709 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4710
4711 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4712 New options.
4713 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4714 New vars.
4715 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4716 (bookmark-bmenu-filter-alist-by-regexp)
4717 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4718 (bookmark-bmenu-search): New command.
4719 (bookmark-bmenu-mode-map): Bind it.
4720
4721 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4724
4725 * cedet/semantic/idle.el (define-semantic-idle-service)
4726 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4727
4728 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4729
4730 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4731 backward-subword to quit the byte-compiler.
4732
4733 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4734
4735 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4736
4737 * progmodes/cc-cmds.el (c-update-modeline)
4738 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4739 Refer to subword.el functions instead of cc-subword.el.
4740
4741 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4742 subword.el functions instead of cc-subword.el.
4743
4744 * progmodes/cc-subword.el: Rename to subword.el.
4745 * subword.el: Rename from progmodes/cc-subword.el.
4746 (subword-mode-map): Rename from c-subword-mode-map.
4747 (subword-mode): Rename from c-subword-mode.
4748 (global-subword-mode): New global minor mode.
4749 (forward-subword): Rename from c-forward-subword.
4750 (backward-subword): Rename from c-backward-subword.
4751 (mark-subword): Rename from c-mark-subword.
4752 (kill-subword): Rename from c-kill-subword.
4753 (backward-kill-subword): Rename from c-backward-kill-subword.
4754 (transpose-subwords): Rename from c-tranpose-subword.
4755 (downcase-subword): Rename from c-downcase-subword.
4756 (capitalize-subword): Rename from c-capitalize-subword.
4757 (forward-subword-internal): Rename from c-forward-subword-internal.
4758 (backward-subword-internal): Rename from c-backward-subword-internal.
4759
4760 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4761
4762 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4763 from a dired buffer.
4764 (vc-dired-deduce-fileset): New function.
4765 (vc-root-diff, vc-print-root-log): Use it.
4766
4767 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4768 nil LIMIT argument to vc-print-log-internal.
4769
4770 2009-11-20 Glenn Morris <rgm@gnu.org>
4771
4772 * Makefile.in (ELCFILES): Regenerate.
4773
4774 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4777
4778 * cedet/semantic.el: Enable idle-mode menu items only if
4779 global-semantic-idle-scheduler-mode is enabled.
4780 (semantic-default-submodes): Doc fix.
4781
4782 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4783 When turning off, disable other idle modes.
4784
4785 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4786
4787 * calc/calc.el (calc-set-mode-line):
4788 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4789 (math-format-number): Rename `math-format-complement-signed' to
4790 `math-format-twos-complement'.
4791
4792 * calc/calc-bin.el (math-format-twos-complement): Rename from
4793 math-format-complement-signed.
4794 (calc-radix): Rename `calc-complement-signed-mode' to
4795 `calc-twos-complement-mode'.
4796 (calc-octal-radix, calc-hex-radix): Add an argument for
4797 two's complement.
4798
4799 * calc/calc-embed.el (calc-embedded-mode-vars):
4800 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4801
4802 * calc/calc-ext.el (calc-init-extensions):
4803 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4804 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4805
4806 * calc/calc-units.el (math-build-units-table-buffer):
4807 Let `calc-twos-complement-mode' be nil.
4808
4809 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4810 entries.
4811
4812 * calc/calc-vec.el (calcFunc-vunpack):
4813 * calc/calc-aent.el (calc-do-calc-eval):
4814 * calc/calc-forms.el (math-format-date):
4815 * calc/calc-graph.el (calc-graph-plot):
4816 * calc/calc-math.el (math-use-emacs-fn):
4817 * calc/calccomp.el (math-compose-expr):
4818 Let `calc-twos-complement-mode' be nil.
4819
4820 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4823 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4824 * minibuffer.el (completion-in-region-functions): New hook.
4825 (completion-in-region): New function.
4826 * emacs-lisp/lisp.el (lisp-complete-symbol):
4827 * pcomplete.el (pcomplete-std-complete): Use it.
4828
4829 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4832 (latex-complete-alist): New vars.
4833 (latex-string-prefix-p, latex-complete-bibtex-keys)
4834 (latex-complete-envnames, latex-complete-refkeys)
4835 (latex-complete-data): New functions.
4836 (latex-complete, latex-indent-or-complete): New commands.
4837
4838 * window.el (display-buffer-mark-dedicated): New var.
4839 (display-buffer): Obey it.
4840 * minibuffer.el (minibuffer-completion-help): Use it.
4841
4842 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4843
4844 * filecache.el (file-cache-add-file): Use push and cons.
4845 (file-cache-delete-file-regexp): Use push.
4846 (file-cache-complete): Use completion-in-region.
4847
4848 * simple.el (with-wrapper-hook): Fix thinko.
4849
4850 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4851 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4852 Use with-current-buffer and string-to-number.
4853 (hfy-fallback-colour-values): Use assoc-string.
4854 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4855 (hfy-face-at): Remove unused var `found-face'.
4856 (hfy-compile-stylesheet): Remove unused var `css'.
4857 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4858 and `orig-buffer'.
4859 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4860 Use with-current-buffer.
4861 (hfy-text-p): Use expand-file-name and fewer setq.
4862
4863 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4864
4865 * htmlfontify.el, hfy-cmap.el: New files.
4866
4867 2009-11-19 Juri Linkov <juri@jurta.org>
4868
4869 * minibuffer.el (completions-format): New defcustom.
4870 (completion--insert-strings): Implement vertical format.
4871
4872 * simple.el (switch-to-completions): Move point to the first
4873 completion when point was at the beginning of the buffer.
4874
4875 2009-11-19 Juri Linkov <juri@jurta.org>
4876
4877 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4878
4879 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4880
4881 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4884 (mail-signature): Change default to t.
4885 (mail-from-style): Deprecate `system-default' value.
4886 (mail-insert-from-field): For default value of mail-from-style,
4887 default to `angles' unless `angles' needs quoting and `parens'
4888 does not.
4889 (mail-citation-prefix-regexp): Use citation regexp from
4890 message-mode.
4891
4892 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4893
4894 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4895 Set variables for computing the prompt for reading password.
4896
4897 2009-11-19 Glenn Morris <rgm@gnu.org>
4898
4899 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4900
4901 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4902
4903 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4904 (newsticker-treeview-listwindow-height): Fix custom type.
4905
4906 2009-11-19 Kenichi Handa <handa@m17n.org>
4907
4908 * descr-text.el (describe-char-padded-string): Compose with TAB
4909 only if there's a font for CH.
4910 (describe-char): Fix the condition for detecting a trivial composition.
4911
4912 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4913
4914 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4915 more accurate version of the regexp. (Bug#3910)
4916
4917 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4918
4919 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4920
4921 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4922
4923 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4924 (font-setting-change-default-font): Fix typo in docstring.
4925
4926 2009-11-18 Alan Mackenzie <acm@muc.de>
4927
4928 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4929
4930 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4931
4932 * font-setting.el (font-use-system-font): Move ...
4933
4934 * cus-start.el (all): ... to here.
4935
4936 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4939 Don't set `ad-return-value' if `ad-do-it' doesn't.
4940
4941 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4942 modification time.
4943
4944 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4945
4946 * menu-bar.el: Put "Use system font" in Option-menu.
4947 (menu-bar-options-save): Add font-use-system-font.
4948
4949 * loadup.el: If feature system-font-setting or font-render-setting is
4950 there, load font-setting.
4951
4952 * Makefile.in (ELCFILES): Add font-settings.el.
4953 * font-setting.el: New file.
4954
4955 2009-11-17 Glenn Morris <rgm@gnu.org>
4956
4957 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4958
4959 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4960 Preserve point in the list buffer. (Bug#4939)
4961 Use point-at-eol.
4962 (newsticker--treeview-list-update-highlight)
4963 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4964
4965 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4966
4967 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4968 Remove.
4969
4970 * calc/calc-ext.el (calc-init-extensions): Remove references to
4971 symclip.
4972
4973 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4974
4975 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4976 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4977 `calc-symclip'.
4978
4979 2009-11-16 Kevin Ryde <user42@zip.com.au>
4980
4981 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4982 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4983
4984 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4985 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4986 Ignore trailing spaces by omit-nulls to split-string (fixing
4987 regression from Emacs 21 due to the incompatible split-string
4988 change). (Bug #4928.)
4989
4990 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * vc.el (vc-log-show-limit): Default to 2000.
4993 (vc-print-log-internal): Insert buttons to request more entries
4994 when limiting the output.
4995
4996 * vc-sccs.el (vc-sccs-print-log):
4997 * vc-rcs.el (vc-rcs-print-log):
4998 * vc-cvs.el (vc-cvs-print-log):
4999 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5000 LIMIT is non-nil.
5001
5002 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5003
5004 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5005 error when `tramp-gvfs-dbus-event-vector' is set.
5006 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5007
5008 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5011
5012 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * net/dbus.el (dbus-unregister-service): New defun.
5015 (dbus-register-property): Register the handlers of
5016 "org.freedesktop.DBus.Properties" for SERVICE.
5017 (dbus-property-handler): Fix docstring.
5018
5019 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5020
5021 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5022 Quote doc string reference in defvaralias as it is not in special form.
5023 (byte-compile-output-docform): Doc fix.
5024
5025 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5026
5027 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5028 (calc-complement-signed-mode): New variables.
5029 (calc-set-mode-line): Add indicator for twos-complements.
5030 (math-format-number): Format twos-complement notation.
5031
5032 * calc/calc-bin.el (calc-word-size): Reset the variables
5033 `math-2-word-size' and `math-half-2-word-size'.
5034 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5035 (calc-symclip): New functions.
5036
5037 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5038
5039 * calc/calc-embed.el (calc-embedded-mode-vars):
5040 Add `calc-complement-signed-mode' to the list of modes.
5041
5042 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5043 (calc-b-oper-keys): Add `calc-symclip' to list.
5044
5045 * calc/calc-ext.el (math-read-number-fancy): Read complement
5046 signed numbers.
5047 (calc-init-extensions): Add binding for `calc-symclip'.
5048 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5049
5050 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5051 `calc-symclip'.
5052 (calc-modes-menu): Add item for twos complement mode.
5053
5054 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5055
5056 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * register.el (jump-to-register, insert-register): Handle Semantic
5059 tags. From commented-out advice in semantic/senator.el.
5060
5061 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 * vc.el (vc-log-show-limit): New variable.
5064 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5065 when using a prefix argument.
5066 (vc-print-log-internal): Add new argument LIMIT.
5067
5068 * vc-svn.el (vc-svn-print-log):
5069 * vc-mtn.el (vc-mtn-print-log):
5070 * vc-hg.el (vc-hg-print-log):
5071 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5072 pass it to the log command when set. Make the BUFFER argument
5073 non-optional.
5074
5075 * vc-sccs.el (vc-sccs-print-log):
5076 * vc-rcs.el (vc-rcs-print-log):
5077 * vc-git.el (vc-git-print-log):
5078 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5079 ignore it. Make the BUFFER argument non-optional
5080
5081 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5082
5083 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * dired.el (dired-mode-map): Move encryption items to "Operate"
5086 menu (Bug#4703).
5087
5088 * strokes.el (strokes-update-window-configuration): Make strokes
5089 buffer current before erasing (Bug#4906).
5090
5091 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5092 (semantic-idle-summary-mode): Define using define-minor-mode
5093 instead of define-semantic-idle-service.
5094 (semantic-idle-summary-mode): New function.
5095 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5096 that mouse motion does not reset the echo area.
5097
5098 2009-11-15 Juri Linkov <juri@jurta.org>
5099
5100 * simple.el (set-mark-default-inactive): Add :type, :group
5101 and :version. (Bug#4876)
5102
5103 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5106 (archive-unique-fname): ... here. (Bug#4929)
5107
5108 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5111 with a real fix.
5112
5113 * novice.el (disabled-command-function): Add useful args.
5114 Setup the help buffer so that [back] works.
5115 Remove redundant call to help-mode.
5116 (disabled-command-function): Use `case'.
5117 (en/disable-command): New function extracted from enable-command.
5118 (enable-command, disable-command): Use it.
5119
5120 2009-11-14 Glenn Morris <rgm@gnu.org>
5121
5122 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5123 constants. (Bug#4913)
5124
5125 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5126
5127 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5128
5129 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5130 defined in C that have no doc-strings. (Bug#1063)
5131
5132 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5133
5134 * cus-edit.el (data, files):
5135 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5136
5137 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * simple.el (shell-command): Doc fix (Bug#4891).
5140
5141 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5142
5143 2009-11-14 Glenn Morris <rgm@gnu.org>
5144
5145 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5146 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5147 If they are already loaded, eval-after-load will do the right thing.
5148
5149 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5150 compiling.
5151
5152 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5153
5154 * simple.el (x-selection-owner-p): Declare.
5155 (read-mail-command): Use custom radio type rather than choice.
5156 (completion-no-auto-exit): Doc fix.
5157
5158 * custom.el (defgroup):
5159 * epg-config.el (epg): Doc fixes.
5160
5161 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5162
5163 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5164 * international/ccl.el (define-ccl-program): Do not purecopy the
5165 docstring, defconst does it anyway.
5166
5167 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5170 a second time.
5171
5172 * x-dnd.el (x-dnd-maybe-call-test-function):
5173 * window.el (split-window-vertically):
5174 * whitespace.el (whitespace-help-on):
5175 * vc-rcs.el (vc-rcs-consult-headers):
5176 * userlock.el (ask-user-about-lock-help)
5177 (ask-user-about-supersession-help):
5178 * type-break.el (type-break-force-mode-line-update):
5179 * time-stamp.el (time-stamp-conv-warn):
5180 * terminal.el (te-set-output-log, te-more-break, te-filter)
5181 (te-sentinel, terminal-emulator):
5182 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5183 (term-write-input-ring, term-check-source, term-start-output-log):
5184 (term-display-buffer-line, term-dynamic-list-completions):
5185 (term-ansi-make-term, serial-term):
5186 * subr.el (selective-display):
5187 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5188 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5189 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5190 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5191 (speedbar-remove-localized-speedbar-support)
5192 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5193 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5194 (speedbar-buffers-line-directory):
5195 * simple.el (shell-command-on-region, append-to-buffer)
5196 (prepend-to-buffer):
5197 * shadowfile.el (shadow-save-todo-file):
5198 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5199 (scroll-bar-maybe-set-window-start):
5200 * sb-image.el (speedbar-image-dump):
5201 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5202 (load-save-place-alist-from-file):
5203 * ps-samp.el (ps-print-message-from-summary):
5204 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5205 (ps-background-image, ps-begin-job, ps-do-despool):
5206 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5207 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5208 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5209 (pr-call-process, pr-file-list, pr-interface-save):
5210 * novice.el (disabled-command-function)
5211 (enable-command, disable-command):
5212 * mouse.el (mouse-buffer-menu-alist):
5213 * mouse-copy.el (mouse-kill-preserving-secondary):
5214 * macros.el (kbd-macro-query):
5215 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5216 * informat.el (batch-info-validate):
5217 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5218 * hippie-exp.el (try-expand-dabbrev-visible):
5219 * help-mode.el (help-make-xrefs):
5220 * help-fns.el (describe-variable):
5221 * generic-x.el (bat-generic-mode-run-as-comint):
5222 * finder.el (finder-mouse-select):
5223 * find-dired.el (find-dired-sentinel):
5224 * filesets.el (filesets-file-close):
5225 * files.el (list-directory):
5226 * faces.el (list-faces-display, describe-face):
5227 * facemenu.el (list-colors-display):
5228 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5229 * epg.el (epg--process-filter, epg-cancel):
5230 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5231 (epa--read-signature-type):
5232 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5233 (emerge-file-names):
5234 * ehelp.el (electric-helpify):
5235 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5236 * ediff-vers.el (rcs-ediff-view-revision):
5237 * ediff-util.el (ediff-setup):
5238 * ediff-mult.el (ediff-append-custom-diff):
5239 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5240 (ediff-wordify):
5241 * echistory.el (Electric-command-history-redo-expression):
5242 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5243 * disp-table.el (describe-display-table):
5244 * dired.el (dired-find-buffer-nocreate):
5245 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5246 * dabbrev.el (dabbrev--same-major-mode-p):
5247 * chistory.el (list-command-history):
5248 * apropos.el (apropos-documentation):
5249 * allout.el (allout-obtain-passphrase):
5250 (allout-copy-exposed-to-buffer):
5251 (allout-verify-passphrase): Use with-current-buffer.
5252
5253 2009-11-13 Glenn Morris <rgm@gnu.org>
5254
5255 * Makefile.in (ELCFILES): Regenerate.
5256
5257 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5258
5259 * net/dbus.el (dbus-registered-objects-table): Rename from
5260 `dbus-registered-functions-table', because it contains also properties.
5261 (dbus-unregister-object): Unregister also properties.
5262 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5263 Use a timeout of 500 msec, in order to not block.
5264 (dbus-register-property, dbus-property-handler): New defuns.
5265
5266 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * simple.el (minibuffer-default-add-completions): Drop deprecated
5269 4th arg.
5270
5271 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5272
5273 * textmodes/artist.el (artist-mouse-choose-operation):
5274 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5275 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5276 (artist-compute-up-event-key): New function.
5277 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5278
5279 2009-11-13 Kenichi Handa <handa@m17n.org>
5280
5281 * language/japan-util.el: Make sure that the value of jisx0208
5282 property is jisx0208 character.
5283
5284 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5285
5286 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5287 car or each item, not the whole list.
5288
5289 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * minibuffer.el (minibuffer-completion-help):
5292 Use minibuffer-hide-completions.
5293
5294 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5295
5296 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5297 (dired-revert): Use them (bug#4880).
5298
5299 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5300
5301 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5302
5303 2009-11-12 Juri Linkov <juri@jurta.org>
5304
5305 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5306 New functions.
5307 (find-file-literally-at-point): Alias of `ffap-literally'.
5308
5309 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * textmodes/ispell.el (ispell-skip-region-alist):
5312 * textmodes/css-mode.el (auto-mode-alist):
5313 * progmodes/compile.el (auto-mode-alist):
5314 * international/mule.el (ctext-non-standard-encodings-alist)
5315 (ctext-non-standard-encodings-regexp):
5316 * simple.el (shell-command-switch, text-read-only):
5317 * replace.el (occur-mode-map):
5318 * paths.el (rmail-file-name):
5319 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5320 * find-file.el (ff-special-constructs):
5321 * files.el (file-name-handler-alist):
5322 * composite.el: Purecopy strings.
5323
5324 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5325
5326 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5327
5328 * widget.el (define-widget): Purecopy the docstring.
5329 * international/mule-cmds.el (charset): Do not purecopy the
5330 docstring here, define-widget does it.
5331
5332 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5333 * textmodes/bibtex-style.el (auto-mode-alist):
5334 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5335 * progmodes/compile.el (compile-command):
5336 * language/korea-util.el (default-korean-keyboard):
5337 * international/mule-conf.el (file-coding-system-alist):
5338 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5339 * tooltip.el (tooltip-frame-parameters):
5340 * newcomment.el (comment-end, comment-padding):
5341 * dired.el (dired-trivial-filenames):
5342 * comint.el (comint-file-name-prefix): Purecopy initial values.
5343
5344 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5345
5346 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5347 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5348 `tramp-unload'.
5349 (tramp-advice-make-auto-save-file-name)
5350 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5351 after removing the advice.
5352
5353 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5354
5355 * progmodes/grep.el (grep-regexp-alist):
5356 * international/mule-cmds.el (iso-2022-control-alist):
5357 * emacs-lisp/timer.el (timer-duration-words):
5358 * subr.el (version-separator, version-regexp-alist):
5359 * minibuffer.el (completion-styles-alist):
5360 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5361 Change defvars to defconsts.
5362
5363 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5364 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5365 * international/mule-conf.el: Allow to be byte compiled.
5366
5367 * international/mule.el (define-charset): Purecopy props.
5368 (load-with-code-conversion): Purecopy doc string and file name.
5369 (put-charset-property): Purecopy strings.
5370 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5371
5372 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5373 (define-char-code-property): Correctly purecopy the table.
5374
5375 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5376
5377 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5378
5379 * subr.el (add-hook): Purecopy strings.
5380 (eval-after-load): Purecopy load-history-regexp and the form.
5381
5382 * custom.el (custom-declare-group): Purecopy load-file-name.
5383
5384 * subr.el (menu-bar-separator): New defconst.
5385 * net/eudc.el (eudc-tools-menu):
5386 * international/mule-cmds.el (set-coding-system-map)
5387 (mule-menu-keymap):
5388 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5389 * vc-hooks.el (vc-menu-map):
5390 * replace.el (occur-mode-map):
5391 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5392 (menu-bar-edit-menu, menu-bar-goto-menu)
5393 (menu-bar-custom-menu, menu-bar-showhide-menu)
5394 (menu-bar-options-menu, menu-bar-tools-menu)
5395 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5396 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5397 (menu-bar-help-menu):
5398 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5399 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5400
5401 * term/x-win.el (x-gtk-stock-map):
5402 * progmodes/vera-mode.el (auto-mode-alist):
5403 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5404 (inferior-lisp-program, inferior-lisp-load-command):
5405 * progmodes/hideshow.el (hs-special-modes-alist):
5406 * progmodes/gud.el (same-window-regexps):
5407 * progmodes/grep.el (grep-program, find-program, xargs-program):
5408 * net/telnet.el (same-window-regexps):
5409 * net/rlogin.el (same-window-regexps):
5410 * language/ethiopic.el (font-ccl-encoder-alist):
5411 * vc-sccs.el (vc-sccs-master-templates):
5412 * vc-rcs.el (vc-rcs-master-templates):
5413 * subr.el (cl-assertion-failed):
5414 * simple.el (next-error-overlay-arrow-position):
5415 * lpr.el (lpr-command):
5416 * locate.el (locate-ls-subdir-switches):
5417 * info.el (same-window-regexps, info)
5418 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5419 * image-mode.el (image-mode, auto-mode-alist):
5420 * hippie-exp.el (hippie-expand-ignore-buffers):
5421 * format.el (format-alist):
5422 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5423 (find-name-arg):
5424 * facemenu.el (facemenu-keybindings):
5425 * dired.el (dired-listing-switches, dired-chown-program):
5426 * diff.el (diff-switches, diff-command):
5427 * cus-edit.el (same-window-regexps):
5428 * bindings.el (mode-line-mule-info)
5429 (mode-line-buffer-identification): Purecopy strings.
5430
5431 2009-11-11 Juri Linkov <juri@jurta.org>
5432
5433 * simple.el (dired-get-filename) <declare-function>:
5434 Tell the byte-compiler about dired-get-filename.
5435 (shell-command): In Dired mode, get filename from the current line
5436 as the default value.
5437
5438 2009-11-10 Glenn Morris <rgm@gnu.org>
5439
5440 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5441 * calendar/holidays.el, progmodes/cperl-mode.el:
5442 Update x-popup-menu declarations.
5443
5444 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5445 (list-load-path-shadows): Use dolist.
5446 (list-load-path-shadows): Use with-current-buffer.
5447
5448 2009-11-10 Juri Linkov <juri@jurta.org>
5449
5450 * minibuffer.el (read-file-name): Support a list of default values
5451 in `default-filename'. Use the first file name where only one
5452 element is required. Doc fix.
5453
5454 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5455
5456 * net/dbus.el (dbus-unregister-object): Release service, if no
5457 other method is registered for it.
5458
5459 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5460
5461 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5462 bookmark-sort-flag is non-nil (Bug#4653).
5463
5464 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5465
5466 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5467 the progress reporter entirely.
5468
5469 * emulation/cua-base.el: Add CUA property to some CC mode commands
5470 (Bug#4100).
5471
5472 2009-11-08 Kevin Ryde <user42@zip.com.au>
5473
5474 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5475 at end of sentence (Bug#4818).
5476
5477 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5478
5479 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5480 Handle "see declaration of" MSFT statements (Bug#4100).
5481
5482 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5485 (tramp-advice-file-expand-wildcards): Unload via
5486 `ad-remove-advice'.
5487
5488 * net/trampver.el: Update release number.
5489
5490 2009-11-08 Kevin Ryde <user42@zip.com.au>
5491
5492 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5493 `ad-do-it'.
5494
5495 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5496
5497 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5498 in order to keep context in SELinux.
5499
5500 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * dired-aux.el (dired-query): Place cursor in echo area and allow
5503 C-g.
5504
5505 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5506 menu item if not on a directory (Bug#4701).
5507
5508 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5509
5510 Sync with Tramp 2.1.17.
5511
5512 * net/tramp.el (tramp-handle-copy-directory): Don't use
5513 `file-remote-p' (due to compatibility).
5514
5515 * net/tramp-compat.el (tramp-compat-copy-directory)
5516 (tramp-compat-delete-directory): New defuns.
5517
5518 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5519 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5520 `tramp-compat-delete-directory'.
5521
5522 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5523 (tramp-smb-handle-delete-directory): Use
5524 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5525
5526 * net/trampver.el: Update release number.
5527
5528 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * tar-mode.el (tar-copy): Call write-region on the right buffer
5531 (Bug#4857).
5532
5533 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5534 by hand, if necessary (Bug#4878).
5535
5536 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5539 align size column (Bug#4839).
5540
5541 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5542 statement.
5543
5544 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5545
5546 * progmodes/ld-script.el (auto-mode-alist):
5547 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5548
5549 * cus-face.el (custom-declare-face): Purecopy face spec.
5550
5551 2009-11-06 Kenichi Handa <handa@m17n.org>
5552
5553 * international/uni-bidi.el: Re-generated.
5554 * international/uni-category.el: Re-generated.
5555 * international/uni-combining.el: Re-generated.
5556 * international/uni-mirrored.el: Re-generated.
5557
5558 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5559
5560 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5561 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5562 (tex-start-options, slitex-run-command, latex-run-command)
5563 (tex-run-command, tex-directory):
5564 * textmodes/ispell.el (ispell-html-skip-alists)
5565 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5566 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5567 (adaptive-fill-regexp):
5568 * textmodes/dns-mode.el (auto-mode-alist):
5569 * progmodes/python.el (interpreter-mode-alist):
5570 * progmodes/etags.el (tags-compression-info-list):
5571 * progmodes/etags.el (tags-file-name):
5572 * net/browse-url.el (browse-url-galeon-program)
5573 (browse-url-firefox-program):
5574 * mail/sendmail.el (mail-signature-file)
5575 (mail-citation-prefix-regexp):
5576 * international/mule-conf.el (eight-bit):
5577 * international/latexenc.el (latex-inputenc-coding-alist):
5578 * international/fontset.el (x-pixel-size-width-font-regexp):
5579 * emacs-lisp/warnings.el (warning-type-format):
5580 * emacs-lisp/trace.el (trace-buffer):
5581 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5582 (emacs-lisp-mode-map):
5583 * calendar/holidays.el (holiday-solar-holidays)
5584 (holiday-bahai-holidays, holiday-islamic-holidays)
5585 (holiday-christian-holidays, holiday-hebrew-holidays)
5586 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5587 (hebrew-holidays-1, holiday-oriental-holidays)
5588 (holiday-general-holidays):
5589 * x-dnd.el (x-dnd-known-types):
5590 * tool-bar.el (tool-bar):
5591 * startup.el (site-run-file):
5592 * shell.el (shell-dumb-shell-regexp):
5593 * rfn-eshadow.el (file-name-shadow-tty-properties)
5594 (file-name-shadow-properties):
5595 * paths.el (remote-shell-program, news-directory):
5596 * mouse.el ([C-down-mouse-3]):
5597 * menu-bar.el (menu-bar-tools-menu):
5598 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5599 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5600 (jka-compr-compression-info-list):
5601 * isearch.el (search-whitespace-regexp):
5602 * image-file.el (image-file-name-extensions):
5603 * find-dired.el (find-ls-option):
5604 * files.el (directory-listing-before-filename-regexp)
5605 (directory-free-space-args, insert-directory-program)
5606 (list-directory-brief-switches, magic-fallback-mode-alist)
5607 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5608 (automount-dir-prefix):
5609 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5610 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5611 (face-font-registry-alternatives, face-font-registry-alternatives)
5612 (face-font-family-alternatives):
5613 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5614 (facemenu-foreground-menu, facemenu-face-menu):
5615 * epa-hook.el (epa-file-name-regexp):
5616 * dnd.el (dnd-protocol-alist):
5617 * textmodes/rst.el (auto-mode-alist):
5618 * button.el (default-button): Purecopy strings.
5619
5620 2009-11-06 Glenn Morris <rgm@gnu.org>
5621
5622 * Makefile.in (ELCFILES): Update.
5623
5624 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5627 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5628
5629 * nxml/xsd-regexp.el (xsdre-gen-categories):
5630 * nxml/xmltok.el (xmltok-parse-entity):
5631 * nxml/rng-parse.el (rng-parse-validate-file):
5632 * nxml/rng-maint.el (rng-format-manual)
5633 (rng-manual-output-force-new-line):
5634 * nxml/rng-loc.el (rng-save-schema-location-1):
5635 * nxml/rng-cmpct.el (rng-c-parse-file):
5636 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5637 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5638
5639 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5640
5641 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5642 Remove extra save-excursions and make-variable-buffer-local's.
5643 Suggested by Stefan Monnier.
5644
5645 (verilog-getopt-file, verilog-module-inside-filename-p)
5646 (verilog-set-define): Merge GNU 1.35 and repair changes from
5647 switching to using with-current-buffer.
5648
5649 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5650 being treated as a number and confusing AUTORESET.
5651 Reported by Dan Dever.
5652
5653 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5654 Add verilog-auto-ignore-concat to fix backward compatibility with
5655 older verilog-modes. Reported by Dan Katz.
5656
5657 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5658 containing closing anchors "...$".
5659
5660 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5661 Reported by Wade Smith.
5662
5663 (verilog-batch-execute-func): Comment on function usage.
5664
5665 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5666
5667 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5668 for labels.
5669
5670 (verilog-label-re, verilog-calc-1): Support proper indent of named
5671 asserts.
5672
5673 (verilog-backward-token, verilog-basic-complete-re)
5674 (verilog-beg-of-statement, verilog-indent-re): Support proper
5675 indent of the assert statement at the beginning of a block of text.
5676
5677 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5678 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5679 tokens as begins.
5680
5681 2009-11-05 Glenn Morris <rgm@gnu.org>
5682
5683 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5684 Emacs 19. (Bug#1531)
5685 (byte-compile-fix-header): Update for the above change.
5686 Drop test for epoch::version.
5687
5688 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5689 * cus-dep.el (custom-make-dependencies):
5690 * finder.el (finder-compile-keywords):
5691 Use autoload-rubric's feature argument.
5692
5693 * calendar/diary-lib.el (top-level): Make load behave more like require.
5694
5695 * vc-git.el (vc-git-stash-map): Move definition before use.
5696
5697 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * custom.el (custom-declare-group): Purecopy standard-value.
5700 (custom-declare-group): Purecopy custom-prefix.
5701
5702 * international/mule.el (load-with-code-conversion):
5703 Call do-after-load-evaluation unconditionally.
5704
5705 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5706
5707 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5710
5711 2009-11-04 Glenn Morris <rgm@gnu.org>
5712
5713 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5714 (byte-compile-compatibility): Remove option.
5715 (byte-compile-close-variables, byte-compile-fix-header)
5716 (byte-compile-insert-header, byte-compile-output-docform)
5717 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5718 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5719 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5720 (byte-compile-insert, byte-compile-defun):
5721 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5722 (byte-defop-compiler19): Remove.
5723 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5724 used by anything. Replace all calls with byte-defop-compiler.
5725
5726 2009-11-04 Juri Linkov <juri@jurta.org>
5727
5728 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5729 (menu-bar-options-menu): Don't quote the `prop' arg of
5730 `menu-bar-make-mm-toggle'.
5731
5732 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * calendar/calendar.el (cal-loaddefs):
5735 * calendar/diary-lib.el (diary-loaddefs):
5736 * calendar/holidays.el (hol-loaddefs):
5737 * eshell/esh-module.el (esh-groups): Load rather than require.
5738
5739 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5742 point-min==1.
5743 (todo-top-priorities): Only display-buffer when called interactively.
5744 (todo-item-start): Don't save excursion point.
5745 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5746 (todo-insert-item-here, todo-file-item, todo-remove-item):
5747 Adjust uses of todo-item-start and todo-item-end.
5748
5749 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5750 (autoload-rubric): Don't use any more.
5751 * cedet/semantic/fw.el (semantic/loaddefs):
5752 * cedet/srecode.el (srecode/loaddefs):
5753 * cedet/ede.el (ede/loaddefs): Load rather than require.
5754 * cedet/ede/cpp-root.el:
5755 * cedet/ede/emacs.el:
5756 * cedet/ede/files.el:
5757 * cedet/ede/linux.el:
5758 * cedet/ede/locate.el:
5759 * cedet/ede/make.el:
5760 * cedet/ede/shell.el:
5761 * cedet/ede/speedbar.el:
5762 * cedet/ede/system.el:
5763 * cedet/ede/util.el:
5764 * cedet/semantic/analyze.el:
5765 * cedet/semantic/bovine.el:
5766 * cedet/semantic/complete.el:
5767 * cedet/semantic/ctxt.el:
5768 * cedet/semantic/db-file.el:
5769 * cedet/semantic/db-find.el:
5770 * cedet/semantic/db-global.el:
5771 * cedet/semantic/db-mode.el:
5772 * cedet/semantic/db-typecache.el:
5773 * cedet/semantic/db.el:
5774 * cedet/semantic/debug.el:
5775 * cedet/semantic/dep.el:
5776 * cedet/semantic/doc.el:
5777 * cedet/semantic/edit.el:
5778 * cedet/semantic/find.el:
5779 * cedet/semantic/format.el:
5780 * cedet/semantic/html.el:
5781 * cedet/semantic/ia-sb.el:
5782 * cedet/semantic/ia.el:
5783 * cedet/semantic/idle.el:
5784 * cedet/semantic/lex-spp.el:
5785 * cedet/semantic/lex.el:
5786 * cedet/semantic/mru-bookmark.el:
5787 * cedet/semantic/scope.el:
5788 * cedet/semantic/senator.el:
5789 * cedet/semantic/sort.el:
5790 * cedet/semantic/symref.el:
5791 * cedet/semantic/tag-file.el:
5792 * cedet/semantic/tag-ls.el:
5793 * cedet/semantic/tag-write.el:
5794 * cedet/semantic/tag.el:
5795 * cedet/semantic/util-modes.el:
5796 * cedet/semantic/analyze/complete.el:
5797 * cedet/semantic/analyze/refs.el:
5798 * cedet/semantic/bovine/c.el:
5799 * cedet/semantic/bovine/gcc.el:
5800 * cedet/semantic/bovine/make.el:
5801 * cedet/semantic/bovine/scm.el:
5802 * cedet/semantic/decorate/include.el:
5803 * cedet/semantic/decorate/mode.el:
5804 * cedet/semantic/symref/cscope.el:
5805 * cedet/semantic/symref/global.el:
5806 * cedet/semantic/symref/grep.el:
5807 * cedet/semantic/symref/idutils.el:
5808 * cedet/semantic/symref/list.el:
5809 * cedet/semantic/wisent/java-tags.el:
5810 * cedet/semantic/wisent/javascript.el:
5811 * cedet/srecode/compile.el:
5812 * cedet/srecode/cpp.el:
5813 * cedet/srecode/document.el:
5814 * cedet/srecode/el.el:
5815 * cedet/srecode/expandproto.el:
5816 * cedet/srecode/getset.el:
5817 * cedet/srecode/insert.el:
5818 * cedet/srecode/java.el:
5819 * cedet/srecode/map.el:
5820 * cedet/srecode/mode.el:
5821 * cedet/srecode/template.el:
5822 * cedet/srecode/texi.el: Remove the file-local setting of
5823 generated-autoload-feature.
5824
5825 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5826 and only put a prop if it is non-nil.
5827
5828 2009-11-03 Juri Linkov <juri@jurta.org>
5829
5830 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5831 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5832
5833 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5834 and "Menu" to make top-level menu item visually one unit (like
5835 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5836 multi-word menu items). Fix :help string for quit-window.
5837
5838 2009-11-03 Glenn Morris <rgm@gnu.org>
5839
5840 * cedet/mode-local.el (with-mode-local): Doc fix.
5841
5842 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5843 (byte-compile-file-form-define-abbrev-table)
5844 (byte-compile-file-form-custom-declare-variable)
5845 (byte-compile-variable-ref, byte-compile-defvar):
5846 Whether or not a warning is enabled should only affect whether we issue
5847 the warning, not whether or not we collect the relevant data.
5848 Eg warnings can be turned on and off throughout the course of a file.
5849
5850 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5851 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5852
5853 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5856 * play/mpuz.el (mpuz-create-buffer):
5857 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5858 (lm-print-y,s,noise, lm-print-w0, lm-init):
5859 * play/gomoku.el (gomoku-prompt-for-move):
5860 * play/fortune.el (fortune-in-buffer):
5861 * play/dissociate.el (dissociated-press):
5862 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5863 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5864 * mail/supercite.el (sc-eref-show):
5865 * mail/smtpmail.el (smtpmail-send-it):
5866 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5867 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5868 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5869 (rmail-summary-goto-msg, rmail-summary-expunge)
5870 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5871 (rmail-summary-add-label, rmail-summary-output-menu)
5872 (rmail-summary-output-body):
5873 * mail/rfc822.el (rfc822-addresses):
5874 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5875 * mail/mailpost.el (post-mail-send-it):
5876 * mail/hashcash.el (hashcash-generate-payment):
5877 * mail/feedmail.el (feedmail-run-the-queue)
5878 (feedmail-queue-send-edit-prompt-help-first)
5879 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5880 (feedmail-deduce-address-list):
5881 * eshell/esh-ext.el (eshell-remote-command):
5882 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5883 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5884 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5885 (viper-save-string-in-file, viper-valid-marker):
5886 * emulation/viper-keym.el (viper-toggle-key):
5887 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5888 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5889 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5890 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5891 (viper-exec-form-in-emacs, viper-brac-function):
5892 * emulation/viper.el (viper-delocalize-var):
5893 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5894 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5895 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5896 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5897 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5898 * emulation/edt.el (edt-electric-helpify):
5899 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5900 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5901 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5902 (cua-indent-to-global-mark-column):
5903 * calendar/diary-lib.el (calendar-mark-1):
5904 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5905 Use with-current-buffer.
5906 * emulation/viper.el (viper-delocalize-var): Use dolist.
5907
5908 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5909
5910 * comint.el (comint-replace-by-expanded-history-before-point):
5911 Replace !! with the previous input string literally (Bug#1795).
5912
5913 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5914
5915 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5916 to be made up of whitespace.
5917
5918 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5919
5920 * minibuffer.el (read-file-name): Don't use file dialogs for
5921 remote directories (Bug#99).
5922
5923 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5926
5927 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5928
5929 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5930 instead of deleting the window or frame.
5931
5932 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5935 Support face colors.
5936
5937 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5938 New function. Support face colors (Bug#1168).
5939 (tex-common-initialization): Use it.
5940
5941 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5942 mode allows it (Bug#1168).
5943
5944 2009-10-31 Juri Linkov <juri@jurta.org>
5945
5946 * facemenu.el (list-colors-display): Don't mark buffer as
5947 modified (Bug#3948).
5948
5949 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * international/mule-diag.el (list-character-sets-1): Minor
5952 message fix (Bug#3526).
5953
5954 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5955 face property (Bug#4834).
5956 (etags-list-tags, etags-tags-apropos-additional)
5957 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5958 property.
5959
5960 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5961 items.
5962
5963 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5964 items.
5965
5966 * cedet/ede.el (ede-minor-mode):
5967 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5968
5969 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * textmodes/two-column.el (2C-split):
5972 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5973 * textmodes/tex-mode.el (tex-set-buffer-directory):
5974 * textmodes/spell.el (spell-region, spell-string):
5975 * textmodes/reftex.el (reftex-erase-buffer):
5976 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5977 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5978 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5979 (reftex-select-item):
5980 * textmodes/reftex-ref.el (reftex-label-info-update)
5981 (reftex-offer-label-menu):
5982 * textmodes/reftex-index.el (reftex-index-change-entry)
5983 (reftex-index-phrases-info):
5984 * textmodes/reftex-global.el (reftex-create-tags-file)
5985 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5986 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5987 (reftex-view-crossref-from-bibtex):
5988 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5989 (reftex-extract-bib-entries-from-thebibliography)
5990 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5991 * textmodes/refbib.el (r2b-capitalize-title):
5992 (r2b-convert-buffer, r2b-help):
5993 * textmodes/page-ext.el (pages-directory)
5994 (pages-directory-goto-with-mouse):
5995 * textmodes/bibtex.el (bibtex-validate-globally):
5996 * textmodes/bib-mode.el (bib-capitalize-title):
5997 * textmodes/artist.el (artist-clear-buffer, artist-system):
5998 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5999 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6000 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6001 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6002 (xscheme-send-control-g-interrupt, xscheme-start-process)
6003 (xscheme-process-sentinel, xscheme-cd):
6004 * progmodes/verilog-mode.el (verilog-read-always-signals)
6005 (verilog-set-define, verilog-getopt-file)
6006 (verilog-module-inside-filename-p):
6007 * progmodes/sh-script.el:
6008 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6009 (python-pdbtrack-grub-for-buffer, python-execute-file):
6010 * progmodes/octave-inf.el (inferior-octave):
6011 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6012 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6013 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6014 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6015 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6016 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6017 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6018 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6019 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6020 (idlwave-shell-examine-display, idlwave-shell-run-region)
6021 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6022 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6023 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6024 (idlwave-help-get-help-buffer):
6025 * progmodes/gud.el (gud-basic-call, gud-find-class)
6026 (gud-tooltip-activate-mouse-motions-if-enabled):
6027 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6028 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6029 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6030 (ebrowse-tags-next-file):
6031 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6032 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6033 (ebnf-eps-finish-and-write):
6034 * progmodes/cpp.el (cpp-edit-save):
6035 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6036 * progmodes/cc-defs.el (c-emacs-features):
6037 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6038 (antlr-directory-dependencies):
6039 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6040 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6041 (ada-find-any-references, ada-make-filename-from-adaname)
6042 (ada-make-body-gnatstub):
6043 * obsolete/rnews.el (news-list-news-groups):
6044 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6045 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6046 * net/rcirc.el (rcirc-debug):
6047 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6048 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6049 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6050 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6051 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6052 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6053 (newsticker--treeview-list-clear-highlight)
6054 (newsticker--treeview-list-update-highlight)
6055 (newsticker--treeview-list-highlight-start)
6056 (newsticker--treeview-tree-update-highlight)
6057 (newsticker--treeview-get-selected-item)
6058 (newsticker-treeview-mark-list-items-old)
6059 (newsticker--treeview-set-current-node):
6060 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6061 * net/newst-backend.el (newsticker--get-news-by-funcall)
6062 (newsticker--get-news-by-wget, newsticker--image-get)
6063 (newsticker--image-sentinel):
6064 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6065 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6066 (eudc-ph-close-session):
6067 * net/eudc.el (eudc-save-options):
6068 * language/thai-word.el (thai-update-word-table):
6069 * language/japan-util.el (japanese-string-conversion):
6070 * international/titdic-cnv.el (tsang-quick-converter)
6071 (ziranma-converter, ctlau-converter):
6072 * international/mule-cmds.el (describe-language-environment):
6073 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6074 (skkdic-convert-postfix, skkdic-convert-prefix):
6075 (skkdic-convert-okuri-nasi, skkdic-convert):
6076 * emacs-lisp/re-builder.el (reb-update-overlays):
6077 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6078 * emacs-lisp/gulp.el (gulp-send-requests):
6079 * emacs-lisp/find-gc.el (trace-call-tree):
6080 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6081 (eieio-describe-generic):
6082 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6083 * emacs-lisp/edebug.el (edebug-outside-excursion):
6084 * emacs-lisp/debug.el (debugger-make-xrefs):
6085 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6086 * emacs-lisp/chart.el (chart-new-buffer):
6087 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6088 Use with-current-buffer.
6089 * textmodes/artist.el (artist-system): Don't call
6090 copy-sequence on a fresh string.
6091 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6092
6093 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6094
6095 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6096 is no item to edit. (Bug#4820)
6097 (todo-top-priorities): Restore point and restore narrowing in Todo
6098 buffer. (Bug#4820)
6099
6100 2009-10-31 Glenn Morris <rgm@gnu.org>
6101
6102 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6103 (comint-last-output-start, comint-last-input-start)
6104 (comint-last-input-end): Don't defvar when compiling.
6105 (ange-ftp-process-file): Use bound-and-true-p.
6106
6107 * pcmpl-rpm.el (top-level): Move provide statement to end.
6108 (pcmpl-rpm): Remove unused custom group.
6109
6110 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6111
6112 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6113
6114 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6115 (byte-compile-warnings): Add `constants' as an option.
6116 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6117 (display-call-tree): Update for byte-compile-fdefinition possibly
6118 returning `(macro lambda ...)'. (Bug#4778)
6119 (byte-compile-variable-ref, byte-compile-setq-default):
6120 Respect `constants' member of byte-compile-warnings.
6121
6122 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6123 Use mapc rather than mapcar because the return value is never used.
6124
6125 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6126 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6127 * cedet/semantic/html.el:
6128 Suppress harmless warnings about setting up semantic-imenu (not
6129 part of Emacs) variables.
6130
6131 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6134 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6135 to "submit:".
6136
6137 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6138 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6139 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6140 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6141 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6142 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6143 (semantic-analyzer-debug-global-symbol)
6144 (semantic-analyzer-debug-missing-innertype)
6145 (semantic-analyzer-debug-insert-include-summary):
6146 * cedet/semantic/util.el (semantic-file-tag-table):
6147 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6148 (semantic-recursive-find-nonterminal-by-name):
6149 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6150 * cedet/semantic/tag-file.el (semantic-prototype-file):
6151 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6152 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6153 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6154 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6155 (semantic-idle-summary-maybe-highlight):
6156 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6157 (semantic-ia-sb-tag-info):
6158 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6159 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6160 * cedet/semantic/ede-grammar.el (project-compile-target):
6161 (ede-proj-makefile-insert-variables):
6162 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6163 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6164 (semantic-debug-mode, semantic-debug):
6165 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6166 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6167 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6168 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6169 (semanticdb-find-translate-path-includes--internal)
6170 (semanticdb-reset-log, semanticdb-find-log-activity):
6171 * cedet/semantic/db-file.el (object-write):
6172 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6173 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6174 (semanticdb-create-ebrowse-database):
6175 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6176 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6177 (semantic-collector-calculate-completions-raw)
6178 (semantic-complete-read-tag-analyzer):
6179 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6180 * cedet/ede/util.el (ede-update-version-in-source):
6181 * cedet/ede/proj.el (project-delete-target):
6182 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6183 (ede-proj-flush-autoconf):
6184 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6185 (ede-proj-configure-synchronize):
6186 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6187 * cedet/ede/linux.el (ede-linux-version):
6188 * cedet/ede/emacs.el (ede-emacs-version):
6189 * cedet/ede/dired.el (ede-dired-add-to-target):
6190 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6191 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6192 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6193 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6194 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6195 (cedet-idutils-version-check):
6196 * cedet/cedet-global.el (cedet-gnu-global-call):
6197 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6198 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6199 * cedet/cedet-cscope.el (cedet-cscope-call)
6200 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6201 Use with-current-buffer.
6202 * cedet/ede.el (ede-make-project-local-variable)
6203 (ede-set-project-variables, ede-set): Use dolist.
6204
6205 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6206
6207 * textmodes/ispell.el (ispell-skip-region-alist):
6208 * international/mule-conf.el (eight-bit):
6209 * international/fontset.el (font-encoding-alist):
6210 * startup.el (pure-space-overflow-message):
6211 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6212 * paths.el (gnus-nntp-service, rmail-spool-directory)
6213 (term-file-prefix):
6214 * files.el (save-some-buffers-action-alist):
6215 * cmuscheme.el (same-window-buffer-names):
6216 * ielm.el (same-window-buffer-names):
6217 * shell.el (same-window-buffer-names):
6218 * mail/sendmail.el (same-window-buffer-names):
6219 * progmodes/inf-lisp.el (same-window-buffer-names):
6220 * bindings.el (mode-line-client)
6221 (mode-line-column-line-number-mode-map):
6222 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6223 (tibetan-precomposed-regexp): Purecopy string arguments.
6224
6225 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6228 (calcDigit-nondigit):
6229 * calc/calc-yank.el (calc-copy-to-buffer):
6230 * calc/calc-units.el (calc-invalidate-units-table):
6231 * calc/calc-trail.el (calc-trail-yank):
6232 * calc/calc-store.el (calc-insert-variables):
6233 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6234 * calc/calc-prog.el (calc-read-parse-table):
6235 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6236 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6237 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6238 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6239 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6240 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6241 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6242 * calc/calc-ext.el (calc-realign):
6243 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6244 (calc-embedded-finish-edit, calc-embedded-make-info)
6245 (calc-embedded-finish-command, calc-embedded-stack-change):
6246 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6247
6248 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6249 (overload-docstring-extension): Use that info.
6250 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6251 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6252 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6253 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6254 (semantic-nonterminal-full-name): Add the new `when' info.
6255 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6256 `assert'.
6257
6258 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6259 shell-dynamic-complete-filename in preference to
6260 comint-dynamic-complete-filename.
6261
6262 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6263 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6264 Don't consider whether the display supports colors.
6265 (bookmark-import-new-list): Use dolist.
6266 (bookmark-bmenu-mode-map): Move initialization into declaration.
6267 (bookmark-bmenu-list): Use dolist, simplify.
6268 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6269 (menu-bar-final-items): Use push.
6270
6271 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6272
6273 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6274 it works on remote files.
6275 (vc-hg-diff): Don't pass any `--cwd' argument.
6276
6277 2009-10-27 Kevin Ryde <user42@zip.com.au>
6278
6279 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6280 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6281 (Further to Bug#3921).
6282
6283 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6284
6285 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6286 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6287 calling `tramp-imap-put-file'. Add file size to the call.
6288 (tramp-imap-get-file-entries): Compute also user name, file size,
6289 and date.
6290 (tramp-imap-handle-insert-directory): Insert uid and gid.
6291 (tramp-imap-handle-file-attributes): Transform uid and gid
6292 according to `id-format'.
6293 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6294 size in header X-Size.
6295
6296 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6297
6298 * simple.el (transpose-subr): Give clearer error when the mark
6299 is not set. (Bug#4807)
6300
6301 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6302
6303 * net/tramp.el (tramp-perl-file-truename): New defconst.
6304 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6305 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6306 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6307 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6308
6309 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6310 Ignore `dired-call-process'.
6311 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6312
6313 2009-10-26 Julian Scheid <julians37@gmail.com>
6314
6315 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6316 (tramp-get-remote-readlink): New defun.
6317 (tramp-handle-file-truename): Use it.
6318 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6319 file exists if cache value present.
6320 (tramp-check-cached-permissions): New defun.
6321 (tramp-handle-file-readable-p): Use it.
6322 (tramp-handle-file-writable-p): Likewise.
6323 (tramp-handle-file-executable-p): Likewise.
6324 (tramp-handle-file-name-all-completions): Try using Perl to get
6325 partial completions. When perl not available, combine `cd' and
6326 `ls' into single remote operation and use shell expansion to get
6327 partial remote directory contents. Set `file-exists-p' cache for
6328 directory and any files returned by ls. Change cache handling to
6329 support partial directory contents. Use error message emitted by
6330 remote `cd' or Perl code for local tramp-error.
6331 (tramp-do-copy-or-rename-file-directly): Avoid separate
6332 tramp-send-command-and-check call.
6333 (tramp-handle-process-file): Merge three remote ops into one.
6334 Do not flush all caches when `process-file-side-effects' is set.
6335 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6336 file-attributes shows uid/gid to be set already.
6337
6338 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 * textmodes/tex-mode.el (tex-dvi-view-command)
6341 (tex-show-queue-command, tex-open-quote):
6342 * progmodes/ruby-mode.el (auto-mode-alist)
6343 (interpreter-mode-alist): Purecopy strings.
6344
6345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6346
6347 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6348 string for the hook, keymap and abbrev table.
6349
6350 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6351
6352 * x-dnd.el (x-dnd-xdnd-to-action):
6353 * startup.el (fancy-startup-text, fancy-about-text): Change to
6354 defconst from defvar.
6355
6356 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6357
6358 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6359 Purecopy initialization strings.
6360
6361 * mail/sendmail.el (mail-header-separator)
6362 (mail-personal-alias-file):
6363 * mail/rmail.el (rmail-default-dont-reply-to-names)
6364 (rmail-ignored-headers, rmail-retry-ignored-headers)
6365 (rmail-highlighted-headers, rmail-secondary-file-directory)
6366 (rmail-secondary-file-regexp):
6367 * files.el (null-device, file-name-invalid-regexp)
6368 (locate-dominating-stop-dir-regexp)
6369 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6370 (interpreter-mode-alist): Use mapcar instead of mapc.
6371
6372 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6373
6374 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6375 (completion-ignored-extensions):
6376 (debug-ignored-errors): Purecopy strings.
6377
6378 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6381 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6382 (pcomplete--here): Use push.
6383
6384 * subr.el (all-completions): Declare the 4th arg obsolete.
6385
6386 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6389 (pcomplete-unquote-argument): New function.
6390 (pcomplete--common-suffix): Always pay attention to case.
6391 (pcomplete--table-subvert): Quote and unquote the text.
6392 (pcomplete--common-quoted-suffix): New function.
6393 (pcomplete-std-complete): Use it and pcomplete-begin.
6394
6395 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6396 we're inside a dedicated or minibuffer window.
6397
6398 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * cedet/semantic/fw.el (semantic-alias-obsolete)
6401 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6402 (define-mode-overload-implementation):
6403 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6404 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6405 * cedet/semantic/util.el (semantic-file-token-stream)
6406 (semantic-something-to-stream):
6407 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6408 (semantic-expand-nonterminal):
6409 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6410 (semantic-find-dependency, semantic-find-nonterminal)
6411 (semantic-find-dependency):
6412 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6413 (semantic-flex-text, semantic-flex-make-keyword-table)
6414 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6415 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6416 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6417 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6418 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6419 (semantic-after-idle-scheduler-reparse-hooks):
6420 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6421 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6422 * cedet/semantic.el (semantic-toplevel-bovine-table)
6423 (semantic-toplevel-bovine-cache)
6424 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6425 (semantic-init-mode-hooks, semantic-init-db-hooks)
6426 (semantic-bovination-working-type): Provide the `when' arg.
6427
6428 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6429
6430 * bookmark.el: Update documentation, especially documentation
6431 of `bookmark-alist' and of the bookmark file format.
6432 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6433
6434 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6437 keybindings apply to the mail buffer (Bug#4003). Shrink help
6438 window to buffer.
6439
6440 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6441 (global-whitespace-mode, global-whitespace-newline-mode)
6442 (whitespace-toggle-options, global-whitespace-toggle-options):
6443 Doc fix (Bug#3660).
6444
6445 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6446 of xmltok-start before the end tag was inserted (Bug#2840).
6447
6448 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6449 patterns that are preceded by an open-paren (Bug#1320).
6450
6451 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6452
6453 * files.el (delete-directory): Delete symlinks to directories with
6454 delete-file (Bug#4739).
6455
6456 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6459 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6460 argument to make-obsolete.
6461
6462 * cedet/semantic/fw.el (semantic-alias-obsolete)
6463 (semantic-varalias-obsolete): Add optional WHEN argument.
6464
6465 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6466
6467 * vc.el (vc-backend-for-registration): Rename from
6468 vc-get-backend-for-registration. Update callers.
6469
6470 * international/mule-cmds.el (set-language-info-alist):
6471 Purecopy lang-env.
6472 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6473 (charset): Purecopy the name.
6474 (define-char-code-property): Purecopy string arguments.
6475
6476 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6477 Purecopy string arguments.
6478
6479 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6480 * ediff-hook.el (menu-bar-ediff-menu):
6481 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6482 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6483
6484 2009-10-24 Glenn Morris <rgm@gnu.org>
6485
6486 * comint.el (comint-dynamic-list-completions):
6487 * term.el (term-dynamic-list-completions): Use choose-completion rather
6488 than obsolete alias mouse-choose-completion.
6489
6490 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6491 file-cache-choose-completion.
6492 (file-cache-choose-completion): Handle an optional event argument.
6493 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6494
6495 * progmodes/octave-mod.el (octave-complete-symbol):
6496 Use choose-completion if mouse-choose-completion is ever removed.
6497
6498 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6499 use.
6500
6501 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6502 compiler.
6503
6504 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6505
6506 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6509 Ignore `pred' now that we receive one.
6510 Handle test-completion specially.
6511
6512 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6513
6514 * vc.el (vc-responsible-backend): Throw an error if not backend is
6515 found. Remove the REGISTER argument. Move the code dealing with
6516 REGISTER ...
6517 (vc-get-backend-for-registration): ... here. New function.
6518 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6519 of vc-responsible-backend, pass the file name instead of the
6520 directory name.
6521
6522 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6525 New funs.
6526 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6527 (pcomplete-comint-setup): Don't modify a global var via
6528 accidental side-effects.
6529 (pcomplete-shell-setup): Adjust call accordingly.
6530 (pcomplete-parse-comint-arguments): Use push.
6531
6532 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6533
6534 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6535 Allow uncapitalized info node names (Bug#3921).
6536
6537 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6538 to the DEBUG file (Bug#3781).
6539
6540 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6541
6542 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6543 dictionary entry (Bug#4579).
6544
6545 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6548 from `rfn-eshadow-update-overlay-hook' when unloading.
6549 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6550 "rsyncc". Adjust doc string.
6551 (tramp-temp-buffer-file-name): New buffer-local defvar.
6552 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6553 Keep temporary file when indicated by method ("rsync" and
6554 "rsyncc").
6555 (tramp-handle-write-region): Handle APPEND.
6556 (tramp-delete-temp-file-function): New defun. Added to
6557 `kill-buffer-hook'.
6558
6559 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6562
6563 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6564
6565 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6566 (color-name-rgb-alist, tty-standard-colors)
6567 (tty-color-mode-alist): Change to defconst.
6568
6569 * simple.el (mark-inactive): Purecopy message.
6570
6571 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6572 (global-map, yank-menu):
6573 * textmodes/ispell.el (ispell-menu-map):
6574 * net/eudc.el (eudc-tools-menu):
6575 * international/mule-cmds.el (describe-language-environment-map)
6576 (setup-language-environment-map, set-coding-system-map)
6577 (mule-menu-keymap):
6578 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6579 * replace.el (occur-mode-map):
6580 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6581
6582 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6583
6584 * calc/calc.el (math-read-number, math-read-number-simple): Use
6585 `save-match-data'.
6586
6587 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6590 rather than fiddling with global-map bindings, since it should only
6591 affect per-terminal settings.
6592 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6593
6594 * minibuffer.el (completion-table-with-terminator): Allow to specify
6595 the terminator-regexp.
6596
6597 * simple.el (switch-to-completions): Look for *Completions* in other
6598 frames as well.
6599
6600 * pcomplete.el: Allow the use of completion-tables.
6601 (pcomplete-std-complete): New command.
6602 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6603 (pcomplete--here): Use a function for `form' rather than an expression,
6604 so it can be byte-compiled.
6605 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6606 Add edebug declaration.
6607 (pcomplete-show-completions): Remove unused var `curbuf'.
6608 (pcomplete-do-complete, pcomplete-stub):
6609 Don't assume `completions' is a list of strings any more.
6610
6611 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * find-dired.el (find-name-arg): Fix typo in docstring.
6614
6615 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6618 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6619
6620 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6621 pcomplete-entries.
6622
6623 * comint.el (comint-read-input-ring, comint-write-input-ring)
6624 (comint-substitute-in-file-name)
6625 (comint-dynamic-complete-as-filename)
6626 (comint-dynamic-simple-complete)
6627 (comint-dynamic-list-filename-completions)
6628 (comint-dynamic-list-completions)
6629 (comint-redirect-results-list-from-process): Minor simplifications.
6630
6631 2009-10-21 Kevin Ryde <user42@zip.com.au>
6632
6633 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6634 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6635 the first form. And insert a blank line after ";;; Code" since
6636 that's usual style. (Bug#4612)
6637
6638 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6639
6640 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * minibuffer.el (completion-table-with-terminator): Properly implement
6643 boundaries, in case `terminator' appears in the suffix.
6644 (completion--embedded-envvar-table): Don't return boundaries if
6645 there's no valid completion. Simplify.
6646 (completion-file-name-table): New completion table extracted from
6647 completion--file-name-table.
6648 (completion--file-name-table): Use it.
6649 (read-file-name-predicate): Declare obsolete.
6650 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6651 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6652 completion-file-name-table, and use the `pred' argument.
6653 * files.el (locate-file-completion-table): Use the `pred' arg rather
6654 than read-file-name-predicate.
6655 (abbreviate-file-name): Use \` rather than ^ for BOS.
6656
6657 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6658
6659 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6660 vc-responsible-backend to register, it causes problems.
6661
6662 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6665
6666 2009-10-21 Eric Ludlam <zappo@gnu.org>
6667
6668 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6669 (semantic-c-debug-mode-init-pch): New functions.
6670 (semantic-c-debug-mode-init-last-mode): New var.
6671 (semantic-c-parse-lexical-token): Use them.
6672
6673 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6674 When extracting the argument list, limit only by point-max.
6675
6676 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6677
6678 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6679 (tramp-smb-handle-file-attributes): Use it.
6680 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6681 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6682 `mapcar'. Use `tramp-smb-get-stat-capability'.
6683 Add `dired-filename' text properties.
6684 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6685 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6686 version.
6687
6688 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * subr.el (read-key-delay): Reduce to 0.01.
6691 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6692 (bug#4751).
6693
6694 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6697
6698 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6699 (Info-menu): Remove unused vars `last' and `completions'.
6700 (Info-index-nodes): Remove unused var `node'.
6701
6702 * info.el (Info-complete-menu-item): Use complete-with-action.
6703
6704 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6705
6706 Make vc-annotate work through copies and renames.
6707 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6708 Return the file name too.
6709 (vc-annotate-revision-at-line)
6710 (vc-annotate-find-revision-at-line)
6711 (vc-annotate-revision-previous-to-line)
6712 (vc-annotate-show-log-revision-at-line): Update to get the file
6713 name from vc-annotate-extract-revision-at-line.
6714 (vc-annotate-show-diff-revision-at-line-internal): Change the
6715 argument to mean whether to show a file diff or not. Get the file
6716 name from vc-annotate-extract-revision-at-line.
6717 (vc-annotate-show-diff-revision-at-line):
6718 Update vc-annotate-show-diff-revision-at-line call.
6719 (vc-annotate-warp-revision): Add an optional file argument.
6720
6721 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6722 (vc-git-annotate-extract-revision-at-line): Also return the file
6723 name if found.
6724
6725 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6726 command. Remove unused code.
6727 (vc-hg-annotate-re): Update to match --follow output.
6728 (vc-hg-annotate-extract-revision-at-line): Also return the file
6729 name if found.
6730
6731 * vc.el: Update annotate-extract-revision-at-line documentation.
6732
6733 2009-10-18 Kevin Ryde <user42@zip.com.au>
6734
6735 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6736 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6737
6738 * net/browse-url.el (browse-url): Identify alist with "consp and
6739 not functionp" and let all other things go down the `apply' leg,
6740 as suggested by Stefan. (Further to bug#4531.)
6741
6742 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * minibuffer.el (read-file-name): Check for repeat before putting
6745 a default argument in file-name-history (Bug#4657).
6746
6747 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6748 read syntax (Bug#4737).
6749
6750 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6751
6752 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6753
6754 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6755 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6756 entries and make note of obsolete tags.
6757
6758 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6761
6762 2009-10-18 Glenn Morris <rgm@gnu.org>
6763
6764 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6765 grep, so that binary files (eg international/uni-bidi.el) can match.
6766 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6767 now, and in any case the file header format has changed.
6768
6769 2009-10-17 Glenn Morris <rgm@gnu.org>
6770
6771 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6772 (flyspell-get-word, flyspell-large-region)
6773 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6774
6775 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6776
6777 * Makefile.in (ELCFILES): Add ede/shell.
6778
6779 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * term/common-win.el (x-colors): Purecopy it.
6782
6783 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6784
6785 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6786 permissive for when the buffer is empty.
6787 (tar-header-block-tokenize): Decode the username and groupname.
6788 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6789
6790 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * cedet/srecode/srt.el:
6793 * cedet/srecode/compile.el:
6794 * cedet/semantic/mru-bookmark.el:
6795 * cedet/semantic/debug.el:
6796 * cedet/semantic/complete.el:
6797 * cedet/semantic/analyze.el: Require CL when compiling.
6798
6799 2009-10-17 Eric Ludlam <zappo@gnu.org>
6800
6801 * cedet/semantic/scope.el
6802 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6803 tmpscope so that the regular scope will continue to work.
6804
6805 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6806 Use semantic-idle-summary-highlight-face as the highlighting.
6807
6808 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6809 contains multibyte characters, choose first applicable coding
6810 system automatically.
6811
6812 * cedet/ede/project-am.el (project-run-target): New method.
6813 (project-run-target): New method.
6814
6815 * cedet/ede.el (ede-target): Add run target menu item.
6816 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6817 (ede-run-target): New function.
6818 (ede-target::project-run-target): New method.
6819
6820 * cedet/ede/proj.el (project-run-target): New method.
6821
6822 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6823 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6824 Add :rules.
6825 (ede-proj-target-makefile-shared-object): Only libtool compilers
6826 now available. Add linkers for libtool.
6827 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6828 (ede-proj-makefile-target-name): Always use .la extension.
6829
6830 * cedet/ede/proj-prog.el (project-run-target): New method.
6831
6832 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6833 (ede-g++-linker): Change Change link lines.
6834
6835 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6836 When searching for old variables, go to the end of the buffer and
6837 search backward from there.
6838 (ede-proj-makefile-automake-insert-subdirs)
6839 (ede-proj-makefile-automake-insert-extradist): New methods.
6840 (ede-proj-makefile-create): Use them.
6841
6842 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6843 Force FILE to expand to the current target. Use file-exists-p to
6844 check that it exists.
6845
6846 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6847 (ede-linux-load): Wrap dir in file-name-as-directory.
6848 Set :version slot.
6849
6850 * cedet/ede/files.el (ede-get-locator-object): When enabling
6851 locate, do so on "top".
6852
6853 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6854 file-name-as-directory during compare.
6855 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6856 Get version number from different places. Don't call egrep.
6857 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6858 to set the directory.
6859
6860 * cedet/ede/shell.el: New file.
6861
6862 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6863 alpha/beta variants.
6864
6865 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * international/mule-cmds.el (select-safe-coding-system): If the file
6868 has a coding cookie, use it regardless of any other setting (bug#4712).
6869
6870 2009-10-17 Glenn Morris <rgm@gnu.org>
6871
6872 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6873 All errors should have messages.
6874
6875 * foldout.el (foldout-mouse-swallow-events):
6876 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6877
6878 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6879 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6880 (dired-keep-marker-symlink, dired-dwim-target)
6881 (dired-copy-preserve-time): Do not autoload these defcustoms.
6882
6883 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6884 messages from messing up the file coding. (Bug#4623)
6885
6886 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6887
6888 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6889 if no match is found for the current dictionary. (Bug#4578)
6890
6891 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6892 optional, since that is how it is documented, and this is often called
6893 with a nil argument. (Bug#4577)
6894 (flyspell-external-point-words, flyspell-auto-correct-word)
6895 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6896 (flyspell-word-search-backward): Remove nil argument in calls to
6897 flyspell-get-word, since it is not needed now.
6898
6899 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6900
6901 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6902
6903 2009-10-16 Glenn Morris <rgm@gnu.org>
6904
6905 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6906
6907 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6908
6909 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6910 (ange-ftp-file-size): New function.
6911 (ange-ftp-file-attributes): Use it.
6912
6913 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * net/tramp-smb.el (tramp-smb-version): New defvar.
6916 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6917 repeated checks.
6918
6919 2009-10-16 Glenn Morris <rgm@gnu.org>
6920
6921 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6922 Maybe copy some custom properties from old to new name. (Bug#4706)
6923
6924 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6925
6926 * subr.el (error, sit-for, start-process-shell-command)
6927 (start-file-process-shell-command): Set the calling convention
6928 after the function definition.
6929
6930 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * subr.el (error, sit-for, start-process-shell-command)
6933 (start-file-process-shell-command): Use the new
6934 set-advertised-calling-convention feature.
6935
6936 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6937
6938 * international/ucs-normalize.el (ucs-normalize-version):
6939 Change to 1.2.
6940 (check-range): Adjust for Unicode 5.2.
6941
6942 2009-10-15 Juri Linkov <juri@jurta.org>
6943
6944 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6945 to the `menu-item' format.
6946
6947 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6950 if the environment variable does not exist.
6951
6952 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6953 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6954 parameter.
6955 (tramp-smb-handle-add-name-to-file)
6956 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6957 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6958 (tramp-smb-handle-file-attributes)
6959 (tramp-smb-do-file-attributes-with-stat)
6960 (tramp-smb-handle-file-local-copy)
6961 (tramp-smb-handle-insert-directory)
6962 (tramp-smb-handle-make-directory)
6963 (tramp-smb-handle-make-directory-internal)
6964 (tramp-smb-handle-make-symbolic-link)
6965 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6966 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6967 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6968 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6969 Handle long file names.
6970 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6971 process is running.
6972 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6973 Read share names with "-g" option.
6974
6975 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6976
6977 * net/rcirc.el (rcirc-view-log-file): New command.
6978 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6979 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6980 specified.
6981
6982 2009-10-15 Glenn Morris <rgm@gnu.org>
6983
6984 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6985 from the second command-line argument.
6986 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6987 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6988 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6989 w32-batch-update-autoloads.
6990 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6991 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6992
6993 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6994 the headers cannot be located. Simplify, subtracting superflous
6995 save-excursions.
6996
6997 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 Replace completion-base-size by completion-base-position to fix bugs
7000 such as (bug#4699).
7001 * simple.el (completion-base-position): New var.
7002 (completion-base-size): Mark as obsolete.
7003 (choose-completion): Make it work for mouse events as well.
7004 Pass the new base-position to choose-completion-string.
7005 (choose-completion-guess-base-position): New function, extracted from
7006 choose-completion-delete-max-match.
7007 (choose-completion-delete-max-match): Use it. Make obsolete.
7008 (choose-completion-string): Use the new base-position info.
7009 (completion-root-regexp): Delete.
7010 (completion-setup-function): Preserve completion-base-position.
7011 Eliminate obsolete base-size manipulation.
7012 * minibuffer.el (display-completion-list): Don't mess with base-size.
7013 (minibuffer-completion-help): Set completion-base-position instead.
7014 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7015 choose-completion.
7016 * textmodes/bibtex.el (bibtex-complete):
7017 * emacs-lisp/crm.el (crm--choose-completion-string):
7018 Adjust to new calling convention.
7019 * complete.el (partial-completion-mode): Use minibufferp to avoid
7020 bumping into incompatible change to choose-completion-string-functions.
7021 * ido.el (ido-choose-completion-string): Make its calling convention
7022 more permissive.
7023 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7024 base-size manipulation.
7025 (comint-dynamic-list-input-ring): Use dotimes and push.
7026 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7027 fundamental-mode. Use `or'.
7028
7029 2009-10-14 Juri Linkov <juri@jurta.org>
7030
7031 * misearch.el (multi-isearch-next-buffer-from-list)
7032 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7033
7034 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7037 `bytecomp.el'.
7038
7039 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7040 string we return is all made up of text from the completions rather
7041 than part from the completions and part from the input (bug#4219).
7042
7043 * ido.el (ido-everywhere): Use define-minor-mode.
7044
7045 * buff-menu.el (list-buffers, ctl-x-map):
7046 Mark the entry points with ;;;###autoload cookies.
7047
7048 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7049
7050 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7051 correctly in the detached head case.
7052 (vc-git-print-log): Remove unused binding.
7053
7054 * vc.el (vc-responsible-backend): When a directory is passed for
7055 for registration create a VC repository if no backend is
7056 responsible for the directory argument.
7057 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7058
7059 * vc.el: Move comments about RCS and SCCS ...
7060 * vc-rcs.el:
7061 * vc-sccs.el: ... here, respectively.
7062
7063 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * minibuffer.el (completion--file-name-table): Return nil if there's
7066 no file completion, even if substitute-in-file-name changed
7067 the string (bug#4708).
7068
7069 2009-10-13 Juri Linkov <juri@jurta.org>
7070
7071 * files-x.el (read-file-local-variable-value): Don't filter out
7072 minor modes from mode name completion (bug#4664).
7073
7074 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * international/mule-cmds.el (ucs-names): Remove exclusion of
7077 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7078
7079 2009-10-13 Kenichi Handa <handa@m17n.org>
7080
7081 * international/uni-name.el: Regenerated.
7082
7083 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7084
7085 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7086 should be automatically buffer-local, but isn't.)
7087
7088 2009-10-12 Sam Steingold <sds@gnu.org>
7089
7090 * progmodes/compile.el (compilation-next-error-function): Fix the
7091 timestamps if the buffer has been visited before.
7092 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7093 non-anchored patterns, like the perl one (bug#3928).
7094
7095 2009-10-12 Glenn Morris <rgm@gnu.org>
7096
7097 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7098 Let-bind `size'.
7099
7100 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * proced.el (proced-unload-function): New function.
7103
7104 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7105 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7106 Doc fix.
7107
7108 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7109
7110 2009-10-11 Juri Linkov <juri@jurta.org>
7111
7112 * files-x.el (read-file-local-variable-value):
7113 Provide default value only for bound variables (bug#4664).
7114
7115 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7118 connection methods like smb.
7119
7120 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7121 can be empty.
7122
7123 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7124 (tramp-smb-file-name-handler-alist): Add handlers for
7125 `add-name-to-file', `make-symbolic-link'.
7126 (tramp-smb-handle-add-name-to-file)
7127 (tramp-smb-do-file-attributes-with-stat)
7128 (tramp-smb-handle-make-symbolic-link)
7129 (tramp-smb-get-cifs-capabilities): New defuns.
7130 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7131 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7132 (tramp-smb-handle-file-local-copy)
7133 (tramp-smb-handle-make-directory-internal)
7134 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7135 The file name syntax depends on cifs capabilities.
7136 (tramp-smb-handle-file-attributes):
7137 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7138 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7139 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7140
7141 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7144 (eieio-defclass): Apply deftype handler and setf-method properties
7145 directly.
7146 (eieio-add-new-slot): Avoid union function from cl library.
7147 (eieio--typep): New function.
7148 (eieio-perform-slot-validation): Use it.
7149
7150 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7151
7152 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7153 Update documentation to refer to the variables documented in r1.135.
7154 (Bug#4188)
7155
7156 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7157
7158 * bookmark.el (Info-suffix-list): Remove this unused variable.
7159 (bookmark-current-point): Remove this obsolete variable.
7160 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7161 Adjust for removal of bookmark-current-point.
7162
7163 (bookmarks-already-loaded, bookmark-current-buffer)
7164 (bookmark-yank-point): Document. (Bug#4188)
7165
7166 2009-10-10 Glenn Morris <rgm@gnu.org>
7167
7168 * frame.el (frame-height): Doc fix.
7169
7170 * calendar/calendar.el (calendar-split-width-threshold): New option.
7171 (calendar-basic-setup): Use calendar-split-width-threshold.
7172
7173 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7174
7175 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7176 Use .la for Automake.
7177
7178 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7181 Use "autoreconf -i". Suggested by Andreas Schwab.
7182
7183 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7184
7185 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7186 Ideographic Supplement" range (U+1F200..U+1F2FF).
7187
7188 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7189
7190 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7191 since the list will have been rebuilt anyway. (Bug#4349)
7192
7193 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7194
7195 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7196 (bookmark-bmenu-execute-deletions): Don't save here, as
7197 bookmark-delete will now do so if necessary.
7198 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7199 (Bug#4348)
7200
7201 2009-10-09 Glenn Morris <rgm@gnu.org>
7202
7203 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7204
7205 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7206
7207 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7208 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7209 argument now, so the two function's behaviors will match. (Bug#3645)
7210
7211 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7214 Fix filename test.
7215 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7216 to expand file names.
7217
7218 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7219
7220 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7221 (tramp-file-name-real-host, tramp-file-name-port):
7222 Apply `save-match-data'.
7223
7224 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7225 case both directories are remote.
7226 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7227 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7228
7229 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7232 (ede-proj-target-makefile-objectcode): Use it.
7233
7234 * cedet/ede/source.el (ede-want-any-source-files-p)
7235 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7236 Return search result. This error was introduced while merging.
7237
7238 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7241
7242 2009-10-07 Glenn Morris <rgm@gnu.org>
7243
7244 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7245 of concat.
7246
7247 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * files-x.el (read-file-local-variable): Include some
7250 non-user-variables in the completion table (bug#4664).
7251
7252 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7253
7254 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7255 message.
7256
7257 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7258 (tramp-smb-file-name-handler-alist): Add handler for
7259 `copy-directory', `expand-file-name', `set-file-modes'.
7260 (tramp-smb-handle-copy-directory)
7261 (tramp-smb-handle-expand-file-name)
7262 (tramp-smb-handle-set-file-modes): New defuns.
7263 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7264 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7265 entry.
7266 (tramp-smb-handle-insert-directory): Don't flush the cache.
7267 (tramp-smb-maybe-open-connection): Check for samba client and
7268 server versions.
7269
7270 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7271
7272 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7273 to not error out of search for "^lisp=" fails.
7274
7275 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7276
7277 * makefile.w32-in (WINS_UPDATES): New macro.
7278 (custom-deps, finder-data, autoloads): Use it.
7279
7280 2009-10-07 Glenn Morris <rgm@gnu.org>
7281
7282 * Makefile.in (autoloads): Revert previous change.
7283 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7284 the list of preloaded files passed on the command-line, get
7285 it from src/Makefile.
7286
7287 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7288 show the original buffer rather than a random one.
7289
7290 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7291
7292 * help.el (describe-no-warranty): Place point in a slightly better
7293 position in the GPLv3 text.
7294
7295 2009-10-06 Sam Steingold <sds@gnu.org>
7296
7297 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7298 the comm attribute is present before calling regexp-quote.
7299
7300 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7301
7302 * play/animate.el (animate-string): For good effect, make sure
7303 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7304
7305 * play/animate.el (animate-sequence, animate-birthday-present):
7306 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7307
7308 2009-10-06 Glenn Morris <rgm@gnu.org>
7309
7310 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7311
7312 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7313 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7314 (batch-update-autoloads): Process a string value of autoload-excludes,
7315 set during the build process.
7316 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7317
7318 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7319 inside with-parsed... macro so that `v' is defined.
7320
7321 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7322 * progmodes/fortran.el (fortran-end-of-block)
7323 (fortran-beginning-of-block):
7324 Also push mark in the macro case.
7325
7326 * emerge.el (emerge-show-file-name):
7327 * calc/calc.el (calc-quit):
7328 * calc/calc-misc.el (calc-big-or-small):
7329 * calc/calc-graph.el (calc-graph-view):
7330 * calc/calc-ext.el (calc-reset):
7331 * calendar/calendar.el (calendar-basic-setup):
7332 Use window-full-height-p.
7333
7334 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7335 header we don't understand, don't insert another. (Bug#4624)
7336 If changing mime charset, insert the new one in the right place.
7337
7338 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7339
7340 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7341 (cal-tex-cursor-month): Correctly increment the end date for diary and
7342 holiday listing. (Bug#4626)
7343
7344 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * help-fns.el (describe-function-1): Don't burp if the function is not
7347 a symbol.
7348
7349 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7352 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7353 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7354 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7355
7356 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7357 (eieio-default-superclass): Reflow docstrings.
7358 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7359 (eieio-unbind-method-implementations, defmethod)
7360 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7361 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7362 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7363 (eieio-slot-originating-class-p, eieio-slot-name-index)
7364 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7365 (constructor, initialize-instance, no-next-method, object-print)
7366 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7367 Fix typos in docstrings.
7368 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7369 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7370 (next-method-p): Doc fixes.
7371 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7372 Fix typos in error messages.
7373 (eieio-defmethod): Fix typo in description of generic method.
7374
7375 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7376 (eieio-persistent-save-interactive, slot-missing):
7377 Fix typos in docstrings.
7378 (eieio-instance-inheritor-slot-boundp): Doc fix.
7379
7380 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7381 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7382
7383 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7384 (eieio-custom-object-apply-reset):
7385 Fix typos in docstrings and error messages.
7386
7387 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7388 Fix typo in docstring.
7389
7390 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7391 (eieio-browse-tree): Doc fix.
7392 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7393 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7394 Fix typos in docstrings.
7395
7396 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7397 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7398 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7399 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7400 Reflow docstrings.
7401
7402 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7403
7404 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7405 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7406 Set log-view-vc-backend so that diff can work.
7407
7408 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7409 vc-version-diff.
7410 (vc-diff-internal): Autoload this instead of vc-version-diff.
7411
7412 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7413
7414 * simple.el (eval-expression): Doc fix.
7415
7416 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7417
7418 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7419
7420 * files.el (directory-files-no-dot-files-regexp): New defconst.
7421 (delete-directory): Use it.
7422 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7423
7424 * net/tramp.el (tramp-verbose): Fix docstring.
7425 (tramp-methods): Add recursive option to `tramp-copy-args'.
7426 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7427 "scp1_old", "scp2_old", "rsync", "rsyncc".
7428 (tramp-default-method): Check also for `auth-source-user-or-password'.
7429 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7430 Add handler for `copy-directory'.
7431 (tramp-handle-copy-directory): New defun.
7432 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7433 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7434 Optimize sent command.
7435
7436 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7439 window if necessary.
7440
7441 * calendar/calendar.el (calendar-basic-setup): Don't call
7442 switch-to-buffer in a dedicated window.
7443
7444 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7445
7446 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7447 don't do anything related to relocating, just return nil.
7448 (bookmark-error-no-filename): New error.
7449 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7450 bookmark has no file. Don't even attempt to handle things that
7451 are not files; the whole point of custom handlers is to keep that
7452 knowledge elsewhere anyway. Tighten some comments.
7453 (bookmark-file-or-variation-thereof): Remove now-unused function.
7454 (bookmark-location): Doc string fix.
7455 (Bug#4250)
7456
7457 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7458
7459 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7460 don't use a file dialog, because they usually don't know how to read
7461 a directory target from the user. (Bug#4230)
7462 Also, make sure the prompt can display directories as well as files.
7463
7464 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7465
7466 * bookmark.el (bookmark-set, bookmark-buffer-name):
7467 Improve doc strings. (Bug#1193)
7468
7469 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7470
7471 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7472 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7473 (bookmark-get-annotation, bookmark-set-annotation)
7474 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7475 (bookmark-set-position, bookmark-get-front-context-string)
7476 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7477 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7478 (bookmark-jump-other-window, bookmark-handle-bookmark)
7479 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7480 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7481 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7482 Improve doc strings to say whether bookmark can be a string or
7483 a record or both, and make other consistency and clarity fixes.
7484 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7485 (bookmark-default-annotation-text, bookmark-yank-word)
7486 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7487 (bookmark-import-new-list, bookmark-maybe-rename)
7488 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7489 (bookmark-bmenu-bookmark): Give these doc strings.
7490 (bookmark-bmenu-check-position): Give this a doc string, but also
7491 add a FIXME comment about how the function may be pointless.
7492 (bookmark-default-handler): Rework doc string and change a
7493 parameter name, to clarify that this takes a bookmark record
7494 not a bookmark name.
7495 (bookmark-set): Change a parameter name to indicate its meaning,
7496 and improve the doc string a bit.
7497 (Bug#4188)
7498
7499 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7500
7501 * bookmark.el (bookmark-alist): Document the new `handler' element
7502 in the param alist.
7503 (bookmark-make-record-function): Adjust documentation for above.
7504 (Bug#4193)
7505
7506 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7507
7508 * info.el (Info-bookmark-make-record): Document this function.
7509 (Info-bookmark-jump): Document with a doc string, not just a comment.
7510 (Bug#4203)
7511
7512 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7515 (semantic-new-buffer-fcn): Call parser setup functions here.
7516 (semantic-mode): Don't call parser setup functions here, it's done
7517 in semantic-new-buffer-fcn now.
7518 (semantic-mode): Parse all existing buffers when enabled.
7519
7520 * cedet/srecode/compile.el (srecode-compile-file):
7521 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7522
7523 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7526
7527 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7528 (proj-comp-insert-variable-once): New macro, renamed from
7529 ede-pmake-insert-variable-once in ede/pmake.edl.
7530 (ede-proj-makefile-insert-variables): Use it.
7531
7532 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7533
7534 * files.el (copy-directory): New defun.
7535
7536 * dired-aux.el (dired-copy-file-recursive): Use it.
7537
7538 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7541 (makefile-end-of-command):
7542 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7543 (semantic-end-of-context): Fix previous change. Doc fixes.
7544
7545 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7546
7547 * files-x.el (modify-dir-local-variable)
7548 (copy-dir-locals-to-file-locals-prop-line):
7549 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7550 (makefile-end-of-command):
7551 * cedet/semantic/lex.el (semantic-lex-token):
7552 * cedet/semantic/analyze/fcn.el
7553 (semantic-analyze-dereference-metatype-1):
7554 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7555 (semantic-lex-cpp-undef):
7556 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7557 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7558 (semantic-end-of-context): Fix typos in docstrings.
7559
7560 * recentf.el (recentf-unload-function): New function.
7561
7562 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7563
7564 * cedet/ede.el (ede-project-placeholder-cache-file):
7565 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7566 * cedet/srecode/map.el (srecode-map-save-file):
7567 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7568
7569 2009-10-04 Glenn Morris <rgm@gnu.org>
7570
7571 * window.el (window-full-height-p): Add doc string.
7572
7573 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7574
7575 * window.el (window-full-height-p): New function. (Bug#4543)
7576
7577 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * cedet/srecode/insert.el: Require srecode/args.
7580
7581 * cedet/srecode/args.el: Require srecode/dictionary instead of
7582 srecode/insert.
7583
7584 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7585
7586 * files.el (auto-mode-alist): Add .srt and Project.ede.
7587
7588 * cedet/semantic.el (semantic-mode):
7589 Handle srecode-template-mode-hook as well.
7590 (semantic-mode): Use js-mode-hook for Javascript hook.
7591
7592 * cedet/srecode/template.el: Remove hook variable.
7593
7594 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7595
7596 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7597 projects exist.
7598 (ede-project-placeholder-cache-file): Default to a file in
7599 user-emacs-directory.
7600
7601 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7602 templates in data-directory.
7603 (srecode-map-save-file): Default to a file in user-emacs-directory.
7604
7605 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7606 directory.
7607
7608 2009-09-30 Eric Ludlam <zappo@gnu.org>
7609
7610 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7611 Doc fix.
7612
7613 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7614 Only insert each variable once.
7615
7616 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7617 (ede-pmake-insert-variable-shared): Use it.
7618
7619 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7620 for lexical table iff table is nil.
7621
7622 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * vc.el: Remove commented out code.
7625 (vc-derived-from-dir-mode): Remove, unused.
7626 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7627
7628 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7629
7630 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7631 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7632 there could be recursive loading when `default-directory' is a
7633 remote file name. (Bug#4614)
7634
7635 2009-10-03 Glenn Morris <rgm@gnu.org>
7636
7637 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7638 the frame is wide.
7639 (calendar-generate-window): Test for shrinkability rather than width.
7640
7641 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7642 declaration, currently false.
7643
7644 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7645 reusing existing buffers, in case we happen to visit two files with the
7646 same basename. (Bug#4593)
7647
7648 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7649
7650 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7651 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7652 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7653 subdirs of cedet as well.
7654 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7655
7656 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7659 Obey advertised-signature-table.
7660
7661 * help-fns.el (help-function-arglist): Don't check
7662 advertised-signature-table.
7663 (describe-function-1): Do it here instead so it also applies to subrs.
7664
7665 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7666
7667 * simple.el (start-file-process): Say in the doc-string, that file
7668 handlers might not support pty association, if PROGRAM is nil.
7669
7670 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7671 HOST and USER are strings. They are nil, when there are
7672 incomplete entries in ~/.netrc, for example.
7673 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7674 root directory ("device busy" error otherwise).
7675
7676 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7677 Flush file properties of created directory.
7678
7679 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7680
7681 * makefile.w32-in (WINS_BASIC): Remove cedet.
7682 (WINS_CEDET): Add cedet.
7683 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7684
7685 2009-10-02 Kevin Ryde <user42@zip.com.au>
7686
7687 * net/browse-url.el (browse-url): Pass any symbol in
7688 browse-url-browser-function to `apply', since if you've mistakenly put
7689 an unbound symbol then the error is clearer. (Bug#4531)
7690
7691 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * allout.el (allout-init, allout-back-to-current-heading)
7694 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7695 (allout-ascend, allout-up-current-level, allout-end-of-level)
7696 (allout-previous-visible-heading, allout-forward-current-level)
7697 (allout-backward-current-level, allout-show-children):
7698 * apropos.el (apropos-describe-plist):
7699 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7700 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7701 * completion.el (add-completion, add-permanent-completion):
7702 * descr-text.el (describe-text-category, describe-char):
7703 * desktop.el (desktop-lazy-abort):
7704 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7705 * dired.el (dired-build-subdir-alist):
7706 * ediff.el (ediff-version):
7707 * elide-head.el (elide-head, elide-head-show):
7708 * emerge.el (emerge-version):
7709 * env.el (getenv):
7710 * face-remap.el (variable-pitch-mode):
7711 * faces.el (describe-face):
7712 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7713 (dired-at-point):
7714 * files.el (find-file-existing, auto-save-mode):
7715 * font-lock.el (font-lock-fontify-buffer):
7716 * help-fns.el (describe-function, describe-variable)
7717 (describe-syntax, describe-categories):
7718 * help.el (view-lossage, describe-bindings, describe-key)
7719 (describe-mode):
7720 * hexl.el (hexl-current-address):
7721 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7722 * info.el (Info-goto-emacs-key-command-node):
7723 * log-edit.el (log-edit-insert-cvs-template)
7724 (log-edit-insert-cvs-rcstemplate):
7725 * menu-bar.el (menu-bar-mode):
7726 * mouse.el (mouse-appearance-menu):
7727 * newcomment.el (comment-indent-new-line):
7728 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7729 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7730 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7731 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7732 * recentf.el (recentf-mode):
7733 * savehist.el (savehist-mode, savehist-save):
7734 * shadowfile.el (shadow-copy-files):
7735 * simple.el (kill-ring-save, next-line, previous-line)
7736 (normal-erase-is-backspace-mode):
7737 * strokes.el (strokes-update-window-configuration)
7738 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7739 (strokes-xpm-for-stroke):
7740 * time.el (emacs-uptime, emacs-init-time):
7741 * tutorial.el (tutorial--describe-nonstandard-key)
7742 (tutorial--detailed-help):
7743 * type-break.el (type-break-mode)
7744 (type-break-mode-line-message-mode, type-break-query-mode)
7745 (type-break-guesstimate-keystroke-threshold):
7746 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7747 * version.el (emacs-version):
7748 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7749 * winner.el (winner-mode):
7750 * calendar/timeclock.el (timeclock-in, timeclock-out)
7751 (timeclock-status-string, timeclock-change)
7752 (timeclock-workday-remaining-string)
7753 (timeclock-workday-elapsed-string)
7754 (timeclock-when-to-leave-string):
7755 * calendar/todo-mode.el (todo-add-category):
7756 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7757 * emacs-lisp/autoload.el (update-file-autoloads):
7758 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7759 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7760 (checkdoc-message-text, checkdoc-defun):
7761 * emacs-lisp/debug.el (debugger-list-functions):
7762 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7763 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7764 (eieio-describe-generic):
7765 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7766 * emacs-lisp/shadow.el (list-load-path-shadows):
7767 * emulation/cua-base.el (cua-mode):
7768 * emulation/edt.el (edt-set-scroll-margins):
7769 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7770 (tpu-toggle-regexp, tpu-toggle-search-direction)
7771 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7772 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7773 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7774 (viper-set-parsing-style-toggling-macro)
7775 (viper-set-emacs-state-searchstyle-macros):
7776 * emulation/viper.el (viper-set-hooks):
7777 * eshell/esh-mode.el (eshell-truncate-buffer):
7778 * international/mule-cmds.el (prefer-coding-system)
7779 (describe-input-method, describe-language-environment):
7780 * international/mule-diag.el (list-character-sets)
7781 (describe-character-set, describe-coding-system)
7782 (describe-fontset, list-fontsets, list-input-methods):
7783 * mail/sendmail.el (mail-signature):
7784 * net/ange-ftp.el (ange-ftp-copy-file):
7785 * net/browse-url.el (browse-url):
7786 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7787 * net/quickurl.el (quickurl-add-url):
7788 * net/rcirc.el (names, topic):
7789 * net/xesam.el (xesam-mode):
7790 * play/5x5.el (5x5-new-game):
7791 * play/yow.el (apropos-zippy):
7792 * progmodes/ada-mode.el (ada-mode-version):
7793 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7794 (f90-end-of-block)
7795 (f90-beginning-of-block):
7796 * progmodes/fortran.el (fortran-end-of-block)
7797 (fortran-beginning-of-block):
7798 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7799 * progmodes/python.el (python-describe-symbol, python-shell):
7800 * term/ns-win.el (ns-print-buffer):
7801 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7802 * textmodes/flyspell.el (flyspell-mode-on):
7803 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7804 (pages-directory-for-addresses):
7805 * textmodes/table.el (table-recognize-cell)
7806 (table-query-dimension, table-generate-source)
7807 (table-insert-sequence, table--warn-incompatibility):
7808 * textmodes/tex-mode.el (tex-validate-buffer):
7809 * textmodes/texinfmt.el (texinfmt-version)
7810 (texinfo-format-buffer):
7811 Use `called-interactively-p' instead of `interactive-p'.
7812
7813 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * image-mode.el (image-toggle-display):
7816 * emacs-lisp/elp.el (elp-instrument-function):
7817 * emacs-lisp/advice.el (ad-make-advised-definition):
7818 * emacs-lisp/easy-mmode.el (define-minor-mode):
7819 * net/browse-url.el (browse-url-maybe-new-window):
7820 * progmodes/sh-script.el (sh-learn-buffer-indent):
7821 Pass new argument 'any to `called-interactively-p'.
7822
7823 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7824
7825 * international/uni-bidi.el:
7826 * international/uni-category.el:
7827 * international/uni-combining.el:
7828 * international/uni-comment.el:
7829 * international/uni-decimal.el:
7830 * international/uni-decomposition.el:
7831 * international/uni-digit.el:
7832 * international/uni-lowercase.el:
7833 * international/uni-mirrored.el:
7834 * international/uni-name.el:
7835 * international/uni-numeric.el:
7836 * international/uni-old-name.el:
7837 * international/uni-titlecase.el:
7838 * international/uni-uppercase.el:
7839 Regenerate from Unicode 5.2.0 data.
7840
7841 2009-10-01 Glenn Morris <rgm@gnu.org>
7842
7843 * Makefile.in (ELCFILES): Regenerate.
7844
7845 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * subr.el (interactive-p): Mark obsolete.
7848 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7849 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7850 advertised-signature-table for subroutines as well.
7851
7852 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7853 (set-advertised-calling-convention): New function.
7854 (make-obsolete, define-obsolete-function-alias)
7855 (make-obsolete-variable, define-obsolete-variable-alias):
7856 Make the optional-ness of `when' obsolete.
7857 (define-obsolete-face-alias): Make `when' non-optional.
7858 * help-fns.el (help-function-arglist):
7859 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7860 Use advertised-signature-table.
7861
7862 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7863
7864 * files.el (delete-directory): New defun. The original function
7865 in fileio.c has been renamed to `delete-directory-internal'.
7866
7867 * dired.el (dired-delete-file): Call `delete-directory' with
7868 RECURSIVE parameter.
7869
7870 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7871 parameter RECURSIVE. Implementation is missing.
7872
7873 * net/tramp.el (tramp-handle-make-directory): Flush upper
7874 directory's file properties.
7875 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7876 (tramp-handle-dired-recursive-delete-directory): Flush directory
7877 properties after the remove command only.
7878
7879 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7880 Handle optional parameter RECURSIVE.
7881
7882 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7883 Handle optional parameter RECURSIVE.
7884
7885 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7886 connection timeout.
7887 (tramp-smb-handle-delete-directory): Handle optional parameter
7888 RECURSIVE.
7889
7890 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7893 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7894 (byte-compile-defmacro): Use backquotes.
7895
7896 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7897
7898 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7899 has no associated file.
7900 (vc-resynch-buffer): Use vc-dir-buffers.
7901
7902 2009-10-01 Glenn Morris <rgm@gnu.org>
7903
7904 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7905 (chart-file-count):
7906 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7907 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7908 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7909 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7910 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7911 (eieio-copy-parents-into-subclass, make-instance, class-children)
7912 (eieio-generic-form):
7913 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7914 * cedet/cedet-idutils.el (cedet-idutils-search)
7915 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7916 (cedet-idutils-version-check):
7917 * cedet/cedet.el (cedet-version):
7918 * cedet/data-debug.el (data-debug-insert-overlay-button)
7919 (data-debug-insert-overlay-list-button)
7920 (data-debug-insert-buffer-button)
7921 (data-debug-insert-buffer-list-button)
7922 (data-debug-insert-process-button, data-debug-insert-ring-button)
7923 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7924 (data-debug-insert-stuff-vector-button)
7925 (data-debug-insert-symbol-button, data-debug-insert-string)
7926 (data-debug-insert-number, data-debug-insert-lambda-expression)
7927 (data-debug-insert-nil, data-debug-insert-simple-thing)
7928 (data-debug-insert-custom, data-debug-edebug-expr):
7929 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7930 (global-ede-mode-map, ede-new, ede-debug-target)
7931 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7932 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7933 (semantic-fetch-tags, semantic-submode-list)
7934 (semantic-default-submodes):
7935 * cedet/ede/source.el (ede-source-match):
7936 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7937 (project-am-package-info):
7938 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7939 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7940 * cedet/ede/proj-comp.el (ede-current-build-list):
7941 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7942 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7943 * cedet/ede/cpp-root.el (initialize-instance):
7944 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7945 (autoconf-parameter-strip, autoconf-insert-new-macro):
7946 * cedet/semantic/wisent.el (wisent-lex-eoi):
7947 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7948 (semantic-show-parser-state-mode):
7949 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7950 * cedet/semantic/tag.el (semantic-tag-new-variable)
7951 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7952 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7953 (semantic--tag-deep-copy-tag-list)
7954 (semantic-tag-components-with-overlays-default):
7955 * cedet/semantic/symref.el (semantic-symref-find-text):
7956 * cedet/semantic/senator.el (senator-yank-tag)
7957 (senator-transpose-tags-up):
7958 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7959 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7960 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7961 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7962 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7963 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7964 * cedet/semantic/lex-spp.el
7965 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7966 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7967 * cedet/semantic/idle.el
7968 (semantic-idle-summary-current-symbol-info-brutish)
7969 (semantic-idle-summary-current-symbol-info-default):
7970 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7971 (semantic--grammar-macro-compl-dict):
7972 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7973 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7974 (semantic-format-tag-canonical-name-default):
7975 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7976 (semantic-find-tags-for-completion)
7977 (semantic-find-tags-by-scope-protection-default)
7978 (semantic-deep-find-tags-for-completion):
7979 * cedet/semantic/edit.el
7980 (semantic-edits-incremental-reparse-failed-hook)
7981 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7982 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7983 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7984 * cedet/semantic/dep.el (semantic-dependency-include-path):
7985 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7986 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7987 (semanticdb-project-roots):
7988 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7989 (semanticdb-find-adebug-insert-scanned-tag-cons)
7990 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7991 (semanticdb-brute-deep-find-tags-for-completion):
7992 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7993 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7994 (semantic-end-of-context-default)
7995 (semantic-ctxt-current-function-default)
7996 (semantic-ctxt-scoped-types-default):
7997 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7998 (semantic-complete-inline-tag-engine)
7999 (semantic-complete-inline-custom-type)
8000 (semantic-complete-read-tag-analyzer):
8001 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8002 (semantic-chart-database-size):
8003 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8004 (semantic-analyze-current-context):
8005 * cedet/semantic/symref/list.el (semantic-symref)
8006 (semantic-symref-hide-buffer, semantic-symref-symbol):
8007 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8008 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8009 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8010 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8011 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8012 (semantic-c-dereference-template):
8013 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8014 (semantic--analyze-refs-full-lookup-with-parents)
8015 (semantic--analyze-refs-full-lookup-simple):
8016 * cedet/semantic/analyze/complete.el
8017 (semantic-analyze-possible-completions):
8018 * cedet/srecode/table.el (srecode-mode-table-new):
8019 * cedet/srecode/srt.el (srecode-read-variable-name):
8020 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8021 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8022 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8023 * cedet/srecode/map.el (srecode-current-map):
8024 * cedet/srecode/insert.el (srecode-insert)
8025 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8026 (srecode-template-inserter-point-override)
8027 (srecode-insert-include-lookup):
8028 * cedet/srecode/getset.el (srecode-auto-choose-class):
8029 * cedet/srecode/extract.el (srecode-inserter-extract):
8030 * cedet/srecode/document.el
8031 (srecode-document-autocomment-return-last-alist)
8032 (srecode-document-autocomment-param-type-alist)
8033 (srecode-document-insert-function-comment)
8034 (srecode-document-insert-variable-one-line-comment)
8035 (srecode-document-function-name-comment):
8036 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8037 (srecode-compound-toString):
8038 * cedet/srecode/compile.el (srecode-flush-active-templates):
8039 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8040 Doc/message fixes.
8041
8042 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8043 match-data. (Bug#4555).
8044
8045 * cedet/semantic/bovine/gcc.el
8046 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8047 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8048
8049 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8050 rather than parsing it as a regexp. This relaxes the layout
8051 requirements and makes errors easier to detect.
8052 (check-declare-verify): Check file is regular.
8053 (check-declare-directory): Doc fix.
8054 * subr.el (declare-function): Doc fix.
8055
8056 * ibuffer.el (ibuffer-format-qualifier):
8057 * isearch.el (hi-lock-regexp-okay):
8058 * calc/calc.el (math-zerop):
8059 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8060 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8061 Remove unused declarations.
8062
8063 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * cedet/semantic/wisent/javat-wy.el
8066 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8067
8068 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * cedet/srecode/expandproto.el: Fix provide statement.
8071
8072 2009-09-30 Eric Ludlam <zappo@gnu.org>
8073
8074 * emacs-lisp/eieio.el (boolean-p): Delete.
8075
8076 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8077
8078 * cedet/ede/srecode.el: Fix provide statement.
8079
8080 2009-09-30 Glenn Morris <rgm@gnu.org>
8081
8082 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8083 * cedet/ede/proj-aux.el (ede-aux-source):
8084 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8085 (ede-misc-source):
8086 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8087 (semantic-mrub-switch-tags): Fix doc typos.
8088
8089 * cedet/semantic/db-global.el (data-debug-new-buffer)
8090 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8091 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8092
8093 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8094
8095 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8096 use of CL function `remove-if-not'.
8097
8098 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8099
8100 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8101 filename is not a string.
8102
8103 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * files.el (safe-local-eval-forms): Fix typo.
8106
8107 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * vc-hooks.el (vc-dir-buffers): New var.
8110 (vc-state-refresh): New function.
8111 (vc-state): Use it.
8112 (vc-after-save): Always ask the backend to recompute the new state.
8113 Always call vc-dir if necessary, using vc-dir-buffers.
8114 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8115 Use vc-dir-buffers.
8116 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8117 (vc-dir-prepare-status-buffer, vc-dir-update)
8118 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8119 Don't call expand-file-name on default-directory.
8120
8121 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * speedbar.el (speedbar-item-delete):
8124 * calc/calc-prog.el (calc-kbd-if):
8125 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8126
8127 * epa.el (epa-key-list-mode-map):
8128 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8129
8130 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8131 (hs-show-hook): Fix typo in docstring.
8132
8133 2009-09-29 Glenn Morris <rgm@gnu.org>
8134
8135 * cedet/semantic/symref/idutils.el:
8136 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8137
8138 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8139
8140 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8141 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8142 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8143 Mark declarations not understood by check-declare.
8144
8145 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8146 file-name-nondirectory call preventing location of cedet files.
8147 (check-declare-verify): Use literal search rather than re-search.
8148 Add basic defmethod and defclass, and define-overloadable-function.
8149
8150 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8151 Use tramp-compat-file-attributes rather than nonexistent
8152 tramp-compat-handle-file-attributes.
8153
8154 * Makefile.in (lisptagsfiles4): New.
8155 (AUTOGENEL): Add cedet loaddefs files.
8156 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8157 (update-elclist, compile-always, backup-compiled-files)
8158 (bootstrap-clean): Add yet another directory level.
8159 (update-elclist): Use LC_COLLATE rather than COLLATE.
8160 (ELCFILES): Update, via `make update-elclist'.
8161
8162 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8165 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8166 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8167
8168 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8169
8170 * Makefile.in (lisptagsfiles3): Define.
8171 (TAGS, TAGS-LISP): Use it.
8172 (update-elclist): Add third directory level to look for elc files.
8173 (compile-always): Likewise.
8174 (backup-compiled-files): Likewise.
8175 (bootstrap-clean): Likewise.
8176 (ELCFILES): Update.
8177
8178 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8179
8180 * Makefile.in (ELCFILES): Add CEDET files.
8181
8182 2009-09-28 Eric Ludlam <zappo@gnu.org>
8183
8184 CEDET (development tools) package merged.
8185
8186 * cedet/*.el:
8187 * cedet/ede/*.el:
8188 * cedet/semantic/*.el:
8189 * cedet/srecode/*.el: New files.
8190
8191 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8192
8193 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8194
8195 * net/tramp.el (top): Require tramp-imap.
8196
8197 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8198 Use `tramp-compat-handle-file-attributes'.
8199
8200 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8201
8202 * net/tramp-imap.el: New package.
8203
8204 2009-09-28 Eric Ludlam <zappo@gnu.org>
8205
8206 * emacs-lisp/chart.el:
8207 * emacs-lisp/eieio-base.el:
8208 * emacs-lisp/eieio-comp.el:
8209 * emacs-lisp/eieio-custom.el:
8210 * emacs-lisp/eieio-datadebug.el:
8211 * emacs-lisp/eieio-opt.el:
8212 * emacs-lisp/eieio-speedbar.el:
8213 * emacs-lisp/eieio.el: New files.
8214
8215 * cedet/cedet-cscope.el:
8216 * cedet/cedet-files.el:
8217 * cedet/cedet-global.el:
8218 * cedet/cedet-idutils.el:
8219 * cedet/data-debug.el:
8220 * cedet/inversion.el:
8221 * cedet/mode-local.el:
8222 * cedet/pulse.el: New files.
8223
8224 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8225
8226 * whitespace.el (whitespace-trailing-regexp)
8227 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8228 Fix doc string.
8229
8230 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8233 menu.
8234
8235 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8236 menu-bar-ediff-menu.
8237
8238 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8239 define-overloadable-function.
8240
8241 * progmodes/autoconf.el: Provide autoconf as well, so that this
8242 file can be `require'd.
8243
8244 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8245
8246 * emacs-lisp/autoload.el (generated-autoload-feature)
8247 (generated-autoload-load-name): New vars.
8248 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8249 (make-autoload): Recognize define-overloadable-function and
8250 defclass forms (for EIEIO).
8251
8252 * Makefile.in (update-subdirs): Exclude cedet directory.
8253
8254 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8255
8256 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8257
8258 * faces.el: Default light-background background for region face to
8259 ns_selection_color under NS.
8260
8261 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8262
8263 * net/imap-hash.el: New library, see NEWS.
8264
8265 * Makefile.in (ELCFILES): Add imap-hash.el.
8266
8267 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8270 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8271 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8272 definition where the docstring could be taken for the return value.
8273
8274 2009-09-26 Glenn Morris <rgm@gnu.org>
8275
8276 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8277 Add option to only show images below a certain size.
8278 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8279 save-excursion calls.
8280
8281 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8282
8283 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8284 subdirectories) and eieio.
8285
8286 2009-09-26 Alan Mackenzie <acm@muc.de>
8287
8288 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8289 buggy bracketing. (Bug#4289)
8290
8291 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8292 character constants (as case labels). (Bug#4289)
8293
8294 2009-09-25 Juri Linkov <juri@jurta.org>
8295
8296 * files.el (safe-local-eval-forms): Allow time-stamp in
8297 before-save-hook (Bug#4554).
8298
8299 2009-09-25 Drew Adams <drew.adams@oracle.com>
8300
8301 * menu-bar.el (list-buffers-directory): Doc fix.
8302
8303 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8306 Try and avoid copying twice the same paragraph.
8307 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8308 Remove save-excursion.
8309 (log-edit-changelog-entry): Do it here instead.
8310
8311 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8314 when available, instead of hardcoding mode names. Doc fix.
8315
8316 * menu-bar.el (list-buffers-directory): Add docstring.
8317 Make automatically buffer-local.
8318
8319 * dired.el (dired-mode):
8320 * files.el (cd-absolute):
8321 * pcvs.el (cvs-temp-buffer):
8322 * pcvs-util.el (cvs-get-buffer-create):
8323 * shell.el (shell-mode):
8324 * vc-dir.el (vc-dir-mode):
8325 Don't make `list-buffers-directory' buffer local.
8326
8327 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8328
8329 * comint.el (comint-exec, comint-run, make-comint):
8330 Doc fixes (Bug#4542).
8331
8332 2009-09-25 Glenn Morris <rgm@gnu.org>
8333
8334 * mail/rmailmm.el (rmail-mime): New custom group.
8335 Move all defcustoms in this file into this group.
8336 (rmail-mime-media-type-handlers-alist): Revert previous change.
8337 (rmail-mime-show-images): New option.
8338 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8339 references to it, since it wasn't actually used for anything.
8340 (rmail-mime-insert-image): New function.
8341 (rmail-mime-image): Use rmail-mime-insert-image.
8342 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8343 obey the value of `rmail-mime-show-images' option. Print the size of
8344 attachments.
8345
8346 2009-09-25 David Engster <deng@randomsample.de>
8347
8348 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8349
8350 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8351
8352 * whitespace.el: Does not highlight trailing spaces While point is
8353 at end of line. Does not highligt spaces at beginning of buffer
8354 while point is at beginning of buffer. Does not highlight spaces
8355 at end of buffer while point is at end of buffer. (Bug#4177)
8356 New version 12.0.
8357 (whitespace-display-mappings): Adjust initialization.
8358 (whitespace-point, whitespace-font-lock-refontify): New vars.
8359 (whitespace-color-on, whitespace-color-off): Adjust code.
8360 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8361 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8362 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8363
8364 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8367
8368 * textmodes/sgml-mode.el: Remove xml-mode alias.
8369
8370 * files.el (auto-mode-alist, conf-mode-maybe)
8371 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8372
8373 2009-09-24 Alan Mackenzie <acm@muc.de>
8374
8375 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8376 c-forward-conditionals, but it doesn't move point and doesn't set
8377 the mark.
8378 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8379 (c-down-conditional-with-else, c-backward-conditional)
8380 (c-forward-conditional): Refactor to use c-scan-conditionals.
8381
8382 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8383
8384 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8385 (help-default-arg-highlight): Remove.
8386 (help-highlight-arg): New function.
8387 (help-do-arg-highlight): Use it.
8388 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8389
8390 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8391
8392 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8393 Undo last change, which didn't fix the problem and introduced others.
8394
8395 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8396
8397 * progmodes/gdb-mi.el: Don't require speedbar.
8398 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8399
8400 2009-09-24 Glenn Morris <rgm@gnu.org>
8401
8402 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8403
8404 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8405
8406 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8407 there is no newline after the final mime boundary. (Bug#4539)
8408 Move markers on insertion so that any buttons inserted don't end up in
8409 the next part of a multipart message.
8410 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8411 (rmail-mime-bulk-handler): Optionally handle images.
8412 (rmail-mime-image): New button action.
8413 (rmail-mime-image-handler): New function.
8414 (rmail-mime-mode): New mode.
8415 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8416
8417 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8420 than just dropping elements from it (bug#4504).
8421
8422 * term.el (term-set-scroll-region): Don't move cursor any more.
8423 (term-handle-ansi-escape): Call term-goto here instead.
8424 Suggested by Ivan Kanis <apple@kanis.eu>.
8425
8426 * term.el: Require CL.
8427 (term-ansi-reset): New function.
8428 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8429 (term-handle-colors-array): Simplify.
8430
8431 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8432
8433 * allout.el (allout-overlay-interior-modification-handler)
8434 (allout-obtain-passphrase):
8435 * epa-file.el (epa-file-write-region):
8436 * ps-print.el (ps-begin-job):
8437 * vc-hooks.el (vc-toggle-read-only):
8438 * vc-rcs.el (vc-rcs-rollback):
8439 * vc-sccs.el (vc-sccs-rollback):
8440 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8441 (vc-version-diff, vc-revert, vc-rollback):
8442 * wdired.el (wdired-check-kill-buffer):
8443 * emacs-lisp/authors.el (authors):
8444 * net/socks.el (socks-open-connection):
8445 * net/zeroconf.el (zeroconf-service-add-hook):
8446 * obsolete/vc-mcvs.el (vc-mcvs-register):
8447 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8448 (gdb-select-frame):
8449 * progmodes/grep.el (lgrep, rgrep):
8450 * progmodes/idlw-help.el (idlwave-help-check-locations)
8451 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8452 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8453 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8454 (reftex-toc-rename-label): Fix typos in error messages.
8455
8456 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8457 (dired-copy-how-to-fn): Doc fix.
8458 (dired-files-attributes, dired-read-shell-command):
8459 Fix typos in docstrings.
8460
8461 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8462 (dired-x-find-file-other-window): Reflow docstrings.
8463 (dired-omit-marker-char, dired-read-shell-command)
8464 (dired-x-submit-report): Fix typos in docstrings.
8465
8466 * shell.el (shell-mode-hook):
8467 * view.el (View-scroll-line-forward):
8468 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8469 Fix typos in docstrings.
8470
8471 * net/dig.el (dig-invoke): Fix typo in docstring.
8472 (query-dig): Reflow docstring.
8473
8474 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8475 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8476 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8477 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8478 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8479 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8480 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8481 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8482 (idlwave-completion-map, idlwave-current-indent)
8483 (idlwave-custom-ampersand-surround, idlwave-customize)
8484 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8485 (idlwave-define-abbrev, idlwave-determine-class-special)
8486 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8487 (idlwave-end-block-reg, idlwave-end-of-statement)
8488 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8489 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8490 (idlwave-explicit-class-listed, idlwave-file-header)
8491 (idlwave-fill-paragraph, idlwave-find-class-definition)
8492 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8493 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8494 (idlwave-in-quote, idlwave-indent-action-table)
8495 (idlwave-indent-expand-table, idlwave-indent-line)
8496 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8497 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8498 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8499 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8500 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8501 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8502 (idlwave-outlawed-buffers, idlwave-popup-select)
8503 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8504 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8505 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8506 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8507 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8508 (idlwave-statement-type, idlwave-struct-skip)
8509 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8510 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8511 (idlwave-what-module-find-class): Fix typos in docstrings.
8512 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8513 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8514 (idlwave-find-module, idlwave-find-structure-definition)
8515 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8516 (idlwave-list-load-path-shadows, idlwave-next-statement)
8517 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8518 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8519 (idlwave-template): Reflow docstrings.
8520
8521 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8522 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8523 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8524 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8525 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8526 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8527 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8528 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8529 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8530 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8531 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8532 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8533 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8534 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8535 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8536 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8537 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8538 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8539 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8540 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8541 Fix typos in docstrings.
8542 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8543 (idlwave-shell-hide-output, idlwave-shell-mode)
8544 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8545 Reflow docstrings.
8546
8547 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8548
8549 2009-09-24 Ivan Kanis <apple@kanis.eu>
8550
8551 * term.el (term-bold-attribute): New var.
8552 (term-handle-colors-array): Use it.
8553
8554 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8555
8556 * progmodes/gdb-mi.el (gdb-version): New variable.
8557 (gdb-non-stop-handler): Set gdb-version.
8558 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8559 Condition "--thread" option on gdb-version.
8560 (gdb-invalidate-threads): Remove unused argument.
8561
8562 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8565 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8566
8567 2009-09-23 Glenn Morris <rgm@gnu.org>
8568
8569 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8570 replying to mail without References or Message-Id. (Bug#4525)
8571
8572 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8573
8574 * term/ns-win.el (ns-reg-to-script): New variable.
8575
8576 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8577
8578 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8579
8580 2009-09-22 Sam Steingold <sds@gnu.org>
8581
8582 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8583 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8584 to 1 because hg returns status 1 when nothing is found.
8585 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8586
8587 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * textmodes/fill.el: Convert to utf-8 encoding.
8590 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8591 pre-unicode days.
8592
8593 * add-log.el (change-log-fill-forward-paragraph): New function.
8594 (change-log-mode): Use it so fill-region DTRT.
8595 Set fill-indent-according-to-mode here rather than in
8596 change-log-fill-paragraph.
8597 (change-log-fill-paragraph): Remove.
8598
8599 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8600
8601 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8602 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8603
8604 2009-09-22 Glenn Morris <rgm@gnu.org>
8605
8606 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8607 the scroll-bar scroll the calendar window rather than the buffer.
8608
8609 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8610 commands that move point (as opposed to scrolling).
8611
8612 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8613
8614 * emacs-lisp/elint.el (elint): New custom group.
8615 (elint-log-buffer): Make it a defcustom.
8616 (elint-scan-preloaded, elint-ignored-warnings)
8617 (elint-directory-skip-re): New options.
8618 (elint-builtin-variables): Doc fix.
8619 (elint-preloaded-env): New variable.
8620 (elint-unknown-builtin-args): Add an entry for encode-time.
8621 (elint-extra-errors): Make it a variable rather than a constant.
8622 (elint-preloaded-skip-re): New constant.
8623 (elint-directory): Skip files matching elint-directory-skip-re.
8624 (elint-features): New variable, local to linted buffers.
8625 (elint-update-env): Initialize elint-features. Possibly add
8626 elint-preloaded-env to the buffer's environment.
8627 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8628 Skip quoted forms.
8629 (elint-init-form): New function, extracted from elint-init-env.
8630 Make non-list forms a warning rather than an error.
8631 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8632 easy-menu-define, put that adds an error-condition, and provide.
8633 When requiring cl, also require cl-macs. Really require cl, to handle
8634 some cl macros. Store required libraries in the list elint-features,
8635 so as not to re-load them. Treat cc-require like require.
8636 (elint-init-env): Call elint-init-form to do the work.
8637 Handle eval-and-compile and such like.
8638 (elint-add-required-env): Do not clear messages.
8639 (elint-special-forms): Add handlers for function, defalias, if, when,
8640 unless, and, or.
8641 (elint-form): Add optional argument to ignore elint-special-forms,
8642 useful to prevent recursive calls from handlers. Doc fix.
8643 Respect elint-ignored-warnings.
8644 (elint-form): Respect elint-ignored-warnings.
8645 (elint-bound-variable, elint-bound-function): New variables.
8646 (elint-unbound-variable): Respect elint-bound-variable.
8647 (elint-get-args): Respect elint-bound-function.
8648 (elint-check-cond-form): Add some simple handling for (f)boundp and
8649 featurep tests.
8650 (elint-check-defalias-form): New handler.
8651 (elint-check-let-form): Make an empty let a warning rather than an
8652 error.
8653 (elint-check-setq-form): Make an empty setq a warning rather than an
8654 error. Respect elint-ignored-warnings.
8655 (elint-check-defvar-form): Accept null doc-strings.
8656 (elint-check-conditional-form): New handler. Does some simple-minded
8657 checking of featurep and (f)boundp tests.
8658 (elint-put-function-args): New function.
8659 (elint-initialize): Use elint-scan-doc-file rather than
8660 elint-find-builtin-variables. Use elint-put-function-args.
8661 Possibly scan preloaded-file-list.
8662 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8663 extend to handle functions as well.
8664
8665 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8666
8667 * linum.el (linum-delete-overlays, linum-update-window):
8668 Do not modify the right margin. (Bug#3971)
8669
8670 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8671
8672 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8673 nxml-mode instead of xml-mode.
8674
8675 2009-09-21 Kevin Ryde <user42@zip.com.au>
8676
8677 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8678
8679 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * net/dig.el (dig-mode): Use define-derived-mode.
8682
8683 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8684
8685 * vc-dispatcher.el (vc-do-command): Return the process object in
8686 the asynchronous case. Use when instead of if. Do not run
8687 vc-exec-after to display a message if not enabled. (Bug#4463)
8688
8689 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8690 properties to the stash strings.
8691 (vc-git-stash-list): Return a list of strings.
8692 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8693 (vc-git-stash-show-at-point): New functions.
8694 (vc-git-stash-map): New keymap.
8695
8696 * register.el (ctl-x-r-map): Define the keys here instead of
8697 using autoload.
8698
8699 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8700
8701 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8702 list, to workaround performance problem (bug#4485).
8703
8704 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8705
8706 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8707
8708 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8709
8710 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8711 Document that this option is not recommended to use.
8712
8713 2009-09-19 Glenn Morris <rgm@gnu.org>
8714
8715 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8716 variable `var'.
8717
8718 * calc/calc-alg.el (var):
8719 * calc/calcalg2.el (var): Define for compiler.
8720
8721 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8724 Doc fix (Bug#3932).
8725
8726 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8727
8728 * time-stamp.el (time-stamp-month-dd-yyyy)
8729 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8730 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8731 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8732 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8733 Remove functions that have been obsolete since 1995 (Bug#4436).
8734
8735 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8736 indent buffer only if called interactively (Bug#4452).
8737
8738 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8739 Eli Zaretskii <eliz@gnu.org>
8740
8741 This fixes bug#4197 (merged to bug#865, though not identical).
8742 * server.el (server-auth-dir): Add docstring note about FAT32.
8743 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8744 but warn against using them.
8745
8746 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8747
8748 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8749 older GDB where there is no has_more field.
8750
8751 2009-09-19 Glenn Morris <rgm@gnu.org>
8752
8753 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8754
8755 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8756
8757 * files.el (auto-mode-alist): Change default for XML files to nXML
8758 mode (Bug#4169).
8759
8760 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * server.el (server-ensure-safe-dir): Pass 'integer
8763 to `file-attributes', as suggested.
8764
8765 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8768 (dired-query): Use read-key.
8769
8770 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 * cus-start.el (ns-use-qd-smoothing): Remove.
8773
8774 2009-09-18 Glenn Morris <rgm@gnu.org>
8775
8776 * allout.el (top-level): Remove unnecessary progn.
8777
8778 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8779
8780 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8781 definition of abbrev table.
8782
8783 * speedbar.el (speedbar-track-mouse):
8784 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8785 * net/eudc.el (eudc-expand-inline):
8786 * net/newst-backend.el (newsticker--cache-read-feed):
8787 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8788 condition-case handlers.
8789
8790 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8791
8792 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8793 (gdb-var-list): Add an element for has_more field.
8794 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8795 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8796 (gdb-var-update-handler-1): Parse output of dynamic variable
8797 objects (STL containers).
8798 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8799 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8800
8801 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8802 gdb-var-list.
8803 (gud-speedbar-buttons): Make node expandable if expression "has more"
8804 children.
8805
8806 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8807
8808 * startup.el (emacs-quick-startup): Remove variable and all uses.
8809 (command-line): Set `inhibit-x-resources' instead.
8810 (command-line-1): Use `inhibit-x-resources' instead.
8811
8812 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * subr.el: Fix last change to avoid using the `unless' macro,
8815 which breaks bootstrapping.
8816
8817 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8820 extended definitions, in case we reload subr.el after having
8821 loaded CL.
8822 (eval-next-after-load): Mark as obsolete.
8823
8824 2009-09-17 Juri Linkov <juri@jurta.org>
8825
8826 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8827 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8828 (menu-bar-showhide-menu, menu-bar-tools-menu)
8829 (menu-bar-describe-menu, menu-bar-help-menu)
8830 (minibuffer-local-completion-map, minibuffer-local-map):
8831 Fix list quoting.
8832
8833 2009-09-17 Glenn Morris <rgm@gnu.org>
8834
8835 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8836 arguments, whether or not it has a handler.
8837
8838 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8839
8840 * simple.el (hard-newline): Give it a doc-string.
8841
8842 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8843 (lisp-mode-syntax-table): Give them doc-strings.
8844
8845 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8846
8847 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8848 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8849 (menu-bar-options-menu, menu-bar-showhide-menu)
8850 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8851 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8852 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8853 (menu-bar-options-menu, menu-bar-tools-menu)
8854 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8855 (menu-bar-help-menu):
8856 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8857 string arguments.
8858
8859 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8860 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8861 calls for the menu names and :help.
8862
8863 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8866 to :minor-mode-function (bug#4455).
8867
8868 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * startup.el (command-line): Initialize the window-system after
8871 processing the command-line.
8872
8873 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8874 page-delimiter matches the empty string.
8875
8876 2009-09-16 Glenn Morris <rgm@gnu.org>
8877
8878 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8879 byte-compile-not-obsolete-var. It's a list now.
8880 (byte-compile-not-obsolete-funcs): New variable.
8881 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8882 byte-compile-not-obsolete-funcs.
8883 (byte-compile-variable-ref, byte-compile-defvar): Update for
8884 byte-compile-not-obsolete-vars name-change and list nature.
8885 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8886 and variables behind (f)boundp tests.
8887 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8888
8889 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8892
8893 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8896 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8897 Don't autoload.
8898
8899 2009-09-15 Stephen Eglen <stephen@gnu.org>
8900
8901 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8902 the virtual-buffers, use the name of the buffer specified by
8903 find-file-noselect, as the match may be a symlink. (This was a
8904 problem if the target and the symlink had different names.)
8905
8906 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8909
8910 * desktop.el (desktop-path): Check user-emacs-directory.
8911
8912 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8913
8914 * loadup.el: Use after-load-functions to GC after loading each file.
8915 Remove the explicit GC calls that used to be sprinkled around.
8916
8917 * subr.el (after-load-functions): New hook.
8918 (do-after-load-evaluation): Run it. Use string-match-p to detect
8919 `obsolete' packages, rather than painfully extracting the relevant
8920 directory name.
8921
8922 2009-09-15 Glenn Morris <rgm@gnu.org>
8923
8924 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8925 free variable `doc'.
8926
8927 * dired.el (dired-mode-map): Add menu entry for async shell command.
8928
8929 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8930 variables, also consider the .elc files, since the .el files are
8931 normally gzipped (subsequent code locates the .el.gz from the .elc).
8932
8933 * calc/calc-prog.el (arglist): Define for compiler.
8934
8935 * calendar/diary-lib.el (diary-display-function): Change the default to
8936 fancy display.
8937 (body): Define for compiler.
8938
8939 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8940 (byte-compile-file-form, byte-compile-lambda)
8941 (byte-compile-top-level-body, byte-compile-form)
8942 (byte-compile-variable-ref, byte-compile-setq)
8943 (byte-compile-setq-default, byte-compile-body)
8944 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8945 (batch-byte-compile): Give some more local variables with common names
8946 a "bytecomp-" prefix to avoid masking warnings about free variables.
8947
8948 * startup.el (command-line-1): Give local variables with common names a
8949 distinguishing prefix, so as not to hide free variable warnings during
8950 bootstrap.
8951
8952 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8953 clever and add a suffix to make a unique name, just let the user decide
8954 whether or not to overwrite it. If the input is a directory, write the
8955 default filename to that directory. (Bug#4388)
8956 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8957 is a filename-as-a-directory.
8958
8959 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * textmodes/page.el (what-page): Don't move to beginning of line.
8962 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8963
8964 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8967
8968 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8971 * help.el (help-for-help-internal): Add purecopy calls for text.
8972
8973 * vc.el (top): print-log method now takes an optional SHORTLOG
8974 argument. Add a new method: root.
8975 (vc-root-diff, vc-print-root-log): New functions.
8976 (vc-log-short-style): New variable.
8977 (vc-print-log-internal): Add support for showing short logs.
8978
8979 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8980 vc-print-root-log and vc-print-root-diff.
8981
8982 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8983 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8984 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8985 short logs.
8986
8987 * vc-cvs.el (vc-cvs-print-log):
8988 * vc-mtn.el (vc-mtn-print-log):
8989 * vc-rcs.el (vc-rcs-print-log):
8990 * vc-sccs.el (vc-sccs-print-log):
8991 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8992 that is ignored for now.
8993
8994 * vc-mtn.el (vc-mtn-annotate-command):
8995 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8996
8997 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9000 to function-key-map, and give them ascii-character property.
9001 * term/x-win.el (x-alternatives-map):
9002 * term/ns-win.el (ns-alternatives-map):
9003 * term/internal.el (msdos-key-remapping-map):
9004 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9005
9006 2009-09-14 Glenn Morris <rgm@gnu.org>
9007
9008 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9009 temp-buffers (2009-09-12).
9010
9011 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9014 the new read-key function.
9015
9016 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9019 is defined (Bug#4405).
9020
9021 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9022
9023 * recentf.el (recentf-cleanup): Use a hash table to find
9024 duplicates (Bug#4407).
9025
9026 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9027
9028 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9029 kp-0 to ascii equivalents (Bug#4325).
9030
9031 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9034
9035 * eshell/em-hist.el:
9036 * eshell/em-dirs.el (eshell-complete-user-reference):
9037 Declare pcomplete functions and variables to avoid compiler warnings.
9038
9039 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9040
9041 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9042 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9043 * eshell/em-alias.el (eshell-aliases-file):
9044 * eshell/em-hist.el (eshell-history-file-name):
9045 Use expand-file-name instead of concat to make file names (Bug#4308).
9046
9047 2009-09-13 Glenn Morris <rgm@gnu.org>
9048
9049 * ediff-merg.el (ediff-do-merge):
9050 * filesets.el (filesets-run-cmd):
9051 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9052 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9053 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9054 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9055 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9056 Replace empty `let's with `progn'.
9057
9058 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * mail/sendmail.el (send-mail-function):
9061 * tooltip.el (tooltip-mode):
9062 * simple.el (transient-mark-mode):
9063 * rfn-eshadow.el (file-name-shadow-mode):
9064 * frame.el (blink-cursor-mode):
9065 * font-core.el (global-font-lock-mode):
9066 * files.el (temporary-file-directory)
9067 (small-temporary-file-directory, auto-save-file-name-transforms):
9068 * epa-hook.el (auto-encryption-mode):
9069 * composite.el (global-auto-composition-mode):
9070 Use custom-initialize-delay.
9071 * startup.el (command-line): Don't explicitly call
9072 custom-reevaluate-setting for all the above vars.
9073 * custom.el (custom-initialize-safe-set)
9074 (custom-initialize-safe-default): Delete.
9075
9076 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * term/x-win.el (x-initialize-window-system):
9079 * term/w32-win.el (w32-initialize-window-system):
9080 * term/ns-win.el (ns-initialize-window-system): Don't call
9081 mouse-wheel-mode since it's enabled globally by default already.
9082
9083 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9084 actually define the variable, but only silences the byte-compiler.
9085 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9086 before looking it up.
9087 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9088 is changed.
9089
9090 2009-09-12 Glenn Morris <rgm@gnu.org>
9091
9092 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9093 1000.
9094 (elint-add-required-env): Don't beep on error.
9095 (elint-forms): In case of error, return ENV unchanged.
9096 (elint-init-env): Skip non-list forms.
9097 (elint-log): Handle unknown file positions.
9098
9099 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9100
9101 * epg.el (epg-make-context): Add autoload cookie.
9102 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9103 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9104 (epg-verify-string, epg-start-sign, epg-sign-file)
9105 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9106 (epg-encrypt-string, epg-start-export-keys)
9107 (epg-export-keys-to-file, epg-export-keys-to-string)
9108 (epg-start-import-keys, epg-import-keys-from-file)
9109 (epg-import-keys-from-string, epg-start-receive-keys)
9110 (epg-receive-keys, epg-import-keys-from-server)
9111 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9112 (epg-sign-keys, epg-start-generate-key)
9113 (epg-generate-key-from-file, epg-generate-key-from-string):
9114 Remove autoload cookie.
9115
9116 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9117
9118 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9119 reevaluation of trash-directory.
9120
9121 * mwheel.el: Fix last change.
9122 (mouse-wheel-mode): New defvar.
9123 (mouse-wheel-mode): Remove autoload cookie.
9124
9125 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * mwheel.el (mwheel-installed-bindings): New var.
9128 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9129 the bindings we set last time. Use custom-initialize-delay.
9130 * loadup.el: Load mwheel after term/*-win.el.
9131 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9132 and mouse-wheel-up-event now that their first evaluation is done
9133 sufficiently late to be correct.
9134
9135 * startup.el (tutorial-directory): Make it a defcustom.
9136 Use custom-initialize-delay rather than eval-at-startup to set it.
9137 * image.el (image-load-path): Make it a defcustom.
9138 Use custom-initialize-delay rather than eval-at-startup to set it.
9139 * subr.el (eval-at-startup): Remove.
9140 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9141
9142 * subr.el (do-after-load-evaluation): Warn the user after loading an
9143 obsolete package.
9144
9145 2009-09-12 Glenn Morris <rgm@gnu.org>
9146
9147 * proced.el (proced-mark-alt): Remove alias.
9148 (proced-mode-map): Remove proced-mark-alt.
9149
9150 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9151 Elint file and directory. Remove initialization entry.
9152
9153 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9154 commands.
9155 (elint-current-buffer): Set mode-line-process.
9156 (elint-init-env): Handle define-derived-mode.
9157 Fix declare-function with unspecified arglist. Guard against odd
9158 defalias statements (eg iso-insert's 8859-1-map).
9159 (elint-add-required-env): Use a temp buffer.
9160 (elint-form): Just print the function/macro name, not the whole form.
9161 Return env unchanged if we fail to parse a macro.
9162 (elint-forms): Guard against parse errors.
9163 (elint-output): New function, to handle batch mode.
9164 (elint-log-message): Add optional argument. Use elint-output.
9165 (elint-set-mode-line): New function.
9166
9167 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9168
9169 * emacs-lisp/elp.el (elp-not-profilable): Add more
9170 functions (Bug#4233).
9171
9172 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9175 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9176
9177 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9178
9179 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9180 (gdb-var-list-children): Use json parsing.
9181
9182 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9183
9184 * progmodes/js.el (js--proper-indentation): Handle the case where
9185 char-before is null. Reported by Deniz Dogan.
9186
9187 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9188
9189 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9190
9191 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9192
9193 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9194 (epg-digest-algorithm-alist): Add SHA224.
9195 (epg-context-set-passphrase-callback)
9196 (epg-context-set-progress-callback): Add description about
9197 callback function.
9198
9199 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * custom.el (custom-delayed-init-variables): New var.
9202 (custom-initialize-delay): New function.
9203 * startup.el (command-line): "Re"evaluate all vars in
9204 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9205 explicitly any more.
9206 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9207 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9208
9209 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9210
9211 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9212
9213 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9214 (gdb-var-update-handler): Use json parsing.
9215
9216 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9217
9218 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9219 decode annotated text, regardless of language environment. (Bug#2741)
9220
9221 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * Makefile.in (autoloads): Make rmail.el writable as well.
9224
9225 2009-09-11 Glenn Morris <rgm@gnu.org>
9226
9227 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9228 loaddefs.el.
9229 * dired.el: Regenerate with extracted autoloads.
9230 * Makefile.in (autoloads): Make dired.el writable.
9231
9232 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9233 * ibuffer.el: Regenerate with extracted autoloads.
9234 * Makefile.in (autoloads): Make ibuffer.el writable.
9235
9236 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9237 * version.el (emacs-copyright, emacs-major-version)
9238 (emacs-minor-version): Reformat doc-strings for make-docfile.
9239
9240 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9241 functions and variables, since they must be stuff specific to some other
9242 platform.
9243 (apropos-print): Make mouse-click message less specific about button.
9244
9245 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9246 that records where a macro was defined.
9247 * help-fns.el (describe-function-1): Mention if a function has a
9248 compiler-macro.
9249 * help-mode.el (help-function-cmacro): New button.
9250
9251 * locate.el (top-level): Always require dired.
9252 (locate-mode-map): Initialize inside the defvar.
9253
9254 * net/ange-ftp.el (dired-compress-file): Declare.
9255 (ange-ftp-dired-compress-file): Add doc string.
9256
9257 * term/ns-win.el (x-display-name, x-setup-function-keys):
9258 Unify doc-strings with X versions.
9259
9260 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * emulation/crisp.el (crisp-mode-map): Move initialization
9263 into declaration.
9264 (crisp-mode): Use define-minor-mode.
9265
9266 * progmodes/xscheme.el (xscheme-evaluation-commands):
9267 Put a :advertised-binding property rather than using
9268 advertised-xscheme-send-previous-expression.
9269 (advertised-xscheme-send-previous-expression): Declare obsolete.
9270 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9271 `advertised-undo'.
9272 (crisp-mode): Add corresponding bindings to
9273 undo's :advertised-binding instead.
9274 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9275 than using dired-advertised-find-file.
9276 (dired-advertised-find-file):
9277 * simple.el (advertised-undo):
9278 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9279 (widget-keymap): Put a :advertised-binding property rather
9280 than using advertised-widget-backward.
9281 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9282 than using advertised-undo.
9283 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9284
9285 2009-09-10 Simon South <ssouth@slowcomputing.org>
9286
9287 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9288 Mark mode is enabled and region is active; otherwise indent or
9289 insert TAB as usual.
9290 (delphi-mode): Update description of TAB-key binding.
9291
9292 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * subr.el (define-key-rebound-commands): Mark obsolete.
9295 * startup.el (precompute-menubar-bindings): Remove.
9296 (normal-top-level): Remove obsolete code that tried to precompute
9297 menubar bindings.
9298 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9299 define-key-rebound-commands and precompute-menubar-bindings.
9300
9301 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9302
9303 * net/imap.el (imap-interactive-login): Better messages.
9304 (imap-open): Fix bug with renamed buffer on reconnect.
9305 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9306 for easier debugging and cleaner code. On successful (guessed based on
9307 server capabilities) secondary authentication, set imap-state
9308 correctly.
9309 (imap-last-authenticator): Define imap-last-authenticator as a variable
9310 to avoid warnings.
9311
9312 2009-09-10 Glenn Morris <rgm@gnu.org>
9313
9314 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9315
9316 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9317 (byte-compile-file-form-autoload): Don't warn about unknown functions
9318 where the autoload statement comes after the use.
9319 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9320 that any handlers inside the body (eg require) are in turn respected.
9321
9322 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9323 effects.
9324
9325 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9326 and syntax and abbrev tables basic docs, if they don't have any.
9327
9328 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9329
9330 * international/mule-cmds.el (top-level): Require cl when compiling.
9331 (view-hello-file): Use default-value rather than
9332 default-enable-multibyte-characters.
9333
9334 * progmodes/fortran.el: Move all safe and risky properties into the
9335 defcustoms.
9336
9337 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9338 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9339 * mail/undigest.el:
9340 Put autoloads in rmail.el rather than loaddefs.el.
9341 * mail/rmail.el: Regenerate with extracted autoloads.
9342
9343 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9344 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9345
9346 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9347
9348 Reported in thread for Bug#4375.
9349 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9350 "-data-evaluate-expression" instead of print.
9351 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9352 (gdb-tooltip-print): Parse output from above MI command.
9353 (gdb): Revert 2009-08-11 change. User should detach inferior
9354 manually.
9355
9356 Remove the word "separate" from IO functions as inferior
9357 output is now never displayed in the GUD buffer.
9358
9359 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * startup.el (command-line-normalize-file-name): On Windows and
9362 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9363
9364 2009-09-10 Juri Linkov <juri@jurta.org>
9365
9366 * isearch.el (isearch-text-char-description): Propertize escape
9367 character sequences with the `escape-glyph' face. (Bug#4344)
9368
9369 * simple.el (shell-command): Set asynchronous process filter to
9370 `comint-output-filter'. (Bug#4343)
9371
9372 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9373 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9374 the list. Move "asm" to the bottom.
9375 (grep-find-ignored-directories): Add `choice' with nil value
9376 to empty the list easily.
9377 (grep-find-ignored-files): New option.
9378 (grep-files-history): Set to nil by default instead of '("ch" "el").
9379 (grep-compute-defaults): Add "<X>" to `grep-template'.
9380 (grep-read-files): Bind new local variables `default-alias' and
9381 `default-extension'. Use a list of default values for the file prompt.
9382 (lgrep): Add `--exclude=' command line options composed from
9383 `grep-find-ignored-files'.
9384 (rgrep): Add `-name' command line options composed from
9385 `grep-find-ignored-files'. (Bug#4301)
9386
9387 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9390 (bug#4368).
9391
9392 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9393
9394 * calendar/time-date.el (autoload):
9395 Expand define-obsolete-function-alias into defalias and make-obsolete
9396 for old Emacsen that Gnus supports.
9397 (with-no-warnings): Define it for old Emacsen.
9398 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9399 is available.
9400 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9401 float-time is available; suppress compile warning for time-to-seconds.
9402
9403 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9404
9405 * net/imap.el (imap-message-map): Docstring fix.
9406
9407 2009-09-09 Glenn Morris <rgm@gnu.org>
9408
9409 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9410 line numbers too. (Bug#4374)
9411
9412 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * smerge-mode.el (smerge-remove-props, smerge-refine):
9415 Use with-silent-modifications (bug#4342).
9416
9417 * subr.el (with-silent-modifications): New macro.
9418
9419 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9420
9421 * files.el (top-level): Require `cl' when compiling.
9422
9423 2009-09-07 Glenn Morris <rgm@gnu.org>
9424
9425 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9426
9427 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9428 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9429
9430 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * vc-git.el (vc-git-annotate-command): Use separator to parse
9433 arguments correctly.
9434
9435 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9436
9437 * proced.el (proced-mode): Doc fix.
9438
9439 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9440
9441 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9442 lstat fails.
9443 (tramp-do-file-attributes-with-ls): Check for file existence at
9444 remote end.
9445 (tramp-do-file-attributes-with-stat): Likewise.
9446 (tramp-convert-file-attributes): Return nil when attr is nil.
9447
9448 2009-09-05 Glenn Morris <rgm@gnu.org>
9449
9450 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9451 properties to this button.
9452 (diary-fancy-display): Don't extend the button to the final newline.
9453 (diary-fancy-display-mode): Continue to define "q" as a local key.
9454
9455 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9456 efficient.
9457
9458 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9459
9460 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9461 (byte-compile-dest-file-function): New option.
9462 (byte-compile-dest-file): Doc fix.
9463 Obey byte-compile-dest-file-function.
9464 (byte-compile-cl-file-p): New function.
9465 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9466 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9467 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9468 than for file being previously loaded.
9469 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9470 (byte-compile-file-form-require): Handle the case where requiring a file
9471 indirectly causes CL to be loaded.
9472
9473 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9474
9475 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9476 before killing the old buffer, since by the time `kill-buffer' is
9477 run so many buffer variables have been set to nil that it may not
9478 behave as expected. (Bug#4061)
9479
9480 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9481
9482 * files.el (find-alternate-file): If the old buffer is modified
9483 and visiting a file, behave similarly to `kill-buffer' when
9484 killing it, thus reverting to the pre-1.878 behavior; see
9485 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9486 for discussion. Also, consult `buffer-file-name' as a variable
9487 not as a function, for consistency with the rest of the code.
9488
9489 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9490
9491 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9492 also when adding a new directory.
9493
9494 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9495 defun.
9496
9497 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * files.el (locate-file-completion-table): Make it provide boundary
9500 information, so partial-completion works better.
9501
9502 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9503
9504 * mail/footnote.el (Footnote-text-under-cursor):
9505 Check footnote-text-marker-alist before using it (bug#4324).
9506
9507 2009-09-04 Glenn Morris <rgm@gnu.org>
9508
9509 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9510 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9511 * play/solitaire.el, play/tetris.el:
9512 Remove leading * from defcustom and defface docs.
9513
9514 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9515 necessary.
9516 (diary-fancy-overriding-map): New variable.
9517 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9518 Use view-mode.
9519
9520 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9521 goto-line.
9522
9523 2009-09-03 Glenn Morris <rgm@gnu.org>
9524
9525 * arc-mode.el (archive-mode):
9526 * dos-fns.el (set-default-process-coding-system):
9527 * man.el (Man-getpage-in-background):
9528 * menu-bar.el (menu-bar-describe-menu):
9529 * server.el (server-process-filter):
9530 * startup.el (command-line):
9531 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9532 * w32-fns.el (set-default-process-coding-system):
9533 * x-dnd.el (x-dnd-handle-file-name):
9534 * international/mule-cmds.el (mule-menu-keymap)
9535 (set-default-coding-systems, language-info-alist, set-language-info)
9536 (set-language-environment, standard-display-european-internal)
9537 (set-locale-environment):
9538 * international/mule-diag.el (mule-diag):
9539 * mail/emacsbug.el (report-emacs-bug):
9540 * mail/rmail.el (rmail-mode):
9541 * mail/sendmail.el (mail-setup):
9542 Use default-value rather than default-enable-multibyte-characters.
9543
9544 * progmodes/f90.el: Move all safe properties into the defcustoms.
9545 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9546
9547 * calendar/appt.el (appt-check):
9548 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9549 (diary-check-diary-file, diary-list-entries)
9550 (diary-include-other-diary-files, diary-simple-display)
9551 (diary-fancy-display, diary-print-entries)
9552 (diary-mark-included-diary-files, diary-make-entry):
9553 Don't call substitute-in-file-name on diary-file.
9554
9555 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9556 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9559 (footnote-mode-map): Move initialization into the declaration.
9560 (footnote-minor-mode-map): Define it rather than changing global-map.
9561 (footnote-mode): Use define-minor-mode.
9562
9563 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9566 (tramp-do-file-attributes-with-perl)
9567 (tramp-do-file-attributes-with-stat): Rename from
9568 `tramp-handle-file-attributes-with-*'.
9569 (tramp-handle-file-attributes): Use them.
9570 (tramp-do-directory-files-and-attributes-with-perl)
9571 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9572 `tramp-handle-directory-files-and-attributes-with-*'.
9573 (tramp-handle-directory-files-and-attributes): Use them.
9574 (tramp-method-out-of-band-p): Additional parameter SIZE.
9575 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9576 (tramp-handle-write-region): Use it.
9577 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9578 (tramp-handle-vc-registered): Check, whether the first run did
9579 return files to be tested.
9580 (tramp-advice-make-auto-save-file-name): Do not call directly
9581 `tramp-handle-make-auto-save-file-name', because this would bypass
9582 the locking mechanism.
9583
9584 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9585 (file-remote-p, process-file, start-file-process, set-file-times)
9586 (tramp-compat-file-attributes): Compatibility functions shall not
9587 call directly `tramp-handle-*', because this would bypass the
9588 locking mechanism.
9589 (tramp-compat-number-sequence): New defun.
9590
9591 2009-09-02 Glenn Morris <rgm@gnu.org>
9592
9593 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9594 alias for float-time.
9595 (time-to-number-of-days): In Emacs, use float-time.
9596 * net/newst-backend.el (time-add): Suppress warnings from compat
9597 function.
9598 * time.el (emacs-uptime, emacs-init-time):
9599 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9600 Use float-time rather than time-to-seconds.
9601
9602 * minibuffer.el (completion-initials-expand): Fix typo.
9603
9604 * faces.el (modeline, modeline-inactive, modeline-highlight)
9605 (modeline-buffer-id):
9606 * info.el (info-menu-5): Mark these face aliases as obsolete.
9607
9608 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9609
9610 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9611 space ...
9612 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9613 no "--thread" option.
9614 (gdb-stopped): Don't print "Switched to thread" message when it is
9615 unchanged.
9616
9617 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * minibuffer.el (completion-try-completion)
9620 (completion-all-completions): Remove ill-defined (and
9621 mistakenly installed and luckily never used nor documented)
9622 `completion-styles' property.
9623 (completion-initials-expand, completion-initials-all-completions)
9624 (completion-initials-try-completion): New functions.
9625 (completion-styles-alist): Add doc to each entry.
9626 Add new `initials' entry.
9627
9628 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9629
9630 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9631 MI command -var-evaluate-expression.
9632 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9633 and tweak for case of string child.
9634 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9635
9636 2009-09-01 Glenn Morris <rgm@gnu.org>
9637
9638 * add-log.el (change-log-date-face, change-log-name-face)
9639 (change-log-email-face, change-log-file-face, change-log-list-face)
9640 (change-log-conditionals-face, change-log-function-face)
9641 (change-log-acknowledgement-face):
9642 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9643 (custom-modified-face, custom-set-face, custom-changed-face)
9644 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9645 (custom-documentation-face, custom-state-face, custom-comment-face)
9646 (custom-comment-tag-face, custom-variable-tag-face)
9647 (custom-variable-button-face, custom-face-tag-face)
9648 (custom-group-tag-face-1, custom-group-tag-face):
9649 * diff-mode.el (diff-header-face, diff-file-header-face)
9650 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9651 (diff-added-face, diff-changed-face, diff-function-face)
9652 (diff-context-face, diff-nonexistent-face):
9653 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9654 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9655 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9656 (Info-title-4-face):
9657 * isearch.el (isearch-lazy-highlight-face):
9658 * log-view.el (log-view-file-face, log-view-message-face):
9659 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9660 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9661 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9662 (cvs-msg-face):
9663 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9664 (smerge-base-face, smerge-markers-face):
9665 * wid-edit.el (widget-documentation-face, widget-button-face)
9666 (widget-field-face, widget-single-line-field-face)
9667 (widget-inactive-face, widget-button-pressed-face):
9668 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9669 (woman-addition-face):
9670 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9671 (eshell-ls-executable-face, eshell-ls-readonly-face)
9672 (eshell-ls-unreadable-face, eshell-ls-special-face)
9673 (eshell-ls-missing-face, eshell-ls-archive-face)
9674 (eshell-ls-backup-face, eshell-ls-product-face)
9675 (eshell-ls-clutter-face):
9676 * eshell/em-prompt.el (eshell-prompt-face):
9677 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9678 * obsolete/old-whitespace.el (whitespace-highlight-face):
9679 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9680 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9681 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9682 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9683 (antlr-font-lock-literal-face):
9684 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9685 (ebrowse-root-class-face, ebrowse-file-name-face)
9686 (ebrowse-default-face, ebrowse-member-attribute-face)
9687 (ebrowse-member-class-face, ebrowse-progress-face):
9688 * progmodes/make-mode.el (makefile-space-face):
9689 * progmodes/sh-script.el (sh-heredoc-face):
9690 * textmodes/flyspell.el (flyspell-incorrect-face)
9691 (flyspell-duplicate-face):
9692 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9693 * textmodes/texinfo.el (texinfo-heading-face):
9694 Mark face aliases with "-face" suffix as obsolete.
9695
9696 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9697 compiler.
9698
9699 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9700 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9701 easy-menu-define wants to modify these.
9702
9703 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9704
9705 * net/browse-url.el (browse-url-file-url):
9706 * term/internal.el (dos-codepage-setup):
9707 Use default-value rather than default-enable-multibyte-characters.
9708
9709 * progmodes/etags.el (etags-goto-tag-location):
9710 * progmodes/flymake.el (flymake-highlight-line)
9711 (flymake-goto-file-and-line, flymake-goto-line):
9712 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9713 (gdb-goto-breakpoint):
9714 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9715 * progmodes/python.el (python-find-function)
9716 (python-pdbtrack-track-stack-file):
9717 * progmodes/verilog-mode.el (verilog-surelint-off):
9718 * term/ns-win.el (ns-open-file-select-line):
9719 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9720 Use forward-line rather than goto-line.
9721
9722 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9723 * textmodes/reftex-index.el (reftex-display-index):
9724 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9725 * textmodes/reftex-toc.el (reftex-toc):
9726 Remove unnecessary bindings of default-major-mode (all are followed by
9727 major-mode check and possible mode switch).
9728
9729 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9730
9731 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9732 Handle watchpoints (bug#4282).
9733 (def-gdb-thread-buffer-command): Enable thread to be selected by
9734 clicking without selecting threads buffer first.
9735 (gdb-current-context-command): Use selected frame so that "up",
9736 "down" etc work in the GUD buffer.
9737 (gdb-update): Find selected frame before rendering stack buffer.
9738 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9739
9740 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * progmodes/sym-comp.el (displayed-completions): Remove.
9743 (symbol-complete): Use minibuffer-complete.
9744
9745 2009-08-31 Glenn Morris <rgm@gnu.org>
9746
9747 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9748
9749 * apropos.el (apropos-symbols-internal):
9750 Handle (obsolete) face aliases.
9751
9752 * faces.el (describe-face): Adjust the output format to be more like
9753 describe-variable, and to mention (obsolete) face aliases.
9754 Adjust the whitespace so that help-setup-xref works.
9755
9756 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9757 * calendar/diary-lib.el (diary-button-face):
9758 Mark these face aliases as obsolete.
9759
9760 * calendar/calendar.el (calendar-today): Doc fix.
9761
9762 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9763
9764 * progmodes/gdb-mi.el (gdb-control-all-threads)
9765 (gdb-control-current-thread): Force tool bar update.
9766 (gdb-non-stop-handler): New function.
9767 (gdb-init-1): Use it to test if non-stop mode is supported.
9768 Remove unused gdbmi buffer type.
9769
9770 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9771
9772 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9773 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9774
9775 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * comint.el (comint-exec-1): Check command is non-null first.
9778 Part of gdb-mi.el change (2009-08-28).
9779
9780 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9783
9784 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9785
9786 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9787 instead of `dolist' to avoid a recursive require when bootstrapping.
9788
9789 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9792
9793 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9794
9795 * net/imap.el (imap-send-command): Simplify.
9796 (imap-wait-for-tag): point-max -> buffer-size.
9797
9798 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9799
9800 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9801 with constant argument.
9802
9803 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9804
9805 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9806
9807 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9808 Change default, since most of our files don't have a history.
9809 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9810 the user.
9811
9812 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9813 Add comint-run.
9814
9815 * calc/calc.el: Improve commenting convention.
9816 (calc-digit-map, toplevel): Simplify.
9817
9818 * comint.el (comint-insert-input): Be careful to only set point if we
9819 don't delegate to some other command.
9820
9821 * proced.el (proced-signal-list): Make it an alist.
9822 (proced-grammar-alist): Capitalize names.
9823 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9824 Disable undo manually and make it read-only.
9825 Use completion-annotate-function.
9826
9827 * minibuffer.el (minibuffer-message): If the current buffer is not
9828 a minibuffer, insert the message in the echo area rather than at the
9829 end of the buffer.
9830 (completion-annotate-function): New variable.
9831 (minibuffer-completion-help): Use it.
9832 (completion--embedded-envvar-table): Environment vars are
9833 always case-sensitive.
9834
9835 2009-08-30 Glenn Morris <rgm@gnu.org>
9836
9837 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9838 from fortran-current-defun.
9839 (fortran-beginning-of-subprogram): Be more precise about finding the
9840 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9841 (fortran-end-of-subprogram): Simplify.
9842 (fortran-current-defun): Use fortran-start-prog-re.
9843
9844 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * subr.el (do-after-load-evaluation): Simplify.
9847
9848 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9849
9850 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9851
9852 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9853 (vc-rcs-print-log): Use it.
9854
9855 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9856
9857 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * paths.el (abbrev-file-name): Move to abbrev.el.
9860 * abbrev.el (abbrev-file-name): Move from paths.el.
9861 Obey user-emacs-directory.
9862 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9863 user-emacs-directory.
9864 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9865 abbrev-file-name and calc-settings-file any more.
9866 * startup.el (command-line): Recompute abbrev-file-name and
9867 abbreviated-home-dir.
9868 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9869 of the special code for when C-h bindings haven't been changed.
9870 (display-startup-echo-area-message): Use with-current-buffer.
9871 (command-line-1): Use a list of strings, rather than a list of lists
9872 of strings for longopts.
9873
9874 * files.el (get-free-disk-space): Use / for default-directory.
9875
9876 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9877 Use with-current-buffer.
9878
9879 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9880 Recognize immutable variables like most-positive-fixnum.
9881 (byte-compile-setq-default): Check and warn if trying to assign
9882 to an immutable variable, or a non-variable.
9883
9884 * progmodes/cc-vars.el (c-comment-continuation-stars):
9885 * progmodes/cc-engine.el (c-looking-at-bos):
9886 * progmodes/cc-cmds.el (c-toggle-auto-state)
9887 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9888 (c-comment-line-break-function): Add version of obsolescence.
9889
9890 2009-08-28 Juri Linkov <juri@jurta.org>
9891
9892 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9893 associated with `archive-mode'.
9894
9895 * image.el (image-type-header-regexps): Use only JPEG magic number
9896 to determine JPEG images, and don't use `image-jpeg-p' because
9897 Emacs can display non-JFIF non-Exif JPEG images.
9898
9899 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9900
9901 * arc-mode.el (archive-mode):
9902 * emacs-lisp/re-builder.el (re-builder-unload-function):
9903 Protect against the default value of `major-mode' being nil.
9904
9905 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9906
9907 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9908 Fix typos in docstrings.
9909
9910 * progmodes/js.el (js--macro-decl-re): Doc fix.
9911 (js--plain-method-re, js--split-name): Refloc docstring.
9912 (js--class-styles, js--make-merged-item, js--splice-into-items):
9913 Fix typos in docstrings; reflow docstrings.
9914 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9915 (js--variable-decl-matcher, js--inside-pitem-p)
9916 (js--parse-state-at-point, js--get-all-known-symbols)
9917 (js--symbol-history, js-find-symbol, js--js-references)
9918 (js--moz-interactor, js--js-encode-value, js--read-tab):
9919 Fix typos in docstrings.
9920
9921 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * textmodes/reftex.el (reftex-get-file-buffer-force):
9924 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9925 * emulation/viper.el (viper-go-away, viper-set-hooks):
9926 * emacs-lisp/re-builder.el (re-builder-unload-function):
9927 * emacs-lisp/bytecomp.el (byte-compile-file):
9928 * ses.el (ses-unload-function):
9929 * hexl.el (hexl-find-file):
9930 * files.el (normal-mode):
9931 * ehelp.el (with-electric-help):
9932 * autoinsert.el (auto-insert-alist):
9933 * arc-mode.el (archive-mode):
9934 Use (default-value 'major-mode) instead of default-major-mode.
9935
9936 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9937 * international/mule.el (load-with-code-conversion):
9938 * emacs-lisp/debug.el (debug):
9939 * ediff-vers.el (ediff-rcs-get-output-buffer):
9940 * dired.el (dired-internal-noselect): Don't let-bind
9941 default-major-mode around code that doesn't use it.
9942 E.g. buffer creation via get-buffer-create doesn't use it.
9943
9944 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9945
9946 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9947 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9948 when writing the temp file. Otherwise, epa-file gets confused.
9949 (tramp-register-file-name-handlers): Make it a defun. Move also
9950 `epa-file-handler' to the front of `file-name-handler-alist'.
9951
9952 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9955 start right after a ^M.
9956 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9957 (tramp-completion-file-name-regexp-separate)
9958 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9959 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9960 Don't modify last-coding-system-used by accident.
9961 (tramp-completion-file-name-handler): Apply the checks here,
9962 instead during registration.
9963 (tramp-register-file-name-handlers): Renamed from
9964 `tramp-register-file-name-handler'. Register both
9965 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9966 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9967
9968 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9969
9970 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9971 Remove variable ...
9972 (gdb-init-1, gdb-display-separate-io-buffer)
9973 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9974 references to it.
9975 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9976 (gdb-inferior-filter): Use comint-output-filter to stop
9977 echoing and remove ^M characters.
9978
9979 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * emulation/viper-init.el (viper-restore-cursor-type):
9982 * emulation/cua-base.el (cua--update-indications):
9983 Replace default-cursor-type with (default-value 'cursor-type).
9984
9985 * mail/sendmail.el (mail-recover-1):
9986 * international/mule-diag.el (describe-current-coding-system-briefly)
9987 (describe-current-coding-system):
9988 * international/mule-cmds.el (select-safe-coding-system)
9989 (select-message-coding-system)
9990 (set-language-environment-coding-systems, set-locale-environment):
9991 * hexl.el (hexl-insert-multibyte-char):
9992 * dos-w32.el (find-buffer-file-type-coding-system):
9993 * simple.el (what-cursor-position):
9994 Replace uses of default-buffer-file-coding-system
9995 with (default-value 'buffer-file-coding-system).
9996
9997 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9998 Replace uses of default-cursor-in-non-selected-windows
9999 with (default-value 'cursor-in-non-selected-windows).
10000 Use with-current-buffer.
10001
10002 * mail/feedmail.el: Use CL macros.
10003 (feedmail-run-the-queue, feedmail-send-it-immediately):
10004 * dos-w32.el (find-buffer-file-type): Replace uses of
10005 default-buffer-file-type with (default-value 'buffer-file-type).
10006
10007 2009-08-28 Glenn Morris <rgm@gnu.org>
10008
10009 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10010 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10011 Use default-value of major-mode rather than default-major-mode.
10012
10013 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * Makefile.in (update-elcfiles): Report left over elc files.
10016
10017 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10018 expand-file-name and with-current-buffer.
10019 (mail-get-names, mail-directory): Use with-current-buffer.
10020
10021 * vc.el (vc-read-revision): New function.
10022 (vc-version-diff, vc-merge): Use it.
10023
10024 2009-08-27 Sam Steingold <sds@gnu.org>
10025
10026 * simple.el (kill-do-not-save-duplicates): New user option.
10027 (kill-new): When it is non-nil, and the new string is the same as
10028 the latest kill, set replace to t to avoid duplicates in kill-ring.
10029
10030 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10031
10032 * net/tramp.el (tramp-handle-process-file): Do not flush all
10033 caches when `process-file-side-effects' is set.
10034 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10035 instead of `tramp-find-file-exists-command'.
10036 Unset `process-file-side-effects'.
10037
10038 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10039
10040 * net/tramp.el (tramp-methods): New method "rsyncc".
10041 (top): Add completion function for "rsyncc".
10042 (tramp-message-show-message): New defvar.
10043 (tramp-message, tramp-error): Use it.
10044 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10045 remote copying.
10046 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10047 `tramp-methods' entry `copy-env' of "rsyncc".
10048 (tramp-vc-registered-read-file-names): New defconst.
10049 (tramp-vc-registered-file-names): New defvar.
10050 (tramp-handle-vc-registered): Implement optimization strategy.
10051 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10052 (tramp-vc-file-name-handler): New defun.
10053 (tramp-get-ls-command, tramp-get-test-command)
10054 (tramp-get-file-exists-command, tramp-get-remote-ln)
10055 (tramp-get-remote-perl, tramp-get-remote-stat)
10056 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10057
10058 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10059 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10060 timestamps.
10061 (tramp-get-file-property): Check for timestamps in
10062 `tramp-cache-inhibit-cache'.
10063 (tramp-set-file-property): Write timestamp.
10064
10065 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10066
10067 * language/japan-util.el (japanese-symbol-table): Add entries for
10068 cp932-2-byte.
10069
10070 * international/characters.el: Add category `j' to cp932-2-byte.
10071
10072 2009-08-27 Kenichi Handa <handa@m17n.org>
10073
10074 * international/fontset.el (build-default-fontset-data): New macro.
10075 (setup-default-fontset): Use build-default-fontset-data for CJK,
10076 tibetan, ethiopic, and ipa.
10077
10078 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10081 (enable-multibyte-characters): Not customizable any more.
10082
10083 * subr.el (default-mode-line-format, default-header-line-format)
10084 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10085 (default-direction-reversed, default-truncate-lines)
10086 (default-left-margin, default-tab-width, default-case-fold-search)
10087 (default-left-margin-width, default-right-margin-width)
10088 (default-left-fringe-width, default-right-fringe-width)
10089 (default-fringes-outside-margins, default-scroll-bar-width)
10090 (default-vertical-scroll-bar, default-indicate-empty-lines)
10091 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10092 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10093 (default-scroll-down-aggressively, default-fill-column)
10094 (default-cursor-type, default-buffer-file-type)
10095 (default-cursor-in-non-selected-windows)
10096 (default-buffer-file-coding-system, default-major-mode)
10097 (default-enable-multibyte-characters): Mark as obsolete.
10098
10099 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10100
10101 * vc-dir.el (vc-dir-update): Remove debug helper.
10102
10103 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10104
10105 2009-08-26 Sam Steingold <sds@gnu.org>
10106
10107 * simple.el (save-interprogram-paste-before-kill): New user option.
10108 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10109 save the interprogram-paste into kill-ring before overriding it
10110 with the Emacs kill.
10111
10112 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10113
10114 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10115 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10116 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10117 and move to vc-rcs.el.
10118 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10119 move to vc-rcs.el.
10120 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10121 (vc-rcs-update-changelog): Remove.
10122 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10123 and move to vc-rcs.el.
10124
10125 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10126 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10127 renaming.
10128 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10129 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10130 vc.el, renamed to be RCS specific.
10131
10132 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10133 New functions.
10134 (vc-cvs-update-changelog): Move here from vc.el.
10135
10136 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10137 New functions.
10138
10139 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10142
10143 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10144
10145 * vc-git.el (vc-git-register): Use "git add" for directories.
10146 (vc-git-stash, vc-git-stash-show): New functions.
10147 (vc-git-extra-menu-map): Bind them.
10148
10149 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10150 directory correctly in case the item is a directory itself.
10151
10152 * vc.el: Document the desired behavior for reverted files in the
10153 `added' state.
10154 (vc-default-prettify-state-info): Remove function, unused.
10155
10156 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10157
10158 2009-08-26 Glenn Morris <rgm@gnu.org>
10159
10160 * bindings.el (standard-mode-line-format): Reposition dashes in
10161 which-func entry. (Bug#4217)
10162
10163 * files.el (enable-local-variables, enable-local-eval)
10164 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10165 the defcustoms.
10166 (auto-mode-alist, ignored-local-variables)
10167 (save-some-buffers-action-alist): Move risky declarations to the
10168 definitions.
10169 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10170 (font-lock-defaults, format-alist, imenu--index-alist)
10171 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10172 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10173 (mode-line-modified, mode-line-mule-info, mode-line-position)
10174 (mode-line-process, mode-line-remote, outline-level)
10175 (parse-time-rules, rmail-output-file-alist)
10176 (special-display-buffer-names, vc-mode):
10177 Move risky declarations to the relevant files.
10178 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10179 (mode-line-modified, mode-line-process, mode-line-position)
10180 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10181 * font-core.el (font-lock-defaults):
10182 * format.el (format-alist):
10183 * vc-hooks.el (vc-mode):
10184 * window.el (special-display-buffer-names):
10185 * international/mule-cmds.el (input-method-alist):
10186 Define riskiness here (dumped file) rather than in files.el.
10187 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10188 * imenu.el (imenu-generic-expression, imenu--index-alist):
10189 * outline.el (outline-level):
10190 * time.el (display-time-string):
10191 * calendar/parse-time.el (parse-time-rules):
10192 * mail/rmailout.el (rmail-output-file-alist):
10193 Autoload riskiness here, rather than placing in files.el.
10194
10195 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10196
10197 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10198
10199 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10200
10201 * simple.el (process-file-side-effects): New defvar.
10202
10203 * dired-aux.el (dired-show-file-type):
10204 * vc.el (vc-diff-internal):
10205 * vc-arch.el (vc-arch-diff):
10206 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10207 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10208 * vc-git.el (vc-git-registered, vc-git-working-revision)
10209 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10210 (vc-git--empty-db-p):
10211 * vc-hooks.el (vc-user-login-name):
10212 * vc-svn.el (vc-svn-registered, vc-svn-state)
10213 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10214 * progmodes/grep.el (grep-probe): Let-bind
10215 `process-file-side-effects' with nil.
10216
10217 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10218
10219 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10220 daemon. Replace ping by checking for running service for bluez
10221 and zeroconf. (Bug#4239)
10222
10223 2009-08-25 Kevin Ryde <user42@zip.com.au>
10224
10225 * net/dig.el (dig): Add autoload cookie.
10226
10227 2009-08-25 Glenn Morris <rgm@gnu.org>
10228
10229 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10230 load-history for absolute file-names.
10231 (byte-compile-file-form-require): Warn about use of the cl package.
10232
10233 * format.el (format-alist): Doc fix.
10234
10235 * play/bubbles.el (top-level): Don't require cl at run-time.
10236
10237 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10238 run-time cl).
10239
10240 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10241
10242 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10243 from cl package.
10244 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10245
10246 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10247
10248 * calc/calc-alg.el (math-trig-rewrite)
10249 (math-hyperbolic-trig-rewrite): New functions.
10250 (calc-simplify): Simplify trig functions when asked.
10251
10252 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10255
10256 2009-08-24 Kenichi Handa <handa@m17n.org>
10257
10258 * language/ind-util.el (mapthread): Delete it.
10259 (combinatorial): New function.
10260 (indian--puthash-cv): Use combinatorial instead of mapthread.
10261
10262 2009-08-22 Kevin Ryde <user42@zip.com.au>
10263
10264 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10265 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10266 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10267 Clarify docstring that the value is strings not symbols.
10268 (checkdoc-list-of-strings-p): New function.
10269
10270 2009-08-22 Glenn Morris <rgm@gnu.org>
10271
10272 * files.el (auto-mode-alist):
10273 * hippie-exp.el (he-concat-directory-file-name):
10274 * lpr.el (lpr-windows-system, printer-name):
10275 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10276 * ps-print.el (ps-windows-system):
10277 * startup.el (command-line):
10278 * emulation/viper-ex.el (viper-glob-function):
10279 * international/mule-cmds.el (set-language-environment-coding-systems):
10280 * net/ange-ftp.el (ange-ftp-write-region):
10281 * obsolete/fast-lock.el (fast-lock-cache-name):
10282 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10283 unisoft-unix, vax-vms, win32, w32.
10284
10285 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10286 given name if the pattern is not more specific.
10287
10288 * calendar/lunar.el (lunar-phase-names): New option.
10289 (lunar-phase): Doc fix.
10290 (lunar-cycles-per-year): New constant.
10291 (lunar-index): New function.
10292 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10293 (lunar-phase-name): Use lunar-phase-names.
10294 (calendar-lunar-phases): Use format.
10295 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10296
10297 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10298 Copy imenu-example--name-and-position function here for own use.
10299 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10300
10301 * bs.el (bs--redisplay):
10302 * cus-edit.el (custom-redraw):
10303 * ibuffer.el (ibuffer-bury-buffer):
10304 * server.el (server-goto-line-column):
10305 * startup.el (command-line-1):
10306 * strokes.el (strokes-xpm-for-stroke):
10307 * term.el (term-display-buffer-line):
10308 * view.el (View-goto-line):
10309 * calc/calc.el (calc-do, calc-trail-buffer):
10310 * play/gamegrid.el (gamegrid-add-score-insecure):
10311 * progmodes/ada-mode.el (ada-compile-goto-error):
10312 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10313 (ebrowse-select-1st-to-9nth):
10314 * progmodes/cperl-mode.el (cperl-time-fontification):
10315 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10316 * progmodes/gud.el (gud-display-line):
10317 (idlwave-shell-display-line):
10318 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10319 * progmodes/make-mode.el (makefile-browser-toggle):
10320 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10321 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10322 * textmodes/picture.el (picture-draw-rectangle):
10323 * textmodes/reftex-index.el (reftex-index-goto-letter):
10324 (reftex-select-jump-to-previous):
10325 * textmodes/reftex-sel.el (reftex-find-start-point)
10326 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10327 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10328 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10329 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10330 * textmodes/two-column.el (2C-associated-buffer):
10331 Use forward-line rather than goto-line.
10332
10333 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10334 goto-line.
10335
10336 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10337 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10338 (quick-check-list-to-regexp): Declare.
10339
10340 * progmodes/make-mode.el (makefile-browser-insert-selection):
10341 Use goto-char rather than goto-line.
10342
10343 * progmodes/prolog.el (compilation-error-regexp-alist)
10344 (compilation-forget-errors): Declare.
10345
10346 2009-08-22 Juri Linkov <juri@jurta.org>
10347
10348 * progmodes/grep.el (lgrep, rgrep): At the beginning
10349 set `dir' to `default-directory' unless `dir' is a non-nil
10350 readable directory. (Bug#4052)
10351 (lgrep, rgrep): Change a weird way to report an error
10352 from using `read-string' to using `error'.
10353 Instead of using interactive arguments in the function body,
10354 add new argument `confirm'.
10355
10356 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * textmodes/remember.el (remember-buffer):
10359 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10360 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10361 (icalendar-extract-ical-from-buffer):
10362 * net/newst-treeview.el (newsticker-groups-filename):
10363 * net/newst-backend.el (newsticker-cache-filename):
10364 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10365 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10366 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10367 (speedbar-buffers-line-path, speedbar-path-line)
10368 (speedbar-buffers-line-path):
10369 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10370 (epg-sign-keys):
10371 * epa.el (epa-display-verify-result):
10372 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10373
10374 2009-08-21 Glenn Morris <rgm@gnu.org>
10375
10376 * progmodes/js.el (inferior-moz-process): Fix declaration.
10377
10378 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10379
10380 * obsolete/rnewspost.el (news-mail-reply):
10381 Use goto-char rather than goto-line.
10382
10383 * term/ns-win.el (ns-open-file-select-line):
10384 Use line-beginning-position rather than goto-line.
10385
10386 * apropos.el (apropos-command):
10387 * ehelp.el (electric-helpify):
10388 * printing.el (pr-show-setup):
10389 * strokes.el (strokes-help):
10390 * tutorial.el (tutorial--describe-nonstandard-key)
10391 (tutorial--detailed-help):
10392 * woman.el (woman-mini-help, woman-display-extended-fonts):
10393 * calc/calc-help.el (calc-describe-key):
10394 * emulation/edt.el (edt-electric-helpify):
10395 * international/mule-diag.el (mule-diag):
10396 * play/yow.el (apropos-zippy):
10397 * progmodes/python.el (python-describe-symbol):
10398 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10399 * textmodes/table.el (*table--cell-describe-mode)
10400 (*table--cell-describe-bindings):
10401 Use help-print-return-message rather than the now obsolete alias.
10402
10403 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10404 (calendar-cursor-to-visible-date):
10405 * play/5x5.el (5x5-position-cursor):
10406 * play/decipher.el (decipher):
10407 * play/gomoku.el (gomoku-goto-xy):
10408 * play/landmark.el (lm-goto-xy):
10409 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10410 (mpuz-paint-digit):
10411 Use forward-line, not goto-line.
10412
10413 * mail/rmail.el (rmail-obsolete): Delete custom group.
10414 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10415 (rmail-remote-password, rmail-remote-password-required):
10416 Remove unneeded :set-after and :set properties.
10417
10418 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10419
10420 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10421
10422 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10423
10424 * loadup.el: Remove leftover macos code.
10425
10426 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10427 Explicitly pass the date format to git blame so that user local
10428 so that the output format can be parsed.
10429
10430 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10431
10432 * net/dbus.el (top): Don't check for (getenv
10433 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10434
10435 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10436
10437 * log-edit.el (log-edit-strip-single-file-name): New var.
10438 (log-edit-insert-changelog): Use it. Bug#3571
10439
10440 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10443 Bug#3287
10444
10445 * help.el (help-print-return-message): Rename from
10446 print-help-return-message.
10447
10448 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10449 cvs-mode-map parent hack.
10450 (log-view-mode): Derive from special-mode.
10451
10452 * linum.el (linum-mode): window-size-change-functions is redundant.
10453 Adapt to new window-configuration-change-hook behavior.
10454 (linum-after-size, linum-after-config): Remove.
10455
10456 * imenu.el (imenu-example--name-and-position)
10457 (imenu-example--lisp-extract-index-name)
10458 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10459 Mark as obsolete.
10460
10461 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10462 (inferior-prolog-mode): Use it.
10463 (inferior-prolog-load-file): Reset list of errors.
10464
10465 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10466
10467 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10468
10469 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10470
10471 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10472
10473 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10474 is running already.
10475
10476 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * subr.el (listify-key-sequence-1): Use normal syntax since those
10479 integers are nowadays always represented by the same (positive) number
10480 on all platforms.
10481 (read-key-empty-map): New const.
10482 (read-key-delay): New var.
10483 (read-key): New function.
10484 (force-mode-line-update): Use with-current-buffer.
10485 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10486 (start-process-shell-command, start-file-process-shell-command):
10487 Discourage the use of command-args.
10488
10489 2009-08-19 Glenn Morris <rgm@gnu.org>
10490
10491 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10492
10493 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * simple.el (choose-completion-string): Don't rely on
10496 minibuffer-completing-file-name and ad-hoc checks to decide whether
10497 to continue completion or not.
10498
10499 * minibuffer.el (minibuffer-hide-completions): New function.
10500 (completion--do-completion): Use it.
10501 (completions-annotations): New face.
10502 (completion--insert-strings): Use it.
10503 (completion-pcm--delim-wild-regex): Add docstring.
10504 (completion-pcm--string->pattern): Add support for 0-width delimiters
10505 in completion-pcm--delim-wild-regex.
10506
10507 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10510 Remove unused var `buffer-modified-p'.
10511
10512 * minibuffer.el (completion--do-completion): Move point for the #b001
10513 case as well (bug#4176).
10514 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10515
10516 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10517
10518 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10519 and :session buses.
10520
10521 2009-08-18 Kenichi Handa <handa@m17n.org>
10522
10523 * international/ucs-normalize.el (ucs-normalize-version):
10524 Change to 1.1.
10525 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10526 (utf-8-hfs): Make it perform normalization on encoding too.
10527
10528 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10529 (sentence-end-without-space): Delete duplicated chars.
10530 (sentence-end-base): Likewise.
10531
10532 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10533 (html-mode): Delete duplicated chars from sentence-end-base.
10534
10535 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10536 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10537
10538 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * files.el (hack-one-local-variable): If the mode function is for
10541 a minor mode, pass it an argument (Bug#4148).
10542
10543 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10544
10545 * net/tramp.el (tramp-register-completion-file-name-handler):
10546 Check also for (member 'partial-completion completion-styles).
10547
10548 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10551 abbrev (Bug#3943).
10552
10553 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10554
10555 * progmodes/cperl-mode.el: Merge upstream 6.2.
10556 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10557 (cperl-forward-re): Check cperl-brace-recursing.
10558 (cperl-highlight-charclass): New function.
10559 (cperl-find-pods-heres): Use it.
10560 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10561 (cperl-beautify-regexp-piece): Fix column calculation.
10562 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10563 (cperl-beautify-level): Don't process entire regexp.
10564 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10565 calling man.
10566 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10567 (cperl-init-faces): Build a list in the normal way.
10568
10569 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * calendar/parse-time.el (parse-time-string-chars): Save match
10572 data.
10573
10574 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10577 (sql-product): Use it.
10578 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10579 (sql-set-product): Add completion.
10580 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10581 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10582 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10583 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10584 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10585 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10586 (sql-highlight-db2-keywords): Remove.
10587 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10588 (sql-highlight-product): Use derived-mode-p.
10589 (sql-set-sqli-buffer): Use with-current-buffer.
10590 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10591 Simplify.
10592
10593 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10594
10595 * term.el: Fix commenting convention, turn comments into docstrings.
10596
10597 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10598
10599 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10600
10601 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10602
10603 * calendar/parse-time.el (parse-time-string-chars): Compute using
10604 character classes, to handle non-ascii characters (Bug#3190).
10605
10606 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10609 another heredoc if the user adds another < (Bug#3226).
10610
10611 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10612 Don't initialize based on window-system (Bug#4124).
10613
10614 * facemenu.el (facemenu-read-color): Use a completion function
10615 that accepts any defined color, such as RGB triplets (Bug#3677).
10616
10617 * files.el (get-free-disk-space): Change fallback default
10618 directory to /. Expand DIR argument before switching to fallback.
10619 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10620
10621 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * files.el (load-library): Doc fix.
10624
10625 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10626
10627 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10628 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10629 incremental search string.
10630
10631 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10632 XEmacs.
10633
10634 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10635 (ediff-merge-region-is-non-clash)
10636 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10637 Also check if the job is really a merge job.
10638
10639 * ediff.el (ediff-current-file): New function.
10640
10641 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10642
10643 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10644 conventions.
10645 (js-insert-and-indent): Delete function.
10646 (js-mode-map): Don't bind keys to js-insert-and-indent.
10647 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10648 (js-end-of-defun): Rename from js--end-of-defun.
10649 (js-auto-indent-flag): Delete variable.
10650
10651 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10652
10653 * progmodes/js.el: Remove proclaim statement.
10654 Defvar which-func-imenu-joiner-function to silence compiler.
10655
10656 * files.el (auto-mode-alist): Use js-mode for .js files.
10657
10658 * progmodes/js2-mode.el: Remove file.
10659
10660 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10661
10662 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10663
10664 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10665
10666 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10667 Karl Landstrom <karl.landstrom@brgeight.se>
10668
10669 * progmodes/js.el: New file.
10670
10671 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10672
10673 * timezone.el (timezone-parse-date): Add ability to understand ISO
10674 basic format (minimal separators) dates in addition to the
10675 already-supported extended format dates.
10676
10677 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10678
10679 * international/ucs-normalize.el: Add a `coding' file variable.
10680
10681 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10682
10683 2009-08-14 Sam Steingold <sds@gnu.org>
10684
10685 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10686
10687 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * faces.el (help-argument-name): Define it here instead of
10690 help-fns.el, because in daemon mode help-fns.el may be loaded when
10691 faces are still uninitialized (Bug#1078).
10692
10693 * help-fns.el (help-argument-name): Move defface to faces.el.
10694
10695 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10696
10697 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10698 create buffer with a pty but no process so that GDB can make the
10699 inferior the controlling process.
10700
10701 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10702
10703 * international/ucs-normalize.el: New file.
10704
10705 2009-08-13 Richard Stallman <rms@gnu.org>
10706
10707 * mail/rmail.el (rmail-get-attr-names):
10708 Accept an attribute header that is too short.
10709
10710 * mail/rmail.el (rmail-forget-messages):
10711 Ignore nil elt in rmail-message-vector. Use dotimes.
10712
10713 * progmodes/compile.el (compilation-goto-locus):
10714 Use next-error-move-function.
10715
10716 * simple.el (next-error-move-function): New variable.
10717
10718 2009-08-12 Juri Linkov <juri@jurta.org>
10719
10720 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10721 always non-nil. (Bug#4052)
10722
10723 * replace.el (read-regexp): Return empty string when
10724 `default-value' is nil.
10725 (keep-lines-read-args): Don't use empty string as the
10726 default value for `read-regexp'. (Bug#2495)
10727
10728 2009-08-12 Juri Linkov <juri@jurta.org>
10729
10730 * international/mule-cmds.el (ucs-insert): Change arguments
10731 from `arg' to `character', `count', `inherit' to be the same
10732 as in `insert-char'. Doc fix. (Bug#4039)
10733
10734 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10735
10736 2009-08-12 Juri Linkov <juri@jurta.org>
10737
10738 * files-x.el: New file.
10739
10740 * files.el: Move code that deals with adding/deleting
10741 file/directory-local variables to files-x.el.
10742
10743 * Makefile.in (ELCFILES): Add files-x.elc.
10744
10745 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10746
10747 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10748 to use `goto-line'.
10749 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10750 `goto-line'.
10751 (gdb-invalidate-disassembly): Do not refresh upon receiving
10752 'update signal. Instead, update all disassembly buffers only after
10753 threads list.
10754 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10755 (gdb-starting): Moved -data-list-register-names...
10756 (gdb-stopped): ...here so it's sent when first thread stops.
10757 (gdb-registers-handler-custom): Do nothing if register names are
10758 unknown yet.
10759
10760 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10761 from `gdb-mi.el' to avoid extra tangling.
10762
10763 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10764 change which breaks `gud-def' definitions used in `gdb'.
10765 (gdb-update-gud-running): No extra fuss for updating frame number.
10766
10767 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10770 (describe-language-environment-map, setup-language-environment-map)
10771 (set-coding-system-map): Move initialization into declaration.
10772 (set-language-info-alist): Last arg to define-key-after can be skipped.
10773
10774 * international/quail.el (quail-completion-1): Simplify.
10775 (quail-define-rules): Use slightly more compact code.
10776 (quail-insert-decode-map): Propertize keys, compact columns.
10777
10778 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10779 Add goto-line.
10780
10781 2009-08-10 Miles Bader <miles@gnu.org>
10782
10783 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10784 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10785 (js2-instance-member, js2-private-member, js2-private-function-call)
10786 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10787 (js2-magic-paren, js2-external-variable):
10788 Remove "-face" suffix from face names.
10789 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10790 (js2-highlight-undeclared-vars, js2-peek-token)
10791 (js2-parse-function-params, js2-mode-show-errors)
10792 (js2-mode-show-warnings, js2-make-magic-delimiter)
10793 (js2-mode-highlight-magic-parens): Update to use new face names.
10794
10795 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10796
10797 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10798 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10799
10800 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10801
10802 * subr.el: Provide hashtable-print-readable.
10803
10804 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10805 hs-c-like-adjust-block-beginning.
10806 (hs-hide-block-at-point): Stop hiding at the beginning of
10807 hs-block-end-regexp (Bug#700).
10808
10809 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10810
10811 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10812 a macro.
10813 (gdb-registers-handler-custom): Do not fail when register names
10814 are unavailable.
10815
10816 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10817
10818 * progmodes/gdb-mi.el (gdb-control-all-threads)
10819 (gdb-control-current-thread): Interactive setters for
10820 `gdb-gud-control-all-threads' to use in menu.
10821 (gdb-show-run-p): Show «Go» when process is not active.
10822 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10823 gud/thread.xpm and gud/all.xpm.
10824
10825 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10826
10827 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10828 (nslookup-font-lock-keywords): Make it a variable.
10829 (net-utils-mode): New mode for viewing diagnostic network output.
10830 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10831 (net-utils-run-simple): New function.
10832 (ifconfig, iwconfig, netstat, arp, route): Use it.
10833
10834 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10835
10836 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10837 (gdb-memory-set-address, def-gdb-set-positive-number)
10838 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10839 after changing settings.
10840 (gdb-invalidate-disassembly): Update when first shown.
10841 (gdb-edit-locals-value): Fixed.
10842 (gdb-registers-handler-custom): Print registers in right order and
10843 allow changing register values (only for current thread yet).
10844 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10845 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10846 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10847 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10848 info in mode name.
10849 (gdb-registers-mode-map): TAB to switch to locals.
10850
10851 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10852
10853 * mail/rmail.el (rmail-add-mbox-headers)
10854 (rmail-set-message-counters-counter): Search for
10855 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10856
10857 2009-08-08 Glenn Morris <rgm@gnu.org>
10858
10859 * Makefile.in (ELCFILES): Update.
10860
10861 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10862
10863 * mail/sendmail.el (mail-yank-original): Set
10864 buffer-file-coding-system from the one used by the message whose
10865 text is yanked.
10866
10867 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10868 to "windows" when "pgnuplot" is used.
10869 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10870 call accept-process-output if "pgnuplot" is used.
10871 (calc-graph-init): Don't send -display and -geometry to
10872 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10873 running "pgnuplot -V" with shell-command-to-string.
10874
10875 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10876 the default.
10877
10878 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10879
10880 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10881 org/org-latex.elc.
10882
10883 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10884
10885 * vc-dispatcher.el (vc-resynch-window): Update comment.
10886
10887 * term.el (term-handle-ansi-escape): Add comments with the
10888 terminfo capabilities implemented.
10889
10890 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10891
10892 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10893 (gdb-var-create-handler): Rewritten using JSON parser.
10894 (gdb-propertize-header): Moved earlier.
10895 (gdb-set-header): Removed to avoid duplication.
10896 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10897 Refresh disassembly buffers only after threads list have been
10898 update.
10899 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10900 variables.
10901
10902 2009-08-04 Juri Linkov <juri@jurta.org>
10903
10904 * files.el: Commands to add/delete file/directory-local variables.
10905 (read-file-local-variable, read-file-local-variable-value)
10906 (read-file-local-variable-mode, modify-file-local-variable)
10907 (modify-file-local-variable-prop-line)
10908 (modify-dir-local-variable): New functions.
10909 (add-file-local-variable, delete-file-local-variable)
10910 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10911 (add-dir-local-variable, delete-dir-local-variable)
10912 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10913 (copy-dir-locals-to-file-locals-prop-line): New commands.
10914
10915 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * abbrev.el (insert-abbrev-table-description): Prettify output.
10918 Suggested by Karl Chen.
10919
10920 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10921
10922 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10923 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10924 (gdb-overlay-arrow-position, gdb-thread-position)
10925 (gdb-disassembly-position): Declare variables.
10926 (gdb-wait-for-pending): Function now.
10927 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10928 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10929 compilation goes smoothly.
10930 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10931 (gdb-non-stop-setting): New customization setting which replaces
10932 `gdb-non-stop' so changing it doesn't break active GDB session.
10933 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10934 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10935 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10936 (gdb-show-threads-by-default): New customization options.
10937 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10938 routines.
10939 (gdb-get-buffer-create): Send buffers update signal when they are
10940 created.
10941 (gdb-invalidate-locals, gdb-invalidate-registers)
10942 (gdb-invalidate-breakpoints)
10943 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10944 (gdb-invalidate-memory): Accept update signal.
10945 (gdb-current-context-command): Use --frame option.
10946 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10947 Implement `gdb-frame-number' selection logic.
10948 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10949 whether to show GUD toolbar buttons.
10950 (gdb-thread-exited): Unselect current thread when it exits.
10951 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10952 (gdb-mark-line): Routine which sets overlay arrow or inverses
10953 video on fringeless displays.
10954 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10955 to build aligned columns of data in GDB buffers and set text
10956 properties line-by-line.
10957 (gdb-invalidate-breakpoints)
10958 (gdb-breakpoints-list-handler-custom)
10959 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10960 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10961 (gdb-registers-handler-custom): Align data columns.
10962 (gdb-locals-handler-custom): Now prints data like in variable
10963 declarations.
10964 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10965 Removed confusing buttons.
10966 (gdb-invalidate-threads): Append --frame.
10967 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10968 between breakpoints/threads buffers.
10969 (gdb-set-window-buffer): Now can ignore dedicated windows.
10970 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10971 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10972 (def-gdb-thread-buffer-gud-command): Replaces
10973 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10974 for fine thread control.
10975 (gdb-preempt-existing-or-display-buffer): New function used to
10976 display bound buffers without breaking window layout.
10977 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10978 (gdb-select-frame): New version of `gdb-frames-select' which now
10979 sets `gdb-frame-number' so commands may use --frame option instead
10980 of inner debugger state.
10981 (gdb-frame-handler): Do not set `gdb-frame-number'.
10982 (gdb-threads-mode-map): Select threads with mouse.
10983
10984 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10985 avoid compilation warning.
10986 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10987 `gdb-show-stop-p`.
10988
10989 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10990 Argument `key' renamed to `buffer-type'.
10991 (gdb-current-context-buffer-name): Do not add thread info to
10992 buffer name when no thread is selected.
10993 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10994 command (bug 3794).
10995 (gdb-thread-selected): Handle `=thread-selected' notification.
10996 (gdb-wait-for-pending): New macro to deal with congestion problems.
10997 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10998 breakpoints.
10999 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11000 This fixes problem similar to one described in bug 3947.
11001 (gud-menu-map): More menu items.
11002 (gdb-init-1): Reset `gdb-thread-number' to nil.
11003
11004 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11005 non-stop settings.
11006
11007 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11008 (gdb-current-context-command): Do not append --thread if
11009 `gdb-thread-number' is nil.
11010 (gdb-running-threads-count, gdb-stopped-threads-count): New
11011 variables.
11012 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11013 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11014 customization options.
11015 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11016 GUD commands.
11017 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11018 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11019 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11020 set `gdb-thread-number' and update `gud-running' properly.
11021 (gdb-running): Update threads list when new threads appear.
11022 (gdb-stopped): Support non-stop operation and new thread switching
11023 logic.
11024 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11025 (gdb-json-partial-output): New set of JSON routines.
11026 (def-gdb-auto-update-trigger): New `signal-list' optional
11027 argument.
11028 (gdb-thread-list-handler-custom): Update `gud-running',
11029 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11030 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11031 (gdb-continue-thread, gdb-step-thread): New commands for fine
11032 thread execution control.
11033 (gud-menu-map): New menu items to switch non-stop options.
11034 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11035 (gdb-send): Mimic RET properly (bug 3794).
11036
11037 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11038 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11039 gdb-buffer-rules.
11040 (def-gdb-auto-update-handler): New nopreserve optional argument.
11041 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11042
11043 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11044 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11045 (gdb-parent-mode): New mode to derive other GDB modes from.
11046 (gdb-display-disassembly-for-thread)
11047 (gdb-frame-disassembly-for-thread): New commands for threads
11048 buffer.
11049
11050 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11051 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11052 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11053 (gdb-update): We now store all GDB buffers in a list so that they
11054 can be updated by traversing a list instead of calling invalidate
11055 triggers explicitly.
11056 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11057 pair for GDB buffer.
11058 (gdb-stack-buffer-name): Add thread information.
11059 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11060 handle pending triggers.
11061 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11062 (def-gdb-thread-buffer-simple-command)
11063 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11064 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11065 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11066 New commands which show buffers bound to thread.
11067 (gdb-stack-list-locals-regexp): Removed unused regexp.
11068
11069 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11070 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11071 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11072 to (gud-comint-buffer) in *-buffer-name functions
11073 because (gdb-get-target-string) already does that.
11074 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11075 (gdb-changed-registers-handler): Rewritten without regexps.
11076
11077 * progmodes/gdb-mi.el: Basic thread selection support.
11078 (gdb-thread-number): New variable.
11079 (gdb-current-context-command): New macro which adds --thread
11080 option to command.
11081 (gdb-threads-mode-map): Select thread with SPC.
11082 (gdb-thread-list-handler-custom): Mark current thread with overlay
11083 arrow. Synchronize GDB thread and Emacs thread.
11084 (gdb-select-thread): New command which selects current thread.
11085 (gdb-invalidate-frames, gdb-invalidate-locals)
11086 (gdb-invalidate-registers): Use --thread option.
11087
11088 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11089
11090 * net/tramp.el (top): Make check for tramp-gvfs loading more
11091 robust. (Bug#3977)
11092 (tramp-handle-insert-file-contents): `unwind-protect' must be
11093 inside `with-parsed-tramp-file-name'.
11094
11095 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11096 fails.
11097
11098 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11099
11100 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11101 directory if CLASSPATH is not set.
11102
11103 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11104
11105 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11106 New defconst.
11107 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11108
11109 2009-08-02 Kevin Ryde <user42@zip.com.au>
11110
11111 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11112 Update freshmeat link. Delete newsforge.com as it seems gone.
11113
11114 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * select.el (x-set-selection): Doc fix (Bug#4021).
11117
11118 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11119
11120 * help-fns.el (describe-variable): Treat list return values from
11121 dir-locals-find-file properly (Bug#4005).
11122
11123 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11124
11125 * net/tramp.el (tramp-debug-message): Print also microseconds.
11126
11127 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11130 or END is non-nil.
11131 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11132 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11133 format.
11134
11135 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11136 (tramp-get-file-property): Use it.
11137
11138 * autorevert.el (auto-revert-handler): Allow
11139 `auto-revert-tail-mode' for remote files.
11140
11141 2009-08-02 Jason Rumney <jasonr@gnu.org>
11142
11143 * minibuffer.el (read-file-name): Treat confirm options to
11144 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11145
11146 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11149 (font-lock-variable-name-face, font-lock-constant-face): Darken
11150 the colors for light backgrounds.
11151
11152 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11153
11154 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11155 month names. (Bug#3987)
11156
11157 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11158
11159 * simple.el (line-move-finish): Pass whole number to
11160 line-move-to-column.
11161 (line-move-visual): Perform hscroll to the recorded position.
11162
11163 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11164
11165 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11166
11167 2009-07-29 Alan Mackenzie <acm@muc.de>
11168
11169 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11170
11171 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11172
11173 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11174 (gdb-place-breakpoints): Use full path when setting breakpoints.
11175
11176 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11177
11178 * calc/calc.el (calc-mode-map): Add keybinding for
11179 `calc-transpose-lines'.
11180
11181 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11182
11183 * calc/calc-misc.el (calc-transpose-lines): New function.
11184
11185 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11186
11187 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11188 Simplify check for out-of-band methods.
11189 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11190 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11191
11192 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11193
11194 * vc-git.el (vc-git-checkin): Fix typo.
11195
11196 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11197
11198 * progmodes/js2-mode.el: New file.
11199
11200 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11201
11202 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11203 (gud-menu-map): Adjust tooltip accordingly.
11204
11205 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11206
11207 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11208 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11209
11210 * add-log.el (change-log-mode-map): Add a menu.
11211
11212 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11213
11214 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11215 function returns nil.
11216 (dbus-handle-event): Handle special return value :ignore.
11217 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11218
11219 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11220
11221 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11222 it's not needed.
11223
11224 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11225
11226 Fix Bug#3888:
11227
11228 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11229
11230 * term/pc-win.el (x-display-name, x-colors)
11231 (x-select-enable-clipboard, x-select-text): Doc fix.
11232
11233 * term/common-win.el (x-display-name, x-colors): Doc fix.
11234
11235 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11236 (xw-defined-colors): Doc fix.
11237
11238 * w32-fns.el (x-select-text, x-setup-function-keys)
11239 (x-get-selection, x-set-selection): Doc fix.
11240
11241 * term/x-win.el (x-select-text, x-setup-function-keys)
11242 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11243
11244 * select.el (x-set-selection): Doc fix.
11245
11246 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11247
11248 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11249 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11250 "IsNSSSupportAvailable" method is not available. Reported by
11251 Steve Youngs <steve@sxemacs.org>.
11252
11253 2009-07-24 Kenichi Handa <handa@m17n.org>
11254
11255 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11256 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11257 (build-unicode-category-table): Fix range checks.
11258
11259 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11260
11261 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11262 the buffer we try to sync is current when calling
11263 vc-resynch-buffer.
11264
11265 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11266 not show up to date files.
11267
11268 2009-07-24 Glenn Morris <rgm@gnu.org>
11269
11270 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11271 Add autoload cookies. If necessary, initialize.
11272 (elint-log): Handle non-file buffers.
11273 (elint-initialize): Add optional argument to reinitialize.
11274 (elint-find-builtin-variables): Save excursion.
11275
11276 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11277
11278 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11279 for Lint.
11280
11281 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * vc.el (vc-print-log-internal): New function, split out from ...
11284 (vc-print-log): ... here.
11285 (vc-dir-move-to-goal-column): Declare.
11286
11287 * vc-git.el (vc-git-add-signoff): New variable.
11288 (vc-git-checkin): Use it.
11289 (vc-git-toggle-signoff): New function.
11290 (vc-git-extra-menu-map): Bind it to menu.
11291 (vc-git--run-command-string): Accept a nil FILE argument.
11292 (vc-git-stash-list): New function.
11293 (vc-git-dir-extra-headers): Use it.
11294
11295 2009-07-23 Glenn Morris <rgm@gnu.org>
11296
11297 * help-fns.el (describe-variable): Describe ignored and risky local
11298 variables in a similar way to that in which we describe safe ones.
11299
11300 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11301 (byte-compile-output-file-form, byte-compile-output-docform)
11302 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11303 Give some more local variables with common names a "bytecomp-" prefix,
11304 so as not to shadow things during compilation.
11305 * emacs-lisp/cl-macs.el (load-time-value)
11306 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11307 `outbuffer' to `bytecomp-outbuffer'.
11308
11309 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11310 since the next two variables cover them automatically now.
11311 (elint-builtin-variables, elint-autoloaded-variables): New.
11312 (elint-unknown-builtin-args): Remove all members, since they can be
11313 parsed automatically now.
11314 (elint-extra-errors): New.
11315 (elint-env-add-env, elint-env-add-macro): Use cadr.
11316 (elint-current-buffer): Use or. Change final message.
11317 (elint-get-top-forms): Use line-end-position.
11318 (elint-init-env): Use cadr. Handle autoload, declare-function,
11319 and defalias.
11320 (elint-add-required-env): Doc fix. Use or. Standardize error.
11321 (regexp-assoc): Remove unused function.
11322 (elint-top-form): Set elint-current-pos, to record the start of the
11323 top-level form, for compilation-mode.
11324 (elint-form): Trap errors in macro expansion. Use dolist.
11325 (elint-unbound-variable): Use elint-builtin-variables and
11326 elint-autoloaded-variables.
11327 (elint-get-args): Use cadr, or.
11328 (elint-check-cond-form): Use dolist, cadr.
11329 (elint-check-condition-case-form): Doc fix. Use cadr.
11330 Use elint-extra-errors.
11331 (elint-log): New function.
11332 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11333 Distinguish errors and warnings.
11334 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11335 Use a bytecomp-style format.
11336 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11337 (elint-get-log-buffer): Use compilation mode. Disable undo.
11338 Don't truncate lines.
11339 (elint-initialize): Set builtin and autoloaded variable lists.
11340 Only process elint-unknown-builtin-args if non-nil.
11341 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11342 New functions.
11343 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11344
11345 2009-07-22 Kevin Ryde <user42@zip.com.au>
11346
11347 * net/newst-backend.el (newsticker--parse-atom-1.0)
11348 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11349 (newsticker--parse-rss-1.0):
11350 * progmodes/idlwave.el (idlwave-mode):
11351 * progmodes/idlw-shell.el (idlwave-shell-mode):
11352 * progmodes/vera-mode.el (vera-mode):
11353 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11354 * progmodes/vhdl-mode.el (vhdl-mode):
11355 * textmodes/table.el (table-generate-source)
11356 (table--warn-incompatibility):
11357 Hyperlink urls in docstrings with URL `...'.
11358
11359 2009-07-22 Glenn Morris <rgm@gnu.org>
11360
11361 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11362 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11363 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11364 Remove leading * from defcustom docs.
11365
11366 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11367
11368 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11369 defcustom doc.
11370 (list-load-path-shadows): Optionally, just return shadows as a string.
11371
11372 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11373
11374 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * mail/rmailedit.el (rmail-edit-mode): Use
11377 auto-save-include-big-deletions.
11378
11379 * mail/rmail.el (rmail-variables): Use
11380 auto-save-include-big-deletions.
11381
11382 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11383 changes.
11384
11385 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11386
11387 * calc/calc.el (calc-undo-length): New variable.
11388 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11389
11390 2009-07-21 Richard Stallman <rms@gnu.org>
11391
11392 * files.el (auto-save-mode): Handle buffer-save-size = -2
11393 for toggling mode.
11394
11395 2009-07-21 Glenn Morris <rgm@gnu.org>
11396
11397 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11398
11399 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11400
11401 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11402 silence compiler. Instead...
11403 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11404 (ps-print-ensure-fontified): Update for above function name changes.
11405
11406 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11407 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11408 silence compiler. Instead...
11409 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11410 (mh-show-buffer): Only define for compiler.
11411 (pr-mh-current-message): Update for above function name changes.
11412
11413 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11414 as an argument.
11415 (find-file-noselect, insert-file-1): Update for above change.
11416
11417 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11418
11419 * mail/mailclient.el (mailclient-send-it): Fix message.
11420
11421 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11422 (edebug-eval): Check cl-debug-env is bound.
11423 (print-level, print-circle): Don't redefine built-in variables.
11424
11425 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11426 (custom-print-vectors): Remove old comments from doc.
11427
11428 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11429 (emerge-version): Make the variable an obsolete alias for the
11430 emacs-version variable. Make the function obsolete.
11431 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11432 Emerge options, rather than merging in into the main Options menu.
11433 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11434 and auto advance modes. Disable edit/fast items when not relevant.
11435
11436 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11437
11438 * term/vt420.el (terminal-init-vt420): Fix typo.
11439
11440 2009-07-20 Sam Steingold <sds@gnu.org>
11441
11442 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11443 variable (removed from compile.el on 2004-03-11).
11444
11445 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * files.el (hack-local-variables-filter): Fix last change.
11448
11449 2009-07-19 Juri Linkov <juri@jurta.org>
11450
11451 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11452 (dir-local-variables-alist): New buffer-local variable.
11453 (hack-local-variables-filter): If variable is not dir-local,
11454 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11455 because file-local overrides dir-local.
11456 (c-postprocess-file-styles) <declare-function>:
11457 Remove obsolete declaration.
11458 (hack-dir-local-variables): Add dir-local variable/value pair to
11459 `dir-local-variables-alist' and remove duplicates. Doc fix.
11460
11461 * help-fns.el (describe-variable): Add information about
11462 file-local and dir-local variables.
11463
11464 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11465
11466 * files.el (hack-local-variables-filter): Rewrite.
11467
11468 2009-07-19 Glenn Morris <rgm@gnu.org>
11469
11470 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11471 Silence compiler by only defining on XEmacs.
11472
11473 * international/mule.el (auto-coding-regexp-alist): Only match
11474 BABYL... at the start of buffer, not of lines. (Bug#3790)
11475
11476 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11477 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11478 (cal-menu-context-mouse-menu): Doc fix.
11479
11480 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11481
11482 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11483
11484 2009-07-18 Juri Linkov <juri@jurta.org>
11485
11486 * info.el: Virtual Info keyword finder.
11487 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11488 (Info-finder-file): New variable.
11489 (Info-finder-find-file): New function.
11490 (finder-known-keywords, finder-package-info)
11491 (find-library-name, lm-commentary): Use defvar and
11492 declare-function to silence compiler warnings.
11493 (Info-finder-find-node): New function.
11494 (info-finder): New command.
11495
11496 * subr.el (process-kill-buffer-query-function): New function.
11497 (add-hook)<kill-buffer-query-functions>: Add hook
11498 `process-kill-buffer-query-function'.
11499
11500 2009-07-18 Alan Mackenzie <acm@muc.de>
11501
11502 * progmodes/cc-mode.el (c-before-hack-hook)
11503 (c-postprocess-file-styles): Give invocation of `c-set-style'
11504 DONT-OVERRIDE parameter of t. Already set style variables will
11505 thus not be overridden by style settings given by `c-file-syle'.
11506
11507 * files.el (hack-local-variables-filter): Remove entries with
11508 duplicate keys from `file-local-variables-alist'.
11509
11510 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11511
11512 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11513 x-set-selection if display-selections-p returns nil for the
11514 current frame.
11515
11516 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11517
11518 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11519
11520 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11521
11522 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11523 Accept nil in addition to a regexp.
11524 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11525 Accept nil in addition to a regexp.
11526 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11527 buffers that have an associated file. Handle nil values of
11528 desktop-buffers-not-to-save and desktop-files-not-to-save.
11529 (Bug#3833)
11530
11531 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11532 (x-disown-selection-internal): New functions.
11533
11534 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11535
11536 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11537 warning.
11538 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11539 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11540
11541 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11542
11543 * simple.el (set-mark): Revert last change.
11544
11545 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11546
11547 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11548 rendering of pngs is not possible instead of messaging a long
11549 description.
11550
11551 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11552
11553 * w32-fns.el (x-selection-owner-p): New function.
11554
11555 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11556 (mouse-yank-at-click, mouse-yank-primary): If
11557 select-active-regions is non-nil, deactivate the mark before
11558 insertion.
11559
11560 * simple.el (deactivate-mark, set-mark): Only save selection if we
11561 own it.
11562
11563 2009-07-17 Kenichi Handa <handa@m17n.org>
11564
11565 * case-table.el (describe-buffer-case-table): Fix for the case
11566 that KEY is a cons.
11567
11568 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11569
11570 * vc-rcs.el (vc-rcs-find-file-hook):
11571 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11572
11573 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11574
11575 * net/tramp.el (tramp-wait-for-output): Handle the case when
11576 commands do not return a newline but a null byte before the shell
11577 prompt. (Bug#3858)
11578
11579 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11580
11581 * term/ns-win.el (ns-set-alpha): Don't declare.
11582 (ns-set-background-alpha): Remove function.
11583
11584 2009-07-16 Kevin Ryde <user42@zip.com.au>
11585
11586 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11587 y-or-n-p, for safety.
11588
11589 2009-07-16 Richard Stallman <rms@gnu.org>
11590
11591 * files.el (auto-save-mode): If buffer-saved-size is -2,
11592 don't clobber it.
11593
11594 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11595 (rmail-retry-ignored-headers): Add more uninteresting fields.
11596
11597 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11598
11599 * net/rcirc.el (rcirc): Use history variables.
11600 (rcirc-server-name-history, rcirc-nick-name-history)
11601 (rcirc-server-port-history): New variables.
11602
11603 2009-07-15 Kenichi Handa <handa@m17n.org>
11604
11605 * international/mule-cmds.el (set-language-environment-charset):
11606 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11607 ignore them.
11608
11609 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11610 Delete unibyte-display.
11611
11612 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11615
11616 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * simple.el (deactivate-mark): Optional argument FORCE.
11619 (set-mark): Use deactivate-mark.
11620
11621 * info.el (Info-search): No need to check transient-mark-mode
11622 before calling deactivate-mark.
11623
11624 * select.el (x-set-selection): Doc fix.
11625 (x-valid-simple-selection-p): Allow buffer values.
11626 (xselect--selection-bounds): Handle buffer values. Suggested by
11627 David De La Harpe Golden.
11628
11629 * mouse.el (mouse-set-region, mouse-drag-track): Call
11630 copy-region-as-kill before setting the mark, to let
11631 select-active-regions work.
11632
11633 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11634
11635 * simple.el (deactivate-mark): If select-active-regions is
11636 non-nil, copy the selection data into a string.
11637 (activate-mark): If select-active-regions is non-nil, set the
11638 selection to the current buffer.
11639 (set-mark): Update selection if select-active-regions is non-nil.
11640
11641 * select.el (x-valid-simple-selection-p): Allow buffer values.
11642
11643 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11646 and more featureful message-mode.
11647
11648 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11649
11650 * select.el (x-set-selection): Doc fix.
11651 (x-valid-simple-selection-p): Disallow selection data consisting
11652 of a list or cons of integers, since that is not used.
11653 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11654 (xselect-convert-to-string, xselect-convert-to-length)
11655 (xselect-convert-to-filename, xselect-convert-to-charpos)
11656 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11657
11658 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11659
11660 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11661 output in -break-info command (Emacs bug #3794).
11662
11663 2009-07-14 Glenn Morris <rgm@gnu.org>
11664
11665 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11666 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11667 (edebug-print-length, edebug-print-level, edebug-print-circle)
11668 (edebug-sit-for-seconds, edebug-view-outside)
11669 (edebug-bounce-point, edebug-set-global-break-condition)
11670 (edebug-Go-nonstop-mode, edebug-trace-mode)
11671 (edebug-Trace-fast-mode, edebug-continue-mode)
11672 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11673 (edebug-visit-eval-list): Doc fixes.
11674
11675 * subr.el (def-edebug-spec): Doc fix.
11676
11677 2009-07-14 Kenichi Handa <handa@m17n.org>
11678
11679 * international/characters.el: Fix setting of category ?C.
11680
11681 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11682
11683 * term/ns-win.el (x-select-font): defalias x-select-font to
11684 ns-popup-font-panel instead of generate-fontset-menu.
11685
11686 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11687
11688 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11689
11690 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11691
11692 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11693 the PK\003\004 header (Bug#3770).
11694
11695 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11696
11697 * pcomplete.el (pcomplete-comint-setup): Check for
11698 shell-dynamic-complete-filename too.
11699
11700 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11701
11702 * simple.el (temporary-goal-column): Change the value for
11703 line-move-visual to a cons cell.
11704 (line-move-visual): Record or set the window hscroll, if
11705 necessary (Bug#3494).
11706 (line-move-1): Handle cons value of temporary-goal-column.
11707
11708 2009-07-11 Kenichi Handa <handa@m17n.org>
11709
11710 * international/mule-diag.el (describe-character-set): Don't show
11711 width.
11712
11713 2009-07-10 Sam Steingold <sds@gnu.org>
11714
11715 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11716 Omake sometimes indents the errors it prints, so allow all
11717 regexps to start with spaces.
11718
11719 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11720
11721 * cus-edit.el (customize-changed-options-previous-release):
11722 Bump value to 22.1. (Bug#3804)
11723
11724 2009-07-08 Sam Steingold <sds@gnu.org>
11725
11726 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11727 to be a cons cell (test . ignored-directory) to selectively ignore
11728 some directories depending on the location of the search.
11729
11730 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11731
11732 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11733 remote user is root, on the local host.
11734 (tramp-local-host-p): Either the local user or the remote user
11735 must be root. (Bug#3771)
11736
11737 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11738
11739 * progmodes/gdb-mi.el (gdb): Remove description of
11740 gdb-use-separate-io-buffer.
11741 (menu): Don't allow toggling of or enable
11742 gdb-use-separate-io-buffer from menubar.
11743
11744 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11745
11746 * mail/unrmail.el (unrmail): Make sure the message ends with two
11747 newlines (Bug#3769).
11748
11749 2009-07-08 Glenn Morris <rgm@gnu.org>
11750
11751 * calendar/calendar.el (calendar-current-date): Rework previous change.
11752
11753 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11754
11755 * calendar/calendar.el (calendar-current-date):
11756 Add an optional argument giving an offset from today.
11757
11758 2009-07-08 Glenn Morris <rgm@gnu.org>
11759
11760 * tutorial.el (tutorial--describe-nonstandard-key):
11761 Adjust the message for when a key has been unbound.
11762 (help-with-tutorial): Hide the arch-tag.
11763
11764 2009-07-08 Kenichi Handa <handa@m17n.org>
11765
11766 * international/fontset.el (setup-default-fontset): For each
11767 script, append (not set) font-specs.
11768
11769 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11770 docstring.
11771
11772 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11775 -data-list-register-names to ...
11776 (gdb-starting): ... here because GDB 7.0 requires execution to
11777 have started when using this MI command.
11778 (gdb-set-header): New function to distinguish select and
11779 unselected tabs in gdb buffers.
11780 (gdb-propertize-header): New macro that uses gdb-set-header.
11781 (gdb-breakpoints-header, gdb-locals-header): Use it.
11782 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11783
11784 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11785
11786 * Makefile.in (ELCFILES): Remove fadr.elc.
11787
11788 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11789
11790 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11791 may contain frame information, so `string-match' should be used.
11792 (gdb-update): Disassembly is invalidated through
11793 `gdb-get-selected-frame'.
11794 (gdb-pad-string): New function to pad string with spaces.
11795 (gdb-invalidate-disassembly): Invalidate only if the buffer
11796 exists.
11797 (gdb-disassembly-handler-custom): Column alignment.
11798 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11799 placing new ones.
11800 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11801 end of line, too.
11802 (gdb-frame-handler): Match convention to for disassembly buffer
11803 mode name.
11804 (gdb-stack-list-frames-handler): Rewritten without regexps.
11805 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11806 not highlight breakpoints without line information.
11807 (gdb-input): Add trailing newline to command.
11808
11809 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11810 buffer properly.
11811 (gdb-breakpoints-list-handler-custom): Replacement for
11812 `gdb-break-list-handler'. Using real parser instead of regexps
11813 now.
11814 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11815 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11816 to place breakpoints.
11817 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11818 functions.
11819 (gdb-disassembly-handler-custom): Show overlay arrow.
11820 (gdb-disassembly-place-breakpoints): Show breakpoints in
11821 disassembly buffer.
11822 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11823 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11824 instead of parsing breakpoints buffer. Fixed old menu references
11825 in `gud-menu-map'.
11826
11827 * fadr.el: Remove.
11828
11829 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11830 (gdb-memory-address): New variable which holds top address of
11831 memory page shown in memory buffer.
11832 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11833 customization variables.
11834 New functions:
11835 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11836 display the memory buffer.
11837 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11838 buffer display parameters.
11839 (def-gdb-memory-format, gdb-memory-format-binary)
11840 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11841 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11842 Functions for setting memory buffer format.
11843 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11844 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11845 unit size used in memory buffer.
11846 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11847 to next/previous page of memory buffer.
11848 Now using (bindat-get-field) instead of fadr functions.
11849
11850 2009-07-07 Sam Steingold <sds@gnu.org>
11851
11852 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11853 non-top-level files.
11854
11855 2009-07-07 Kenichi Handa <handa@m17n.org>
11856
11857 * international/mule-cmds.el (reset-language-environment): Put
11858 the highset priority to the charset iso-8859-1.
11859
11860 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11863 to the end of the line when locating the block (Bug#700).
11864
11865 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11866
11867 * net/tramp.el (tramp-handle-write-region): Flush file properties
11868 in case of short track.
11869
11870 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11871
11872 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11873 Coded custom representation of verilog error regular expressions
11874 to work with Emacs-22's new format.
11875 (verilog-error-regexp-xemacs-alist): Coded custom representation
11876 of verilog error regular expressions to work with XEmacs format.
11877 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11878 error recognition into XEmacs.
11879 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11880 error recognition into Emacs-22.
11881
11882 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11883
11884 * woman.el: Remove stand-alone closing parentheses.
11885 (woman-file-name, woman2-format-paragraphs)
11886 (woman-leave-blank-lines): Code cleanup.
11887 (woman-use-own-frame): Change default to nil.
11888 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11889 defaults to inherit from default faces.
11890 (woman2-process-escapes): Consume the newline after a stand-alone
11891 filler character (Bug#3651).
11892
11893 2009-07-06 Glenn Morris <rgm@gnu.org>
11894
11895 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11896 (top-level): Move provide to the end.
11897 (ffap): Remove defunct URL from custom group.
11898
11899 * subr.el (eval-after-load): Doc fix.
11900
11901 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11902
11903 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11904 `calc-embedded-word' is called twice.
11905
11906 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * files.el (find-alternate-file-other-window, find-alternate-file):
11909 Obey confirm-nonexistent-file-or-buffer.
11910
11911 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11912
11913 * dired-aux.el (dired-show-file-type): Handle remote files.
11914
11915 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11916
11917 * desktop.el (desktop-globals-to-save):
11918 Add file-name-history (Bug#2750).
11919
11920 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11923
11924 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11925
11926 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11927 property on entire argument since this is what eshell-lisp-command
11928 expects.
11929
11930 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11931
11932 * net/tramp-gvfs.el (tramp-gvfs-methods)
11933 (tramp-gvfs-zeroconf-domain)
11934 (tramp-bluez-discover-devices-timeout): Add version flag.
11935 (tramp-gvfs-handler-mounted-unmounted)
11936 (tramp-gvfs-connection-mounted-p): Polish handling of
11937 incompatibilities between GVFS 0.2 and 1.0.
11938
11939 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11940
11941 * cus-start.el (all): Add make-pointer-invisible.
11942
11943 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11944
11945 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11946 formatted correctly.
11947
11948 2009-07-02 Juri Linkov <juri@jurta.org>
11949
11950 * info.el: Virtual Info files and nodes.
11951 (Info-virtual-files, Info-virtual-nodes): New variables.
11952 (Info-current-node-virtual): New variable.
11953 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11954 New functions.
11955 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11956 to check for a virtual file instead of checking a fixed list
11957 of node names.
11958 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11959 instead of ad-hoc processing of "dir" and (apropos history toc).
11960 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11961 instead of ad-hoc processing of "dir" and (apropos history toc).
11962 Reread a file when moving from a virtual node.
11963 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11964 (Info-directory-toc-nodes, Info-directory-find-file)
11965 (Info-directory-find-node): New functions.
11966 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11967 (Info-history): Move part of code to
11968 `Info-history-find-node'.
11969 (Info-history-toc-nodes, Info-history-find-file)
11970 (Info-history-find-node): New functions.
11971 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11972 (Info-toc): Move part of code to `Info-toc-find-node'.
11973 (Info-toc-find-node): New function.
11974 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11975 the current Info file name to references because now the node
11976 "*TOC*" belongs to the same Info manual.
11977 (Info-toc-build): Rename from `Info-build-toc'.
11978 (Info-toc-nodes): Rename input argument `file' to `filename'.
11979 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11980 instead of ad-hoc processing of ("dir" apropos history toc).
11981 (Info-index-nodes): Use Info-virtual-file-p
11982 to check for a virtual file instead of checking a fixed list
11983 of node names.
11984 (Info-index-node): Add check for `Info-current-node-virtual'.
11985 Raise `save-match-data' higher up the tree to contain
11986 `search-forward' too (bug fix).
11987 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11988 (Info-virtual-index-nodes): New variable.
11989 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11990 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11991 (Info-apropos-file, Info-apropos-nodes): New variables.
11992 (Info-apropos-toc-nodes, Info-apropos-find-file)
11993 (Info-apropos-find-node, Info-apropos-matches): New functions.
11994 (info-apropos): Move part of code to `Info-apropos-find-node' and
11995 `Info-apropos-matches'.
11996 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11997 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11998 for a virtual file instead of checking a fixed list of node names.
11999
12000 * simple.el (async-shell-command): New command.
12001
12002 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12003
12004 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12005 instead of `mount-info'.
12006
12007 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12008
12009 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12010 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12011
12012 2009-07-02 Kenichi Handa <handa@m17n.org>
12013
12014 * international/mule.el (set-keyboard-coding-system): Force *-unix
12015 coding-system to avoid eol conversion.
12016
12017 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12018
12019 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12020 Add handler for `process-file', `shell-command' and
12021 `start-file-process'.
12022 (tramp-gvfs-handle-shell-command)
12023 (tramp-gvfs-handle-start-file-process)
12024 (tramp-gvfs-handle-process-file): New defuns.
12025 (tramp-synce-list-devices): Simplify check for existence of property.
12026
12027 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12028
12029 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12030
12031 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12032
12033 * language/korean.el (set-language-info-alist): Add korean-cp949,
12034 cp949 to spec.
12035
12036 2009-07-01 Kenichi Handa <handa@m17n.org>
12037
12038 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12039
12040 * international/encoded-kb.el: Deleted.
12041
12042 * international/mule.el (set-keyboard-coding-system): Perform the
12043 necessary setup here instead of calling encoded-kbd-setup-display.
12044
12045 2009-07-01 Glenn Morris <rgm@gnu.org>
12046
12047 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12048
12049 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12050
12051 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12052
12053 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12054
12055 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12056 Handle also the 'rename case, when setting file modes. (Bug#3712)
12057 (tramp-default-file-modes): Remove execute permissions.
12058
12059 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12060 (top): Add a default for "synce" in `tramp-default-user-alist'.
12061 Add completion function for "synce" method.
12062 (tramp-hal-service, tramp-hal-path-manager)
12063 (tramp-hal-interface-manager, tramp-hal-interface-device):
12064 New defconst.
12065 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12066 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12067 New defuns.
12068
12069 * net/trampver.el: Update release number.
12070
12071 2009-06-30 Kenichi Handa <handa@m17n.org>
12072
12073 * international/fontset.el (setup-default-fontset): Add CJK fonts
12074 for symbols and the other miscellaneous characters.
12075
12076 * language/korea-util.el (setup-korean-environment-internal):
12077 Make char-width-table suitable for Korean environments.
12078 (exit-korean-environment): Cancel above.
12079
12080 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12081 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12082 setup-function to make char-width-table suitable for respective
12083 environments, and an exit-function to cancel that.
12084
12085 * language/japan-util.el (setup-japanese-environment-internal):
12086 Call use-cjk-char-width-table with arg `ja_JP'.
12087
12088 * international/characters.el (cjk-char-width-table): Delete it.
12089 (cjk-char-width-table-list): New variable.
12090 (use-cjk-char-width-table): New arg local-name.
12091 (use-default-char-width-table): Fix for the case that Emacs is
12092 already using the default char-width-table.
12093
12094 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12095
12096 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12097 modes mandatory. (Bug#3712)
12098
12099 2009-06-29 Alan Mackenzie <acm@muc.de>
12100
12101 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12102 correction between the visible width of TABs and their number of bytes.
12103
12104 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12105
12106 * server.el (server-buffer-done): Prevent kill-buffer from
12107 prompting by clearing the buffer modification flag (Bug#3696).
12108
12109 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12110
12111 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12112 (verilog-endcomment-reason-re): Support unique case and priority case.
12113 (verilog-basic-complete-re): Support localparam lineup.
12114 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12115 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12116 commenting.
12117 (verilog-leap-to-case-head): Now support *nested* unique &
12118 priority case statements.
12119 (verilog-auto-lineup): Make just declarations the default (as it
12120 had been).
12121 (verilog-leap-to-case-head): Support priority/unique case statements.
12122 (verilog-auto-lineup): Rework to give users radio buttons to
12123 select the various styles of automatic lineup.
12124 (verilog-error-regexp-alist): Rework to support the XEmacs style
12125 of error regular expressions from compilers, lint tools &
12126 simulators. Note that GNU Emacs has made it impossible for a mode
12127 to load such things.
12128 (electric-verilog-terminate-line, verilog-indent-declaration)
12129 (verilog-auto-wiure): Rework for radio button selection of
12130 auto-lineup selection of specification of auto lineup.
12131 (verilog-beg-of-statement-1): Redesign to support proper operation
12132 in additional code, based on testing with auto-lineup.
12133 (verilog-calculate-indent, assignments & declarations)
12134 (verilog-backward-token): Enhance to support auto-lineup of
12135 assignments & declarations.
12136 (verilog-in-directive-p, verilog-at-struct-p): New function for
12137 easy test of whether we are.
12138 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12139 to support safe execution at almost anyline.
12140 (verilog-calc-1): Properly support indenting deep inside generate
12141 blocks.
12142 (verilog-init-font): Remove definition & use of verilog-init-font,
12143 as it is redundant with font-lock-defaults.
12144 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12145 to avoid circular calls if syntax-ppss is a function (as is the
12146 case now in 22.x GNU Emacs) as that function would sometimes call
12147 itself, leading to (nearly) infinite recursion.
12148 (verilog-ovm-begin-re, verilog-ovm-end-re)
12149 (verilog-ovm-statement-re, verilog-leap-to-head)
12150 (verilog-backward-token): Add support for OVM macros. Some are
12151 complete statements, and others open and close scopes like begin
12152 and end.
12153 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12154 (verilog-defun-level-generate-only-re): Really fix the defun-list
12155 compilation issue.
12156 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12157 coverpoint, constraint and cross statements.
12158 (verilog-defun-level-list, verilog-generate-defun-level-list)
12159 (verilog-all-defun-level-list): Redo these specifications - it is
12160 too hard to support eval-when compile aggregation of lists also
12161 built at when-compile time.
12162 (verilog-defun-level-list): Place defconsts of variables used in
12163 building regular expressions which are built in eval-when-compile
12164 bodies in the same eval-when-compile body to facilitate compile
12165 without load.
12166 (verilog-beg-block-re-ordered): Support indenting
12167 virtual/protected tasks and functions.
12168 (verilog-defun-level-list, verilog-in-generate-region-p)
12169 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12170 indentation of some module items (generate items).
12171 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12172 across virtual/protected tasks and functions.
12173
12174 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12175
12176 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12177 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12178 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12179 in concatenations. Reported by Yishay Belkind.
12180 (verilog-auto-ascii-enum): Support one-hot state machines in
12181 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12182 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12183 modport in AUTOINST and add vl-modport for users. Reported by
12184 David Rogoff.
12185 (verilog-auto-inout-module, verilog-auto-inst)
12186 (verilog-decls-get-interfaces, verilog-insert-definition)
12187 (verilog-insert-one-definition, verilog-read-decls)
12188 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12189 (verilog-sig-modport, verilog-signals-combine-bus)
12190 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12191 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12192 Suggested by David Rogoff.
12193 (verilog-repair-open-comma): Fix non-insertion of comma when
12194 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12195 (verilog-make-width-expression): Simplify [A-1:0] expression
12196 widths to just {A{1'b0}}.
12197 (verilog-mode): Cleanup checkdoc warnings.
12198 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12199 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12200 inputs/outputs or data type. Suggested by Vasu Kandadi.
12201 (next-error-last-buffer): Fix byte-compiler warning.
12202 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12203 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12204 or shell command text during AUTO expansion. Suggested by Tad Truex.
12205 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12206 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12207 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12208 in AUTOINOUT. Reported by Matthew Lovell.
12209 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12210 causing use of <= assignments. Reported by Alex Reed.
12211 (verilog-read-decls): Fix triand, trior, wand, wor to be
12212 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12213 (verilog-extended-complete-re): Support import "DPI-C" functions.
12214 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12215 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12216 (verilog-insert-date, verilog-insert-year)
12217 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12218 Windows systems. Reported by Michael Potts.
12219 (verilog-read-module-name): Fix AUTOINST when the child module
12220 declaration's name is a tick define. Reported by Elliot Mednick.
12221 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12222 passed to next parameter's definition. Reported by Bruce T.
12223 (verilog-read-decls): Fix detecting "parameter int" when using
12224 AUTOINSTPARAM. Reported by Bruce T.
12225 (verilog-goto-defun): Fix goto not finding modules unless first
12226 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12227 (verilog-mode): Expand -f flag arguments on entry to mode so
12228 verilog-goto-defun will work. Reported by Lawrence Butcher.
12229 (verilog-getopt): Expand environment variables in -f file
12230 arguments. Suggested by Lawrence Butcher.
12231 (verilog-set-define): Fix "Symbol's value as variable is void"
12232 when reading enumerations.
12233 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12234 Suggested by Stephen Peltan.
12235 (verilog-read-defines): Fix reading of enumerations in include
12236 files. Reported by Steve Peltan.
12237
12238 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12239
12240 * files.el (trash-directory): Fix defcustom type.
12241
12242 2009-06-28 Juri Linkov <juri@jurta.org>
12243
12244 * help-fns.el (describe-function-1): Correctly locate adviced
12245 functions in hyperlink (Bug#2438).
12246
12247 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12248
12249 * files.el (trash-directory): Change default to nil.
12250 (move-file-to-trash): If trash-directory is nil and
12251 system-move-file-to-trash is unbound, perform freedesktop-style
12252 trashing.
12253
12254 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12255
12256 * files.el (move-file-to-trash): Add freedesktop trash
12257 support (Bug#973).
12258
12259 2009-06-28 Glenn Morris <rgm@gnu.org>
12260
12261 * autorevert.el (global-auto-revert-non-file-buffers)
12262 (global-auto-revert-mode): Doc fixes.
12263
12264 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12265
12266 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12267
12268 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12269
12270 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12271 opened an X connection before calling x-get-resource (Bug#3194).
12272
12273 * play/doctor.el: Remove reference to obsolete website.
12274 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12275
12276 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12277
12278 Remove find-file-not-found-hook VC method. (Bug#2757)
12279 * vc-hooks.el (vc-file-not-found-hook)
12280 (vc-default-find-file-not-found-hook): Remove functions.
12281 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12282 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12283 * vc.el:
12284 * vc-hg.el:
12285 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12286
12287 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12288
12289 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12290 compatibility function for `looking-back'.
12291
12292 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12293 Use `ispell-looking-back'.
12294
12295 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12296
12297 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12298 rather than `filename'.
12299
12300 2009-06-23 Miles Bader <miles@gnu.org>
12301
12302 * face-remap.el (text-scale-set): New function.
12303
12304 2009-06-23 Glenn Morris <rgm@gnu.org>
12305
12306 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12307
12308 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12309
12310 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12311
12312 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12313
12314 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12315 Simplify Persian conditionals.
12316
12317 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12318 variable `filename'.
12319
12320 * comint.el (comint-insert-input): Doc fix.
12321
12322 * Makefile.in (ELCFILES): Fix typo in previous change.
12323
12324 2009-06-23 Miles Bader <miles@gnu.org>
12325
12326 * cus-start.el: Add entry for `recenter-redisplay'.
12327
12328 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12329
12330 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12331 Add an optional argument for the backend, use it instead of
12332 calling vc-backend.
12333 (vc-mode-line): Add an optional argument for the backend.
12334 Pass the backend to vc-state and vc-working-revision. Move code for
12335 special handling for vc-state being a buffer to ...
12336
12337 * vc-rcs.el (vc-rcs-find-file-hook):
12338 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12339
12340 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12341 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12342 vc-stay-local-p and vc-mode-line calls.
12343
12344 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12345 (vc-cvs-diff, vc-cvs-annotate-command)
12346 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12347 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12348 vc-mode-line calls.
12349
12350 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12351 direct comparison.
12352 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12353 backend when calling vc-mode-line.
12354 (vc-register): Do not create a closure for calling the vc register
12355 function, call it directly.
12356
12357 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12358
12359 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12360 to make it obvious item can be clicked.
12361
12362 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12363
12364 2009-06-23 Kenichi Handa <handa@m17n.org>
12365
12366 * language/korea-util.el (korean-key-bindings): Change the binding
12367 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12368 same command.
12369
12370 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12371
12372 Sync with Tramp 2.1.16.
12373
12374 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12375
12376 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12377 when a loading of a package fails. Completion function for rsync
12378 is `tramp-completion-function-alist-ssh'.
12379 (all): Replace all calls of `split-string' and
12380 `tramp-split-string' by `tramp-compat-split-string'.
12381 (tramp-default-method): Use `tramp-compat-process-running-p'.
12382 (tramp-default-proxies-alist): Allow also Lisp forms.
12383 (tramp-remote-path): Add choice "Private Directories".
12384 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12385 (tramp-domain-regexp): Allow also "-", "_" and ".".
12386 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12387 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12388 (tramp-debug-message): Insert header line in debug buffer.
12389 (tramp-handle-directory-files-and-attributes-with-stat):
12390 Care about filenames with spaces, or starting with "-".
12391 (tramp-handle-dired-uncache): New defun.
12392 (tramp-handle-insert-directory): Don't flush the directory from
12393 cache, this is handled by `dired-uncache' now.
12394 (tramp-handle-insert-file-contents): Improve error handling.
12395 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12396 Quote `tramp-end-of-output'.
12397 (tramp-action-password): Improve trace message.
12398 (tramp-check-for-regexp): Both echoes must be present, before removing.
12399 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12400 (tramp-compute-multi-hops): Eval cons cells of
12401 `tramp-default-proxies-alist'.
12402 (tramp-maybe-open-connection): Use the same command pattern for
12403 first hop and further hops.
12404 (tramp-wait-for-output): Remove handling of newlines.
12405 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12406 (tramp-split-string): Remove function. It is handled in
12407 tramp-compat now.
12408
12409 * net/tramp-cmds.el (tramp-bug):
12410 Recommend `tramp-cleanup-all-connections' in the bug mail.
12411
12412 * net/tramp-compat.el (tramp-compat-split-string)
12413 (tramp-compat-process-running-p): New defuns.
12414
12415 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12416 for `dired-uncache'.
12417
12418 * net/tramp-gvfs.el: New package.
12419
12420 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12421 Add handler for `dired-uncache'.
12422 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12423
12424 * net/trampver.el: Update release number. Make version check fit
12425 for SXEmacs 22.
12426
12427 2009-06-22 Jim Meyering <meyering@redhat.com>
12428
12429 Automatically handle .xz suffix (XZ-compressed files), too.
12430 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12431 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12432
12433 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12434 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12437 repository (http://sphinx.net.ru/hg/gdb-mi/).
12438
12439 2009-06-22 Glenn Morris <rgm@gnu.org>
12440
12441 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12442 `mode' and `eval' entries. (Bug#3430)
12443
12444 * Makefile.in (ELCFILES): Add fadr.elc.
12445
12446 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12447 differing behavior of \n and ^ in strings. (Bug#3385)
12448
12449 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12450
12451 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12452 property.
12453 (lisp-indent-function): Make it a defcustom.
12454
12455 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12456
12457 * progmodes/gdb-ui.el: Replace with ...
12458 * progmodes/gdb-mi.el: ... this file.
12459 * progmodes/gud.el: Modify for gdb-mi.el.
12460
12461 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12462
12463 * fadr.el: New file.
12464
12465 See ChangeLog.14 for earlier changes.
12466
12467 ;; Local Variables:
12468 ;; coding: utf-8
12469 ;; End:
12470
12471 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12472
12473 This file is part of GNU Emacs.
12474
12475 GNU Emacs is free software: you can redistribute it and/or modify
12476 it under the terms of the GNU General Public License as published by
12477 the Free Software Foundation, either version 3 of the License, or
12478 (at your option) any later version.
12479
12480 GNU Emacs is distributed in the hope that it will be useful,
12481 but WITHOUT ANY WARRANTY; without even the implied warranty of
12482 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12483 GNU General Public License for more details.
12484
12485 You should have received a copy of the GNU General Public License
12486 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12487
12488 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1