* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
[emacs.git] / lisp / ChangeLog
blobea973172b3a606f5c9cbe5a5d913ed7bba476240
1 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * textmodes/bibtex.el:
4         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
6 2010-09-02  Glenn Morris  <rgm@gnu.org>
8         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
10 2010-08-31  Kenichi Handa  <handa@m17n.org>
12         * international/mule-cmds.el (standard-display-european-internal):
13         Setup standard-display-table for 8-bit characters by storing 8-bit
14         characters in the element vector.
16         * disp-table.el (standard-display-8bit):
17         Setup standard-display-table for 8-bit characters by storing 8-bit
18         characters in the element vector.
19         (standard-display-european): Likewise.
21 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
23         Sync with Tramp 2.1.19.
25         * net/tramp-cmds.el (tramp-cleanup-all-connections)
26         (tramp-reporter-dump-variable, tramp-load-report-modules)
27         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
28         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
30         * net/tramp-compat.el (top): Do not autoload
31         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
32         only when `start-file-process' is not bound.
33         (byte-compile-not-obsolete-vars): Define if not bound.
34         (tramp-compat-funcall): New defmacro.
35         (tramp-compat-line-beginning-position)
36         (tramp-compat-line-end-position)
37         (tramp-compat-temporary-file-directory)
38         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
39         (tramp-compat-copy-file, tramp-compat-copy-directory)
40         (tramp-compat-delete-file, tramp-compat-delete-directory)
41         (tramp-compat-number-sequence, tramp-compat-process-running-p):
42         Use it.
43         (tramp-advice-file-expand-wildcards): Do not use
44         `tramp-handle-file-remote-p'.
45         (tramp-compat-make-temp-file): Simplify fallback implementation.
46         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
47         (tramp-compat-copy-tree): Remove function.
48         (tramp-compat-delete-file): New defun.
49         (tramp-compat-delete-directory): Provide implementation for older
50         Emacsen.
51         (tramp-compat-file-attributes): Handle only
52         `wrong-number-of-arguments' error.
54         * net/tramp-fish.el (tramp-fish-handle-copy-file):
55         Add PRESERVE_SELINUX_CONTEXT.
56         (tramp-fish-handle-delete-file): Add TRASH arg.
57         (tramp-fish-handle-directory-files-and-attributes):
58         Do not use `tramp-fish-handle-file-attributes.
59         (tramp-fish-handle-file-local-copy)
60         (tramp-fish-handle-insert-file-contents)
61         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
63         * net/tramp-gvfs.el (top): Require url-util.
64         (tramp-gvfs-mount-point): Remove.
65         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
66         and `set-file-selinux-context'.
67         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
68         (tramp-gvfs-handle-file-selinux-context)
69         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
70         (with-tramp-dbus-call-method): Format trace message.
71         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
72         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
73         Implement backup call, when operation on local files fails.
74         Use progress reporter.  Flush properties of changed files.
75         (tramp-gvfs-handle-delete-file): Add TRASH arg.
76         Use `tramp-compat-delete-file'.
77         (tramp-gvfs-handle-expand-file-name): Expand "~/".
78         (tramp-gvfs-handle-make-directory): Make more traces.
79         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
80         (tramp-gvfs-url-file-name): Hexify file name in url.
81         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
82         into account for the resulting file name.
83         (tramp-gvfs-handler-askquestion): Preserve current message, in
84         order to let progress reporter continue afterwards.  (Bug#6257)
85         Return dummy mountpoint, when the answer is "no".
86         See `tramp-gvfs-maybe-open-connection'.
87         (tramp-gvfs-handler-mounted-unmounted)
88         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
89         attribute "default_location".  Set "prefix" property.
90         Handle default-location.
91         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
92         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
93         exists.  Raise an error, if not (due to a corresponding answer
94         "no" in interactive questions, for example).
95         Use `tramp-compat-funcall'.
97         * net/tramp-imap.el (top): Autoload `epg-make-context'.
98         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
99         (tramp-imap-do-copy-or-rename-file)
100         (tramp-imap-handle-insert-file-contents)
101         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
102         (tramp-imap-handle-delete-file): Add TRASH arg.
104         * net/tramp-smb.el (tramp-smb-handle-copy-file):
105         Add PRESERVE-SELINUX-CONTEXT.
106         (tramp-smb-handle-copy-file)
107         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
108         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
109         Use `with-progress-reporter'.
110         (tramp-smb-handle-delete-file): Add TRASH arg.
112         * net/tramp.el (tramp-methods): Move hostname to the end in all
113         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
114         appropriate.
115         (tramp-verbose): Describe verbose level 9.
116         (tramp-completion-function-alist)
117         (tramp-file-name-regexp, tramp-chunksize)
118         (tramp-local-coding-commands, tramp-remote-coding-commands)
119         (with-connection-property, tramp-completion-mode-p)
120         (tramp-action-process-alive, tramp-action-out-of-band)
121         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
122         (tramp-exists-file-name-handler): Fix docstring.
123         (tramp-remote-process-environment): Use `format' instead of
124         `concat'.  Protect version string by apostroph.
125         (tramp-shell-prompt-pattern): Do not use a shy group in case of
126         XEmacs.
127         (tramp-file-name-regexp-unified)
128         (tramp-completion-file-name-regexp-unified): On W32 systems, do
129         not regard the volume letter as remote filename.  (Bug#5447)
130         (tramp-perl-file-attributes)
131         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
132         (tramp-vc-registered-read-file-names): Read input as
133         here-document, otherwise the command could exceed maximum length
134         of command line.
135         (tramp-file-name-handler-alist): Add `file-selinux-context' and
136         `set-file-selinux-context'.
137         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
138         backtrace functions.
139         (tramp-error-with-buffer): Don't show the connection buffer when
140         we are in completion mode.
141         (tramp-progress-reporter-update, tramp-remote-selinux-p)
142         (tramp-handle-file-selinux-context)
143         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
144         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
145         New defuns.
146         (with-progress-reporter): New defmacro.
147         (tramp-debug-outline-regexp): New defconst.
148         (top, tramp-rfn-eshadow-setup-minibuffer)
149         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
150         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
151         (tramp-completion-mode-p, tramp-check-for-regexp)
152         (tramp-open-connection-setup-interactive-shell)
153         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
154         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
155         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
156         Use `tramp-compat-funcall'.
157         (tramp-handle-make-symbolic-link): Flush file properties.
158         (tramp-handle-load, tramp-handle-file-local-copy)
159         (tramp-handle-insert-file-contents, tramp-handle-write-region)
160         (tramp-handle-vc-registered, tramp-maybe-send-script)
161         (tramp-find-shell): Use `with-progress-reporter'.
162         (tramp-do-file-attributes-with-stat): Add space in format string,
163         in order to work around a bug in pdksh.  Reported by Gilles Pion
164         <gpion@lfdj.com>.
165         (tramp-handle-verify-visited-file-modtime): Do not send a command
166         when the connection is not established.
167         (tramp-handle-set-file-times): Simplify the check for utc.
168         (tramp-handle-directory-files-and-attributes)
169         (tramp-get-remote-path): Use `copy-tree'.
170         (tramp-completion-handle-file-name-all-completions): Ensure, that
171         non remote files are still checked.  Oops.
172         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
173         Handle PRESERVE-SELINUX-CONTEXT.
174         (tramp-do-copy-or-rename-file): Add progress reporter.
175         (tramp-do-copy-or-rename-file-directly): Do not use
176         `tramp-handle-file-remote-p'.
177         (tramp-do-copy-or-rename-file-out-of-band):
178         Use `tramp-compat-delete-directory'.
179         (tramp-do-copy-or-rename-file-out-of-band)
180         (tramp-compute-multi-hops, tramp-maybe-open-connection):
181         Use `format-spec-make'.
182         (tramp-handle-delete-file): Add TRASH arg.
183         (tramp-handle-dired-uncache): Flush directory cache, not only file
184         cache.
185         (tramp-handle-expand-file-name)
186         (tramp-completion-handle-file-name-all-completions)
187         (tramp-completion-handle-file-name-completion):
188         Use `tramp-connectable-p'.
189         (tramp-handle-start-file-process): Set connection property "vec".
190         Use it, in order to invalidate file caches.  Check only for
191         `remote-tty' process property.
192         Implement tty setting.  (Bug#4604, Bug#6360)
193         (tramp-file-name-for-operation): Add `call-process-region' and
194         `set-file-selinux-context'.
195         (tramp-find-foreign-file-name-handler)
196         (tramp-advice-make-auto-save-file-name)
197         (tramp-set-auto-save-file-modes): Remove superfluous check for
198         `stringp'.  This is done inside `tramp-tramp-file-p'.
199         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
200         operations when we are in completion mode.  This gives the user
201         the chance to correct the file name in the minibuffer.
202         (tramp-completion-mode-p): Use `non-essential'.
203         (tramp-handle-file-name-all-completions): Backward/ XEmacs
204         compatibility: Use `completion-ignore-case' if
205         `read-file-name-completion-ignore-case' does not exist.
206         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
207         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
208         `tramp-open-shell'.
209         (tramp-action-password): Hide password prompt before next run.
210         (tramp-process-actions): Widen connection buffer for the trace.
211         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
212         process property.  Trace stty settings if `tramp-verbose' >= 9.
213         Apply workaround for IRIX64 bug.  Move argument of last
214         `tramp-send-command' where it belongs to.
215         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
216         front of `login-args'.
217         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
218         on "/dev/null" instead of "/".
219         (tramp-get-ls-command-with-dired): Make test for "--dired"
220         stronger.
221         (tramp-set-auto-save-file-modes): Adapt version check.
222         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
223         (tramp-handle-process-file): Call the program in a subshell, in
224         order to preserve working directory.
225         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
226         `tramp-remote-sh' from `tramp-methods'.
227         (tramp-get-ls-command): Make test for "--color=never" stronger.
228         (tramp-check-for-regexp): Use (forward-line 1).
230         * net/trampver.el: Update release number.
232 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
234         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
235         empty argument to gvfs-copy.
237 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
239         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
240         handle new TRASH arg of `delete-file'.
242 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
244         * net/tramp.el (tramp-handle-insert-directory): Don't use
245         `forward-word', its default syntax could be changed.
247 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
248             Michael Albinus  <michael.albinus@gmx.de>
250         Implement compression for inline methods.
252         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
253         (tramp-copy-size-limit): Allow also nil.
254         (tramp-inline-compress-commands): New defconst.
255         (tramp-find-inline-compress, tramp-get-inline-compress)
256         (tramp-get-inline-coding): New defuns.
257         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
258         replaced by `tramp-get-inline-coding'.
259         (tramp-handle-file-local-copy, tramp-handle-write-region)
260         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
262 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
264         Detect ssh 'ControlMaster' argument automatically in some cases.
266         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
267         (tramp-default-method): Use it.
269 2010-08-26  Karel Klíč  <kklic@redhat.com>
271         * net/tramp.el (tramp-file-name-for-operation):
272         Add file-selinux-context.
274 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
276         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
278 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
280         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
281         (Bug#6907).
283 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
285         * progmodes/python.el (python-block-pairs): Allow use of "finally"
286         with "else" (Bug#3991).
288 2010-08-22  Leo  <sdl.web@gmail.com>
290         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
291         (ignore, bright, dim, keyword): Split list of nicknames before
292         passing to rcirc-add-or-remove (Bug#6894).
294 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
296         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
298 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
300         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
301         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
302         New version 13.0.
303         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
304         Adjust initialization.
305         (whitespace-bob-marker, whitespace-eob-marker)
306         (whitespace-buffer-changed): New vars.
307         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
308         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
309         (whitespace-post-command-hook, whitespace-display-char-on):
310         Adjust code.
311         (whitespace-looking-back, whitespace-buffer-changed): New funs.
312         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
314 2010-08-21  Leo  <sdl.web@gmail.com>
316         Fix buffer-list rename&refresh after killing a buffer in ido.
317         * lisp/ido.el: Revert Óscar's.
318         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
319         Remember the buffers at head, rather than their name.
320         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
322 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
323             Stefan Monnier  <monnier@iro.umontreal.ca>
325         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
326         extra backslash added to each line (bug#6890).
328 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * subr.el (read-key): Don't echo keystrokes (bug#6883).
332 2010-08-21  Glenn Morris  <rgm@gnu.org>
334         * menu-bar.el (menu-bar-games-menu): Add landmark.
336 2010-08-20  Glenn Morris  <rgm@gnu.org>
338         * align.el (align-regexp): Make group and spacing arguments
339         use the interactive defaults when non-interactive.  (Bug#6698)
341         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
342         expansion, so as not to need sendmail.
343         (mail-text-start): Remove declaration.
344         (rmail-retry-failure): Require sendmail.
346 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
350 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
352         * progmodes/flymake.el (flymake-start-syntax-check-process):
353         Use `start-file-process' in order to let it run also on remote hosts.
355 2010-08-18  Kenichi Handa  <handa@m17n.org>
357         * files.el: Add `word-wrap' as safe local variable.
359 2010-08-18  Glenn Morris  <rgm@gnu.org>
361         * woman.el (woman-translate): Case matters.  (Bug#6849)
363 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
365         * simple.el (kill-region): Doc fix (Bug#6787).
367 2010-08-14  Glenn Morris  <rgm@gnu.org>
369         * calendar/diary-lib.el (diary-header-line-format):
370         Fit it to the window, not the frame.
372 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
374         * subr.el (ignore-errors): Add debug declaration.
376 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
378         * whitespace.el (whitespace-color-off): Remove post-command-hook
379         locally.
381 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
383         * replace.el (replace-highlight): Bind isearch-forward and
384         isearch-error, ensuring that highlighting is updated if the user
385         switches the search direction (Bug#6808).
387         * isearch.el (isearch-lazy-highlight-forward): New var.
388         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
389         (isearch-lazy-highlight-update): Use it.
391 2010-08-06  Kenichi Handa  <handa@m17n.org>
393         * international/mule.el (define-charset): Store NAME as :base property.
394         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
395         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
396         current priority.  Force using the designation of the specific
397         charset by adding `charset' text property.  Improve the whole
398         algorithm.
400 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
402         * emulation/pc-select.el (pc-selection-mode-hook)
403         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
404         (pc-selection-mode): Fix typos in docstrings.
406 2010-08-04  Kenichi Handa  <handa@m17n.org>
408         * language/cyrillic.el: Don't add "microsoft-cp1251" to
409         ctext-non-standard-encodings-alist here.
411         * international/mule.el (ctext-non-standard-encodings-alist):
412         Add "koi8-r" and "microsoft-cp1251".
413         (ctext-standard-encodings): New variable.
414         (ctext-non-standard-encodings-table): List only elements for
415         non-standard encodings.
416         (ctext-pre-write-conversion): Adjust for the above change.
417         Check ctext-standard-encodings.
419         * international/mule-conf.el (compound-text): Doc fix.
420         (ctext-no-compositions): Doc fix.
421         (compound-text-with-extensions): Doc fix.
423 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
427 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
429         * progmodes/which-func.el (which-func-format): Split help-echo text
430         into lines, like other mode-line tooltips.
432         * server.el (server-start): When using TCP sockets, force IPv4
433         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
435 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
439 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
441         * term.el (term-delimiter-argument-list): Reflow docstring.
442         (term-read-input-ring, term-write-input-ring, term-send-input)
443         (term-bol, term-erase-in-display, serial-supported-or-barf):
444         Fix typos in docstrings.
446 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
450 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
452         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
454 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
456         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
457         Fix typo in docstring (bug#6747).
459 2010-07-30  Leo  <sdl.web@gmail.com>
461         * eshell/esh-io.el (eshell-get-target): Better detection of
462         read-only file (Bug#6762).
464 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
466         * align.el (align-default-spacing): Doc fix.
467         (align-region-heuristic, align-regexp): Fix typos in docstrings.
469 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
471         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
473 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
475         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
477 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
479         * time.el (display-time-day-and-date): Remove spurious * in docstring.
480         (display-time-world-buffer-name, display-time-world-mode-map):
481         Fix typos in docstrings.
483 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
485         * image-mode.el (image-display-size): New function.
486         (image-forward-hscroll, image-next-line, image-eol, image-eob)
487         (image-mode-fit-frame): Use it (Bug#6639).
489 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
491         * dired.el (dired-buffers-for-dir): Handle list values of
492         dired-directory (Bug#6636).
494 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
496         * vc.el (vc-coding-system-inherit-eol): New defvar.
497         (vc-coding-system-for-diff): Use it to decide whether to inherit
498         from the file the EOL format for reading the diffs of that file.
499         (Bug#4451)
501 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
503         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
504         unibyte, so compressed attachments are not compressed again.
506 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
508         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
509         now that unicode is used (Bug#6594).
511 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
513         * simple.el (push-mark-command): Set the selection if
514         select-active-regions is non-nil.
516 2010-07-10  Glenn Morris  <rgm@gnu.org>
518         * calendar/calendar.el (calendar-week-end-day): New function.
519         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
520         Respect calendar-week-start-day.  (Bug#6606)
521         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
522         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
523         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
524         respect calendar-week-start-day.
526 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
528         * simple.el (use-region-p): Doc fix (Bug#6607).
530 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
532         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
533         builtins (BufferError, BytesWarning, WindowsError; callables
534         bin, bytearray, bytes, format, memoryview, next, print; __package__).
536 2010-07-07  Glenn Morris  <rgm@gnu.org>
538         * play/zone.el (zone-fall-through-ws): Fix next-line ->
539         forward-line fallout.
541 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
543         * mouse.el (mouse-appearance-menu): Add docstring.
545         * help.el (describe-key): Print up-event using key-description.
547 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
549         * net/zeroconf.el (zeroconf-resolve-service)
550         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
551         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
553 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
555         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
557 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
559         Avoid displaying files with a nil state in vc-dir.
560         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
561         cases that cause insertion.
562         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
563         with a nil state.
565 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
567         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
569 2010-06-29  Leo  <sdl.web@gmail.com>
571         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
573 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
575         * generic-x.el (bat-generic-mode): Fix regexp for command line
576         switches (Bug#5719).
578 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
580         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
581         of nconc to avoid pure storage error (Bug#6239).
583 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
585         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
586         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
587         bindings of bookmark-automatically-show-annotations (Bug#6515).
589 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
591         * arc-mode.el (archive-zip-extract): Don't quote the file name on
592         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
594 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
596         * comint.el (make-comint, make-comint-in-buffer): Mention return
597         value in the docstrings.  (Bug#6498)
599 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
601         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
602         since it is not present when using some non-default switches.
604 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
606         * simple.el (compose-mail): Fix doc string to refer to
607         `compose-mail-user-agent-warnings', instead of to the
608         nonexistent `compose-mail-check-user-agent'.
610 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
612         Fix vc-annotate for renamed files when using Git.
613         * vc-git.el (vc-git-find-revision): Deal with empty results from
614         ls-files.  Doe not pass the object as a file name to cat-file, it
615         is not a file name.
616         (vc-git-annotate-command): Pass the file name using -- to avoid
617         ambiguity with the revision.
618         (vc-git-previous-revision): Pass a relative file name.
620 2010-06-22  Glenn Morris  <rgm@gnu.org>
622         * progmodes/js.el (js-mode-map): Use standard capitalization and
623         ellipses for menu entries.
625         * wid-edit.el (widget-complete): Doc fix.
627 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
629         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
631 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
633         Fix annotating other revisions for renamed files in vc-annotate.
634         * vc-annotate.el (vc-annotate): Add an optional argument for the
635         VC backend.  Use it when non-nil.
636         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
638         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
639         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
640         Do not pass the file name to the 'previous-revision call when we
641         don't want a file diff.  (Bug#6489)
643 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
645         Fix finding revisions for renamed files in vc-annotate.
646         * vc.el (vc-find-revision): Add an optional argument for
647         the VC backend.  Use it when non-nil.
648         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
649         backend to vc-find-revision.  (Bug#6487)
651 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
653         Fix reading file names in Git annotate buffers.
654         * vc-git.el (vc-git-annotate-extract-revision-at-line):
655         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
657 2010-06-20  Alan Mackenzie  <acm@muc.de>
659         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
660         in file local variables, set it first.
662 2010-06-19  Glenn Morris  <rgm@gnu.org>
664         * descr-text.el (describe-char-unicode-data): Insert separating
665         space when needed.  (Bug#6422)
667         * progmodes/idlwave.el (idlwave-action-and-binding):
668         Fix typo in 2009-12-03 change.  (Bug#6450)
670 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * subr.el (read-quoted-char): Fix up last change (bug#6290).
674 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * font-lock.el (font-lock-major-mode): Rename from
677         font-lock-mode-major-mode to distinguish it from
678         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
679         (font-lock-set-defaults):
680         * font-core.el (font-lock-default-function): Adjust users.
681         (font-lock-mode): Don't set it at all.
683 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * vc-annotate.el (vc-annotate): Use vc-read-revision.
687 2010-06-15  Glenn Morris  <rgm@gnu.org>
689         * calendar/appt.el (appt-time-msg-list): Doc fix.
690         (appt-check): Let-bind appt-warn-time.
691         (appt-add): Make the 3rd argument optional.
692         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
693         Only add WARNTIME to the output list if non-nil.
695 2010-06-15  Ivan Kanis  <apple@kanis.eu>
697         * calendar/appt.el (appt-check): Let the 3rd element of
698         appt-time-msg-list specify the warning time.
699         (appt-add): Add new argument with the warning time.  (Bug#5176)
701 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
703         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
704         older than version 1.6.  (Bug#6361)
706 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
708         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
709         used by cl-do-arglist.  (Bug#6408)
711 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
713         * emacs-lisp/advice.el (ad-compile-function):
714         Define warning-suppress-types before we let-bind it (bug#6275).
716         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
717         declare it, make it buffer-local and permanent-local (bug#6324).
718         (vc-resynch-window): Adjust name.
719         * vc-hooks.el (vc-find-file-hook): Adjust name.
721 2010-06-07  Jonathan Rockway  <jon@jrock.us>
723         * net/rcirc.el: Add support for password authentication.
724         (rcirc-server-alist): Add :password keyword.
725         (rcirc): Ask for a password, or get it from the server's alist.
726         (rcirc-connect): Add password argument.  Pass it to server.
728 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
730         * net/dbus.el (dbus-register-method): Declare function.
731         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
732         (dbus-introspect): Doc fix.
733         (dbus-event-bus-name, dbus-introspect-get-interface)
734         (dbus-introspect-get-argument): Reflow docstrings.
736 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
738         * term/common-win.el (x-colors): Add "dark green" and "dark
739         turquoise" (Bug#6332).
741 2010-06-03  Eric Ludlam  <zappo@gnu.org>
743         * cedet/semantic/lex-spp.el
744         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
745         invalid values during save, just save a nil (Bug#6324).
747 2010-06-03  Glenn Morris  <rgm@gnu.org>
749         * desktop.el (desktop-clear-preserve-buffers):
750         Add "*Warnings*" buffer.  (Bug#6336)
752 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
754         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
756 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
759         `file-directory-p' to the filename part rather than to the whole text.
761 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
763         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
764         (bug#6231).
766 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
770 2010-05-31  Drew Adams  <drew.adams@oracle.com>
772         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
774 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
776         * subr.el (momentary-string-display): Just use read-event to read
777         the exit event (Bug#6238).
779 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
781         * ansi-color.el: Delete unused escape sequences (Bug#6085).
782         (ansi-color-drop-regexp): New constant.
783         (ansi-color-apply, ansi-color-filter-region)
784         (ansi-color-apply-on-region): Delete unrecognized control sequences.
785         (ansi-color-apply): Build string list before calling concat.
787 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
789         * progmodes/verilog-mode.el (verilog-type-font-keywords):
790         Use font-lock-constant-face, not obsolete font-lock-reference-face.
792 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
794         * htmlfontify.el (hfy-face-resolve-face): New function.
795         (hfy-face-to-style): Use it (Bug#6279).
797 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * epa.el (epa--select-keys): Don't explicitly delete the window since
800         that can fail (e.g. sole window in frame).  Use dedication instead.
802 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
804         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
806 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * subr.el (read-quoted-char): Resolve modifiers after key
809         remapping (bug#6212).
811 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * tmm.el (tmm-prompt): Don't try to precompute bindings.
814         (tmm-get-keymap): Compute shortcuts (bug#6171).
816 2010-05-10  Glenn Morris  <rgm@gnu.org>
818         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
819         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
821 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
823         * Version 23.2 released.
825 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
827         * international/mule.el (auto-coding-alist):  Only purecopy
828         car of each item, not the whole list (Bug#6083).
830 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
832         * progmodes/js.el (js-mode): Make paragraph variables local before
833         calling c-setup-paragraph-variables (Bug#6071).
835 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
837         * composite.el (compose-region, reference-point-alist): Fix typos
838         in the doc strings.
840 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
842         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
843         gnuplot's "set" command.
845 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
847         * abbrev.el (last-abbrev-text): Doc fix.
848         (abbrev-prefix-mark): Don't escape parenthesis.
850 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
852         * composite.el (find-composition): Doc fix.
854 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
856         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
857         (sql-oracle-program, sql-sqlite-options)
858         (sql-query-placeholders-and-send): Doc fixes.
859         (sql-set-product, sql-interactive-mode): Reflow docstrings.
860         (sql-imenu-generic-expression, sql-buffer)
861         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
862         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
863         (sql-mode-sybase-font-lock-keywords)
864         (sql-mode-informix-font-lock-keywords)
865         (sql-mode-interbase-font-lock-keywords)
866         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
867         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
868         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
869         (sql-product-feature, sql-highlight-product)
870         (comint-line-beginning-position, sql-rename-buffer)
871         (sql-toggle-pop-to-buffer-after-send-region)
872         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
873         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
874         Fix typos in docstrings.
876 2010-04-23  Juri Linkov  <juri@jurta.org>
878         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
879         property instead of `invisible' and `after-string' (bug#5998).
881 2010-04-23  Juri Linkov  <juri@jurta.org>
883         * image-mode.el (image-mode-as-text): Fix typo in docstring.
885 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
887         * filecache.el (file-cache-add-directory-list)
888         (file-cache-add-directory-recursively): Fix typos in docstrings.
890 2010-04-22  Kenichi Handa  <handa@m17n.org>
892         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
893         (gujarati-composable-pattern): Fix typo.
895 2010-04-20  Kenichi Handa  <handa@m17n.org>
897         * language/indian.el (oriya-composable-pattern)
898         (tamil-composable-pattern, malayalam-composable-pattern):
899         Add two-part vowels to "v" (vowel sign).
901 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
903         * files.el (copy-directory): Handle symlinks (Bug#5982).
905         * progmodes/compile.el (compilation-next-error-function):
906         Revert 2009-10-12 change (Bug#5983).
908 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
910         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
911         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
912         (Bug#5846).
914 2010-04-20  Glenn Morris  <rgm@gnu.org>
916         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
918         * minibuffer.el (completion-at-point): Doc fix.
920 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
922         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
923         Don't destroy list before using it.
925 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
927         Fix the version number for added files.
928         * vc-hg.el (vc-hg-working-revision): Check if the file is
929         registered after hg parent fails (Bug#5961).
931 2010-04-17  Glenn Morris  <rgm@gnu.org>
933         * htmlfontify.el (htmlfontify-buffer)
934         (htmlfontify-copy-and-link-dir): Autoload entry points.
936 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
938         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
939         name relative to the project root (Bug#5960).
941 2010-04-16  Glenn Morris  <rgm@gnu.org>
943         * vc-git.el (vc-git-print-log): Doc fix.
945 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
947         * ido.el (ido-file-internal): Fix 2009-12-02 change.
949 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
951         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
952         default settings (Bug#5928).
954 2010-04-10  Glenn Morris  <rgm@gnu.org>
956         * progmodes/fortran.el (fortran-match-and-skip-declaration):
957         New function.
958         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
960 2010-04-07  Kenichi Handa  <handa@m17n.org>
962         * language/indian.el (malayalam-composable-pattern): Fix previous
963         change (add U+0D4D "SIGN VIRAMA").
964         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
965         (tamil-composable-pattern): Fix typo in the regexp.
966         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
967         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
968         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
970 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
972         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
973         paragraph-separate (Bug#5821).
975 2010-04-05  Juri Linkov  <juri@jurta.org>
977         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
979         * info.el (Info-find-node-2): Comment out code that skips
980         breadcrumbs line.
981         (Info-mouse-follow-link): New command.
982         (Info-link-keymap): New keymap.
983         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
984         Return a string with links instead of inserting breadcrumbs
985         to the Info buffer.
986         (Info-fontify-node): Comment out code that inserts breadcrumbs.
987         Instead of putting the `invisible' text property over the Info
988         header, make an overlay over the Info header with the `invisible'
989         property and `after-string' set to the string returned by
990         `Info-breadcrumbs'.
992 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
994         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
995         Reported by monkey@sandpframing.com.
997 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
999         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1000         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1001         (semantic-imenu-goto-function): Reflow docstring.
1003 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1005         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1006         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1008 2010-03-30  Kenichi Handa  <handa@m17n.org>
1010         * language/sinhala.el (composition-function-table): Fix regexp for
1011         the new Unicode specification.
1013         * language/indian.el (devanagari-composable-pattern)
1014         (tamil-composable-pattern, kannada-composable-pattern)
1015         (malayalam-composable-pattern): Adjust for the new Unicode
1016         specification.
1017         (bengali-composable-pattern, gurmukhi-composable-pattern)
1018         (gujarati-composable-pattern, oriya-composable-pattern)
1019         (telugu-composable-pattern): New variables to cope with the new
1020         Unicode specification.  Use them in composition-function-table.
1022 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         Make tmm-menubar work for the Buffers menu again (bug#5726).
1025         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1026         vectors rather than cons cells, as used in menu-bar-update-buffers.
1028 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1030         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1031         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1032         electric punctuation for "{}();,:" (Bug#5586).
1034         * mail/sendmail.el (mail-default-directory): Doc fix.
1036 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1038         * mail/sendmail.el (mail-default-directory): Doc fix.
1040 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1042         * subr.el (version-regexp-alist, version-to-list)
1043         (version-list-<, version-list-=, version-list-<=)
1044         (version-list-not-zero, version<, version<=, version=): Doc fix.
1045         (Bug#5744).
1047 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1048             Nick Roberts  <nickrob@snap.net.nz>
1050         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1051         (gdb-init-1): Use it.
1053 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1055         * vc.el (vc-root-diff): Doc fix.
1057 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1059         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1061         * simple.el (append-to-buffer): Fix last change.
1063 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1065         * simple.el (append-to-buffer): Ensure that point is preserved if
1066         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1067         (Bug#5749)
1069 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1072         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1073         not be present any more.
1075 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1077         * faces.el (set-face-attribute): Fix typo in docstring.
1078         (face-valid-attribute-values): Reflow docstring.
1080         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1082 2010-03-23  Glenn Morris  <rgm@gnu.org>
1084         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1086 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1088         * indent.el (indent-for-tab-command): Doc fix.
1090 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1092         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1093         (image-dired-read-comment): Doc fix.
1095         * json.el (json-object-type, json-array-type, json-key-type)
1096         (json-false, json-null, json-read-number):
1097         * minibuffer.el (completion-in-region-functions):
1098         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1099         (cal-tex-cursor-week):
1100         * emacs-lisp/trace.el (trace-function):
1101         * eshell/em-basic.el (eshell/printnl):
1102         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1103         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1104         * obsolete/levents.el (allocate-event, event-key, event-object)
1105         (event-point, event-process, event-timestamp, event-to-character)
1106         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1107         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1108         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1109         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1110         (reftex-highlight-selection): Fix typos in docstrings.
1112 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1114         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1116 2010-03-18  Glenn Morris  <rgm@gnu.org>
1118         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1119         2008-02-13 without comment; mark it obsolete.
1120         (rmail-highlight-headers): Use rmail-highlight-face once more.
1122 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1124         * woman.el (woman2-process-escapes): Only consume the newline if
1125         the filler character is on a line by itself (Bug#5729).
1127 2010-03-16  Kenichi Handa  <handa@m17n.org>
1129         * language/indian.el (devanagari-composable-pattern): Add more
1130         consonants.
1132 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1134         * net/trampver.el: Update release number.
1136 2010-03-13  Glenn Morris  <rgm@gnu.org>
1138         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1140 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1142         * net/tramp.el (tramp-find-executable):
1143         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1144         output of "wc -l" more robust.
1145         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1146         (tramp-open-connection-setup-interactive-shell): Remove workaround
1147         for OpenSolaris bug, it is not needed anymore.
1149 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
1151         * cedet/semantic/imenu.el: New file, from the CEDET repository
1152         (Bug#5412).
1154 2010-03-12  Glenn Morris  <rgm@gnu.org>
1156         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1158 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1160         * files.el (auto-mode-alist): Accept more verilog file patterns.
1162 2010-03-09  Miles Bader  <miles@gnu.org>
1164         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1165         instead of "format:"; this ensures that the output is
1166         newline-terminated.
1168 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1170         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1171         that all errors are caught, and that the return value is always a
1172         list (Bug#5692).
1174 2010-03-08  Kenichi Handa  <handa@m17n.org>
1176         * language/misc-lang.el (windows-1256): New coding system.
1177         (cp1256): New alias of windows-1256 (bug#5690).
1179 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1181         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1182         call to rfc822-bad-address.  (Bug#5692)
1184 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1186         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1187         Use vc-git-root as default directory for revision path (Bug#5657).
1189 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1191         * calculator.el (calculator): Don't bind split-window-keep-point
1192         (Bug#5674).
1194 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * vc-git.el: Re-flow to fit into 80 columns.
1197         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1198         Remove spurious `quote' element in each case alternative.
1199         (vc-git-show-log-entry): Use prog1.
1200         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1202 2010-03-06  Glenn Morris  <rgm@gnu.org>
1204         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1205         Update template copyright to GPLv3+.
1207 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1211 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1213         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1214         definition, not the name (Bug#5481).
1216 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1218         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1219         argument with a local variable.  (Bug#5670)
1221 2010-03-02  Juri Linkov  <juri@jurta.org>
1223         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1225 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1227         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1228         error when FILENAME and NEWNAME are existing remote directories.
1230         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1231         parameter DIR-FLAG.
1233 2010-03-02  Glenn Morris  <rgm@gnu.org>
1235         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1236         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1238 2010-03-01  Kenichi Handa  <handa@m17n.org>
1240         * language/burmese.el (burmese-composable-pattern): Rename from
1241         myanmar-composable-pattern.
1243         * international/characters.el (script-list):
1244         * international/fontset.el (script-representative-chars):
1245         Change myanmar to burmese.
1246         (otf-script-alist): Likewise.
1247         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1249 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1251         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1253 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1255         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1257 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1259         * net/tramp.el (tramp-handle-write-region): START can be a string.
1260         Take care in the checks.  Reported by Dan Davison
1261         <davison@stats.ox.ac.uk>.
1263 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1265         * net/dbus.el (dbus-introspect, dbus-get-property)
1266         (dbus-set-property, dbus-get-all-properties): Use
1267         `dbus-call-method' when noninteractive.  (Bug#5645)
1269 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1271         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1272         * emacs-lisp/elint.el (elint-add-required-env):
1273         * cedet/semantic/db-find.el
1274         (semanticdb-find-translate-path-brutish-default):
1275         * cedet/ede/make.el (ede-make-check-version):
1276         * calendar/icalendar.el (icalendar--add-diary-entry):
1277         * calc/calcalg2.el (math-tracing-integral):
1278         * files.el (recover-session-finish): Use with-current-buffer
1279         instead of save-excursion.
1281 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1283         Fix in-buffer completion when after-change-functions modify the buffer.
1284         * minibuffer.el (completion--replace): New function.
1285         (completion--do-completion): Use it and use relative movement.
1287 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1289         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1291 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1293         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1294         Allow the characters _<> in the stack entry (Bug#5653).
1296 2010-02-26  Kenichi Handa  <handa@m17n.org>
1298         * language/burmese.el: Fix entries in composition-function-table.
1299         (myanmar-composable-pattern): New variable.
1301         * international/fontset.el (setup-default-fontset): Add an entry
1302         for myanmar.
1304         * international/characters.el (script-list): Add Myanmar
1305         Extended-A.
1307 2010-02-26  Glenn Morris  <rgm@gnu.org>
1309         * custom.el (custom-initialize-delay): Doc fix.
1311         * mail/sendmail.el (send-mail-function): Autoload the call
1312         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1314 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1316         * files.el (hack-local-variables-filter): For eval forms, also
1317         check safe-local-variable-p (Bug#5636).
1319 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1321         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1322         and use c(ad)r of cddr (Bug#5640).
1324 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1326         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1327         setting the modes by `ignore-errors'.  It might fail, for example
1328         if the file is not owned by the user but the group.
1329         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1331 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1333         * files.el (directory-listing-before-filename-regexp): Use
1334         stricter matching for iso-style dates, to avoid false matches with
1335         date-like filenames (Bug#5597).
1337         * htmlfontify.el (htmlfontify): Doc fix.
1339         * eshell/eshell.el (eshell): Doc fix.
1341         * startup.el (fancy-about-screen): In mode-line, apply
1342         mode-line-buffer-id face only to the buffer name (Bug#5613).
1344 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1346         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1347         In `watcom' anchor regexp to start of line, to avoid slowness
1348         (Bug#5599).
1350 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1352         * subr.el (remove-yank-excluded-properties): Explain in a comment
1353         why `category' property is removed.
1355 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1357         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1358         2010-02-17 change.
1360 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1362         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1363         (icalendar--convert-weekly-to-ical)
1364         (icalendar--convert-yearly-to-ical)
1365         (icalendar--convert-block-to-ical)
1366         (icalendar--convert-cyclic-to-ical)
1367         (icalendar--convert-anniversary-to-ical): Take care of time
1368         specifications where hour has 1-digit only (Bug#5549).
1370 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1372         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1373         of disassemble output in GDB 7.1.
1375 2010-02-19  Glenn Morris  <rgm@gnu.org>
1377         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1378         property.  (Bug#5593)
1380 2010-02-18  Sam Steingold  <sds@gnu.org>
1382         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1384 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         Use abbreviated file names in bookmarks (bug#5591).
1387         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1388         calls to expand-file-name.
1389         (bookmark-relocate): Use abbreviated file names in bookmarks.
1390         (bookmark-load): Use abbreviated file names in messages.
1392 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1394         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1395         expand "." and "..".  Reported by Thierry Volpiatto
1396         <thierry.volpiatto@gmail.com>.
1398 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1400         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1401         permissions of the temporary file to "0600".  In case the remote
1402         file has no read permissions for the owner, there might be
1403         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1405 22010-02-18  Glenn Morris  <rgm@gnu.org>
1407         * emacs-lisp/authors.el (authors-renamed-files-alist):
1408         Add entries for INSTALL.CVS.
1410 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1412         * vc-bzr.el: Fix typo in Known Bugs section.
1414         * isearch.el (isearch-update-post-hook): New hook.
1415         (isearch-update): Use the new hook.
1417 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1419         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1420         Fix errors in copying directories.
1421         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1422         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1423         (tramp-handle-delete-file)
1424         (tramp-handle-dired-recursive-delete-directory)
1425         (tramp-handle-write-region): Flush also the cache for the upper
1426         directory.
1428 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1430         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1432         * cus-edit.el (hardware): Doc fix.
1434         * man.el (man): Add to external custom group.
1436         * delim-col.el (columns): Move to wp custom group.
1438         * doc-view.el (doc-view): Add to data custom group.
1440         * cedet/data-debug.el (data-debug): Move to extensions group.
1442         * cedet/ede.el (ede):
1443         * cedet/srecode.el (srecode):
1444         * cedet/semantic.el (semantic): Put in tools and extensions group.
1446         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1448         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1449         by ispell-parse-output (Bug#5575).
1451 2010-02-16  Kenichi Handa  <handa@m17n.org>
1453         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1454         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1455         (skkdic-convert): Use `euc-japan' coding system for writing.
1457 2010-02-16  Glenn Morris  <rgm@gnu.org>
1459         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1460         tex-main-file before using it.  (Bug#5562)
1462 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1465         warnings, since it is annoying for the user to see them each time he
1466         runs the code.
1468 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1470         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1471         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1472         instead of PROC for caching "first-password-request".  Otherwise,
1473         new processes would not profit from passwords already entered.
1475         * net/tramp-cache.el (tramp-dump-connection-properties):
1476         Don't save "first-password-request" property.
1478 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1480         * outline.el (outline-head-from-level):
1481         * simple.el (with-wrapper-hook):
1482         * cedet/ede.el (ede-run-target, project-delete-target)
1483         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1484         (ede-adebug-project, ede-adebug-project-parent)
1485         (ede-adebug-project-root):
1486         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1487         (elint-defun, elint-buffer-env, elint-top-form-logged)
1488         (elint-unbound-variable):
1489         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1490         Fix typos in docstrings.
1492 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1494         * files.el (insert-directory): When WILDCARD-REGEXP and
1495         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1496         whole directory.  (Bug#5551)
1498         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1499         dired's alignment sanity.  (Bug#5516)
1501 2010-02-14  Juri Linkov  <juri@jurta.org>
1503         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1504         Remove remaining ^H with their preceding chars.  (Bug#5566)
1506 2010-02-13  Glenn Morris  <rgm@gnu.org>
1508         * simple.el (transpose-subr): Give it a doc-string.
1510         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1511         Doc fixes.
1513 2010-02-12  Juri Linkov  <juri@jurta.org>
1515         * arc-mode.el (archive-unique-fname): Make directories for nested
1516         archives.  (Bug#5540)
1518 2010-02-12  Juri Linkov  <juri@jurta.org>
1520         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1522 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * subr.el (copy-overlay): Handle deleted overlays.
1526         * man.el (Man-completion-table): Don't signal an error if we can't run
1527         manual-program (bug#4056).
1529 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1531         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1533 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1535         * info.el (Info-bookmark-jump): Simplify.
1537         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1538         (bookmark-default-handler): Accept new bookmark field `buffer'.
1540 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1542         * iswitchb.el (iswitchb-completions): Revert last change.
1544 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1546         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1547         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1548         This prevents file names like "~/" being listed literally.
1550 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1553         Remove dead code.  (Bug#5546)
1555 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1557         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1558         correctly (Bug#5548).
1560 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1562         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1563         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1565 2010-02-08  Kenichi Handa  <handa@m17n.org>
1567         * international/mule-util.el (with-coding-priority): Add autoload
1568         cookie for putting `lisp-indent-function'.
1570 2010-02-07  Glenn Morris  <rgm@gnu.org>
1572         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1573         Move F2003 named interfaces from keywords-2 to keywords-1, and
1574         use function-name-face rather than constant-face.
1575         Simplify "abstract interface" regexp.
1577 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1579         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1580         ID-FORMAT.  Pass it to `file-attributes'.
1582         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1584 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1586         * faces.el (set-face-attribute): Allow calling
1587         internal-set-lisp-face-attribute with 'unspecified family and
1588         foundry argument (Bug#5536).
1590 2010-02-07  Glenn Morris  <rgm@gnu.org>
1592         * progmodes/f90.el (f90-font-lock-keywords-2)
1593         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1594         Handle F2003 named interfaces.
1596 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1598         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1599         beg and end before calling c-get-state-before-change-functions.
1601 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1603         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1605 2010-02-05  Juri Linkov  <juri@jurta.org>
1607         * doc-view.el (doc-view-mode):
1608         * image-mode.el (image-mode): Put property mode-class=special.
1609         (Bug#4896)
1611 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1613         * vc-svn.el (vc-svn-revision-table): New function.
1615 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1617         * net/ange-ftp.el (ange-ftp-insert-directory):
1618         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1619         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1620         Handle also directories.  (Bug#5478)
1622 2010-02-05  Glenn Morris  <rgm@gnu.org>
1624         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1626 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1628         * startup.el (command-line-1): Convert options beginning with a
1629         single dash as well (Bug#5519).
1631 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1634         * minibuffer.el (completion-initials-expand): Only check the presence
1635         of delims *within* the boundaries, since otherwise the / delim is
1636         always found for files.
1638         Fix up various corner case problems.
1639         * doc-view.el (doc-view-last-page-number): New function.
1640         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1641         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1642         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1643         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1644         (doc-view-convert-current-doc): Don't create the resolution.el file
1645         here any more.
1646         (doc-view-pdf/ps->png): Do it here instead.
1647         (doc-view-already-converted-p): Check that resolution.el is present.
1648         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1649         windows that are not yet showing images.
1651 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1653         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1654         `dired-uncache' for every elemnt which is an absolute file name.
1656         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1657         directory, handle its directory component.
1658         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1659         function is called permanently and creates noise, otherwise.
1661         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1662         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1663         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1665 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1667         * macros.el (apply-macro-to-region-lines):
1668         Minor simplification.  (Bug#5485)
1670 2010-02-04  Glenn Morris  <rgm@gnu.org>
1672         * mail/rmail.el (rmail-show-message-1): Handle malformed
1673         quoted-printable text.  (Bug#5441)
1675         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1677         * simple.el (visual-line-mode): Capitalize lighter.
1679 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1681         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1682         list of files considered for "virtual buffer" completions.
1684 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1686         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1687         also in case of (and (not full) (not wildcard)). This is needed,
1688         when dired is called with a list of files, which are not in
1689         `default-directory'.  (Bug#5478)
1691 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1695 2010-02-02  Juri Linkov  <juri@jurta.org>
1697         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1698         from unidiff to allow function-line after @@.
1700 2010-02-02  Juri Linkov  <juri@jurta.org>
1702         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1703         '(RCS SCCS) with inverted condition.
1705 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1707         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1708         messages.
1710 2010-02-01  Juri Linkov  <juri@jurta.org>
1712         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1713         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1714         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1715         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1717 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1720         (doc-view-revert-buffer): New command.
1721         (doc-view-mode-map): Use it.
1723 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1725         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1726         pending merge is detected.
1728 2010-01-31  Juri Linkov  <juri@jurta.org>
1730         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1731         beginning of interactive spec like all other grep commands do.
1732         Put "all" in front of "gz".  (Bug#5260)
1734 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1736         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1738 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1740         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1741         regexp is incorrect (Bug#5476).
1743 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1745         * net/tramp.el (tramp-handle-insert-directory): Handle also
1746         symlinks, when FILENAME is not in `default-directory'.
1748 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1751         FILE is not in `default-directory'.  (Bug#5478)
1753         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1754         of SWITCHES.  Handle the case, FILENAME is not in
1755         `default-directory'.  (Bug#5478)
1756         (tramp-register-file-name-handlers): Add safe-magic property.
1758 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1760         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1761         unzip (Bug#5475).
1763 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1765         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1766         (flymake-master-make-header-init): Add other C++ filename masks.
1767         (flymake-find-possible-master-files)
1768         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1770 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1772         Fix some busybox annoyances.
1774         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1775         not responding." string.
1776         (tramp-open-connection-setup-interactive-shell): Dump stty
1777         settings.  Enable "neveropen" arg for all `tramp-send-command'
1778         calls.  Handle "=" in variable values properly.
1779         (tramp-find-inline-encoding): Raise an error, when no encoding is
1780         found.
1781         (tramp-wait-for-output): Check, whether PROC buffer is available.
1782         Remove spurious " ^H" sequences, sent by busybox.
1783         (tramp-get-ls-command): Suppress coloring, if possible.
1785 2010-01-28  Glenn Morris  <rgm@gnu.org>
1787         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1789         * log-edit.el (log-edit-strip-single-file-name): Add missing
1790         :safe, :group, and :version tags.
1792 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1794         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1795         buffers.  (Bug#5477)
1797 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1799         * files.el (delete-directory): Handle moving to trash without
1800         first doing recursion (Bug#5436).
1802 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1804         * vc-hooks.el (vc-path): Mark as obsolete.
1806 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1808         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1809         names too.
1811         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1812         for the short log.
1813         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1815 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1817         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1819         * vc-bzr.el (vc-bzr-revision-table): New function.
1821 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1823         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1824         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1826 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1828         Remove support for adding --signoff on commit.
1829         Future support will use an incompatible generic mechanism.
1830         * vc-git.el (vc-git-add-signoff): Remove variable.
1831         (vc-git-toggle-signoff): Remove function.
1832         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1834         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1835         from xterm-set-background-mode.  Return t if the background mode
1836         was set.
1837         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1838         earlier, call it again in case the background mode has changed.
1840 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1842         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1843         (Bug#3541).
1845 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1847         * emacs-lisp/assoc.el (aelement): Doc fix.
1848         (aput, adelete, amake): Use lexical-let (Bug#5450).
1850 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1852         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1853         is the same as subprogram call, not declaration.  (Bug#5435).
1855 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1857         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1858         (tramp-smb-maybe-open-connection): Use it.
1860 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1862         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1864 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1867         just because we see "encoding: 8bit".
1868         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1870 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1872         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1874 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1876         * jka-compr.el (jka-compr-load): If load-file is not in
1877         load-history, try its file-truename version.  (bug#5447)
1879 2010-01-21  Alan Mackenzie  <acm@muc.de>
1881         Fix a situation where deletion of a cpp construct throws an error.
1882         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1883         invoking c-with-all-but-one-cpps-commented-out, check that the
1884         special cpp construct is still in the buffer.
1885         (c-parse-state): Record the special cpp with markers, not numbers.
1887 2010-01-21  Kenichi Handa  <handa@m17n.org>
1889         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1890         process last-command-event, as it is now decoded first (Bug#5380).
1892 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1894         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1896 2010-01-20  Glenn Morris  <rgm@gnu.org>
1898         * indent.el (tab-always-indent): Fix custom-type.
1900 2010-01-19  Alan Mackenzie  <acm@muc.de>
1902         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1903         buffer throws "args out of range".
1904         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1905         playing the role of delimiter.
1907 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1909         * progmodes/ada-mode.el: Fix bug#5400.
1910         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1911         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1912         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1913         Improve comments in "is" portion.  Handle null procedure declaration.
1914         (ada-move-to-end): Improve doc string.
1916 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1918         * ido.el (ido-cur-list): Initialize to nil.
1919         Remove obsolete information from commentary.
1920         (ido-choice-list): Initialize to nil.
1921         (ido-get-bufname): Reject minibuffers.
1922         (ido-make-buffer-list): If "default" is a nonexistent
1923         buffer, ignore it, as per the function's comment.
1924         (ido-kill-buffer-internal): New function.
1925         (ido-kill-buffer-at-head): Use it.
1926         (ido-visit-buffer): Likewise.
1928 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1930         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1932 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1934         * cedet/ede/locate.el (ede-locate-file-in-project)
1935         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1936         (ede-enable-locate-on-project): Fix typos in error messages.
1938         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1939         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1940         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1941         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1942         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1943         Fix typos in menu help.
1945         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1946         Fix typos in chart titles.
1948         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1949         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1950         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1951         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1952         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1953         (semantic-parse-stream, semantic-parse-region)
1954         (semantic-parse-region-default, semantic--set-buffer-cache)
1955         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1956         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1957         (semantic-default-submodes):
1958         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1959         (semanticdb-create-ebrowse-database)
1960         (semanticdb-find-tags-for-completion-method)
1961         (semanticdb-find-tags-by-class-method)
1962         (semanticdb-deep-find-tags-by-name-method)
1963         (semanticdb-deep-find-tags-for-completion-method):
1964         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1965         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1966         (semanticdb-find-tags-for-completion-method)
1967         (semanticdb-find-tags-by-class-method)
1968         (semanticdb-deep-find-tags-for-completion-method):
1969         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1970         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1971         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1972         (semanticdb-find-tags-by-name-method)
1973         (semanticdb-find-tags-by-name-regexp-method)
1974         (semanticdb-find-tags-for-completion-method)
1975         (semanticdb-find-tags-by-class-method)
1976         (semanticdb-find-tags-external-children-of-type-method)
1977         (semanticdb-find-tags-subclasses-of-type-method)
1978         (semanticdb-deep-find-tags-by-name-method)
1979         (semanticdb-deep-find-tags-by-name-regexp-method)
1980         (semanticdb-deep-find-tags-for-completion-method):
1981         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1982         (semanticdb-enable-gnu-global-in-buffer)
1983         (semanticdb-find-tags-for-completion-method)
1984         (semanticdb-deep-find-tags-by-name-method)
1985         (semanticdb-deep-find-tags-for-completion-method):
1986         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1987         (javascript-mode, semanticdb-find-translate-path)
1988         (semanticdb-find-tags-for-completion-method)
1989         (semanticdb-find-tags-by-class-method)
1990         (semanticdb-deep-find-tags-by-name-method)
1991         (semanticdb-deep-find-tags-for-completion-method)
1992         (semanticdb-find-tags-external-children-of-type-method):
1993         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1994         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1995         (global-semantic-idle-scheduler-mode):
1996         * cedet/srecode/dictionary.el (srecode-field-value)
1997         (srecode-dictionary-add-section-dictionary):
1998         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1999         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2000         (describe-class, eieio-describe-generic, describe-generic):
2001         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2002         (eieio-speedbar-expand):
2003         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2004         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2005         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2006         (viper-del-backward-char-in-replace, viper-backward-indent)
2007         (viper-brac-function, viper-register-to-point, viper-submit-report):
2008         * net/tramp.el (tramp-remote-coding-commands):
2009         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2010         Fix typos in docstrings.
2012 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2014         * mail/sendmail.el (mail-yank-original): Set the mark if the
2015         specified function for yanking does not do it.
2017 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2019         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2021         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2022         resyncing a directory.
2024 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2026         * progmodes/ada-mode.el: Fix bug#1920.
2027         (ada-ident-re): Delete ., allow multibyte characters.
2028         (ada-goto-label-re): New; matches goto labels.
2029         (ada-block-label-re): New; matches block labels.
2030         (ada-label-re): New; matches both.
2031         (ada-named-block-re): Deleted; callers changed to use
2032         `ada-block-label-re' instead.
2033         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2034         Use `ada-block-label-re'.
2035         (ada-indent-on-previous-lines): Improve handling of goto labels.
2036         (ada-get-indent-block-start): Special-case block label.
2037         (ada-get-indent-label): Split into `ada-indent-block-label' and
2038         `ada-indent-goto-label'.
2039         (ada-goto-stmt-start, ada-goto-next-non-ws):
2040         Optionally ignore goto labels.
2041         (ada-goto-next-word): Simplify.
2042         (ada-indent-newline-indent-conditional): Insert newline before
2043         trying to fix indentation; doc fix.
2045 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2047         * calc/calc.el (calc-command-flags): Give it an initial value.
2049 2010-01-17  Glenn Morris  <rgm@gnu.org>
2051         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2053 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2055         * cedet/semantic.el (semantic-mode):
2056         * files.el (minibuffer-with-setup-hook):
2057         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2058         (artist-key-draw-continously, artist-key-do-continously-continously)
2059         (artist-key-set-point-continously, artist-mouse-draw-continously):
2060         Fix typos in docstrings.
2062 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2064         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2065         return t (Bug#3898).
2067 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2069         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2070         can parse the output of the external commands (Bug#5279).
2072 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2074         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2076 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2078         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2080         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2082         * startup.el (command-line): Remove unused --icon-type arg.
2083         Handle --display arg, passing it to command-line-1 (Bug#5392).
2085 2010-01-16  Mario Lang  <mlang@delysid.org>
2087         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2088         * cedet/ede/files.el (ede-expand-filename):
2089         * cedet/ede/simple.el (ede-simple-project):
2090         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2091         (semantic-complete-inline-tag-engine):
2092         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2093         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2094         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2095         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2096         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2097         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2098         * emacs-lisp/chart.el (chart-translate-namezone):
2099         * textmodes/artist.el (artist-compute-popup-menu-table):
2100         Remove duplicated words in doc-strings.
2102 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2104         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2105         to mairix-search to suppress threading (Bug#5342).
2107 2010-01-15  Kenichi Handa  <handa@m17n.org>
2109         * international/mule-cmds.el (canonicalize-coding-system-name):
2110         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2112 2010-01-15  Glenn Morris  <rgm@gnu.org>
2114         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2116         * wid-edit.el (widget-keymap): Doc fix.
2118         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2119         former seems to be more widely accepted by various svn versions.
2121 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2123         * find-cmd.el (find-constituents):
2124         * vc-arch.el (vc-arch-root):
2125         * window.el (window-body-height, pop-up-frames):
2126         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2127         (semantic-no-reparse-needed-change-hook):
2128         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2129         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2130         (srecode-template-inserter-ask, srecode-template-inserter-width)
2131         (srecode-template-inserter-section-start)
2132         (srecode-template-inserter-section-end, srecode-insert-method):
2133         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2134         * progmodes/ada-stmt.el (ada-if):
2135         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2136         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2137         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2138         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2140         * progmodes/flymake.el (flymake-post-syntax-check):
2141         Fix typo in error message.
2143 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2145         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2146         which is always a string.  (Bug#5313)
2148 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2150         * progmodes/ada-xref.el (ada-default-prj-properties):
2151         Simplify previous change.
2153 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2155         * progmodes/ada-xref.el (ada-default-prj-properties):
2156         Default ada_project_path to $ADA_PROJECT_PATH.
2158 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2160         * progmodes/ada-mode.el (ada-create-keymap):
2161         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2163 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2165         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2166         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2167         (ada-get-current-indent, ada-imenu-generic-expression)
2168         (ada-which-function): Check for it.
2170 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2172         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2173         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2175 2010-01-14  Glenn Morris  <rgm@gnu.org>
2177         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2179 2010-01-14  Kenichi Handa  <handa@m17n.org>
2181         * composite.el (auto-composition-mode): Make it a buffer local
2182         variable (permanent-local).
2183         (auto-composition-function): Set the default value to
2184         auto-compose-chars.
2185         (auto-composition-mode): Make it a simple function, not a minor mode.
2186         (global-auto-composition-mode): Likewise.
2187         (turn-on-auto-composition-if-enabled): Delete it.
2189 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2191         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2193 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2195         * files.el (copy-directory): Compute target for recursive
2196         directories with identical names.  (Bug#5343)
2198 2010-01-12  Glenn Morris  <rgm@gnu.org>
2200         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2201         it to bug-gnu-emacs rather than emacs-pretest-bug.
2203 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2205         * cedet/data-debug.el (data-debug): Fix customization group reference.
2207 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2209         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2210         (semantic-analyze-context, semantic-analyze-context-assignment)
2211         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2212         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2213         (semantic-java-doc-keywords-map):
2214         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2215         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2216         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2217         (semantic-c-classname, semantic-format-tag-uml-prototype)
2218         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2219         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2220         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2221         (semantic-get-local-variables, semantic-end-of-command)
2222         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2223         (lisp-mode):
2224         * cedet/semantic/bovine/make.el (makefile-mode):
2225         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2226         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2227         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2228         (semantic-lex, semantic-get-local-variables, python-mode):
2229         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2230         * cedet/srecode/extract.el (srecode-extract-state-set)
2231         (srecode-extract-method): Fix typos in docstrings.
2233 2010-01-11  Sam Steingold  <sds@gnu.org>
2235         * imenu.el (imenu-default-create-index-function): Detect infinite
2236         loops caused by imenu-prev-index-position-function.
2238 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2240         * htmlfontify.el (htmlfontify-load-rgb-file)
2241         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2242         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2243         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2244         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2245         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2246         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2247         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2248         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2249         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2250         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2251         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2252         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2253         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2254         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2255         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2256         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2257         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2258         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2259         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2260         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2261         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2262         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2263         backslash-quoting from parentheses, etc.
2265 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2267         * progmodes/js.el: Autoload javascript-mode alias.
2269 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2271         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2272         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2273         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2274         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2275         Fix typos in docstrings.
2276         (ffap-url-regexp): Doc fix.
2277         (ffap-at-mouse): Fix typo in message.
2279 2010-01-11  Glenn Morris  <rgm@gnu.org>
2281         * version.el (emacs-copyright): Set copyright year to 2010.
2283 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * format.el (format-annotate-function): Only set
2286         write-region-post-annotation-function after running to-fn so as not to
2287         affect nested write-region calls (bug#5273).
2289 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2291         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2292         Add python parser.
2294         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2295         wisent/python.el.
2297 2010-01-10  Richard Kim  <emacs18@gmail.com>
2299         * cedet/semantic/wisent/python-wy.el:
2300         * cedet/semantic/wisent/python.el: New files.
2302 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2304         * man.el (Man-goto-section): Signal error if the section is not
2305         found (Bug#5317).
2307 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2309         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2310         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2312 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2314         * progmodes/compile.el: Don't treat compile-command as safe if
2315         compilation-read-command might be nil (Bug#4218).
2317 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2319         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2320         NS options.
2322 2010-01-08  Kenichi Handa  <handa@m17n.org>
2324         * international/fontset.el (build-default-fontset-data):
2325         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2327 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2329         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2330         to `create-file-buffer' as it expects, not just a buffer name.
2331         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2332         to help uniquify.  (Bug#3224)
2334 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2336         * font-setting.el (font-setting-change-default-font): Use user-spec
2337         instead of name.
2339 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2341         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2343 2010-01-05  Tom Tromey  <tromey@redhat.com>
2345         * progmodes/python.el (python-font-lock-keywords):
2346         Handle qualified decorators (Bug#881).
2348 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2350         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2351         in a lightweight checkout.
2353 2010-01-05  Kenichi Handa  <handa@m17n.org>
2355         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2357 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2359         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2361 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2363         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2364         checkouts.  (Bug#618)
2365         (vc-bzr-log-view-mode): Also highlight the author.
2366         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2367         (vc-bzr-shelve-menu-map):
2368         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2369         (vc-bzr-shelve-apply): Make prompt more explicit.
2371 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2373         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2374         They are valid characters in URL paths (rfc3986), and at least
2375         Firefox does not understand the encoded version (Bug#3166).
2377 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2379         * progmodes/octave-mod.el (octave-end-keywords)
2380         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2381         Add "end" keyword (Bug#3061).
2382         (octave-end-as-array-index-p): New function.
2383         (calculate-octave-indent): Use it.
2385 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2387         * bookmark.el: Consistently put the text property on the bookmark name.
2388         (bookmark-bmenu-marks-width): Bump back to 2, to include
2389         annotation marks.
2390         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2391         property on the bookmark name, instead of not putting it at all.
2392         (bookmark-bmenu-list): Fix where we put the text property.
2394 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2396         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2397         for showing buffer modified state (as added in the previous change).
2399 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2401         * bookmark.el: Show modified state of bookmark buffer more accurately.
2402         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2403         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2404         (with-buffer-modified-unmodified): New macro.
2405         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2406         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2407         Use new macro to preserve the buffer modified state.
2409 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2411         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2412         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2413         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2414         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2415         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2416         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2417         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2419 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2421         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2422         Make the lines in the generated doc string shorter.  (Bug#4668)
2424 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2426         * net/rcirc.el: Add follow-link binding (Bug#4738).
2428 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2430         * Makefile.in (bzr-update): Rename from cvs-update.
2431         (cvs-update): New target for backward compatibility.
2433         * makefile.w32-in (bzr-update): Rename from cvs-update.
2434         (cvs-update): New target for backward compatibility.
2436 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2438         * bookmark.el: Remove gratuitous gratitude.
2440 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2442         * bookmark.el (bookmark-bmenu-any-marks): New function
2443         (bookmark-bmenu-save): Clear buffer modification if no marks.
2445 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2447         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2448         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2449         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2450         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2452         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2453         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2454         To: emacs-devel {_AT_} gnu.org
2455         Subject: bookmark.el bug report
2456         Date: Mon, 28 Dec 2009 14:19:16 +0800
2457         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2459 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2461         * bookmark.el: Improvements suggested by Drew Adams:
2462         (bookmark-bmenu-ensure-position): New name for
2463         `bookmark-bmenu-check-position'.  Just ensure the position,
2464         don't return any meaningful value.
2465         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2466         New constants.
2468 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2470         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2471         (bookmark-yank-point, bookmark-bmenu-check-position):
2472         Fix typos in docstrings.
2473         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2474         (bookmark-name-from-full-record, bookmark-get-position)
2475         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2476         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2477         Remove useless quoting of parenthesis, etc. in docstrings.
2479         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2480         (ediff-append-custom-diff): Fix typo in error message.
2481         (ediff-meta-mark-equal-files): Fix typos in messages.
2483         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2485         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2486         Fix typo in docstring.
2488         * net/imap-hash.el (imap-hash-make): Doc fix.
2489         (imap-hash-test): Fix typo in error message; reflow docstring.
2490         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2491         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2492         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2493         Fix typos in docstrings.
2494         (imap-hash-open-connection): Fix typo in error message.
2496         * play/gomoku.el (gomoku): Fix typos in docstring.
2498         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2499         (gdb-jsonify-buffer): Fix typos in docstring.
2500         (gdb-goto-breakpoint): Fix typo in error message.
2501         ("Display Other Windows"): Fix typo in help message.
2502         (gdb-speedbar-expand-node): Fix typo in question.
2504         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2505         (idlwave-html-system-help-location, idlwave-html-help-location)
2506         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2507         (idlwave-help-browser-generic-args, idlwave-help-directory)
2508         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2509         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2510         (idlwave-online-help, idlwave-help-html-link)
2511         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2512         Fix typos in docstrings.
2513         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2514         Reflow docstrings.
2515         (idlwave-help-assistant-start): Fix typo in error message.
2517         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2518         (octave-electric-space): Fix typos in docstrings.
2520 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2522         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2524 2010-01-01  Juri Linkov  <juri@jurta.org>
2526         * comint.el (comint-input-ring-size): Make it a defcustom and
2527         increase the default to 500 (Bug#5148).
2529 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2531         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2532         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2533         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2535 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2537         Show working revision correctly for mercurial.
2538         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2539         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2541 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2543         Declare some functions for the byte-compiler.
2544         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2545         (speedbar-timer-fn, speedbar-change-expand-button-char)
2546         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2548 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2550         This changeset reverts GDB Graphical Interface to use annotations.
2551         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2553 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2555         Make vc-dir work on subdirectories of the bzr root.
2556         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2557         file names relative to it.
2558         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2559         relative directory to vc-bzr-after-dir-status.
2561 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2563         * font-lock.el (font-lock-refresh-defaults): New function, which
2564         can be used to let font-lock react to external changes in
2565         variables like font-lock-defaults and keywords.
2566         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2568 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2570         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2572         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2574 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2576         Supersede color.diff settings in git log (bug#5211).
2578         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2579         escape chars in its output when the user has color.diff set to `always'.
2580         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2582 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2584         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2585         node.  Keep previous "Index" name to work with past coreutils too.
2587         * man.el (man): Revise docstring a bit to show -a and -l as
2588         examples.  Add -k description since support for it has otherwise
2589         been a secret.  (Further to bug#3717.)
2590         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2591         "no matches" rather than "Can't find manpage", as the latter reads
2592         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2594 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2596         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2597         switches.  Check also for //SUBDIRED// line.
2599 2009-12-25  Kenichi Handa  <handa@m17n.org>
2601         * language/indian.el (devanagari-composable-pattern): Fixed to
2602         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2603         Devanagari.
2604         (malayalam-composable-pattern): Fix previous change.
2606 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2608         * ps-print.el (ps-face-attributes): It was not returning the
2609         attribute face for faces specified as string.  Reported by harven
2610         <harven@free.fr>.  (Bug#5254)
2611         (ps-print-version): New version 7.3.5.
2613 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2615         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2616         timezone names.
2617         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2618         (icalendar--add-diary-entry): Remove the trailing blank that
2619         diary-make-entry inserts.
2621 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2623         Make `file-expand-wildcards' work for remote files.
2625         * files.el (file-expand-wildcards): In case of remote files, check
2626         only local file name part for wildcards.  Provide feature 'files
2627         and subfeature 'remote-wildcards.  (Bug#5198)
2629         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2630         if there is already an established connection.
2631         (tramp-advice-file-expand-wildcards): Remove it.
2633         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2634         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2635         Activate advice for older GNU Emacs versions.  (Bug#5237)
2637 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2639         Some doc fixes (more needed).
2641         * find-cmd.el (find-constituents): Reflow docstring.
2642         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2643         (find-generic): Doc fix.
2645 2009-12-17  Juri Linkov  <juri@jurta.org>
2647         Fix regression from 23.1 to allow multiple modes in Local Variables.
2649         * files.el (hack-local-variables-filter): While ignoring duplicates,
2650         don't take `mode' into account.
2651         (hack-local-variables-filter, hack-dir-local-variables): Don't
2652         remove duplicate `mode' from local-variables-alist (like `eval').
2654 2009-12-17  Juri Linkov  <juri@jurta.org>
2656         Make `dired-diff' more safe.  (Bug#5225)
2658         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2659         `current' or when `file' is a directory of the `current' file.
2661 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2663         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2664         unconditionally preloaded files.
2666 2009-12-16  Juri Linkov  <juri@jurta.org>
2668         Revert to old 23.1 logic of using the file at the mark as default.
2669         * dired-aux.el (dired-diff): Use the file at the mark as default
2670         if it's not the same as the current file, and the target dir is
2671         the current dir or the mark is active.  Add the current file
2672         as the arg of `dired-dwim-target-defaults'.  Use the default file
2673         in the prompt.  (Bug#5225)
2675 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2677         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2678         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2679         (tramp-check-for-regexp): Check also, when an echoing shell stops
2680         to echo sent commands.
2682 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2684         * Makefile.in: Revert last change (Bug#5191).
2686 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2688         * vc-hg.el (vc-hg-print-log): Fix argument order.
2689         (vc-hg-working-revision): Make sure the command is executed in a
2690         known environment so that we can parse the output.  (Bug#4417)
2692 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2694         * progmodes/python.el (python-symbol-completions): Remove text
2695         properties from symbol string before calling python-send-receive.
2697 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2699         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2700         when there are values for both file and line.  (Bug#5060)
2702 2009-12-14  Juri Linkov  <juri@jurta.org>
2704         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2705         whitespace after the file name of the first line of unified format,
2706         because git-diff doesn't output whitespace and file modification time
2707         after the file name.
2709 2009-12-14  David Kastrup  <dak@gnu.org>
2711         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2712         check if it already has the `display' property added by
2713         `Info-display-images-node', and not put the `invisible' property
2714         in this case.
2716 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2718         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2719         (semantic-mru-bookmark-mode): Doc fixes.
2721         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2722         of assert.
2724 2009-12-13  Glenn Morris  <rgm@gnu.org>
2726         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2727         (report-emacs-bug): In message-mode, sort manually before storing
2728         original report text.  (Bug#5178)
2729         Remove superfluous save-excursion.
2731 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2733         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2734         when responding to "GetAll" properties.
2736 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2738         * simple.el (compose-mail): Remove mail-setup-with-from from
2739         customization checks.
2741 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2743         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2744         RAR archives created on Unix systems.
2746 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2749         the varalias that was accidentally removed by the 2009-11-19 change
2750         (bug#5186).
2752 2009-12-12  Kenichi Handa  <handa@m17n.org>
2754         * language/indian.el (indian-compose-regexp): New function.
2755         (malayalam-composable-pattern): Fix the pattern.
2756         (composition-function-table): Set malayalam-composable-pattern for
2757         Malayalam characters.
2759 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2761         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2762         rather than down-mouse-1, based on follow-link conventions.
2764         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2765         are compiled.
2767 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2769         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2770         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2771         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2772         (verilog-leap-to-head, verilog-backward-token):
2773         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2775 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2777         * progmodes/verilog-mode.el (verilog-auto-lineup)
2778         (verilog-nameable-item-re): Cleanup user-visible spelling and
2779         documentation errors.  One reported by Gary Delp.
2780         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2781         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2782         package, bug195.  Reported by Pierre-David Pfister.
2784 2009-12-11  Glenn Morris  <rgm@gnu.org>
2786         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2788         * mail/emacsbug.el: No longer require sendmail.
2789         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2790         (report-emacs-bug-orig-text): Doc fix.
2791         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2792         New local variables, to adapt to different mail-user-agents.
2793         (report-emacs-bug): Fix test for a gnu.org address.
2794         Use overlays for emphasis, since font-lock defeats 'face property.
2795         Pretest bugs also end up at the newsgroup these days.
2796         Stop message-mode stripping text properties.
2797         Set and use the new buffer-local variables.
2798         (report-emacs-bug-hook): Add doc-string.
2799         Remove some unnecessary save-excursions and simplify.
2800         Use the appropriate hook and send-command.
2802         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2803         capitalization of some menu entries.
2805 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2807         * whitespace.el (whitespace-display-char-on): Ensure
2808         `buffer-display-table' is unique when two or more windows are
2809         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2810         New version 12.1.
2812 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2814         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2815         characters in the Attribute field.
2817 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2819         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2821 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2823         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2824         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2825         Disregard autoload-excludes.
2826         (update-directory-autoloads): Obey autoload-excludes here instead.
2827         But don't store its contents in no-autoloads and remove entries that
2828         refer to excludes files.
2830 2009-12-10  Glenn Morris  <rgm@gnu.org>
2832         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2833         (expand-mail-aliases): Define for compiler.
2835         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2836         Define for compiler.
2838         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2839         appropriate for the mail-user-agent in use.
2841 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2843         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2845 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2847         Fix short log parsing and fontification.
2848         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2849         Fix fontification for the [merge] label.
2851 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2853         Drop some properties to avoid surprises.
2854         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2855         (hfy-fontify-buffer): Use it.
2857 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         Minor cleanup.
2860         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2861         Adjust all callers.
2862         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2863         args compulsory.  Adjust callers.
2864         (ffap-gopher-at-point): Remove unused var `name'.
2866         Get rid of the ELCFILES abomination.
2867         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2868         (compile-elcfiles): New phony target.
2869         (compile-main): Compute ELCFILES dynamically.
2870         (compile-clean): New target to remove left-over elc files.
2871         (compile, all): Use it.
2873 2009-12-09  Kenichi Handa  <handa@etlken>
2875         * international/mule-diag.el: Require help-mode instead of help-fns.
2877 2009-12-09  Kenichi Handa  <handa@m17n.org>
2879         * international/mule-cmds.el (ucs-names): Supply sufficiently
2880         fine ranges instead of pre-calculating accurate ranges.
2881         Iterate with bigger gc-cons-threshold.
2883 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2885         Add support for stashing a snapshot of the current tree.
2886         * vc-git.el (vc-git-stash-snapshot): New function.
2887         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2889 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2891         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2892         instead of `(beginning|end)-of-line'.
2894 2009-12-08  Glenn Morris  <rgm@gnu.org>
2896         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2898         * Makefile.in (ELCFILES): Regenerate.
2900 2009-12-07  Juri Linkov  <juri@jurta.org>
2902         Don't lazy-highlight the comint output in history Isearch mode.
2904         * comint.el (comint-history-isearch-search): Instead of
2905         `comint-line-beginning-position', use `comint-after-pmark-p'
2906         to check if point if before the process mark, and go to
2907         `process-mark' in this case.
2909 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * textmodes/tex-mode.el (latex-complete)
2912         (latex-indent-or-complete): Remove.
2913         (latex-mode): Set completion-at-point-functions instead.
2915         Provide a standard completion command and hook it into TAB.
2916         * minibuffer.el (completion-at-point-functions): New var.
2917         (completion-at-point): New command.
2918         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2919         * progmodes/python.el (python-mode-map): Use completion-at-point.
2920         (python-completion-at-point): Rename from python-partial-symbol and
2921         adjust for use in completion-at-point-functions.
2922         (python-mode): Setup completion-at-point for Python completion.
2923         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2924         extracted from lisp-complete-symbol.
2925         (lisp-complete-symbol): Use it.
2926         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2927         setup completion-at-point for Elisp completion.
2928         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2929         Use completion-at-point.
2930         * ielm.el (ielm-map): Use completion-at-point.
2931         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2932         * progmodes/sym-comp.el: Move to...
2933         * obsolete/sym-comp.el: Move from progmodes.
2935 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2937         Prevent save-buffer in Rmail buffers from using the coding-system
2938         of the current message, and from clobbering the encoding mnemonics
2939         in the mode line (Bug#4623).
2941         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2942         flag, too.
2943         (rmail-message-encoding): New variable.
2944         (rmail-write-region-annotate): Record the encoding of the current
2945         message in rmail-message-encoding.
2946         (rmail-after-save-hook): New function, restores the encoding of
2947         the current message after the message collection is saved.
2949 2009-12-07  Juri Linkov  <juri@jurta.org>
2951         * progmodes/grep.el (grep-read-files): Use `completing-read'
2952         instead of `read-string'.  Set its `collection' arg to
2953         `read-file-name-internal'.  (Bug#4301)
2955 2009-12-07  Juri Linkov  <juri@jurta.org>
2957         Correctly restore original Isearch point.  (Bug#4994)
2959         * isearch.el (isearch-mode): Move `isearch-push-state' after
2960         `(run-hooks 'isearch-mode-hook)'.
2961         (isearch-cancel): When `isearch-push-state-function' is defined,
2962         let-bind `isearch-cmds' to the first state (the last element of
2963         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2964         function and restores the original point).  Otherwise, move point
2965         to `isearch-opoint'.
2967 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2970         chars that don't have names, so the table can be built much faster at
2971         run-time.
2973 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2975         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2976         change.  Suggested by David Kastrup.
2978         * simple.el (compose-mail): Check for incompatibilities and warn.
2979         (compose-mail-user-agent-warnings): New option.
2981 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2983         Support showing a single log entry from vc-annotate.
2984         * vc.el (print-log): Add a new argument: START-REVISION.
2985         (vc-print-log-internal): Add a new optional argument and
2986         pass it to the backend.
2987         (vc-print-log, vc-print-root-log): Adjust callers.
2988         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2989         buffer already displays the requested log entry, use it.
2990         Otherwise display only the log entry in question.
2991         * vc-svn.el (vc-svn-print-log):
2992         * vc-mtn.el (vc-mtn-print-log):
2993         * vc-hg.el (vc-hg-state):
2994         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2995         (vc-git-show-log-entry): Return t on success.
2996         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2997         (vc-bzr-show-log-entry): Return t on success.
2998         * vc-rcs.el (vc-rcs-print-log):
2999         * vc-sccs.el (vc-sccs-print-log):
3000         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3002 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3004         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3005         Add menus to the meta mode.  (Bug#5043)
3007 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3009         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3010         event-key.
3012         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3014 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3016         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3017         Berbain <raphael.berbain@gmail.com>.
3019         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3020         characters.
3021         (tramp-initial-end-of-output): New defconst.
3022         (tramp-methods, tramp-find-shell)
3023         (tramp-open-connection-setup-interactive-shell)
3024         (tramp-maybe-open-connection): Use it.
3025         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3026         existence of `#' and `$'.
3028         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3029         `tramp-initial-end-of-output'.
3031 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3033         Get the background mode from the terminal for xterm, and set
3034         faces accordingly.
3035         * term/xterm.el (xterm-set-background-mode): New function.
3036         (terminal-init-xterm): Use it in case xterm supports background
3037         color queries.  Recompute faces after getting the background
3038         color.
3040 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3042         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3043         number comment back on its own line, for easier parsing.
3045 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3047         Make it work for non-file buffers (bug#5102).
3048         * doc-view.el (doc-view-current-cache-dir):
3049         Use doc-view-buffer-file-name rather than buffer-file-name.
3050         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3052 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3054         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3055         author field is too short.
3057 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3059         * vc-git.el (vc-git-print-log): Handle a limit argument.
3060         Display the short log in graph form and with labels.
3061         (vc-git-log-view-mode): Handle labels.
3063         Make vc-revert change VC state from 'added to 'unregistered.
3064         * vc-git.el (vc-git-revert): Call git reset first.
3066 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3068         * net/newst-backend.el, net/newst-plainview.el:
3069         * net/newst-reader.el, net/newst-ticker.el:
3070         * net/newst-treeview.el, net/newsticker.el:
3071         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3073 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3075         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3077         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3078         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3079         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3080         Update annotation regexp.
3082         * simple.el (beginning-of-visual-line): Constrain to field
3083         boundaries (Bug#5106).
3085 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3087         * xml.el (xml-substitute-numeric-entities): Move
3088         newsticker--decode-numeric-entities in newst-backend.el to
3089         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3090         * net/newst-backend.el (newsticker--parse-generic-feed)
3091         (newsticker--parse-generic-items)
3092         (newsticker--decode-numeric-entities): Move
3093         newsticker--decode-numeric-entities in newst-backend.el to
3094         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3096 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3098         * progmodes/js.el (js--js-not): Add null to the list of values.
3100 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3102         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3104 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3106         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3107         delimiter if it is at the end of the current line.
3108         (bibtex-generate-url-list): Fix docstring.
3110 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3113         minibuffer's content with itself.
3114         Fold the confirm-after-completion case into the `confirm' case.
3115         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3117 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3119         * ffap.el (ffap-rfc-path): Make this a defcustom since
3120         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3122         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3123         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3125 2009-12-05  Juri Linkov  <juri@jurta.org>
3127         Save and restore dired buffer's point positions too.  (Bug#4880)
3129         * dired.el (dired-save-positions): Return in the first element
3130         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3131         Doc fix.
3132         (dired-restore-positions): First restore buffer's position.
3133         While restoring window's positions, check if window still displays
3134         the original buffer.
3136 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3138         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3139         if possible.
3141         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3142         Make argument optional.
3144         * shell.el (shell): Require ansi-color (Bug#5113).
3146         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3148         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3150 2009-12-05  Alan Mackenzie  <acm@muc.de>
3152         * progmodes/cc-mode.el (c-before-hack-hook)
3153         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3154         `c-file-style' to work again.  This reversion restores the current
3155         software to its state in Emacs 23.1.  (Bug#4146)
3157 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3159         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3160         comment-start-skip to comment-end-skip as comment (Bug#4781).
3162 2009-12-05  Juri Linkov  <juri@jurta.org>
3164         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3165         for virtual nodes.  (Bug#4147)
3166         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3167         when moving from a virtual node.
3168         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3169         (Info-mode): Add `Info-virtual-index' to the docstring.
3171 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3173         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3174         Describe project macro symbols.
3176         * cedet/semantic/complete.el (semantic-complete-do-completion):
3177         Don't call semantic-collector-current-exact-match.
3179         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3180         ede-objects as targets.
3182         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3183         a target's object list even if compiler vars are already in the
3184         Makefile.
3186         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3187         list of headers producing necessary macros.
3189 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3191         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3192         track of the buffer position of the end of a BibTeX entry as this
3193         position may change during reformatting.
3194         (bibtex-format-entry): Remove whitespace before processing
3195         numerical fields so that we recognize the latter properly.
3196         (bibtex-reformat): Do not use push which changes the global value
3197         of bibtex-entry-format.
3198         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3199         (bibtex-field-re-init): Replace only space characters by regexp
3200         for whitespace.
3201         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3202         (bibtex-initialize): Also update bibtex-strings.
3203         (bibtex-kill-field): Preserve white space at end of entry.
3204         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3205         Update bibtex-reference-keys.
3207 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3209         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3210         point after a star, if that's the only place where modifications can
3211         make progress.
3213 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3215         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3216         in docstrings.
3218 2009-12-04  Juri Linkov  <juri@jurta.org>
3220         * proced.el (proced): Call `(proced-update t)' to update process
3221         information instead of only running proced-post-display-hook.
3222         (proced-send-signal): Add a leading space to the buffer name
3223         " *Marked Processes*" to make this buffer ephemeral.
3225 2009-12-04  Juri Linkov  <juri@jurta.org>
3227         * dired.el (dired-auto-revert-buffer): New defcustom.
3228         (dired-internal-noselect): Use it.
3230 2009-12-04  Juri Linkov  <juri@jurta.org>
3232         Change roles of modes and functions in image-mode.el (Bug#5062).
3234         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3235         in `auto-mode-alist'.
3236         (image-mode-previous-major-mode): New variable.
3237         (image-minor-mode-map): Rename from `image-mode-text-map'.
3238         (image-mode): Move graceful error-handling code from
3239         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3240         (image-minor-mode): Remove all image-handling code.
3241         Replace `image-mode-text-map' with `image-minor-mode-map'.
3242         Check for `image-type' in mode-line format string.
3243         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3244         (image-mode-as-text): New function with most code from
3245         `image-mode-maybe'.
3246         (image-toggle-display-text): Move code that removes image
3247         properties from `image-toggle-display' to here.
3248         (image-toggle-display-image): New function with code that adds
3249         image properties copied from `image-toggle-display'.
3250         (image-toggle-display): Remove most code with leaving only code
3251         that toggles between `image-mode-as-text' and `image-mode'.
3253 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3255         * net/newst-treeview.el
3256         (newsticker--treeview-list-highlight-start): Restored call to
3257         save-excursion: Selected item was stuck.
3258         (newsticker--treeview-list-select): New.
3259         (newsticker--treeview-item-show-text)
3260         (newsticker--treeview-item-show)
3261         (newsticker--treeview-item-update): Use new
3262         newsticker-treeview-item-mode.
3263         (newsticker-treeview-update): Keep current item.
3264         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3265         (newsticker--treeview-first-feed): Doc change.
3266         (newsticker-treeview-list-menu)
3267         (newsticker-treeview-item-menu): Added menu entries.
3268         (newsticker-treeview-item-mode): New.
3270         * net/newst-backend.el (newsticker-customize): Delete other
3271         windows.
3273 2009-12-04  Sam Steingold  <sds@gnu.org>
3275         * log-view.el (log-view-mode-map): "q" calls quit-window,
3276         like in all the other non-self-insert buffers.
3278 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         Minor cleanup.
3281         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3282         key decoding rather than do it manually via last-input-event +
3283         ascii-character.
3284         (term-exec): Use delete-and-extract-region.
3285         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3286         (term-process-pager): Remove unused var `i'.
3287         (term-dynamic-simple-complete): Make obsolete.
3288         (serial-update-config-menu): Remove unused vars `y' and `str'.
3289         (term-update-mode-line): Remove unused var `temp'.
3291 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3293         Limit the number of log entries displayed by default.
3294         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3295         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3296         using a prefix argument.
3298 2009-12-03  Glenn Morris  <rgm@gnu.org>
3300         * progmodes/idlwave.el (class): Restore still useful declaration.
3302 2009-12-03  Alan Mackenzie  <acm@muc.de>
3304         Enhance `c-parse-state' to run efficiently in "brace deserts".
3306         * progmodes/cc-mode.el (c-basic-common-init):
3307         Call c-state-cache-init.
3308         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3309         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3310         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3312         * progmodes/cc-langs.el (c-before-font-lock-function):
3313         c-extend-and-neutralize-syntax-in-CPP has been renamed
3314         c-neutralize-syntax-in-and-mark-CPP.
3316         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3317         with `category' properties now, not `syntax-table' ones.
3319         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3320         enhanced (but slower) version of c-end-of-macro that won't land
3321         inside a literal or on another awkward character.
3322         (c-state-cache-too-far, c-state-cache-start)
3323         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3324         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3325         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3326         (c-state-min-scan-pos, c-state-brace-pair-desert)
3327         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3328         buffer local variables.
3329         (c-state-literal-at, c-state-lit-beg)
3330         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3331         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3332         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3333         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3334         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3335         (c-renarrow-state-cache)
3336         (c-append-lower-brace-pair-to-state-cache)
3337         (c-state-push-any-brace-pair, c-append-to-state-cache)
3338         (c-remove-stale-state-cache)
3339         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3340         (c-invalidate-state-cache-1, c-parse-state-1)
3341         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3342         (c-parse-state): Enhance and refactor.
3343         (c-debug-parse-state): Amend to deal with all the new variables.
3345         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3346         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3347         modify to use category text properties rather than syntax-table ones.
3348         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3349         to switch off/on the syntactic paren property of C++ template
3350         delimiters using the category property.
3351         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3352         template delims suppressed.
3353         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3354         New constant/macros which apply category properties to the start
3355         and end of preprocessor constructs.
3356         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3357         "comment out" the syntactic value of characters in preprocessor
3358         constructs.
3359         (c-with-cpps-commented-out)
3360         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3361         with characters in all or all but one preprocessor constructs
3362         "commented out".
3364 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3366         * proced.el (proced-filter-alist): Use regexp-quote.
3368 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3370         Cleanup.
3371         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3372         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3373         arguments.  Expand `default-directory'.
3375         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3376         the benefit of returning an expanded localname.
3377         (tramp-tramp-file-p): Handle the case NAME is not a string.
3379 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3381         Add support for bzr shelve/unshelve.
3382         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3383         (vc-bzr-extra-menu-map): New variables.
3384         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3385         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3386         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3387         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3388         (vc-bzr-dir-extra-headers): Display shelves.
3390         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3392 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * textmodes/bibtex.el (bibtex-complete-internal):
3395         Use completion-in-region.
3396         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3398 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3400         Support applying stashes.  Improve UI.
3401         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3402         (vc-git-stash-apply, vc-git-stash-pop)
3403         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3404         (vc-git-stash-menu): New functions.
3405         (vc-git-stash-menu-map): New variable.
3406         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3408 2009-12-03  Glenn Morris  <rgm@gnu.org>
3410         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3411         (vc-print-log-internal): Fix previous change.
3412         (vc-revert): Correct pluralization.
3414 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3417         it to be an alist any more.
3418         (makefile-complete): Use completion-in-region.
3420         * progmodes/octave-mod.el (octave-complete-symbol):
3421         Use completion-in-region.
3423         Misc cleanup.
3424         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3425         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3426         (idlwave-complete-class): Don't quote lambda.
3427         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3428         (idlwave-mode-map): Move initialization into declaration.
3429         (idlwave-action-and-binding): Use backquotes.
3430         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3431         Simplify.
3432         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3433         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3434         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3435         `parts', and `all-parts'.
3436         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3437         (idlwave-convert-xml-system-routine-info): Remove unused string
3438         `version-string'.
3439         (idlwave-display-user-catalog-widget): Use dolist.
3440         (idlwave-scanning-lib): Declare dynamically-scoped var.
3441         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3442         (completion-highlight-first-word-only): Declare to silence bytecomp.
3443         (idlwave-popup-select): Tighten scope of `resp'.
3444         (idlwave-find-struct-tag): Remove unused var `beg'.
3445         (idlwave-after-load-rinfo-hook): Declare.
3446         (idlwave-sintern-class-info): Remove unused var `taglist'.
3447         (idlwave-find-class-definition): Remove unused var `list'.
3448         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3449         (idlwave-what-module-find-class): Remove unused var `classes'.
3451 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3453         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3455 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3457         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3458         buffers visited.  Remove redundant current-buffer-saving.
3460 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         Use completion-in-buffer and remove uses of dynamic scoping.
3463         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3464         (pascal-buffer-to-use, pascal-flag): Don't declare.
3465         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3466         (pascal-get-completion-decl, pascal-keyword-completion):
3467         Add `pascal-str' argument, save-excursion,
3468         return the found completions, and don't filter with pascal-pred.
3469         (pascal-completion-cache): New var.
3470         (pascal-completion): Don't switch buffer any more (it was never
3471         necessary).  Don't save-excursion any more (it's done by the called
3472         subroutines).  Use a cache to avoid redundant computations.
3473         Use complete-with-action rather than pascal-completion-response and
3474         let it apply the predicate as well.
3475         (pascal-complete-word): Use completion-in-buffer when
3476         pascal-toggle-completions is nil.
3477         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3478         not used any more.
3479         (pascal-comp-defun): Don't change buffer any more.
3480         Use complete-with-action rather than pascal-completion-response and
3481         let it apply the predicate as well.
3482         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3483         when neded.
3485 2009-12-02  Kenichi Handa  <handa@m17n.org>
3487         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3488         shape for all Indic scripts.
3490 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         Use completion-in-buffer.
3493         * wid-edit.el (widget-field-text-end): New function.
3494         (widget-field-value-get): Use it.
3495         (widget-string-complete, widget-file-complete)
3496         (widget-color-complete): Use it and completion-in-region.
3497         (widget-complete): Don't narrow the buffer.
3499 2009-12-02  Glenn Morris  <rgm@gnu.org>
3501         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3502         (rmail-select-summary): Use rmail-pop-to-buffer.
3503         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3504         rmail-pop-to-buffer, to prevent horizontal splits.
3506         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3507         save-excursion with save-current-buffer.
3508         Widen before searching.  (Bug#5093)
3509         (diary-list-sexp-entries): Remove superfluous save-excursion.
3511 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3513         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3514         name.  (Bug#5038)
3516 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3518         * ido.el (ido-file-internal): Handle filenames at point that do
3519         not have a directory part.  (Bug#5049)
3521 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3523         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3524         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3526 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3528         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3529         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3530         any more.
3532 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * comint.el (comint-insert-input): Ignore clicks to the right of
3535         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3537         * vc.el (vc-print-log-internal): Don't wait for the process to
3538         terminate before setting up the major mode.
3540         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3541         in case.
3543         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3544         the last element.
3546         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3548 2009-12-01  Glenn Morris  <rgm@gnu.org>
3550         * window.el (window--display-buffer-2): Fix previous changes.
3552 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3554         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3556 2009-12-01  Glenn Morris  <rgm@gnu.org>
3558         * Makefile.in (ELCFILES): Add mpc.elc.
3560 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * mpc.el: New file.
3564 2009-12-01  Glenn Morris  <rgm@gnu.org>
3566         * window.el (window-to-use): Define for compiler.
3568         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3569         consistent with others (no final period).
3571         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3572         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3574 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3576         Make vc-print-log buttons work.
3577         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3579 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3581         * savehist.el (savehist-autosave-interval): Allow setting to nil
3582         through customize.  (Bug#5056)
3584 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3586         Fix references to jit-lock properties.
3587         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3588         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3589         (perl-font-lock-special-syntactic-constructs):
3590         Quote jit-lock-defer-multiline property.
3592 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3594         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3596 2009-11-30  Juri Linkov  <juri@jurta.org>
3598         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3599         value `buffer' of `multi-isearch-next-buffer-current-function'.
3600         Use `(current-buffer)' when `buffer' is nil.
3601         (multi-isearch-next-buffer-from-list): Don't fallback to
3602         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3604 2009-11-30  Juri Linkov  <juri@jurta.org>
3606         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3607         of buffers with `get-buffer' to `multi-isearch-buffers'.
3608         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3609         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3610         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3611         FILES with `expand-file-name' converting relative file names
3612         to absolute.  Doc fix.  (Bug#4727)
3614 2009-11-30  Juri Linkov  <juri@jurta.org>
3616         * misearch.el (multi-isearch-read-buffers)
3617         (multi-isearch-read-matching-buffers): New functions.
3618         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3619         Use them in the `interactive' spec.  Doc fix.
3620         (multi-isearch-read-files, multi-isearch-read-matching-files):
3621         New functions.
3622         (multi-isearch-files, multi-isearch-files-regexp):
3623         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3625 2009-11-30  Juri Linkov  <juri@jurta.org>
3627         * doc-view.el (doc-view-continuous):
3628         Rename from `doc-view-continuous-mode'.
3629         (doc-view-menu): Move "Toggle display" to the top.
3630         Add submenu "Continuous" with radio buttons "Off"/"On"
3631         and "Save as Default".
3632         (doc-view-scroll-up-or-next-page)
3633         (doc-view-scroll-down-or-previous-page)
3634         (doc-view-next-line-or-next-page)
3635         (doc-view-previous-line-or-previous-page): Rename
3636         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3638 2009-11-30  Juri Linkov  <juri@jurta.org>
3640         * comint.el (comint-mode-map): Rebind `M-r' from
3641         `comint-previous-matching-input' to
3642         `comint-history-isearch-backward-regexp'.
3643         Unbind `M-s' to allow global key binding `M-s'.
3644         Add menu items for `comint-history-isearch-backward' and
3645         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3647 2009-11-30  Juri Linkov  <juri@jurta.org>
3649         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3650         For def=recenter, replace `recenter' with `recenter-top-bottom'
3651         that is called with `this-command' and `last-command' let-bound
3652         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3653         set `recenter-last-op' to nil.  (Bug#4981)
3655 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         Minor cleanup and simplification.
3658         * filecache.el (file-cache-add-directory)
3659         (file-cache-add-directory-recursively)
3660         (file-cache-add-from-file-cache-buffer)
3661         (file-cache-delete-file-regexp, file-cache-delete-directory)
3662         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3663         (file-cache-temp-minibuffer-message): Delete function.
3664         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3666         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3667         Don't signal an error when bumping into EOB in tr, s, or y.
3669 2009-11-29  Juri Linkov  <juri@jurta.org>
3671         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3672         (Bug#4960)
3674         * descr-text.el (describe-char-unidata-list): Use lowercase name
3675         for "Unicode name" like in other tags.
3677 2009-11-29  Juri Linkov  <juri@jurta.org>
3679         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3680         New compatibility macro.
3681         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3683 2009-11-29  Juri Linkov  <juri@jurta.org>
3685         Add defcustom to define the cycling order of `recenter-top-bottom'.
3686         (Bug#4981)
3688         * window.el (recenter-last-op): Doc fix.
3689         (recenter-positions): New defcustom.
3690         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3691         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3693 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3695         Improve integration of Tramp and ange-ftp in eshell.
3697         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3698         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3699         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3701         * eshell/esh-util.el (top): Require also Tramp when compiling.
3702         (eshell-directory-files-and-attributes): Check for FTP remote
3703         connection.
3704         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3705         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3706         (eshell-file-attributes): Handle ".".  Return `entry'.
3708         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3709         (ange-ftp-directory-files-and-attributes)
3710         (ange-ftp-real-directory-files-and-attributes): New defuns.
3712         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3713         shell with "exec" when possible.  This prevents trailing prompts
3714         in `start-file-process'.
3716 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         Try and remove assumptions about point-min==1.
3719         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3720         (rng-compute-mode-line-string): Show the validation percentage in
3721         terms of the narrowed text, not the widened text.
3722         (rng-do-some-validation): Don't catch internal errors when debugging.
3723         (rng-first-error): Simplify.
3724         (rng-after-change-function): Remove work around.  AFAIK the bug has
3725         been fixed a while ago.
3727         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3728         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3730         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3732         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3733         `cd' doesn't always do it for us (bug#5067).
3735         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3736         on 2009-10-25 as part of some other change (bug#5067).
3738 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3740         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3741         `suspicious'.
3742         (byte-compile-warnings): Use byte-compile-warning-types.
3743         (byte-compile-save-excursion): Warn about use of set-buffer right
3744         after save-excursion.
3746         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3747         the excursion as well.
3749 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3751         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3752         providing a Tramp related implementation of "su" and "sudo".
3753         (eshell-unix-initialize): Add "su" and "sudo".
3755 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3757         * net/socks.el (socks-send-command): Convert binary request to
3758         unibyte before sending.  This fixes mishandling of some port
3759         numbers such as 129.
3761 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * help.el (describe-bindings-internal): Remove `interactive'.
3765         * man.el (Man-completion-table): Trim a terminating "(".
3766         Remove the space between name page a section.
3767         Add the command's description on the `help-echo' property.
3768         Remove `process-connection-type' binding since it's unused by
3769         call-process.
3770         Provide completion for the "<section> <name>" format as well.
3771         (Man-default-man-entry): Remove spurious var shadowing the argument.
3773 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3775         * log-view.el: Add "Keywords: tools", since its other keywords
3776         aren't in finder-known-keywords, and following vc.el.
3778         * sha1.el (sha1-string-external): default-directory "/" in case
3779         otherwise non-existent.  process-connection-type pipe for touch of
3780         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3782 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         Misc coding convention cleanups.
3785         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3786         hfy-init-kludge-hooks.
3787         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3788         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3789         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3790         and push.
3791         (hfy-slant, hfy-weight): Use tables rather than code.
3792         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3793         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3794         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3795         (hfy-face-to-css): Remove `nconc' with single arg.
3796         (hfy-p-to-face-lennart): Use `or'.
3797         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3798         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3799         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3800         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3801         (hfy-force-fontification): Use run-hooks.
3803 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3805         Various minor fixes.
3806         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3807         Javascript belongs in the header, not the body.
3808         (hfy-javascript): Remove.
3809         (hfy-fontify-buffer): Don't insert it any more.
3810         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3811         Fix bug in invis handling when there were no invis props in a chunk.
3813 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3815         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3817 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3819         * finder.el (finder-mode-map): Add a menu.
3821 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3823         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3824         "unsigned" structs.
3826         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3827         fork" statement better.
3829 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3831         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3832         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3833         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3834         Reported by Clay Douglass.
3836         (verilog-auto-inst, verilog-auto-star-safe)
3837         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3838         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3839         Pierre-David Pfister.
3841 2009-11-26  Glenn Morris  <rgm@gnu.org>
3843         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3844         the scope.
3846 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3848         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3849         Really use previous revision.
3851 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3853         * man.el (Man-completion-table): default-directory "/" in case
3854         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3855         not to truncate long names.  process-connection-type pipe to avoid
3856         any chance of hitting the pseudo-tty TIOCGWINSZ.
3857         (man): completion-ignore-case t for friendliness and since man
3858         itself is case-insensitive on the command line.
3859         Further to Bug#3717.
3861         * arc-mode.el: Add "Keywords: files", so the details in its
3862         commentary can be reached from finder-by-keyword.
3863         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3864         editing mode, but it's comms related and sgml-mode.el has "comm"
3865         on that basis too.
3866         * textmodes/bibtex-style.el: Add "Keywords: tex".
3867         * international/isearch-x.el, international/ja-dic-cnv.el:
3868         * international/ja-dic-utl.el, international/kkc.el:
3869         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3871 2009-11-25  Juri Linkov  <juri@jurta.org>
3873         * man.el (Man-completion-table): Modify regexp to include
3874         section names to completion strings.  (Bug#3717)
3876 2009-11-25  Juri Linkov  <juri@jurta.org>
3878         Search recursively in gzipped files.  (Bug#4982)
3880         * progmodes/grep.el (grep-highlight-matches): Add new options
3881         `always' and `auto'.  Doc fix.
3882         (grep-process-setup): Check `grep-highlight-matches' for
3883         `auto-detect' to determine the need to compute grep defaults.
3884         Move Windows/DOS specific --colors settings handling
3885         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3886         to get the value of "--color=".
3887         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3888         has the value `auto-detect'.  Move Windows/DOS specific settings
3889         from `grep-process-setup'.
3890         (zrgrep): New command with alias `rzgrep'.
3892 2009-11-25  Juri Linkov  <juri@jurta.org>
3894         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3895         to nil instead of switching off view-mode.  (Bug#4896)
3897 2009-11-25  Juri Linkov  <juri@jurta.org>
3899         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3901         * mwheel.el (mwheel-scroll-up-function)
3902         (mwheel-scroll-down-function): New defvars.
3903         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3904         `scroll-up', and `mwheel-scroll-down-function' instead of
3905         `scroll-down'.
3907         * doc-view.el (doc-view-scroll-up-or-next-page)
3908         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3909         Use this ARG in the call to image-scroll-up/image-scroll-down.
3910         Change `interactive' spec to "P".  Goto next/previous page only
3911         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3912         SPC/DEL case).  Doc fix.
3913         (doc-view-next-line-or-next-page)
3914         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3915         for consistency.
3916         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3917         `doc-view-scroll-up-or-next-page', and buffer-local
3918         `mwheel-scroll-down-function' to
3919         `doc-view-scroll-down-or-previous-page'.
3921 2009-11-25  Juri Linkov  <juri@jurta.org>
3923         Provide additional default values (directories at other Dired
3924         windows) via M-n in the minibuffer of some Dired commands.
3926         * dired-aux.el (dired-diff, dired-compare-directories)
3927         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3928         `minibuffer-default' in `minibuffer-with-setup-hook'.
3929         (dired-dwim-target-directory): Find a window that displays Dired
3930         buffer instead of failing when the next window is not Dired.
3931         Use `get-window-with-predicate' to find for the next Dired window.
3932         (dired-dwim-target-defaults): New function.
3934         * ediff-util.el (ediff-read-file-name):
3935         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3936         in `minibuffer-with-setup-hook'.
3938 2009-11-25  Juri Linkov  <juri@jurta.org>
3940         Provide additional default values (file name at point or at the
3941         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3943         * minibuffer.el (read-file-name-defaults): New function.
3944         (read-file-name): Reset `minibuffer-default' to nil when
3945         it duplicates initial input `insdef'.
3946         Bind `minibuffer-default-add-function' to lambda that
3947         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3948         (minibuffer-insert-file-name-at-point): New command.
3950         * files.el (file-name-at-point-functions): New defcustom.
3951         (find-file-default): Remove defvar.
3952         (find-file-read-args): Don't use `find-file-default'.
3953         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3954         to `read-file-name'.
3955         (find-file-literally): Use `read-file-name' with
3956         `confirm-nonexistent-file-or-buffer'.
3958         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3960         * dired.el (dired-read-dir-and-switches):
3961         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3962         to `read-file-name'.
3963         (dired-file-name-at-point): New function.
3964         (dired-mode): Add hook `dired-file-name-at-point' to
3965         `file-name-at-point-functions'.
3967 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         Really make the *Completions* window soft-dedicated (bug#5030).
3970         * window.el (window--display-buffer-2): Add `dedicated' argument.
3971         (display-buffer): Pass it when needed so the dedicated flag is set
3972         after calling set-window-buffer, which would otherwise reset it.
3974 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * progmodes/meta-mode.el (meta-complete-symbol):
3977         * progmodes/etags.el (complete-tag):
3978         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3979         Use completion-in-region.
3981         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3982         (dabbrev-completion): Use completion-in-region.
3983         (dabbrev--abbrev-at-point): Simplify regexp.
3985         * abbrev.el (abbrev--before-point): Use word-motion functions
3986         if :regexp is not specified (bug#5031).
3988         * subr.el (string-prefix-p): New function.
3990         * man.el (Man-completion-cache): New var.
3991         (Man-completion-table): Use it.
3993         * vc.el (vc-print-log-internal): Make `limit' optional for better
3994         compatibility (e.g. with vc-annotate.el).
3996 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3998         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3999         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4001         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4002         when .el source file not found or other error.
4004 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4006         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4008 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         Handle the [back] button properly (bug#4979).
4011         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4012         Use help-setup-xref, help-buffer, and with-help-window.
4013         (describe-char): Add `buffer' argument.
4014         Pass proper command to help-setup-xref.  Don't meddle with
4015         help-xref-stack-item directly.
4016         (describe-text-category): Use with-help-window and help-buffer.
4018         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4019         for the displayed buffer (bug#4887).
4021         * man.el (Man-completion-table): New function.
4022         (man): Use it.
4024 2009-11-24  David Reitter  <david.reitter@gmail.com>
4026         * vc-git.el (vc-git-registered): Use checkout directory (where
4027         .git is) rather than the file's directory and a relative path spec
4028         to work around a bug in git.
4030 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4032         Improve handling of processes on remote hosts.
4034         * eshell/esh-util.el (eshell-path-env): New defvar.
4035         (eshell-parse-colon-path): New defun.
4036         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4038         * eshell/esh-ext.el (eshell-search-path):
4039         Use `eshell-parse-colon-path'.
4040         (eshell-remote-command): Remove argument HANDLER.
4041         (eshell-external-command): Check for FTP remote connection.
4043         * eshell/esh-proc.el (eshell-gather-process-output):
4044         Use `file-truename', in order to start also symlinked files.
4045         Apply `start-file-process' instead of `start-process'.
4046         Shorten `command' to the local file name part.
4048         * eshell/em-cmpl.el (eshell-complete-commands-list):
4049         Use `eshell-parse-colon-path'.
4051         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4053         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4054         to `eshell-directory-change-hook'.
4056 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4058         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4059         because it could be enabled automatically if view-read-only is non-nil.
4061 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4063         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4064         made on 2009-11-22.
4066 2009-11-24  Glenn Morris  <rgm@gnu.org>
4068         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4069         deleted variable bookmark-bmenu-bookmark-column.
4071         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4072         Move after definition of global-semantic-idle-tag-highlight-mode.
4074 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4076         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4078 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4080         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4081         two slashes to the "file:" prefix.
4082         (browse-url-file-url): De-munge Cygwin filenames before passing
4083         them to Windows browser.
4084         (browse-url-default-windows-browser): Use call-process.
4086 2009-11-23  Juri Linkov  <juri@jurta.org>
4088         Implement DocView Continuous mode.  (Bug#4896)
4089         * doc-view.el (doc-view-continuous-mode): New defcustom.
4090         (doc-view-mode-map): Bind C-n/<down> to
4091         `doc-view-next-line-or-next-page', C-p/<up> to
4092         `doc-view-previous-line-or-previous-page'.
4093         (doc-view-next-line-or-next-page)
4094         (doc-view-previous-line-or-previous-page): New commands.
4096 2009-11-23  Juri Linkov  <juri@jurta.org>
4098         Implement Isearch in comint input history.  (Bug#3746)
4099         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4100         `isearch-mode-hook'.
4101         (comint-history-isearch): New defcustom.
4102         (comint-history-isearch-backward)
4103         (comint-history-isearch-backward-regexp): New commands.
4104         (comint-history-isearch-message-overlay): New buffer-local variable.
4105         (comint-history-isearch-setup, comint-history-isearch-end)
4106         (comint-goto-input, comint-history-isearch-search)
4107         (comint-history-isearch-message, comint-history-isearch-wrap)
4108         (comint-history-isearch-push-state)
4109         (comint-history-isearch-pop-state): New functions.
4111 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4113         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4114         return.
4115         (tramp-handle-make-symbolic-link)
4116         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4117         Quote file names.
4118         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4119         (tramp-handle-process-file): Use it.
4121 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4123         * window.el (move-to-window-line-last-op): Remove.
4124         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4126 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4128         Make M-r mirror the new cycling behavior of C-l.
4129         * window.el (move-to-window-line-last-op): New var.
4130         (move-to-window-line-top-bottom): New command.
4131         (global-map): Bind M-r move-to-window-line-top-bottom.
4133 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4135         * dired-x.el (dired-guess-shell-alist-default):
4136         Support xz format.  (Bug#4953)
4138 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4140         * cedet/srecode/map.el (srecode-get-maps):
4141         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4142         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4143         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4144         (semantic-toggle-decoration-style):
4145         * cedet/semantic/decorate/include.el
4146         (semantic-decoration-include-describe)
4147         (semantic-decoration-unknown-include-describe)
4148         (semantic-decoration-unparsed-include-describe)
4149         (semantic-decoration-all-include-summary):
4150         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4151         * cedet/semantic/analyze/complete.el
4152         (semantic-analyze-possible-completions):
4153         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4154         (semantic-show-unmatched-syntax-mode)
4155         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4156         (semantic-highlight-func-mode):
4157         * cedet/semantic/util.el (semantic-describe-buffer):
4158         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4159         (semantic-symref-find-tags-by-name)
4160         (semantic-symref-find-tags-by-regexp)
4161         (semantic-symref-find-tags-by-completion)
4162         (semantic-symref-find-file-references-by-name)
4163         (semantic-symref-find-text):
4164         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4165         (senator-yank-tag):
4166         * cedet/semantic/scope.el (semantic-calculate-scope):
4167         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4168         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4169         (define-semantic-idle-service):
4170         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4171         (semantic-complete-analyze-inline-idle):
4172         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4173         * cedet/mode-local.el (describe-mode-local-bindings)
4174         (describe-mode-local-bindings-in-mode):
4175         * cedet/ede/make.el (ede-make-check-version):
4176         * cedet/ede/locate.el (ede-enable-locate-on-project):
4177         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4178         (cedet-idutils-version-check):
4179         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4180         (cedet-gnu-global-version-check):
4181         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4182         (cedet-cscope-version-check): Use called-interactively-p instead
4183         of interactive-p.
4185         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4186         Use semantic-format-tag-prototype.
4188 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4190         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4191         last-command-char/last-command-event.
4192         (viper-prefix-arg-value): Do correct conversion of event-char for
4193         XEmacs.
4195         * emulation/viper-util.el, emulation/viper.el:
4196         Use viper-last-command-char instead of
4197         last-command-char/last-command-event.
4199         * ediff-init.el, ediff-mult.el, ediff-util.el:
4200         Replace last-command-char and last-command-event
4201         with (ediff-last-command-char) everywhere.
4203         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4204         created in fundamental mode.
4206         * ediff.el (ediff-version): Revert the change of interactive-p to
4207         called-interactively-p.
4209 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4211         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4212         generation from word-movement command names.
4214 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4216         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4217         (semantic-complete-jump-local, semantic-complete-jump):
4218         Improve prompt string.
4220 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4222         * cus-start.el (all): Add native condition for font-use-system-font.
4224 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4226         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4227         Correct the patch from 2009-11-18.  (Bug#3910)
4229 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4231         * progmodes/subword.el: Rename from lisp/subword.el.
4233         * subword.el: Rename to progmodes/subword.el.
4235         * Makefile.in (ELCFILES): Adapt to subword.el move.
4237 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4238             Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4241         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4242         (bookmark-bmenu-show-filenames): Use push.
4243         (bookmark-bmenu-hide-filenames): Use local var instead of
4244         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4245         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4246         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4247         filenames now that the bookmark names are always available.
4249 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4252         (bookmark-search-pattern): Move and leave unbound.
4253         (bookmark-bmenu-mode-map): Change binding.
4254         (bookmark-read-search-input): Simplify.
4255         Don't use text-char-description.  Don't error on non-char events.
4256         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4257         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4258         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4259         Use a local var for the timer.
4260         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4261         (i.e. bookmark-bmenu-search).
4263 2009-11-21  Glenn Morris  <rgm@gnu.org>
4265         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4267 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4269         * net/browse-url.el (browse-url-default-windows-browser):
4270         Use cygstart for cygwin.
4272 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4274         * bookmark.el: Formatting and doc fixes only:
4275         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4276         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4277         Minor grammar and punctuation fixes in doc string.
4278         (bookmark-read-search-input): Adjust to fit within 80 columns.
4280 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4282         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4283         (c-backward-into-nomenclature): Adapt to subword renaming.
4285         * subword.el (subword-forward, subword-backward, subword-mark)
4286         (subword-kill, subword-backward-kill, subword-transpose)
4287         (subword-downcase, subword-upcase, subword-capitalize)
4288         (subword-forward-internal, subword-backward-internal):
4289         Rename from forward-subword, backward-subword, mark-subword,
4290         kill-subword, backward-kill-subword, transpose-subwords,
4291         downcase-subword, upcase-subword, capitalize-subword,
4292         forward-subword-internal, backward-subword-internal.
4294 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4296         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4297         New options.
4298         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4299         New vars.
4300         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4301         (bookmark-bmenu-filter-alist-by-regexp)
4302         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4303         (bookmark-bmenu-search): New command.
4304         (bookmark-bmenu-mode-map): Bind it.
4306 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4308         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4310         * cedet/semantic/idle.el (define-semantic-idle-service)
4311         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4313 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4315         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4316         backward-subword to quit the byte-compiler.
4318         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4320         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4322         * progmodes/cc-cmds.el (c-update-modeline)
4323         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4324         Refer to subword.el functions instead of cc-subword.el.
4326         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4327         subword.el functions instead of cc-subword.el.
4329         * progmodes/cc-subword.el: Rename to subword.el.
4330         * subword.el: Rename from progmodes/cc-subword.el.
4331         (subword-mode-map): Rename from c-subword-mode-map.
4332         (subword-mode): Rename from c-subword-mode.
4333         (global-subword-mode): New global minor mode.
4334         (forward-subword): Rename from c-forward-subword.
4335         (backward-subword): Rename from c-backward-subword.
4336         (mark-subword): Rename from c-mark-subword.
4337         (kill-subword): Rename from c-kill-subword.
4338         (backward-kill-subword): Rename from c-backward-kill-subword.
4339         (transpose-subwords): Rename from c-tranpose-subword.
4340         (downcase-subword): Rename from c-downcase-subword.
4341         (capitalize-subword): Rename from c-capitalize-subword.
4342         (forward-subword-internal): Rename from c-forward-subword-internal.
4343         (backward-subword-internal): Rename from c-backward-subword-internal.
4345 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4347         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4348         from a dired buffer.
4349         (vc-dired-deduce-fileset): New function.
4350         (vc-root-diff, vc-print-root-log): Use it.
4352         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4353         nil LIMIT argument to vc-print-log-internal.
4355 2009-11-20  Glenn Morris  <rgm@gnu.org>
4357         * Makefile.in (ELCFILES): Regenerate.
4359 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4361         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4363         * cedet/semantic.el: Enable idle-mode menu items only if
4364         global-semantic-idle-scheduler-mode is enabled.
4365         (semantic-default-submodes): Doc fix.
4367         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4368         When turning off, disable other idle modes.
4370 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4372         * calc/calc.el (calc-set-mode-line):
4373         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4374         (math-format-number): Rename `math-format-complement-signed' to
4375         `math-format-twos-complement'.
4377         * calc/calc-bin.el (math-format-twos-complement): Rename from
4378         math-format-complement-signed.
4379         (calc-radix): Rename `calc-complement-signed-mode' to
4380         `calc-twos-complement-mode'.
4381         (calc-octal-radix, calc-hex-radix): Add an argument for
4382         two's complement.
4384         * calc/calc-embed.el (calc-embedded-mode-vars):
4385         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4387         * calc/calc-ext.el (calc-init-extensions):
4388         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4389         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4391         * calc/calc-units.el (math-build-units-table-buffer):
4392         Let `calc-twos-complement-mode' be nil.
4394         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4395         entries.
4397         * calc/calc-vec.el (calcFunc-vunpack):
4398         * calc/calc-aent.el (calc-do-calc-eval):
4399         * calc/calc-forms.el (math-format-date):
4400         * calc/calc-graph.el (calc-graph-plot):
4401         * calc/calc-math.el (math-use-emacs-fn):
4402         * calc/calccomp.el (math-compose-expr):
4403         Let `calc-twos-complement-mode' be nil.
4405 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4407         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4408         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4409         * minibuffer.el (completion-in-region-functions): New hook.
4410         (completion-in-region): New function.
4411         * emacs-lisp/lisp.el (lisp-complete-symbol):
4412         * pcomplete.el (pcomplete-std-complete): Use it.
4414 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4416         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4417         (latex-complete-alist): New vars.
4418         (latex-string-prefix-p, latex-complete-bibtex-keys)
4419         (latex-complete-envnames, latex-complete-refkeys)
4420         (latex-complete-data): New functions.
4421         (latex-complete, latex-indent-or-complete): New commands.
4423         * window.el (display-buffer-mark-dedicated): New var.
4424         (display-buffer): Obey it.
4425         * minibuffer.el (minibuffer-completion-help): Use it.
4427         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4429         * filecache.el (file-cache-add-file): Use push and cons.
4430         (file-cache-delete-file-regexp): Use push.
4431         (file-cache-complete): Use completion-in-region.
4433         * simple.el (with-wrapper-hook): Fix thinko.
4435         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4436         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4437         Use with-current-buffer and string-to-number.
4438         (hfy-fallback-colour-values): Use assoc-string.
4439         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4440         (hfy-face-at): Remove unused var `found-face'.
4441         (hfy-compile-stylesheet): Remove unused var `css'.
4442         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4443         and `orig-buffer'.
4444         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4445         Use with-current-buffer.
4446         (hfy-text-p): Use expand-file-name and fewer setq.
4448 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4450         * htmlfontify.el, hfy-cmap.el: New files.
4452 2009-11-19  Juri Linkov  <juri@jurta.org>
4454         * minibuffer.el (completions-format): New defcustom.
4455         (completion--insert-strings): Implement vertical format.
4457         * simple.el (switch-to-completions): Move point to the first
4458         completion when point was at the beginning of the buffer.
4460 2009-11-19  Juri Linkov  <juri@jurta.org>
4462         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4464         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4466 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4468         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4469         (mail-signature): Change default to t.
4470         (mail-from-style): Deprecate `system-default' value.
4471         (mail-insert-from-field): For default value of mail-from-style,
4472         default to `angles' unless `angles' needs quoting and `parens'
4473         does not.
4474         (mail-citation-prefix-regexp): Use citation regexp from
4475         message-mode.
4477 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4479         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4480         Set variables for computing the prompt for reading password.
4482 2009-11-19  Glenn Morris  <rgm@gnu.org>
4484         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4486         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4488         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4489         (newsticker-treeview-listwindow-height): Fix custom type.
4491 2009-11-19  Kenichi Handa  <handa@m17n.org>
4493         * descr-text.el (describe-char-padded-string): Compose with TAB
4494         only if there's a font for CH.
4495         (describe-char): Fix the condition for detecting a trivial composition.
4497 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4499         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4500         more accurate version of the regexp.  (Bug#3910)
4502 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4504         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4506 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4508         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4509         (font-setting-change-default-font): Fix typo in docstring.
4511 2009-11-18  Alan Mackenzie  <acm@muc.de>
4513         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4515 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4517         * font-setting.el (font-use-system-font): Move ...
4519         * cus-start.el (all): ... to here.
4521 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4523         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4524         Don't set `ad-return-value' if `ad-do-it' doesn't.
4526         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4527         modification time.
4529 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4531         * menu-bar.el: Put "Use system font" in Option-menu.
4532         (menu-bar-options-save): Add font-use-system-font.
4534         * loadup.el: If feature system-font-setting or font-render-setting is
4535         there, load font-setting.
4537         * Makefile.in (ELCFILES): Add font-settings.el.
4538         * font-setting.el: New file.
4540 2009-11-17  Glenn Morris  <rgm@gnu.org>
4542         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4544         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4545         Preserve point in the list buffer.  (Bug#4939)
4546         Use point-at-eol.
4547         (newsticker--treeview-list-update-highlight)
4548         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4550 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4552         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4553         Remove.
4555         * calc/calc-ext.el (calc-init-extensions): Remove references to
4556         symclip.
4558         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4560         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4561         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4562         `calc-symclip'.
4564 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4566         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4567         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4569         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4570         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4571         Ignore trailing spaces by omit-nulls to split-string (fixing
4572         regression from Emacs 21 due to the incompatible split-string
4573         change).  (Bug #4928.)
4575 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4577         * vc.el (vc-log-show-limit): Default to 2000.
4578         (vc-print-log-internal): Insert buttons to request more entries
4579         when limiting the output.
4581         * vc-sccs.el (vc-sccs-print-log):
4582         * vc-rcs.el (vc-rcs-print-log):
4583         * vc-cvs.el (vc-cvs-print-log):
4584         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4585         LIMIT is non-nil.
4587 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4589         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4590         error when `tramp-gvfs-dbus-event-vector' is set.
4591         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4593 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4595         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4597 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4599         * net/dbus.el (dbus-unregister-service): New defun.
4600         (dbus-register-property): Register the handlers of
4601         "org.freedesktop.DBus.Properties" for SERVICE.
4602         (dbus-property-handler): Fix docstring.
4604 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4606         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4607         Quote doc string reference in defvaralias as it is not in special form.
4608         (byte-compile-output-docform): Doc fix.
4610 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4612         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4613         (calc-complement-signed-mode): New variables.
4614         (calc-set-mode-line): Add indicator for twos-complements.
4615         (math-format-number): Format twos-complement notation.
4617         * calc/calc-bin.el (calc-word-size): Reset the variables
4618         `math-2-word-size' and `math-half-2-word-size'.
4619         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4620         (calc-symclip): New functions.
4622         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4624         * calc/calc-embed.el (calc-embedded-mode-vars):
4625         Add `calc-complement-signed-mode' to the list of modes.
4627         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4628         (calc-b-oper-keys): Add `calc-symclip' to list.
4630         * calc/calc-ext.el (math-read-number-fancy): Read complement
4631         signed numbers.
4632         (calc-init-extensions): Add binding for `calc-symclip'.
4633         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4635         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4636         `calc-symclip'.
4637         (calc-modes-menu): Add item for twos complement mode.
4639         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4641 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4643         * register.el (jump-to-register, insert-register): Handle Semantic
4644         tags.  From commented-out advice in semantic/senator.el.
4646 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4648         * vc.el (vc-log-show-limit): New variable.
4649         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4650         when using a prefix argument.
4651         (vc-print-log-internal): Add new argument LIMIT.
4653         * vc-svn.el (vc-svn-print-log):
4654         * vc-mtn.el (vc-mtn-print-log):
4655         * vc-hg.el (vc-hg-print-log):
4656         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4657         pass it to the log command when set.  Make the BUFFER argument
4658         non-optional.
4660         * vc-sccs.el (vc-sccs-print-log):
4661         * vc-rcs.el (vc-rcs-print-log):
4662         * vc-git.el (vc-git-print-log):
4663         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4664         ignore it.  Make the BUFFER argument non-optional
4666         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4668 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4670         * dired.el (dired-mode-map): Move encryption items to "Operate"
4671         menu (Bug#4703).
4673         * strokes.el (strokes-update-window-configuration): Make strokes
4674         buffer current before erasing (Bug#4906).
4676         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4677         (semantic-idle-summary-mode): Define using define-minor-mode
4678         instead of define-semantic-idle-service.
4679         (semantic-idle-summary-mode): New function.
4680         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4681         that mouse motion does not reset the echo area.
4683 2009-11-15  Juri Linkov  <juri@jurta.org>
4685         * simple.el (set-mark-default-inactive): Add :type, :group
4686         and :version.  (Bug#4876)
4688 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4690         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4691         (archive-unique-fname): ... here.  (Bug#4929)
4693 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4695         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4696         with a real fix.
4698         * novice.el (disabled-command-function): Add useful args.
4699         Setup the help buffer so that [back] works.
4700         Remove redundant call to help-mode.
4701         (disabled-command-function): Use `case'.
4702         (en/disable-command): New function extracted from enable-command.
4703         (enable-command, disable-command): Use it.
4705 2009-11-14  Glenn Morris  <rgm@gnu.org>
4707         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4708         constants.  (Bug#4913)
4710         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4712 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4714         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4715         defined in C that have no doc-strings.  (Bug#1063)
4717 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4719         * cus-edit.el (data, files):
4720         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4722 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4724         * simple.el (shell-command): Doc fix (Bug#4891).
4726         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4728 2009-11-14  Glenn Morris  <rgm@gnu.org>
4730         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4731         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4732         If they are already loaded, eval-after-load will do the right thing.
4734         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4735         compiling.
4737         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4739         * simple.el (x-selection-owner-p): Declare.
4740         (read-mail-command): Use custom radio type rather than choice.
4741         (completion-no-auto-exit): Doc fix.
4743         * custom.el (defgroup):
4744         * epg-config.el (epg): Doc fixes.
4746 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4748         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4749         * international/ccl.el (define-ccl-program): Do not purecopy the
4750         docstring, defconst does it anyway.
4752 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4755         a second time.
4757         * x-dnd.el (x-dnd-maybe-call-test-function):
4758         * window.el (split-window-vertically):
4759         * whitespace.el (whitespace-help-on):
4760         * vc-rcs.el (vc-rcs-consult-headers):
4761         * userlock.el (ask-user-about-lock-help)
4762         (ask-user-about-supersession-help):
4763         * type-break.el (type-break-force-mode-line-update):
4764         * time-stamp.el (time-stamp-conv-warn):
4765         * terminal.el (te-set-output-log, te-more-break, te-filter)
4766         (te-sentinel, terminal-emulator):
4767         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4768         (term-write-input-ring, term-check-source, term-start-output-log):
4769         (term-display-buffer-line, term-dynamic-list-completions):
4770         (term-ansi-make-term, serial-term):
4771         * subr.el (selective-display):
4772         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4773         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4774         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4775         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4776         (speedbar-remove-localized-speedbar-support)
4777         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4778         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4779         (speedbar-buffers-line-directory):
4780         * simple.el (shell-command-on-region, append-to-buffer)
4781         (prepend-to-buffer):
4782         * shadowfile.el (shadow-save-todo-file):
4783         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4784         (scroll-bar-maybe-set-window-start):
4785         * sb-image.el (speedbar-image-dump):
4786         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4787         (load-save-place-alist-from-file):
4788         * ps-samp.el (ps-print-message-from-summary):
4789         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4790         (ps-background-image, ps-begin-job, ps-do-despool):
4791         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4792         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4793         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4794         (pr-call-process, pr-file-list, pr-interface-save):
4795         * novice.el (disabled-command-function)
4796         (enable-command, disable-command):
4797         * mouse.el (mouse-buffer-menu-alist):
4798         * mouse-copy.el (mouse-kill-preserving-secondary):
4799         * macros.el (kbd-macro-query):
4800         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4801         * informat.el (batch-info-validate):
4802         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4803         * hippie-exp.el (try-expand-dabbrev-visible):
4804         * help-mode.el (help-make-xrefs):
4805         * help-fns.el (describe-variable):
4806         * generic-x.el (bat-generic-mode-run-as-comint):
4807         * finder.el (finder-mouse-select):
4808         * find-dired.el (find-dired-sentinel):
4809         * filesets.el (filesets-file-close):
4810         * files.el (list-directory):
4811         * faces.el (list-faces-display, describe-face):
4812         * facemenu.el (list-colors-display):
4813         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4814         * epg.el (epg--process-filter, epg-cancel):
4815         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4816         (epa--read-signature-type):
4817         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4818         (emerge-file-names):
4819         * ehelp.el (electric-helpify):
4820         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4821         * ediff-vers.el (rcs-ediff-view-revision):
4822         * ediff-util.el (ediff-setup):
4823         * ediff-mult.el (ediff-append-custom-diff):
4824         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4825         (ediff-wordify):
4826         * echistory.el (Electric-command-history-redo-expression):
4827         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4828         * disp-table.el (describe-display-table):
4829         * dired.el (dired-find-buffer-nocreate):
4830         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4831         * dabbrev.el (dabbrev--same-major-mode-p):
4832         * chistory.el (list-command-history):
4833         * apropos.el (apropos-documentation):
4834         * allout.el (allout-obtain-passphrase):
4835         (allout-copy-exposed-to-buffer):
4836         (allout-verify-passphrase): Use with-current-buffer.
4838 2009-11-13  Glenn Morris  <rgm@gnu.org>
4840         * Makefile.in (ELCFILES): Regenerate.
4842 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4844         * net/dbus.el (dbus-registered-objects-table): Rename from
4845         `dbus-registered-functions-table', because it contains also properties.
4846         (dbus-unregister-object): Unregister also properties.
4847         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4848         Use a timeout of 500 msec, in order to not block.
4849         (dbus-register-property, dbus-property-handler): New defuns.
4851 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4853         * simple.el (minibuffer-default-add-completions): Drop deprecated
4854         4th arg.
4856 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4858         * textmodes/artist.el (artist-mouse-choose-operation):
4859         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4860         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4861         (artist-compute-up-event-key): New function.
4862         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4864 2009-11-13  Kenichi Handa  <handa@m17n.org>
4866         * language/japan-util.el: Make sure that the value of jisx0208
4867         property is jisx0208 character.
4869 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4871         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4872         car or each item, not the whole list.
4874 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * minibuffer.el (minibuffer-completion-help):
4877         Use minibuffer-hide-completions.
4879 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4881         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4882         (dired-revert): Use them (bug#4880).
4884 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4886         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4888 2009-11-12  Juri Linkov  <juri@jurta.org>
4890         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4891         New functions.
4892         (find-file-literally-at-point): Alias of `ffap-literally'.
4894 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4896         * textmodes/ispell.el (ispell-skip-region-alist):
4897         * textmodes/css-mode.el (auto-mode-alist):
4898         * progmodes/compile.el (auto-mode-alist):
4899         * international/mule.el (ctext-non-standard-encodings-alist)
4900         (ctext-non-standard-encodings-regexp):
4901         * simple.el (shell-command-switch, text-read-only):
4902         * replace.el (occur-mode-map):
4903         * paths.el (rmail-file-name):
4904         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4905         * find-file.el (ff-special-constructs):
4906         * files.el (file-name-handler-alist):
4907         * composite.el: Purecopy strings.
4909         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4911 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4913         * widget.el (define-widget): Purecopy the docstring.
4914         * international/mule-cmds.el (charset): Do not purecopy the
4915         docstring here, define-widget does it.
4917         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4918         * textmodes/bibtex-style.el (auto-mode-alist):
4919         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4920         * progmodes/compile.el (compile-command):
4921         * language/korea-util.el (default-korean-keyboard):
4922         * international/mule-conf.el (file-coding-system-alist):
4923         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4924         * tooltip.el (tooltip-frame-parameters):
4925         * newcomment.el (comment-end, comment-padding):
4926         * dired.el (dired-trivial-filenames):
4927         * comint.el (comint-file-name-prefix): Purecopy initial values.
4929 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4931         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4932         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4933         `tramp-unload'.
4934         (tramp-advice-make-auto-save-file-name)
4935         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4936         after removing the advice.
4938 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4940         * progmodes/grep.el (grep-regexp-alist):
4941         * international/mule-cmds.el (iso-2022-control-alist):
4942         * emacs-lisp/timer.el (timer-duration-words):
4943         * subr.el (version-separator, version-regexp-alist):
4944         * minibuffer.el (completion-styles-alist):
4945         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4946         Change defvars to defconsts.
4948         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4949         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4950         * international/mule-conf.el: Allow to be byte compiled.
4952         * international/mule.el (define-charset): Purecopy props.
4953         (load-with-code-conversion): Purecopy doc string and file name.
4954         (put-charset-property): Purecopy strings.
4955         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4957         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4958         (define-char-code-property): Correctly purecopy the table.
4960         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4962         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4964         * subr.el (add-hook): Purecopy strings.
4965         (eval-after-load): Purecopy load-history-regexp and the form.
4967         * custom.el (custom-declare-group): Purecopy load-file-name.
4969         * subr.el (menu-bar-separator): New defconst.
4970         * net/eudc.el (eudc-tools-menu):
4971         * international/mule-cmds.el (set-coding-system-map)
4972         (mule-menu-keymap):
4973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4974         * vc-hooks.el (vc-menu-map):
4975         * replace.el (occur-mode-map):
4976         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4977         (menu-bar-edit-menu, menu-bar-goto-menu)
4978         (menu-bar-custom-menu, menu-bar-showhide-menu)
4979         (menu-bar-options-menu, menu-bar-tools-menu)
4980         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4981         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4982         (menu-bar-help-menu):
4983         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4984         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4986         * term/x-win.el (x-gtk-stock-map):
4987         * progmodes/vera-mode.el (auto-mode-alist):
4988         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4989         (inferior-lisp-program, inferior-lisp-load-command):
4990         * progmodes/hideshow.el (hs-special-modes-alist):
4991         * progmodes/gud.el (same-window-regexps):
4992         * progmodes/grep.el (grep-program, find-program, xargs-program):
4993         * net/telnet.el (same-window-regexps):
4994         * net/rlogin.el (same-window-regexps):
4995         * language/ethiopic.el (font-ccl-encoder-alist):
4996         * vc-sccs.el (vc-sccs-master-templates):
4997         * vc-rcs.el (vc-rcs-master-templates):
4998         * subr.el (cl-assertion-failed):
4999         * simple.el (next-error-overlay-arrow-position):
5000         * lpr.el (lpr-command):
5001         * locate.el (locate-ls-subdir-switches):
5002         * info.el (same-window-regexps, info)
5003         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5004         * image-mode.el (image-mode, auto-mode-alist):
5005         * hippie-exp.el (hippie-expand-ignore-buffers):
5006         * format.el (format-alist):
5007         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5008         (find-name-arg):
5009         * facemenu.el (facemenu-keybindings):
5010         * dired.el (dired-listing-switches, dired-chown-program):
5011         * diff.el (diff-switches, diff-command):
5012         * cus-edit.el (same-window-regexps):
5013         * bindings.el (mode-line-mule-info)
5014         (mode-line-buffer-identification): Purecopy strings.
5016 2009-11-11  Juri Linkov  <juri@jurta.org>
5018         * simple.el (dired-get-filename) <declare-function>:
5019         Tell the byte-compiler about dired-get-filename.
5020         (shell-command): In Dired mode, get filename from the current line
5021         as the default value.
5023 2009-11-10  Glenn Morris  <rgm@gnu.org>
5025         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5026         * calendar/holidays.el, progmodes/cperl-mode.el:
5027         Update x-popup-menu declarations.
5029         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5030         (list-load-path-shadows): Use dolist.
5031         (list-load-path-shadows): Use with-current-buffer.
5033 2009-11-10  Juri Linkov  <juri@jurta.org>
5035         * minibuffer.el (read-file-name): Support a list of default values
5036         in `default-filename'.  Use the first file name where only one
5037         element is required.  Doc fix.
5039 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5041         * net/dbus.el (dbus-unregister-object): Release service, if no
5042         other method is registered for it.
5044 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5046         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5047         bookmark-sort-flag is non-nil (Bug#4653).
5049 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5051         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5052         the progress reporter entirely.
5054         * emulation/cua-base.el: Add CUA property to some CC mode commands
5055         (Bug#4100).
5057 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5059         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5060         at end of sentence (Bug#4818).
5062 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5064         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5065         Handle "see declaration of" MSFT statements (Bug#4100).
5067 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5069         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5070         (tramp-advice-file-expand-wildcards): Unload via
5071         `ad-remove-advice'.
5073         * net/trampver.el: Update release number.
5075 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5077         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5078         `ad-do-it'.
5080 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5082         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5083         in order to keep context in SELinux.
5085 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5087         * dired-aux.el (dired-query): Place cursor in echo area and allow
5088         C-g.
5090         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5091         menu item if not on a directory (Bug#4701).
5093 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5095         Sync with Tramp 2.1.17.
5097         * net/tramp.el (tramp-handle-copy-directory): Don't use
5098         `file-remote-p' (due to compatibility).
5100         * net/tramp-compat.el (tramp-compat-copy-directory)
5101         (tramp-compat-delete-directory): New defuns.
5103         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5104         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5105         `tramp-compat-delete-directory'.
5107         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5108         (tramp-smb-handle-delete-directory): Use
5109         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5111         * net/trampver.el: Update release number.
5113 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5115         * tar-mode.el (tar-copy): Call write-region on the right buffer
5116         (Bug#4857).
5118         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5119         by hand, if necessary (Bug#4878).
5121 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5123         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5124         align size column (Bug#4839).
5126         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5127         statement.
5129 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5131         * progmodes/ld-script.el (auto-mode-alist):
5132         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5134         * cus-face.el (custom-declare-face): Purecopy face spec.
5136 2009-11-06  Kenichi Handa  <handa@m17n.org>
5138         * international/uni-bidi.el: Re-generated.
5139         * international/uni-category.el: Re-generated.
5140         * international/uni-combining.el: Re-generated.
5141         * international/uni-mirrored.el: Re-generated.
5143 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5145         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5146         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5147         (tex-start-options, slitex-run-command, latex-run-command)
5148         (tex-run-command, tex-directory):
5149         * textmodes/ispell.el (ispell-html-skip-alists)
5150         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5151         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5152         (adaptive-fill-regexp):
5153         * textmodes/dns-mode.el (auto-mode-alist):
5154         * progmodes/python.el (interpreter-mode-alist):
5155         * progmodes/etags.el (tags-compression-info-list):
5156         * progmodes/etags.el (tags-file-name):
5157         * net/browse-url.el (browse-url-galeon-program)
5158         (browse-url-firefox-program):
5159         * mail/sendmail.el (mail-signature-file)
5160         (mail-citation-prefix-regexp):
5161         * international/mule-conf.el (eight-bit):
5162         * international/latexenc.el (latex-inputenc-coding-alist):
5163         * international/fontset.el (x-pixel-size-width-font-regexp):
5164         * emacs-lisp/warnings.el (warning-type-format):
5165         * emacs-lisp/trace.el (trace-buffer):
5166         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5167         (emacs-lisp-mode-map):
5168         * calendar/holidays.el (holiday-solar-holidays)
5169         (holiday-bahai-holidays, holiday-islamic-holidays)
5170         (holiday-christian-holidays, holiday-hebrew-holidays)
5171         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5172         (hebrew-holidays-1, holiday-oriental-holidays)
5173         (holiday-general-holidays):
5174         * x-dnd.el (x-dnd-known-types):
5175         * tool-bar.el (tool-bar):
5176         * startup.el (site-run-file):
5177         * shell.el (shell-dumb-shell-regexp):
5178         * rfn-eshadow.el (file-name-shadow-tty-properties)
5179         (file-name-shadow-properties):
5180         * paths.el (remote-shell-program, news-directory):
5181         * mouse.el ([C-down-mouse-3]):
5182         * menu-bar.el (menu-bar-tools-menu):
5183         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5184         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5185         (jka-compr-compression-info-list):
5186         * isearch.el (search-whitespace-regexp):
5187         * image-file.el (image-file-name-extensions):
5188         * find-dired.el (find-ls-option):
5189         * files.el (directory-listing-before-filename-regexp)
5190         (directory-free-space-args, insert-directory-program)
5191         (list-directory-brief-switches, magic-fallback-mode-alist)
5192         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5193         (automount-dir-prefix):
5194         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5195         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5196         (face-font-registry-alternatives, face-font-registry-alternatives)
5197         (face-font-family-alternatives):
5198         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5199         (facemenu-foreground-menu, facemenu-face-menu):
5200         * epa-hook.el (epa-file-name-regexp):
5201         * dnd.el (dnd-protocol-alist):
5202         * textmodes/rst.el (auto-mode-alist):
5203         * button.el (default-button): Purecopy strings.
5205 2009-11-06  Glenn Morris  <rgm@gnu.org>
5207         * Makefile.in (ELCFILES): Update.
5209 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5212         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5214         * nxml/xsd-regexp.el (xsdre-gen-categories):
5215         * nxml/xmltok.el (xmltok-parse-entity):
5216         * nxml/rng-parse.el (rng-parse-validate-file):
5217         * nxml/rng-maint.el (rng-format-manual)
5218         (rng-manual-output-force-new-line):
5219         * nxml/rng-loc.el (rng-save-schema-location-1):
5220         * nxml/rng-cmpct.el (rng-c-parse-file):
5221         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5222         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5224 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5226         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5227         Remove extra save-excursions and make-variable-buffer-local's.
5228         Suggested by Stefan Monnier.
5230         (verilog-getopt-file, verilog-module-inside-filename-p)
5231         (verilog-set-define): Merge GNU 1.35 and repair changes from
5232         switching to using with-current-buffer.
5234         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5235         being treated as a number and confusing AUTORESET.
5236         Reported by Dan Dever.
5238         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5239         Add verilog-auto-ignore-concat to fix backward compatibility with
5240         older verilog-modes.  Reported by Dan Katz.
5242         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5243         containing closing anchors "...$".
5245         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5246         Reported by Wade Smith.
5248         (verilog-batch-execute-func): Comment on function usage.
5250 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5252         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5253         for labels.
5255         (verilog-label-re, verilog-calc-1): Support proper indent of named
5256         asserts.
5258         (verilog-backward-token, verilog-basic-complete-re)
5259         (verilog-beg-of-statement, verilog-indent-re): Support proper
5260         indent of the assert statement at the beginning of a block of text.
5262         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5263         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5264         tokens as begins.
5266 2009-11-05  Glenn Morris  <rgm@gnu.org>
5268         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5269         Emacs 19.  (Bug#1531)
5270         (byte-compile-fix-header): Update for the above change.
5271         Drop test for epoch::version.
5273         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5274         * cus-dep.el (custom-make-dependencies):
5275         * finder.el (finder-compile-keywords):
5276         Use autoload-rubric's feature argument.
5278         * calendar/diary-lib.el (top-level): Make load behave more like require.
5280         * vc-git.el (vc-git-stash-map): Move definition before use.
5282 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5284         * custom.el (custom-declare-group): Purecopy standard-value.
5285         (custom-declare-group): Purecopy custom-prefix.
5287         * international/mule.el (load-with-code-conversion):
5288         Call do-after-load-evaluation unconditionally.
5290         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5292 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5294         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5296 2009-11-04  Glenn Morris  <rgm@gnu.org>
5298         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5299         (byte-compile-compatibility): Remove option.
5300         (byte-compile-close-variables, byte-compile-fix-header)
5301         (byte-compile-insert-header, byte-compile-output-docform)
5302         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5303         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5304         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5305         (byte-compile-insert, byte-compile-defun):
5306         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5307         (byte-defop-compiler19): Remove.
5308         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5309         used by anything.  Replace all calls with byte-defop-compiler.
5311 2009-11-04  Juri Linkov  <juri@jurta.org>
5313         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5314         (menu-bar-options-menu): Don't quote the `prop' arg of
5315         `menu-bar-make-mm-toggle'.
5317 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5319         * calendar/calendar.el (cal-loaddefs):
5320         * calendar/diary-lib.el (diary-loaddefs):
5321         * calendar/holidays.el (hol-loaddefs):
5322         * eshell/esh-module.el (esh-groups): Load rather than require.
5324 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5327         point-min==1.
5328         (todo-top-priorities): Only display-buffer when called interactively.
5329         (todo-item-start): Don't save excursion point.
5330         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5331         (todo-insert-item-here, todo-file-item, todo-remove-item):
5332         Adjust uses of todo-item-start and todo-item-end.
5334         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5335         (autoload-rubric): Don't use any more.
5336         * cedet/semantic/fw.el (semantic/loaddefs):
5337         * cedet/srecode.el (srecode/loaddefs):
5338         * cedet/ede.el (ede/loaddefs): Load rather than require.
5339         * cedet/ede/cpp-root.el:
5340         * cedet/ede/emacs.el:
5341         * cedet/ede/files.el:
5342         * cedet/ede/linux.el:
5343         * cedet/ede/locate.el:
5344         * cedet/ede/make.el:
5345         * cedet/ede/shell.el:
5346         * cedet/ede/speedbar.el:
5347         * cedet/ede/system.el:
5348         * cedet/ede/util.el:
5349         * cedet/semantic/analyze.el:
5350         * cedet/semantic/bovine.el:
5351         * cedet/semantic/complete.el:
5352         * cedet/semantic/ctxt.el:
5353         * cedet/semantic/db-file.el:
5354         * cedet/semantic/db-find.el:
5355         * cedet/semantic/db-global.el:
5356         * cedet/semantic/db-mode.el:
5357         * cedet/semantic/db-typecache.el:
5358         * cedet/semantic/db.el:
5359         * cedet/semantic/debug.el:
5360         * cedet/semantic/dep.el:
5361         * cedet/semantic/doc.el:
5362         * cedet/semantic/edit.el:
5363         * cedet/semantic/find.el:
5364         * cedet/semantic/format.el:
5365         * cedet/semantic/html.el:
5366         * cedet/semantic/ia-sb.el:
5367         * cedet/semantic/ia.el:
5368         * cedet/semantic/idle.el:
5369         * cedet/semantic/lex-spp.el:
5370         * cedet/semantic/lex.el:
5371         * cedet/semantic/mru-bookmark.el:
5372         * cedet/semantic/scope.el:
5373         * cedet/semantic/senator.el:
5374         * cedet/semantic/sort.el:
5375         * cedet/semantic/symref.el:
5376         * cedet/semantic/tag-file.el:
5377         * cedet/semantic/tag-ls.el:
5378         * cedet/semantic/tag-write.el:
5379         * cedet/semantic/tag.el:
5380         * cedet/semantic/util-modes.el:
5381         * cedet/semantic/analyze/complete.el:
5382         * cedet/semantic/analyze/refs.el:
5383         * cedet/semantic/bovine/c.el:
5384         * cedet/semantic/bovine/gcc.el:
5385         * cedet/semantic/bovine/make.el:
5386         * cedet/semantic/bovine/scm.el:
5387         * cedet/semantic/decorate/include.el:
5388         * cedet/semantic/decorate/mode.el:
5389         * cedet/semantic/symref/cscope.el:
5390         * cedet/semantic/symref/global.el:
5391         * cedet/semantic/symref/grep.el:
5392         * cedet/semantic/symref/idutils.el:
5393         * cedet/semantic/symref/list.el:
5394         * cedet/semantic/wisent/java-tags.el:
5395         * cedet/semantic/wisent/javascript.el:
5396         * cedet/srecode/compile.el:
5397         * cedet/srecode/cpp.el:
5398         * cedet/srecode/document.el:
5399         * cedet/srecode/el.el:
5400         * cedet/srecode/expandproto.el:
5401         * cedet/srecode/getset.el:
5402         * cedet/srecode/insert.el:
5403         * cedet/srecode/java.el:
5404         * cedet/srecode/map.el:
5405         * cedet/srecode/mode.el:
5406         * cedet/srecode/template.el:
5407         * cedet/srecode/texi.el: Remove the file-local setting of
5408         generated-autoload-feature.
5410         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5411         and only put a prop if it is non-nil.
5413 2009-11-03  Juri Linkov  <juri@jurta.org>
5415         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5416         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5418         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5419         and "Menu" to make top-level menu item visually one unit (like
5420         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5421         multi-word menu items).  Fix :help string for quit-window.
5423 2009-11-03  Glenn Morris  <rgm@gnu.org>
5425         * cedet/mode-local.el (with-mode-local): Doc fix.
5427         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5428         (byte-compile-file-form-define-abbrev-table)
5429         (byte-compile-file-form-custom-declare-variable)
5430         (byte-compile-variable-ref, byte-compile-defvar):
5431         Whether or not a warning is enabled should only affect whether we issue
5432         the warning, not whether or not we collect the relevant data.
5433         Eg warnings can be turned on and off throughout the course of a file.
5435         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5436         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5438 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5441         * play/mpuz.el (mpuz-create-buffer):
5442         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5443         (lm-print-y,s,noise, lm-print-w0, lm-init):
5444         * play/gomoku.el (gomoku-prompt-for-move):
5445         * play/fortune.el (fortune-in-buffer):
5446         * play/dissociate.el (dissociated-press):
5447         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5448         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5449         * mail/supercite.el (sc-eref-show):
5450         * mail/smtpmail.el (smtpmail-send-it):
5451         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5452         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5453         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5454         (rmail-summary-goto-msg, rmail-summary-expunge)
5455         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5456         (rmail-summary-add-label, rmail-summary-output-menu)
5457         (rmail-summary-output-body):
5458         * mail/rfc822.el (rfc822-addresses):
5459         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5460         * mail/mailpost.el (post-mail-send-it):
5461         * mail/hashcash.el (hashcash-generate-payment):
5462         * mail/feedmail.el (feedmail-run-the-queue)
5463         (feedmail-queue-send-edit-prompt-help-first)
5464         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5465         (feedmail-deduce-address-list):
5466         * eshell/esh-ext.el (eshell-remote-command):
5467         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5468         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5469         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5470         (viper-save-string-in-file, viper-valid-marker):
5471         * emulation/viper-keym.el (viper-toggle-key):
5472         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5473         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5474         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5475         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5476         (viper-exec-form-in-emacs, viper-brac-function):
5477         * emulation/viper.el (viper-delocalize-var):
5478         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5479         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5480         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5481         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5482         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5483         * emulation/edt.el (edt-electric-helpify):
5484         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5485         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5486         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5487         (cua-indent-to-global-mark-column):
5488         * calendar/diary-lib.el (calendar-mark-1):
5489         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5490         Use with-current-buffer.
5491         * emulation/viper.el (viper-delocalize-var): Use dolist.
5493 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5495         * comint.el (comint-replace-by-expanded-history-before-point):
5496         Replace !! with the previous input string literally (Bug#1795).
5498 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5500         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5501         to be made up of whitespace.
5503 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5505         * minibuffer.el (read-file-name): Don't use file dialogs for
5506         remote directories (Bug#99).
5508 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5510         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5512 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5514         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5515         instead of deleting the window or frame.
5517 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5519         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5520         Support face colors.
5522         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5523         New function.  Support face colors (Bug#1168).
5524         (tex-common-initialization): Use it.
5526         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5527         mode allows it (Bug#1168).
5529 2009-10-31  Juri Linkov  <juri@jurta.org>
5531         * facemenu.el (list-colors-display): Don't mark buffer as
5532         modified (Bug#3948).
5534 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5536         * international/mule-diag.el (list-character-sets-1): Minor
5537         message fix (Bug#3526).
5539         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5540         face property (Bug#4834).
5541         (etags-list-tags, etags-tags-apropos-additional)
5542         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5543         property.
5545         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5546         items.
5548         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5549         items.
5551         * cedet/ede.el (ede-minor-mode):
5552         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5554 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * textmodes/two-column.el (2C-split):
5557         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5558         * textmodes/tex-mode.el (tex-set-buffer-directory):
5559         * textmodes/spell.el (spell-region, spell-string):
5560         * textmodes/reftex.el (reftex-erase-buffer):
5561         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5562         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5563         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5564         (reftex-select-item):
5565         * textmodes/reftex-ref.el (reftex-label-info-update)
5566         (reftex-offer-label-menu):
5567         * textmodes/reftex-index.el (reftex-index-change-entry)
5568         (reftex-index-phrases-info):
5569         * textmodes/reftex-global.el (reftex-create-tags-file)
5570         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5571         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5572         (reftex-view-crossref-from-bibtex):
5573         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5574         (reftex-extract-bib-entries-from-thebibliography)
5575         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5576         * textmodes/refbib.el (r2b-capitalize-title):
5577         (r2b-convert-buffer, r2b-help):
5578         * textmodes/page-ext.el (pages-directory)
5579         (pages-directory-goto-with-mouse):
5580         * textmodes/bibtex.el (bibtex-validate-globally):
5581         * textmodes/bib-mode.el (bib-capitalize-title):
5582         * textmodes/artist.el (artist-clear-buffer, artist-system):
5583         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5584         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5585         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5586         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5587         (xscheme-send-control-g-interrupt, xscheme-start-process)
5588         (xscheme-process-sentinel, xscheme-cd):
5589         * progmodes/verilog-mode.el (verilog-read-always-signals)
5590         (verilog-set-define, verilog-getopt-file)
5591         (verilog-module-inside-filename-p):
5592         * progmodes/sh-script.el:
5593         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5594         (python-pdbtrack-grub-for-buffer, python-execute-file):
5595         * progmodes/octave-inf.el (inferior-octave):
5596         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5597         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5598         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5599         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5600         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5601         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5602         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5603         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5604         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5605         (idlwave-shell-examine-display, idlwave-shell-run-region)
5606         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5607         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5608         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5609         (idlwave-help-get-help-buffer):
5610         * progmodes/gud.el (gud-basic-call, gud-find-class)
5611         (gud-tooltip-activate-mouse-motions-if-enabled):
5612         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5613         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5614         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5615         (ebrowse-tags-next-file):
5616         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5617         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5618         (ebnf-eps-finish-and-write):
5619         * progmodes/cpp.el (cpp-edit-save):
5620         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5621         * progmodes/cc-defs.el (c-emacs-features):
5622         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5623         (antlr-directory-dependencies):
5624         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5625         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5626         (ada-find-any-references, ada-make-filename-from-adaname)
5627         (ada-make-body-gnatstub):
5628         * obsolete/rnews.el (news-list-news-groups):
5629         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5630         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5631         * net/rcirc.el (rcirc-debug):
5632         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5633         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5634         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5635         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5636         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5637         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5638         (newsticker--treeview-list-clear-highlight)
5639         (newsticker--treeview-list-update-highlight)
5640         (newsticker--treeview-list-highlight-start)
5641         (newsticker--treeview-tree-update-highlight)
5642         (newsticker--treeview-get-selected-item)
5643         (newsticker-treeview-mark-list-items-old)
5644         (newsticker--treeview-set-current-node):
5645         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5646         * net/newst-backend.el (newsticker--get-news-by-funcall)
5647         (newsticker--get-news-by-wget, newsticker--image-get)
5648         (newsticker--image-sentinel):
5649         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5650         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5651         (eudc-ph-close-session):
5652         * net/eudc.el (eudc-save-options):
5653         * language/thai-word.el (thai-update-word-table):
5654         * language/japan-util.el (japanese-string-conversion):
5655         * international/titdic-cnv.el (tsang-quick-converter)
5656         (ziranma-converter, ctlau-converter):
5657         * international/mule-cmds.el (describe-language-environment):
5658         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5659         (skkdic-convert-postfix, skkdic-convert-prefix):
5660         (skkdic-convert-okuri-nasi, skkdic-convert):
5661         * emacs-lisp/re-builder.el (reb-update-overlays):
5662         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5663         * emacs-lisp/gulp.el (gulp-send-requests):
5664         * emacs-lisp/find-gc.el (trace-call-tree):
5665         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5666         (eieio-describe-generic):
5667         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5668         * emacs-lisp/edebug.el (edebug-outside-excursion):
5669         * emacs-lisp/debug.el (debugger-make-xrefs):
5670         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5671         * emacs-lisp/chart.el (chart-new-buffer):
5672         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5673         Use with-current-buffer.
5674         * textmodes/artist.el (artist-system): Don't call
5675         copy-sequence on a fresh string.
5676         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5678 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5680         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5681         is no item to edit.  (Bug#4820)
5682         (todo-top-priorities): Restore point and restore narrowing in Todo
5683         buffer.  (Bug#4820)
5685 2009-10-31  Glenn Morris  <rgm@gnu.org>
5687         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5688         (comint-last-output-start, comint-last-input-start)
5689         (comint-last-input-end): Don't defvar when compiling.
5690         (ange-ftp-process-file): Use bound-and-true-p.
5692         * pcmpl-rpm.el (top-level): Move provide statement to end.
5693         (pcmpl-rpm): Remove unused custom group.
5695         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5697         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5699         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5700         (byte-compile-warnings): Add `constants' as an option.
5701         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5702         (display-call-tree): Update for byte-compile-fdefinition possibly
5703         returning `(macro lambda ...)'.  (Bug#4778)
5704         (byte-compile-variable-ref, byte-compile-setq-default):
5705         Respect `constants' member of byte-compile-warnings.
5707         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5708         Use mapc rather than mapcar because the return value is never used.
5710         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5711         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5712         * cedet/semantic/html.el:
5713         Suppress harmless warnings about setting up semantic-imenu (not
5714         part of Emacs) variables.
5716 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5718         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5719         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5720         to "submit:".
5722         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5723         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5724         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5725         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5726         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5727         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5728         (semantic-analyzer-debug-global-symbol)
5729         (semantic-analyzer-debug-missing-innertype)
5730         (semantic-analyzer-debug-insert-include-summary):
5731         * cedet/semantic/util.el (semantic-file-tag-table):
5732         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5733         (semantic-recursive-find-nonterminal-by-name):
5734         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5735         * cedet/semantic/tag-file.el (semantic-prototype-file):
5736         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5737         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5738         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5739         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5740         (semantic-idle-summary-maybe-highlight):
5741         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5742         (semantic-ia-sb-tag-info):
5743         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5744         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5745         * cedet/semantic/ede-grammar.el (project-compile-target):
5746         (ede-proj-makefile-insert-variables):
5747         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5748         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5749         (semantic-debug-mode, semantic-debug):
5750         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5751         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5752         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5753         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5754         (semanticdb-find-translate-path-includes--internal)
5755         (semanticdb-reset-log, semanticdb-find-log-activity):
5756         * cedet/semantic/db-file.el (object-write):
5757         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5758         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5759         (semanticdb-create-ebrowse-database):
5760         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5761         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5762         (semantic-collector-calculate-completions-raw)
5763         (semantic-complete-read-tag-analyzer):
5764         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5765         * cedet/ede/util.el (ede-update-version-in-source):
5766         * cedet/ede/proj.el (project-delete-target):
5767         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5768         (ede-proj-flush-autoconf):
5769         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5770         (ede-proj-configure-synchronize):
5771         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5772         * cedet/ede/linux.el (ede-linux-version):
5773         * cedet/ede/emacs.el (ede-emacs-version):
5774         * cedet/ede/dired.el (ede-dired-add-to-target):
5775         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5776         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5777         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5778         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5779         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5780         (cedet-idutils-version-check):
5781         * cedet/cedet-global.el (cedet-gnu-global-call):
5782         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5783         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5784         * cedet/cedet-cscope.el (cedet-cscope-call)
5785         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5786         Use with-current-buffer.
5787         * cedet/ede.el (ede-make-project-local-variable)
5788         (ede-set-project-variables, ede-set): Use dolist.
5790 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5792         * textmodes/ispell.el (ispell-skip-region-alist):
5793         * international/mule-conf.el (eight-bit):
5794         * international/fontset.el (font-encoding-alist):
5795         * startup.el (pure-space-overflow-message):
5796         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5797         * paths.el (gnus-nntp-service, rmail-spool-directory)
5798         (term-file-prefix):
5799         * files.el (save-some-buffers-action-alist):
5800         * cmuscheme.el (same-window-buffer-names):
5801         * ielm.el (same-window-buffer-names):
5802         * shell.el (same-window-buffer-names):
5803         * mail/sendmail.el (same-window-buffer-names):
5804         * progmodes/inf-lisp.el (same-window-buffer-names):
5805         * bindings.el (mode-line-client)
5806         (mode-line-column-line-number-mode-map):
5807         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5808         (tibetan-precomposed-regexp): Purecopy string arguments.
5810 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5812         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5813         (calcDigit-nondigit):
5814         * calc/calc-yank.el (calc-copy-to-buffer):
5815         * calc/calc-units.el (calc-invalidate-units-table):
5816         * calc/calc-trail.el (calc-trail-yank):
5817         * calc/calc-store.el (calc-insert-variables):
5818         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5819         * calc/calc-prog.el (calc-read-parse-table):
5820         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5821         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5822         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5823         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5824         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5825         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5826         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5827         * calc/calc-ext.el (calc-realign):
5828         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5829         (calc-embedded-finish-edit, calc-embedded-make-info)
5830         (calc-embedded-finish-command, calc-embedded-stack-change):
5831         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5833         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5834         (overload-docstring-extension): Use that info.
5835         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5836         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5837         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5838         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5839         (semantic-nonterminal-full-name): Add the new `when' info.
5840         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5841         `assert'.
5843         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5844         shell-dynamic-complete-filename in preference to
5845         comint-dynamic-complete-filename.
5847         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5848         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5849         Don't consider whether the display supports colors.
5850         (bookmark-import-new-list): Use dolist.
5851         (bookmark-bmenu-mode-map): Move initialization into declaration.
5852         (bookmark-bmenu-list): Use dolist, simplify.
5853         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5854         (menu-bar-final-items): Use push.
5856 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5858         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5859         it works on remote files.
5860         (vc-hg-diff): Don't pass any `--cwd' argument.
5862 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5864         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5865         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5866         (Further to Bug#3921).
5868 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5870         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5871         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5872         calling `tramp-imap-put-file'.  Add file size to the call.
5873         (tramp-imap-get-file-entries): Compute also user name, file size,
5874         and date.
5875         (tramp-imap-handle-insert-directory): Insert uid and gid.
5876         (tramp-imap-handle-file-attributes): Transform uid and gid
5877         according to `id-format'.
5878         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5879         size in header X-Size.
5881 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5883         * simple.el (transpose-subr): Give clearer error when the mark
5884         is not set.  (Bug#4807)
5886 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5888         * net/tramp.el (tramp-perl-file-truename): New defconst.
5889         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5890         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5891         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5892         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5894         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5895         Ignore `dired-call-process'.
5896         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5898 2009-10-26  Julian Scheid  <julians37@gmail.com>
5900         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5901         (tramp-get-remote-readlink): New defun.
5902         (tramp-handle-file-truename): Use it.
5903         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5904         file exists if cache value present.
5905         (tramp-check-cached-permissions): New defun.
5906         (tramp-handle-file-readable-p): Use it.
5907         (tramp-handle-file-writable-p): Likewise.
5908         (tramp-handle-file-executable-p): Likewise.
5909         (tramp-handle-file-name-all-completions): Try using Perl to get
5910         partial completions.  When perl not available, combine `cd' and
5911         `ls' into single remote operation and use shell expansion to get
5912         partial remote directory contents.  Set `file-exists-p' cache for
5913         directory and any files returned by ls.  Change cache handling to
5914         support partial directory contents.  Use error message emitted by
5915         remote `cd' or Perl code for local tramp-error.
5916         (tramp-do-copy-or-rename-file-directly): Avoid separate
5917         tramp-send-command-and-check call.
5918         (tramp-handle-process-file): Merge three remote ops into one.
5919         Do not flush all caches when `process-file-side-effects' is set.
5920         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5921         file-attributes shows uid/gid to be set already.
5923 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5925         * textmodes/tex-mode.el (tex-dvi-view-command)
5926         (tex-show-queue-command, tex-open-quote):
5927         * progmodes/ruby-mode.el (auto-mode-alist)
5928         (interpreter-mode-alist): Purecopy strings.
5930         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5932         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5933         string for the hook, keymap and abbrev table.
5935         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5937         * x-dnd.el (x-dnd-xdnd-to-action):
5938         * startup.el (fancy-startup-text, fancy-about-text): Change to
5939         defconst from defvar.
5941         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5943         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5944         Purecopy initialization strings.
5946         * mail/sendmail.el (mail-header-separator)
5947         (mail-personal-alias-file):
5948         * mail/rmail.el (rmail-default-dont-reply-to-names)
5949         (rmail-ignored-headers, rmail-retry-ignored-headers)
5950         (rmail-highlighted-headers, rmail-secondary-file-directory)
5951         (rmail-secondary-file-regexp):
5952         * files.el (null-device, file-name-invalid-regexp)
5953         (locate-dominating-stop-dir-regexp)
5954         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5955         (interpreter-mode-alist): Use mapcar instead of mapc.
5957         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5959         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5960         (completion-ignored-extensions):
5961         (debug-ignored-errors): Purecopy strings.
5963 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5966         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5967         (pcomplete--here): Use push.
5969         * subr.el (all-completions): Declare the 4th arg obsolete.
5971 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5974         (pcomplete-unquote-argument): New function.
5975         (pcomplete--common-suffix): Always pay attention to case.
5976         (pcomplete--table-subvert): Quote and unquote the text.
5977         (pcomplete--common-quoted-suffix): New function.
5978         (pcomplete-std-complete): Use it and pcomplete-begin.
5980         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5981         we're inside a dedicated or minibuffer window.
5983 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * cedet/semantic/fw.el (semantic-alias-obsolete)
5986         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5987         (define-mode-overload-implementation):
5988         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5989         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5990         * cedet/semantic/util.el (semantic-file-token-stream)
5991         (semantic-something-to-stream):
5992         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5993         (semantic-expand-nonterminal):
5994         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5995         (semantic-find-dependency, semantic-find-nonterminal)
5996         (semantic-find-dependency):
5997         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5998         (semantic-flex-text, semantic-flex-make-keyword-table)
5999         (semantic-flex-keyword-p, semantic-flex-keyword-put)
6000         (semantic-flex-keyword-get, semantic-flex-map-keywords)
6001         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6002         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6003         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6004         (semantic-after-idle-scheduler-reparse-hooks):
6005         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6006         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6007         * cedet/semantic.el (semantic-toplevel-bovine-table)
6008         (semantic-toplevel-bovine-cache)
6009         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6010         (semantic-init-mode-hooks, semantic-init-db-hooks)
6011         (semantic-bovination-working-type): Provide the `when' arg.
6013 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6015         * bookmark.el: Update documentation, especially documentation
6016         of `bookmark-alist' and of the bookmark file format.
6017         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6019 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6021         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6022         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6023         window to buffer.
6025         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6026         (global-whitespace-mode, global-whitespace-newline-mode)
6027         (whitespace-toggle-options, global-whitespace-toggle-options):
6028         Doc fix (Bug#3660).
6030         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6031         of xmltok-start before the end tag was inserted (Bug#2840).
6033         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6034         patterns that are preceded by an open-paren (Bug#1320).
6036 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6038         * files.el (delete-directory): Delete symlinks to directories with
6039         delete-file (Bug#4739).
6041 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6043         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6044         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6045         argument to make-obsolete.
6047         * cedet/semantic/fw.el (semantic-alias-obsolete)
6048         (semantic-varalias-obsolete): Add optional WHEN argument.
6050 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6052         * vc.el (vc-backend-for-registration): Rename from
6053         vc-get-backend-for-registration.  Update callers.
6055         * international/mule-cmds.el (set-language-info-alist):
6056         Purecopy lang-env.
6057         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6058         (charset): Purecopy the name.
6059         (define-char-code-property): Purecopy string arguments.
6061         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6062         Purecopy string arguments.
6064         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6065         * ediff-hook.el (menu-bar-ediff-menu):
6066         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6067         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6069 2009-10-24  Glenn Morris  <rgm@gnu.org>
6071         * comint.el (comint-dynamic-list-completions):
6072         * term.el (term-dynamic-list-completions): Use choose-completion rather
6073         than obsolete alias mouse-choose-completion.
6075         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6076         file-cache-choose-completion.
6077         (file-cache-choose-completion): Handle an optional event argument.
6078         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6080         * progmodes/octave-mod.el (octave-complete-symbol):
6081         Use choose-completion if mouse-choose-completion is ever removed.
6083         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6084         use.
6086         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6087         compiler.
6089         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6091 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6093         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6094         Ignore `pred' now that we receive one.
6095         Handle test-completion specially.
6097 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6099         * vc.el (vc-responsible-backend): Throw an error if not backend is
6100         found.  Remove the REGISTER argument.  Move the code dealing with
6101         REGISTER ...
6102         (vc-get-backend-for-registration): ... here.  New function.
6103         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6104         of vc-responsible-backend, pass the file name instead of the
6105         directory name.
6107 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6110         New funs.
6111         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6112         (pcomplete-comint-setup): Don't modify a global var via
6113         accidental side-effects.
6114         (pcomplete-shell-setup): Adjust call accordingly.
6115         (pcomplete-parse-comint-arguments): Use push.
6117 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6119         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6120         Allow uncapitalized info node names (Bug#3921).
6122         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6123         to the DEBUG file (Bug#3781).
6125 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6127         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6128         dictionary entry (Bug#4579).
6130 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6132         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6133         from `rfn-eshadow-update-overlay-hook' when unloading.
6134         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6135         "rsyncc".  Adjust doc string.
6136         (tramp-temp-buffer-file-name): New buffer-local defvar.
6137         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6138         Keep temporary file when indicated by method ("rsync" and
6139         "rsyncc").
6140         (tramp-handle-write-region): Handle APPEND.
6141         (tramp-delete-temp-file-function): New defun.  Added to
6142         `kill-buffer-hook'.
6144 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6146         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6148 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6150         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6151         (color-name-rgb-alist, tty-standard-colors)
6152         (tty-color-mode-alist): Change to defconst.
6154         * simple.el (mark-inactive): Purecopy message.
6156         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6157         (global-map, yank-menu):
6158         * textmodes/ispell.el (ispell-menu-map):
6159         * net/eudc.el (eudc-tools-menu):
6160         * international/mule-cmds.el (describe-language-environment-map)
6161         (setup-language-environment-map, set-coding-system-map)
6162         (mule-menu-keymap):
6163         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6164         * replace.el (occur-mode-map):
6165         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6167 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6169         * calc/calc.el (math-read-number, math-read-number-simple): Use
6170         `save-match-data'.
6172 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6175         rather than fiddling with global-map bindings, since it should only
6176         affect per-terminal settings.
6177         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6179         * minibuffer.el (completion-table-with-terminator): Allow to specify
6180         the terminator-regexp.
6182         * simple.el (switch-to-completions): Look for *Completions* in other
6183         frames as well.
6185         * pcomplete.el: Allow the use of completion-tables.
6186         (pcomplete-std-complete): New command.
6187         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6188         (pcomplete--here): Use a function for `form' rather than an expression,
6189         so it can be byte-compiled.
6190         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6191         Add edebug declaration.
6192         (pcomplete-show-completions): Remove unused var `curbuf'.
6193         (pcomplete-do-complete, pcomplete-stub):
6194         Don't assume `completions' is a list of strings any more.
6196 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6198         * find-dired.el (find-name-arg): Fix typo in docstring.
6200 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6203         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6205         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6206         pcomplete-entries.
6208         * comint.el (comint-read-input-ring, comint-write-input-ring)
6209         (comint-substitute-in-file-name)
6210         (comint-dynamic-complete-as-filename)
6211         (comint-dynamic-simple-complete)
6212         (comint-dynamic-list-filename-completions)
6213         (comint-dynamic-list-completions)
6214         (comint-redirect-results-list-from-process): Minor simplifications.
6216 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6218         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6219         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6220         the first form.  And insert a blank line after ";;; Code" since
6221         that's usual style.  (Bug#4612)
6223         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6225 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * minibuffer.el (completion-table-with-terminator): Properly implement
6228         boundaries, in case `terminator' appears in the suffix.
6229         (completion--embedded-envvar-table): Don't return boundaries if
6230         there's no valid completion.  Simplify.
6231         (completion-file-name-table): New completion table extracted from
6232         completion--file-name-table.
6233         (completion--file-name-table): Use it.
6234         (read-file-name-predicate): Declare obsolete.
6235         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6236         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6237         completion-file-name-table, and use the `pred' argument.
6238         * files.el (locate-file-completion-table): Use the `pred' arg rather
6239         than read-file-name-predicate.
6240         (abbreviate-file-name): Use \` rather than ^ for BOS.
6242 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6244         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6245         vc-responsible-backend to register, it causes problems.
6247 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6251 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6253         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6254         (semantic-c-debug-mode-init-pch): New functions.
6255         (semantic-c-debug-mode-init-last-mode): New var.
6256         (semantic-c-parse-lexical-token): Use them.
6258         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6259         When extracting the argument list, limit only by point-max.
6261 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6263         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6264         (tramp-smb-handle-file-attributes): Use it.
6265         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6266         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6267         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6268         Add `dired-filename' text properties.
6269         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6270         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6271         version.
6273 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6275         * subr.el (read-key-delay): Reduce to 0.01.
6276         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6277         (bug#4751).
6279 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6283         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6284         (Info-menu): Remove unused vars `last' and `completions'.
6285         (Info-index-nodes): Remove unused var `node'.
6287         * info.el (Info-complete-menu-item): Use complete-with-action.
6289 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6291         Make vc-annotate work through copies and renames.
6292         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6293         Return the file name too.
6294         (vc-annotate-revision-at-line)
6295         (vc-annotate-find-revision-at-line)
6296         (vc-annotate-revision-previous-to-line)
6297         (vc-annotate-show-log-revision-at-line): Update to get the file
6298         name from vc-annotate-extract-revision-at-line.
6299         (vc-annotate-show-diff-revision-at-line-internal): Change the
6300         argument to mean whether to show a file diff or not.  Get the file
6301         name from vc-annotate-extract-revision-at-line.
6302         (vc-annotate-show-diff-revision-at-line):
6303         Update vc-annotate-show-diff-revision-at-line call.
6304         (vc-annotate-warp-revision): Add an optional file argument.
6306         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6307         (vc-git-annotate-extract-revision-at-line): Also return the file
6308         name if found.
6310         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6311         command.  Remove unused code.
6312         (vc-hg-annotate-re): Update to match --follow output.
6313         (vc-hg-annotate-extract-revision-at-line): Also return the file
6314         name if found.
6316         * vc.el: Update annotate-extract-revision-at-line documentation.
6318 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6320         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6321         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6323         * net/browse-url.el (browse-url): Identify alist with "consp and
6324         not functionp" and let all other things go down the `apply' leg,
6325         as suggested by Stefan.  (Further to bug#4531.)
6327 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6329         * minibuffer.el (read-file-name): Check for repeat before putting
6330         a default argument in file-name-history (Bug#4657).
6332         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6333         read syntax (Bug#4737).
6335         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6337 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6339         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6340         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6341         entries and make note of obsolete tags.
6343 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6347 2009-10-18  Glenn Morris  <rgm@gnu.org>
6349         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6350         grep, so that binary files (eg international/uni-bidi.el) can match.
6351         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6352         now, and in any case the file header format has changed.
6354 2009-10-17  Glenn Morris  <rgm@gnu.org>
6356         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6357         (flyspell-get-word, flyspell-large-region)
6358         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6360 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6362         * Makefile.in (ELCFILES): Add ede/shell.
6364 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6366         * term/common-win.el (x-colors): Purecopy it.
6368 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6371         permissive for when the buffer is empty.
6372         (tar-header-block-tokenize): Decode the username and groupname.
6373         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6375 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6377         * cedet/srecode/srt.el:
6378         * cedet/srecode/compile.el:
6379         * cedet/semantic/mru-bookmark.el:
6380         * cedet/semantic/debug.el:
6381         * cedet/semantic/complete.el:
6382         * cedet/semantic/analyze.el: Require CL when compiling.
6384 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6386         * cedet/semantic/scope.el
6387         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6388         tmpscope so that the regular scope will continue to work.
6390         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6391         Use semantic-idle-summary-highlight-face as the highlighting.
6393         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6394         contains multibyte characters, choose first applicable coding
6395         system automatically.
6397         * cedet/ede/project-am.el (project-run-target): New method.
6398         (project-run-target): New method.
6400         * cedet/ede.el (ede-target): Add run target menu item.
6401         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6402         (ede-run-target): New function.
6403         (ede-target::project-run-target): New method.
6405         * cedet/ede/proj.el (project-run-target): New method.
6407         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6408         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6409         Add :rules.
6410         (ede-proj-target-makefile-shared-object): Only libtool compilers
6411         now available.  Add linkers for libtool.
6412         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6413         (ede-proj-makefile-target-name): Always use .la extension.
6415         * cedet/ede/proj-prog.el (project-run-target): New method.
6417         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6418         (ede-g++-linker): Change Change link lines.
6420         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6421         When searching for old variables, go to the end of the buffer and
6422         search backward from there.
6423         (ede-proj-makefile-automake-insert-subdirs)
6424         (ede-proj-makefile-automake-insert-extradist): New methods.
6425         (ede-proj-makefile-create): Use them.
6427         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6428         Force FILE to expand to the current target.  Use file-exists-p to
6429         check that it exists.
6431         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6432         (ede-linux-load): Wrap dir in file-name-as-directory.
6433         Set :version slot.
6435         * cedet/ede/files.el (ede-get-locator-object): When enabling
6436         locate, do so on "top".
6438         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6439         file-name-as-directory during compare.
6440         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6441         Get version number from different places.  Don't call egrep.
6442         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6443         to set the directory.
6445         * cedet/ede/shell.el: New file.
6447         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6448         alpha/beta variants.
6450 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6452         * international/mule-cmds.el (select-safe-coding-system): If the file
6453         has a coding cookie, use it regardless of any other setting (bug#4712).
6455 2009-10-17  Glenn Morris  <rgm@gnu.org>
6457         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6458         All errors should have messages.
6460         * foldout.el (foldout-mouse-swallow-events):
6461         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6463         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6464         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6465         (dired-keep-marker-symlink, dired-dwim-target)
6466         (dired-copy-preserve-time): Do not autoload these defcustoms.
6468         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6469         messages from messing up the file coding.  (Bug#4623)
6471 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6473         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6474         if no match is found for the current dictionary.  (Bug#4578)
6476         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6477         optional, since that is how it is documented, and this is often called
6478         with a nil argument.  (Bug#4577)
6479         (flyspell-external-point-words, flyspell-auto-correct-word)
6480         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6481         (flyspell-word-search-backward): Remove nil argument in calls to
6482         flyspell-get-word, since it is not needed now.
6484 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6486         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6488 2009-10-16  Glenn Morris  <rgm@gnu.org>
6490         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6492 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6494         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6495         (ange-ftp-file-size): New function.
6496         (ange-ftp-file-attributes): Use it.
6498 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6500         * net/tramp-smb.el (tramp-smb-version): New defvar.
6501         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6502         repeated checks.
6504 2009-10-16  Glenn Morris  <rgm@gnu.org>
6506         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6507         Maybe copy some custom properties from old to new name.  (Bug#4706)
6509 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6511         * subr.el (error, sit-for, start-process-shell-command)
6512         (start-file-process-shell-command): Set the calling convention
6513         after the function definition.
6515 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         * subr.el (error, sit-for, start-process-shell-command)
6518         (start-file-process-shell-command): Use the new
6519         set-advertised-calling-convention feature.
6521 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6523         * international/ucs-normalize.el (ucs-normalize-version):
6524         Change to 1.2.
6525         (check-range): Adjust for Unicode 5.2.
6527 2009-10-15  Juri Linkov  <juri@jurta.org>
6529         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6530         to the `menu-item' format.
6532 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6534         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6535         if the environment variable does not exist.
6537         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6538         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6539         parameter.
6540         (tramp-smb-handle-add-name-to-file)
6541         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6542         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6543         (tramp-smb-handle-file-attributes)
6544         (tramp-smb-do-file-attributes-with-stat)
6545         (tramp-smb-handle-file-local-copy)
6546         (tramp-smb-handle-insert-directory)
6547         (tramp-smb-handle-make-directory)
6548         (tramp-smb-handle-make-directory-internal)
6549         (tramp-smb-handle-make-symbolic-link)
6550         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6551         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6552         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6553         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6554         Handle long file names.
6555         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6556         process is running.
6557         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6558         Read share names with "-g" option.
6560 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6562         * net/rcirc.el (rcirc-view-log-file): New command.
6563         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6564         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6565         specified.
6567 2009-10-15  Glenn Morris  <rgm@gnu.org>
6569         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6570         from the second command-line argument.
6571         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6572         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6573         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6574         w32-batch-update-autoloads.
6575         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6576         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6578         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6579         the headers cannot be located.  Simplify, subtracting superflous
6580         save-excursions.
6582 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6584         Replace completion-base-size by completion-base-position to fix bugs
6585         such as (bug#4699).
6586         * simple.el (completion-base-position): New var.
6587         (completion-base-size): Mark as obsolete.
6588         (choose-completion): Make it work for mouse events as well.
6589         Pass the new base-position to choose-completion-string.
6590         (choose-completion-guess-base-position): New function, extracted from
6591         choose-completion-delete-max-match.
6592         (choose-completion-delete-max-match): Use it.  Make obsolete.
6593         (choose-completion-string): Use the new base-position info.
6594         (completion-root-regexp): Delete.
6595         (completion-setup-function): Preserve completion-base-position.
6596         Eliminate obsolete base-size manipulation.
6597         * minibuffer.el (display-completion-list): Don't mess with base-size.
6598         (minibuffer-completion-help): Set completion-base-position instead.
6599         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6600         choose-completion.
6601         * textmodes/bibtex.el (bibtex-complete):
6602         * emacs-lisp/crm.el (crm--choose-completion-string):
6603         Adjust to new calling convention.
6604         * complete.el (partial-completion-mode): Use minibufferp to avoid
6605         bumping into incompatible change to choose-completion-string-functions.
6606         * ido.el (ido-choose-completion-string): Make its calling convention
6607         more permissive.
6608         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6609         base-size manipulation.
6610         (comint-dynamic-list-input-ring): Use dotimes and push.
6611         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6612         fundamental-mode.  Use `or'.
6614 2009-10-14  Juri Linkov  <juri@jurta.org>
6616         * misearch.el (multi-isearch-next-buffer-from-list)
6617         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6619 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6621         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6622         `bytecomp.el'.
6624         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6625         string we return is all made up of text from the completions rather
6626         than part from the completions and part from the input (bug#4219).
6628         * ido.el (ido-everywhere): Use define-minor-mode.
6630         * buff-menu.el (list-buffers, ctl-x-map):
6631         Mark the entry points with ;;;###autoload cookies.
6633 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6635         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6636         correctly in the detached head case.
6637         (vc-git-print-log): Remove unused binding.
6639         * vc.el (vc-responsible-backend): When a directory is passed for
6640         for registration create a VC repository if no backend is
6641         responsible for the directory argument.
6642         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6644         * vc.el: Move comments about RCS and SCCS ...
6645         * vc-rcs.el:
6646         * vc-sccs.el: ... here, respectively.
6648 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * minibuffer.el (completion--file-name-table): Return nil if there's
6651         no file completion, even if substitute-in-file-name changed
6652         the string (bug#4708).
6654 2009-10-13  Juri Linkov  <juri@jurta.org>
6656         * files-x.el (read-file-local-variable-value): Don't filter out
6657         minor modes from mode name completion (bug#4664).
6659 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6661         * international/mule-cmds.el (ucs-names): Remove exclusion of
6662         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6664 2009-10-13  Kenichi Handa  <handa@m17n.org>
6666         * international/uni-name.el: Regenerated.
6668 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6670         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6671         should be automatically buffer-local, but isn't.)
6673 2009-10-12  Sam Steingold  <sds@gnu.org>
6675         * progmodes/compile.el (compilation-next-error-function): Fix the
6676         timestamps if the buffer has been visited before.
6677         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6678         non-anchored patterns, like the perl one (bug#3928).
6680 2009-10-12  Glenn Morris  <rgm@gnu.org>
6682         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6683         Let-bind `size'.
6685 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6687         * proced.el (proced-unload-function): New function.
6689         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6690         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6691         Doc fix.
6693         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6695 2009-10-11  Juri Linkov  <juri@jurta.org>
6697         * files-x.el (read-file-local-variable-value):
6698         Provide default value only for bound variables (bug#4664).
6700 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6702         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6703         connection methods like smb.
6705         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6706         can be empty.
6708         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6709         (tramp-smb-file-name-handler-alist): Add handlers for
6710         `add-name-to-file', `make-symbolic-link'.
6711         (tramp-smb-handle-add-name-to-file)
6712         (tramp-smb-do-file-attributes-with-stat)
6713         (tramp-smb-handle-make-symbolic-link)
6714         (tramp-smb-get-cifs-capabilities): New defuns.
6715         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6716         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6717         (tramp-smb-handle-file-local-copy)
6718         (tramp-smb-handle-make-directory-internal)
6719         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6720         The file name syntax depends on cifs capabilities.
6721         (tramp-smb-handle-file-attributes):
6722         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6723         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6724         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6726 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6728         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6729         (eieio-defclass): Apply deftype handler and setf-method properties
6730         directly.
6731         (eieio-add-new-slot): Avoid union function from cl library.
6732         (eieio--typep): New function.
6733         (eieio-perform-slot-validation): Use it.
6735 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6737         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6738         Update documentation to refer to the variables documented in r1.135.
6739         (Bug#4188)
6741 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6743         * bookmark.el (Info-suffix-list): Remove this unused variable.
6744         (bookmark-current-point): Remove this obsolete variable.
6745         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6746         Adjust for removal of bookmark-current-point.
6748         (bookmarks-already-loaded, bookmark-current-buffer)
6749         (bookmark-yank-point): Document.  (Bug#4188)
6751 2009-10-10  Glenn Morris  <rgm@gnu.org>
6753         * frame.el (frame-height): Doc fix.
6755         * calendar/calendar.el (calendar-split-width-threshold): New option.
6756         (calendar-basic-setup): Use calendar-split-width-threshold.
6758 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6760         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6761         Use .la for Automake.
6763 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6765         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6766         Use "autoreconf -i".  Suggested by Andreas Schwab.
6768 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6770         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6771         Ideographic Supplement" range (U+1F200..U+1F2FF).
6773 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6775         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6776         since the list will have been rebuilt anyway.  (Bug#4349)
6778 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6780         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6781         (bookmark-bmenu-execute-deletions): Don't save here, as
6782         bookmark-delete will now do so if necessary.
6783         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6784         (Bug#4348)
6786 2009-10-09  Glenn Morris  <rgm@gnu.org>
6788         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6790 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6792         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6793         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6794         argument now, so the two function's behaviors will match.  (Bug#3645)
6796 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6798         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6799         Fix filename test.
6800         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6801         to expand file names.
6803 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6805         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6806         (tramp-file-name-real-host, tramp-file-name-port):
6807         Apply `save-match-data'.
6809         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6810         case both directories are remote.
6811         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6812         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6814 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6816         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6817         (ede-proj-target-makefile-objectcode): Use it.
6819         * cedet/ede/source.el (ede-want-any-source-files-p)
6820         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6821         Return search result.  This error was introduced while merging.
6823 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6825         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6827 2009-10-07  Glenn Morris  <rgm@gnu.org>
6829         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6830         of concat.
6832 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * files-x.el (read-file-local-variable): Include some
6835         non-user-variables in the completion table (bug#4664).
6837 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6839         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6840         message.
6842         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6843         (tramp-smb-file-name-handler-alist): Add handler for
6844         `copy-directory', `expand-file-name', `set-file-modes'.
6845         (tramp-smb-handle-copy-directory)
6846         (tramp-smb-handle-expand-file-name)
6847         (tramp-smb-handle-set-file-modes): New defuns.
6848         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6849         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6850         entry.
6851         (tramp-smb-handle-insert-directory): Don't flush the cache.
6852         (tramp-smb-maybe-open-connection): Check for samba client and
6853         server versions.
6855 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6857         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6858         to not error out of search for "^lisp=" fails.
6860 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6862         * makefile.w32-in (WINS_UPDATES): New macro.
6863         (custom-deps, finder-data, autoloads): Use it.
6865 2009-10-07  Glenn Morris  <rgm@gnu.org>
6867         * Makefile.in (autoloads): Revert previous change.
6868         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6869         the list of preloaded files passed on the command-line, get
6870         it from src/Makefile.
6872         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6873         show the original buffer rather than a random one.
6875 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6877         * help.el (describe-no-warranty): Place point in a slightly better
6878         position in the GPLv3 text.
6880 2009-10-06  Sam Steingold  <sds@gnu.org>
6882         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6883         the comm attribute is present before calling regexp-quote.
6885 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6887         * play/animate.el (animate-string): For good effect, make sure
6888         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6890         * play/animate.el (animate-sequence, animate-birthday-present):
6891         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6893 2009-10-06  Glenn Morris  <rgm@gnu.org>
6895         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6897         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6898         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6899         (batch-update-autoloads): Process a string value of autoload-excludes,
6900         set during the build process.
6901         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6903         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6904         inside with-parsed...  macro so that `v' is defined.
6906         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6907         * progmodes/fortran.el (fortran-end-of-block)
6908         (fortran-beginning-of-block):
6909         Also push mark in the macro case.
6911         * emerge.el (emerge-show-file-name):
6912         * calc/calc.el (calc-quit):
6913         * calc/calc-misc.el (calc-big-or-small):
6914         * calc/calc-graph.el (calc-graph-view):
6915         * calc/calc-ext.el (calc-reset):
6916         * calendar/calendar.el (calendar-basic-setup):
6917         Use window-full-height-p.
6919         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6920         header we don't understand, don't insert another.  (Bug#4624)
6921         If changing mime charset, insert the new one in the right place.
6923 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6925         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6926         (cal-tex-cursor-month): Correctly increment the end date for diary and
6927         holiday listing.  (Bug#4626)
6929 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * help-fns.el (describe-function-1): Don't burp if the function is not
6932         a symbol.
6934 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6936         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6937         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6938         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6939         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6941         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6942         (eieio-default-superclass): Reflow docstrings.
6943         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6944         (eieio-unbind-method-implementations, defmethod)
6945         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6946         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6947         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6948         (eieio-slot-originating-class-p, eieio-slot-name-index)
6949         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6950         (constructor, initialize-instance, no-next-method, object-print)
6951         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6952         Fix typos in docstrings.
6953         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6954         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6955         (next-method-p): Doc fixes.
6956         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6957         Fix typos in error messages.
6958         (eieio-defmethod): Fix typo in description of generic method.
6960         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6961         (eieio-persistent-save-interactive, slot-missing):
6962         Fix typos in docstrings.
6963         (eieio-instance-inheritor-slot-boundp): Doc fix.
6965         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6966         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6968         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6969         (eieio-custom-object-apply-reset):
6970         Fix typos in docstrings and error messages.
6972         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6973         Fix typo in docstring.
6975         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6976         (eieio-browse-tree): Doc fix.
6977         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6978         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6979         Fix typos in docstrings.
6981         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6982         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6983         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6984         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6985         Reflow docstrings.
6987 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6989         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6990         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6991         Set log-view-vc-backend so that diff can work.
6993         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6994         vc-version-diff.
6995         (vc-diff-internal): Autoload this instead of vc-version-diff.
6997 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6999         * simple.el (eval-expression): Doc fix.
7001         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7003 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7005         * files.el (directory-files-no-dot-files-regexp): New defconst.
7006         (delete-directory): Use it.
7007         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7009         * net/tramp.el (tramp-verbose): Fix docstring.
7010         (tramp-methods): Add recursive option to `tramp-copy-args'.
7011         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7012         "scp1_old", "scp2_old", "rsync", "rsyncc".
7013         (tramp-default-method): Check also for `auth-source-user-or-password'.
7014         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7015         Add handler for `copy-directory'.
7016         (tramp-handle-copy-directory): New defun.
7017         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7018         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7019         Optimize sent command.
7021 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7024         window if necessary.
7026         * calendar/calendar.el (calendar-basic-setup): Don't call
7027         switch-to-buffer in a dedicated window.
7029 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7031         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7032         don't do anything related to relocating, just return nil.
7033         (bookmark-error-no-filename): New error.
7034         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7035         bookmark has no file.  Don't even attempt to handle things that
7036         are not files; the whole point of custom handlers is to keep that
7037         knowledge elsewhere anyway.  Tighten some comments.
7038         (bookmark-file-or-variation-thereof): Remove now-unused function.
7039         (bookmark-location): Doc string fix.
7040         (Bug#4250)
7042 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7044         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7045         don't use a file dialog, because they usually don't know how to read
7046         a directory target from the user.  (Bug#4230)
7047         Also, make sure the prompt can display directories as well as files.
7049 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7051         * bookmark.el (bookmark-set, bookmark-buffer-name):
7052         Improve doc strings.  (Bug#1193)
7054 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7056         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7057         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7058         (bookmark-get-annotation, bookmark-set-annotation)
7059         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7060         (bookmark-set-position, bookmark-get-front-context-string)
7061         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7062         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7063         (bookmark-jump-other-window, bookmark-handle-bookmark)
7064         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7065         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7066         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7067         Improve doc strings to say whether bookmark can be a string or
7068         a record or both, and make other consistency and clarity fixes.
7069         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7070         (bookmark-default-annotation-text, bookmark-yank-word)
7071         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7072         (bookmark-import-new-list, bookmark-maybe-rename)
7073         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7074         (bookmark-bmenu-bookmark): Give these doc strings.
7075         (bookmark-bmenu-check-position): Give this a doc string, but also
7076         add a FIXME comment about how the function may be pointless.
7077         (bookmark-default-handler): Rework doc string and change a
7078         parameter name, to clarify that this takes a bookmark record
7079         not a bookmark name.
7080         (bookmark-set): Change a parameter name to indicate its meaning,
7081         and improve the doc string a bit.
7082         (Bug#4188)
7084 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7086         * bookmark.el (bookmark-alist): Document the new `handler' element
7087         in the param alist.
7088         (bookmark-make-record-function): Adjust documentation for above.
7089         (Bug#4193)
7091 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7093         * info.el (Info-bookmark-make-record): Document this function.
7094         (Info-bookmark-jump): Document with a doc string, not just a comment.
7095         (Bug#4203)
7097 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7099         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7100         (semantic-new-buffer-fcn): Call parser setup functions here.
7101         (semantic-mode): Don't call parser setup functions here, it's done
7102         in semantic-new-buffer-fcn now.
7103         (semantic-mode): Parse all existing buffers when enabled.
7105         * cedet/srecode/compile.el (srecode-compile-file):
7106         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7108 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7110         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7112         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7113         (proj-comp-insert-variable-once): New macro, renamed from
7114         ede-pmake-insert-variable-once in ede/pmake.edl.
7115         (ede-proj-makefile-insert-variables): Use it.
7117 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7119         * files.el (copy-directory): New defun.
7121         * dired-aux.el (dired-copy-file-recursive): Use it.
7123 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7125         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7126         (makefile-end-of-command):
7127         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7128         (semantic-end-of-context): Fix previous change.  Doc fixes.
7130 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7132         * files-x.el (modify-dir-local-variable)
7133         (copy-dir-locals-to-file-locals-prop-line):
7134         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7135         (makefile-end-of-command):
7136         * cedet/semantic/lex.el (semantic-lex-token):
7137         * cedet/semantic/analyze/fcn.el
7138         (semantic-analyze-dereference-metatype-1):
7139         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7140         (semantic-lex-cpp-undef):
7141         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7142         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7143         (semantic-end-of-context): Fix typos in docstrings.
7145         * recentf.el (recentf-unload-function): New function.
7147 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7149         * cedet/ede.el (ede-project-placeholder-cache-file):
7150         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7151         * cedet/srecode/map.el (srecode-map-save-file):
7152         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7154 2009-10-04  Glenn Morris  <rgm@gnu.org>
7156         * window.el (window-full-height-p): Add doc string.
7158 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7160         * window.el (window-full-height-p): New function.  (Bug#4543)
7162 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7164         * cedet/srecode/insert.el: Require srecode/args.
7166         * cedet/srecode/args.el: Require srecode/dictionary instead of
7167         srecode/insert.
7169         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7171         * files.el (auto-mode-alist): Add .srt and Project.ede.
7173         * cedet/semantic.el (semantic-mode):
7174         Handle srecode-template-mode-hook as well.
7175         (semantic-mode): Use js-mode-hook for Javascript hook.
7177         * cedet/srecode/template.el: Remove hook variable.
7179         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7181         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7182         projects exist.
7183         (ede-project-placeholder-cache-file): Default to a file in
7184         user-emacs-directory.
7186         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7187         templates in data-directory.
7188         (srecode-map-save-file): Default to a file in user-emacs-directory.
7190         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7191         directory.
7193 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7195         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7196         Doc fix.
7198         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7199         Only insert each variable once.
7201         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7202         (ede-pmake-insert-variable-shared): Use it.
7204         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7205         for lexical table iff table is nil.
7207 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7209         * vc.el: Remove commented out code.
7210         (vc-derived-from-dir-mode): Remove, unused.
7211         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7213 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7215         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7216         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7217         there could be recursive loading when `default-directory' is a
7218         remote file name.  (Bug#4614)
7220 2009-10-03  Glenn Morris  <rgm@gnu.org>
7222         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7223         the frame is wide.
7224         (calendar-generate-window): Test for shrinkability rather than width.
7226         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7227         declaration, currently false.
7229         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7230         reusing existing buffers, in case we happen to visit two files with the
7231         same basename.  (Bug#4593)
7233 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7235         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7236         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7237         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7238         subdirs of cedet as well.
7239         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7241 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7243         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7244         Obey advertised-signature-table.
7246         * help-fns.el (help-function-arglist): Don't check
7247         advertised-signature-table.
7248         (describe-function-1): Do it here instead so it also applies to subrs.
7250 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7252         * simple.el (start-file-process): Say in the doc-string, that file
7253         handlers might not support pty association, if PROGRAM is nil.
7255         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7256         HOST and USER are strings.  They are nil, when there are
7257         incomplete entries in ~/.netrc, for example.
7258         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7259         root directory ("device busy" error otherwise).
7261         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7262         Flush file properties of created directory.
7264 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7266         * makefile.w32-in (WINS_BASIC): Remove cedet.
7267         (WINS_CEDET): Add cedet.
7268         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7270 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7272         * net/browse-url.el (browse-url): Pass any symbol in
7273         browse-url-browser-function to `apply', since if you've mistakenly put
7274         an unbound symbol then the error is clearer.  (Bug#4531)
7276 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7278         * allout.el (allout-init, allout-back-to-current-heading)
7279         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7280         (allout-ascend, allout-up-current-level, allout-end-of-level)
7281         (allout-previous-visible-heading, allout-forward-current-level)
7282         (allout-backward-current-level, allout-show-children):
7283         * apropos.el (apropos-describe-plist):
7284         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7285         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7286         * completion.el (add-completion, add-permanent-completion):
7287         * descr-text.el (describe-text-category, describe-char):
7288         * desktop.el (desktop-lazy-abort):
7289         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7290         * dired.el (dired-build-subdir-alist):
7291         * ediff.el (ediff-version):
7292         * elide-head.el (elide-head, elide-head-show):
7293         * emerge.el (emerge-version):
7294         * env.el (getenv):
7295         * face-remap.el (variable-pitch-mode):
7296         * faces.el (describe-face):
7297         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7298         (dired-at-point):
7299         * files.el (find-file-existing, auto-save-mode):
7300         * font-lock.el (font-lock-fontify-buffer):
7301         * help-fns.el (describe-function, describe-variable)
7302         (describe-syntax, describe-categories):
7303         * help.el (view-lossage, describe-bindings, describe-key)
7304         (describe-mode):
7305         * hexl.el (hexl-current-address):
7306         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7307         * info.el (Info-goto-emacs-key-command-node):
7308         * log-edit.el (log-edit-insert-cvs-template)
7309         (log-edit-insert-cvs-rcstemplate):
7310         * menu-bar.el (menu-bar-mode):
7311         * mouse.el (mouse-appearance-menu):
7312         * newcomment.el (comment-indent-new-line):
7313         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7314         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7315         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7316         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7317         * recentf.el (recentf-mode):
7318         * savehist.el (savehist-mode, savehist-save):
7319         * shadowfile.el (shadow-copy-files):
7320         * simple.el (kill-ring-save, next-line, previous-line)
7321         (normal-erase-is-backspace-mode):
7322         * strokes.el (strokes-update-window-configuration)
7323         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7324         (strokes-xpm-for-stroke):
7325         * time.el (emacs-uptime, emacs-init-time):
7326         * tutorial.el (tutorial--describe-nonstandard-key)
7327         (tutorial--detailed-help):
7328         * type-break.el (type-break-mode)
7329         (type-break-mode-line-message-mode, type-break-query-mode)
7330         (type-break-guesstimate-keystroke-threshold):
7331         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7332         * version.el (emacs-version):
7333         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7334         * winner.el (winner-mode):
7335         * calendar/timeclock.el (timeclock-in, timeclock-out)
7336         (timeclock-status-string, timeclock-change)
7337         (timeclock-workday-remaining-string)
7338         (timeclock-workday-elapsed-string)
7339         (timeclock-when-to-leave-string):
7340         * calendar/todo-mode.el (todo-add-category):
7341         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7342         * emacs-lisp/autoload.el (update-file-autoloads):
7343         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7344         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7345         (checkdoc-message-text, checkdoc-defun):
7346         * emacs-lisp/debug.el (debugger-list-functions):
7347         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7348         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7349         (eieio-describe-generic):
7350         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7351         * emacs-lisp/shadow.el (list-load-path-shadows):
7352         * emulation/cua-base.el (cua-mode):
7353         * emulation/edt.el (edt-set-scroll-margins):
7354         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7355         (tpu-toggle-regexp, tpu-toggle-search-direction)
7356         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7357         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7358         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7359         (viper-set-parsing-style-toggling-macro)
7360         (viper-set-emacs-state-searchstyle-macros):
7361         * emulation/viper.el (viper-set-hooks):
7362         * eshell/esh-mode.el (eshell-truncate-buffer):
7363         * international/mule-cmds.el (prefer-coding-system)
7364         (describe-input-method, describe-language-environment):
7365         * international/mule-diag.el (list-character-sets)
7366         (describe-character-set, describe-coding-system)
7367         (describe-fontset, list-fontsets, list-input-methods):
7368         * mail/sendmail.el (mail-signature):
7369         * net/ange-ftp.el (ange-ftp-copy-file):
7370         * net/browse-url.el (browse-url):
7371         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7372         * net/quickurl.el (quickurl-add-url):
7373         * net/rcirc.el (names, topic):
7374         * net/xesam.el (xesam-mode):
7375         * play/5x5.el (5x5-new-game):
7376         * play/yow.el (apropos-zippy):
7377         * progmodes/ada-mode.el (ada-mode-version):
7378         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7379         (f90-end-of-block)
7380         (f90-beginning-of-block):
7381         * progmodes/fortran.el (fortran-end-of-block)
7382         (fortran-beginning-of-block):
7383         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7384         * progmodes/python.el (python-describe-symbol, python-shell):
7385         * term/ns-win.el (ns-print-buffer):
7386         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7387         * textmodes/flyspell.el (flyspell-mode-on):
7388         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7389         (pages-directory-for-addresses):
7390         * textmodes/table.el (table-recognize-cell)
7391         (table-query-dimension, table-generate-source)
7392         (table-insert-sequence, table--warn-incompatibility):
7393         * textmodes/tex-mode.el (tex-validate-buffer):
7394         * textmodes/texinfmt.el (texinfmt-version)
7395         (texinfo-format-buffer):
7396         Use `called-interactively-p' instead of `interactive-p'.
7398 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7400         * image-mode.el (image-toggle-display):
7401         * emacs-lisp/elp.el (elp-instrument-function):
7402         * emacs-lisp/advice.el (ad-make-advised-definition):
7403         * emacs-lisp/easy-mmode.el (define-minor-mode):
7404         * net/browse-url.el (browse-url-maybe-new-window):
7405         * progmodes/sh-script.el (sh-learn-buffer-indent):
7406         Pass new argument 'any to `called-interactively-p'.
7408 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7410         * international/uni-bidi.el:
7411         * international/uni-category.el:
7412         * international/uni-combining.el:
7413         * international/uni-comment.el:
7414         * international/uni-decimal.el:
7415         * international/uni-decomposition.el:
7416         * international/uni-digit.el:
7417         * international/uni-lowercase.el:
7418         * international/uni-mirrored.el:
7419         * international/uni-name.el:
7420         * international/uni-numeric.el:
7421         * international/uni-old-name.el:
7422         * international/uni-titlecase.el:
7423         * international/uni-uppercase.el:
7424         Regenerate from Unicode 5.2.0 data.
7426 2009-10-01  Glenn Morris  <rgm@gnu.org>
7428         * Makefile.in (ELCFILES): Regenerate.
7430 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * subr.el (interactive-p): Mark obsolete.
7433         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7434         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7435         advertised-signature-table for subroutines as well.
7437         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7438         (set-advertised-calling-convention): New function.
7439         (make-obsolete, define-obsolete-function-alias)
7440         (make-obsolete-variable, define-obsolete-variable-alias):
7441         Make the optional-ness of `when' obsolete.
7442         (define-obsolete-face-alias): Make `when' non-optional.
7443         * help-fns.el (help-function-arglist):
7444         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7445         Use advertised-signature-table.
7447 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7449         * files.el (delete-directory): New defun.  The original function
7450         in fileio.c has been renamed to `delete-directory-internal'.
7452         * dired.el (dired-delete-file): Call `delete-directory' with
7453         RECURSIVE parameter.
7455         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7456         parameter RECURSIVE.  Implementation is missing.
7458         * net/tramp.el (tramp-handle-make-directory): Flush upper
7459         directory's file properties.
7460         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7461         (tramp-handle-dired-recursive-delete-directory): Flush directory
7462         properties after the remove command only.
7464         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7465         Handle optional parameter RECURSIVE.
7467         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7468         Handle optional parameter RECURSIVE.
7470         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7471         connection timeout.
7472         (tramp-smb-handle-delete-directory): Handle optional parameter
7473         RECURSIVE.
7475 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7477         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7478         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7479         (byte-compile-defmacro): Use backquotes.
7481         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7483         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7484         has no associated file.
7485         (vc-resynch-buffer): Use vc-dir-buffers.
7487 2009-10-01  Glenn Morris  <rgm@gnu.org>
7489         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7490         (chart-file-count):
7491         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7492         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7493         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7494         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7495         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7496         (eieio-copy-parents-into-subclass, make-instance, class-children)
7497         (eieio-generic-form):
7498         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7499         * cedet/cedet-idutils.el (cedet-idutils-search)
7500         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7501         (cedet-idutils-version-check):
7502         * cedet/cedet.el (cedet-version):
7503         * cedet/data-debug.el (data-debug-insert-overlay-button)
7504         (data-debug-insert-overlay-list-button)
7505         (data-debug-insert-buffer-button)
7506         (data-debug-insert-buffer-list-button)
7507         (data-debug-insert-process-button, data-debug-insert-ring-button)
7508         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7509         (data-debug-insert-stuff-vector-button)
7510         (data-debug-insert-symbol-button, data-debug-insert-string)
7511         (data-debug-insert-number, data-debug-insert-lambda-expression)
7512         (data-debug-insert-nil, data-debug-insert-simple-thing)
7513         (data-debug-insert-custom, data-debug-edebug-expr):
7514         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7515         (global-ede-mode-map, ede-new, ede-debug-target)
7516         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7517         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7518         (semantic-fetch-tags, semantic-submode-list)
7519         (semantic-default-submodes):
7520         * cedet/ede/source.el (ede-source-match):
7521         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7522         (project-am-package-info):
7523         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7524         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7525         * cedet/ede/proj-comp.el (ede-current-build-list):
7526         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7527         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7528         * cedet/ede/cpp-root.el (initialize-instance):
7529         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7530         (autoconf-parameter-strip, autoconf-insert-new-macro):
7531         * cedet/semantic/wisent.el (wisent-lex-eoi):
7532         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7533         (semantic-show-parser-state-mode):
7534         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7535         * cedet/semantic/tag.el (semantic-tag-new-variable)
7536         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7537         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7538         (semantic--tag-deep-copy-tag-list)
7539         (semantic-tag-components-with-overlays-default):
7540         * cedet/semantic/symref.el (semantic-symref-find-text):
7541         * cedet/semantic/senator.el (senator-yank-tag)
7542         (senator-transpose-tags-up):
7543         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7544         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7545         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7546         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7547         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7548         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7549         * cedet/semantic/lex-spp.el
7550         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7551         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7552         * cedet/semantic/idle.el
7553         (semantic-idle-summary-current-symbol-info-brutish)
7554         (semantic-idle-summary-current-symbol-info-default):
7555         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7556         (semantic--grammar-macro-compl-dict):
7557         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7558         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7559         (semantic-format-tag-canonical-name-default):
7560         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7561         (semantic-find-tags-for-completion)
7562         (semantic-find-tags-by-scope-protection-default)
7563         (semantic-deep-find-tags-for-completion):
7564         * cedet/semantic/edit.el
7565         (semantic-edits-incremental-reparse-failed-hook)
7566         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7567         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7568         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7569         * cedet/semantic/dep.el (semantic-dependency-include-path):
7570         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7571         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7572         (semanticdb-project-roots):
7573         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7574         (semanticdb-find-adebug-insert-scanned-tag-cons)
7575         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7576         (semanticdb-brute-deep-find-tags-for-completion):
7577         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7578         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7579         (semantic-end-of-context-default)
7580         (semantic-ctxt-current-function-default)
7581         (semantic-ctxt-scoped-types-default):
7582         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7583         (semantic-complete-inline-tag-engine)
7584         (semantic-complete-inline-custom-type)
7585         (semantic-complete-read-tag-analyzer):
7586         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7587         (semantic-chart-database-size):
7588         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7589         (semantic-analyze-current-context):
7590         * cedet/semantic/symref/list.el (semantic-symref)
7591         (semantic-symref-hide-buffer, semantic-symref-symbol):
7592         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7593         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7594         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7595         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7596         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7597         (semantic-c-dereference-template):
7598         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7599         (semantic--analyze-refs-full-lookup-with-parents)
7600         (semantic--analyze-refs-full-lookup-simple):
7601         * cedet/semantic/analyze/complete.el
7602         (semantic-analyze-possible-completions):
7603         * cedet/srecode/table.el (srecode-mode-table-new):
7604         * cedet/srecode/srt.el (srecode-read-variable-name):
7605         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7606         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7607         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7608         * cedet/srecode/map.el (srecode-current-map):
7609         * cedet/srecode/insert.el (srecode-insert)
7610         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7611         (srecode-template-inserter-point-override)
7612         (srecode-insert-include-lookup):
7613         * cedet/srecode/getset.el (srecode-auto-choose-class):
7614         * cedet/srecode/extract.el (srecode-inserter-extract):
7615         * cedet/srecode/document.el
7616         (srecode-document-autocomment-return-last-alist)
7617         (srecode-document-autocomment-param-type-alist)
7618         (srecode-document-insert-function-comment)
7619         (srecode-document-insert-variable-one-line-comment)
7620         (srecode-document-function-name-comment):
7621         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7622         (srecode-compound-toString):
7623         * cedet/srecode/compile.el (srecode-flush-active-templates):
7624         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7625         Doc/message fixes.
7627         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7628         match-data.  (Bug#4555).
7630         * cedet/semantic/bovine/gcc.el
7631         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7632         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7634         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7635         rather than parsing it as a regexp.  This relaxes the layout
7636         requirements and makes errors easier to detect.
7637         (check-declare-verify): Check file is regular.
7638         (check-declare-directory): Doc fix.
7639         * subr.el (declare-function): Doc fix.
7641         * ibuffer.el (ibuffer-format-qualifier):
7642         * isearch.el (hi-lock-regexp-okay):
7643         * calc/calc.el (math-zerop):
7644         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7645         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7646         Remove unused declarations.
7648 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7650         * cedet/semantic/wisent/javat-wy.el
7651         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7653 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7655         * cedet/srecode/expandproto.el: Fix provide statement.
7657 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7659         * emacs-lisp/eieio.el (boolean-p): Delete.
7661 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7663         * cedet/ede/srecode.el: Fix provide statement.
7665 2009-09-30  Glenn Morris  <rgm@gnu.org>
7667         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7668         * cedet/ede/proj-aux.el (ede-aux-source):
7669         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7670         (ede-misc-source):
7671         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7672         (semantic-mrub-switch-tags): Fix doc typos.
7674         * cedet/semantic/db-global.el (data-debug-new-buffer)
7675         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7676         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7678         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7680         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7681         use of CL function `remove-if-not'.
7683         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7685         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7686         filename is not a string.
7688 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7690         * files.el (safe-local-eval-forms): Fix typo.
7692 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * vc-hooks.el (vc-dir-buffers): New var.
7695         (vc-state-refresh): New function.
7696         (vc-state): Use it.
7697         (vc-after-save): Always ask the backend to recompute the new state.
7698         Always call vc-dir if necessary, using vc-dir-buffers.
7699         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7700         Use vc-dir-buffers.
7701         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7702         (vc-dir-prepare-status-buffer, vc-dir-update)
7703         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7704         Don't call expand-file-name on default-directory.
7706 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7708         * speedbar.el (speedbar-item-delete):
7709         * calc/calc-prog.el (calc-kbd-if):
7710         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7712         * epa.el (epa-key-list-mode-map):
7713         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7715         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7716         (hs-show-hook): Fix typo in docstring.
7718 2009-09-29  Glenn Morris  <rgm@gnu.org>
7720         * cedet/semantic/symref/idutils.el:
7721         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7723         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7725         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7726         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7727         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7728         Mark declarations not understood by check-declare.
7730         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7731         file-name-nondirectory call preventing location of cedet files.
7732         (check-declare-verify): Use literal search rather than re-search.
7733         Add basic defmethod and defclass, and define-overloadable-function.
7735         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7736         Use tramp-compat-file-attributes rather than nonexistent
7737         tramp-compat-handle-file-attributes.
7739         * Makefile.in (lisptagsfiles4): New.
7740         (AUTOGENEL): Add cedet loaddefs files.
7741         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7742         (update-elclist, compile-always, backup-compiled-files)
7743         (bootstrap-clean): Add yet another directory level.
7744         (update-elclist): Use LC_COLLATE rather than COLLATE.
7745         (ELCFILES): Update, via `make update-elclist'.
7747 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7749         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7750         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7751         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7753 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7755         * Makefile.in (lisptagsfiles3): Define.
7756         (TAGS, TAGS-LISP): Use it.
7757         (update-elclist): Add third directory level to look for elc files.
7758         (compile-always): Likewise.
7759         (backup-compiled-files): Likewise.
7760         (bootstrap-clean): Likewise.
7761         (ELCFILES): Update.
7763 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7765         * Makefile.in (ELCFILES): Add CEDET files.
7767 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7769         CEDET (development tools) package merged.
7771         * cedet/*.el:
7772         * cedet/ede/*.el:
7773         * cedet/semantic/*.el:
7774         * cedet/srecode/*.el: New files.
7776 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7778         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7780         * net/tramp.el (top): Require tramp-imap.
7782         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7783         Use `tramp-compat-handle-file-attributes'.
7785 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7787         * net/tramp-imap.el: New package.
7789 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7791         * emacs-lisp/chart.el:
7792         * emacs-lisp/eieio-base.el:
7793         * emacs-lisp/eieio-comp.el:
7794         * emacs-lisp/eieio-custom.el:
7795         * emacs-lisp/eieio-datadebug.el:
7796         * emacs-lisp/eieio-opt.el:
7797         * emacs-lisp/eieio-speedbar.el:
7798         * emacs-lisp/eieio.el: New files.
7800         * cedet/cedet-cscope.el:
7801         * cedet/cedet-files.el:
7802         * cedet/cedet-global.el:
7803         * cedet/cedet-idutils.el:
7804         * cedet/data-debug.el:
7805         * cedet/inversion.el:
7806         * cedet/mode-local.el:
7807         * cedet/pulse.el: New files.
7809 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7811         * whitespace.el (whitespace-trailing-regexp)
7812         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7813         Fix doc string.
7815 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7817         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7818         menu.
7820         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7821         menu-bar-ediff-menu.
7823         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7824         define-overloadable-function.
7826         * progmodes/autoconf.el: Provide autoconf as well, so that this
7827         file can be `require'd.
7829         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7831         * emacs-lisp/autoload.el (generated-autoload-feature)
7832         (generated-autoload-load-name): New vars.
7833         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7834         (make-autoload): Recognize define-overloadable-function and
7835         defclass forms (for EIEIO).
7837         * Makefile.in (update-subdirs): Exclude cedet directory.
7839 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7841         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7843         * faces.el: Default light-background background for region face to
7844         ns_selection_color under NS.
7846 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7848         * net/imap-hash.el: New library, see NEWS.
7850         * Makefile.in (ELCFILES): Add imap-hash.el.
7852 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7854         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7855         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7856         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7857         definition where the docstring could be taken for the return value.
7859 2009-09-26  Glenn Morris  <rgm@gnu.org>
7861         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7862         Add option to only show images below a certain size.
7863         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7864         save-excursion calls.
7866 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7868         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7869         subdirectories) and eieio.
7871 2009-09-26  Alan Mackenzie  <acm@muc.de>
7873         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7874         buggy bracketing.  (Bug#4289)
7876         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7877         character constants (as case labels).  (Bug#4289)
7879 2009-09-25  Juri Linkov  <juri@jurta.org>
7881         * files.el (safe-local-eval-forms): Allow time-stamp in
7882         before-save-hook (Bug#4554).
7884 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7886         * menu-bar.el (list-buffers-directory): Doc fix.
7888 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7891         Try and avoid copying twice the same paragraph.
7892         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7893         Remove save-excursion.
7894         (log-edit-changelog-entry): Do it here instead.
7896 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7898         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7899         when available, instead of hardcoding mode names.  Doc fix.
7901         * menu-bar.el (list-buffers-directory): Add docstring.
7902         Make automatically buffer-local.
7904         * dired.el (dired-mode):
7905         * files.el (cd-absolute):
7906         * pcvs.el (cvs-temp-buffer):
7907         * pcvs-util.el (cvs-get-buffer-create):
7908         * shell.el (shell-mode):
7909         * vc-dir.el (vc-dir-mode):
7910         Don't make `list-buffers-directory' buffer local.
7912 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7914         * comint.el (comint-exec, comint-run, make-comint):
7915         Doc fixes (Bug#4542).
7917 2009-09-25  Glenn Morris  <rgm@gnu.org>
7919         * mail/rmailmm.el (rmail-mime): New custom group.
7920         Move all defcustoms in this file into this group.
7921         (rmail-mime-media-type-handlers-alist): Revert previous change.
7922         (rmail-mime-show-images): New option.
7923         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7924         references to it, since it wasn't actually used for anything.
7925         (rmail-mime-insert-image): New function.
7926         (rmail-mime-image): Use rmail-mime-insert-image.
7927         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7928         obey the value of `rmail-mime-show-images' option.  Print the size of
7929         attachments.
7931 2009-09-25  David Engster  <deng@randomsample.de>
7933         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7935 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7937         * whitespace.el: Does not highlight trailing spaces While point is
7938         at end of line.  Does not highligt spaces at beginning of buffer
7939         while point is at beginning of buffer.  Does not highlight spaces
7940         at end of buffer while point is at end of buffer.  (Bug#4177)
7941         New version 12.0.
7942         (whitespace-display-mappings): Adjust initialization.
7943         (whitespace-point, whitespace-font-lock-refontify): New vars.
7944         (whitespace-color-on, whitespace-color-off): Adjust code.
7945         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7946         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7947         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7949 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7951         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7953         * textmodes/sgml-mode.el: Remove xml-mode alias.
7955         * files.el (auto-mode-alist, conf-mode-maybe)
7956         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7958 2009-09-24  Alan Mackenzie  <acm@muc.de>
7960         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7961         c-forward-conditionals, but it doesn't move point and doesn't set
7962         the mark.
7963         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7964         (c-down-conditional-with-else, c-backward-conditional)
7965         (c-forward-conditional): Refactor to use c-scan-conditionals.
7967 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7969         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7970         (help-default-arg-highlight): Remove.
7971         (help-highlight-arg): New function.
7972         (help-do-arg-highlight): Use it.
7973         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7975 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7978         Undo last change, which didn't fix the problem and introduced others.
7980 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7982         * progmodes/gdb-mi.el: Don't require speedbar.
7983         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7985 2009-09-24  Glenn Morris  <rgm@gnu.org>
7987         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7989         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7991         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7992         there is no newline after the final mime boundary.  (Bug#4539)
7993         Move markers on insertion so that any buttons inserted don't end up in
7994         the next part of a multipart message.
7995         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7996         (rmail-mime-bulk-handler): Optionally handle images.
7997         (rmail-mime-image): New button action.
7998         (rmail-mime-image-handler): New function.
7999         (rmail-mime-mode): New mode.
8000         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8002 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8005         than just dropping elements from it (bug#4504).
8007         * term.el (term-set-scroll-region): Don't move cursor any more.
8008         (term-handle-ansi-escape): Call term-goto here instead.
8009         Suggested by Ivan Kanis <apple@kanis.eu>.
8011         * term.el: Require CL.
8012         (term-ansi-reset): New function.
8013         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8014         (term-handle-colors-array): Simplify.
8016 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8018         * allout.el (allout-overlay-interior-modification-handler)
8019         (allout-obtain-passphrase):
8020         * epa-file.el (epa-file-write-region):
8021         * ps-print.el (ps-begin-job):
8022         * vc-hooks.el (vc-toggle-read-only):
8023         * vc-rcs.el (vc-rcs-rollback):
8024         * vc-sccs.el (vc-sccs-rollback):
8025         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8026         (vc-version-diff, vc-revert, vc-rollback):
8027         * wdired.el (wdired-check-kill-buffer):
8028         * emacs-lisp/authors.el (authors):
8029         * net/socks.el (socks-open-connection):
8030         * net/zeroconf.el (zeroconf-service-add-hook):
8031         * obsolete/vc-mcvs.el (vc-mcvs-register):
8032         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8033         (gdb-select-frame):
8034         * progmodes/grep.el (lgrep, rgrep):
8035         * progmodes/idlw-help.el (idlwave-help-check-locations)
8036         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8037         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8038         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8039         (reftex-toc-rename-label): Fix typos in error messages.
8041         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8042         (dired-copy-how-to-fn): Doc fix.
8043         (dired-files-attributes, dired-read-shell-command):
8044         Fix typos in docstrings.
8046         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8047         (dired-x-find-file-other-window): Reflow docstrings.
8048         (dired-omit-marker-char, dired-read-shell-command)
8049         (dired-x-submit-report): Fix typos in docstrings.
8051         * shell.el (shell-mode-hook):
8052         * view.el (View-scroll-line-forward):
8053         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8054         Fix typos in docstrings.
8056         * net/dig.el (dig-invoke): Fix typo in docstring.
8057         (query-dig): Reflow docstring.
8059         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8060         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8061         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8062         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8063         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8064         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8065         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8066         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8067         (idlwave-completion-map, idlwave-current-indent)
8068         (idlwave-custom-ampersand-surround, idlwave-customize)
8069         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8070         (idlwave-define-abbrev, idlwave-determine-class-special)
8071         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8072         (idlwave-end-block-reg, idlwave-end-of-statement)
8073         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8074         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8075         (idlwave-explicit-class-listed, idlwave-file-header)
8076         (idlwave-fill-paragraph, idlwave-find-class-definition)
8077         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8078         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8079         (idlwave-in-quote, idlwave-indent-action-table)
8080         (idlwave-indent-expand-table, idlwave-indent-line)
8081         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8082         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8083         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8084         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8085         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8086         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8087         (idlwave-outlawed-buffers, idlwave-popup-select)
8088         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8089         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8090         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8091         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8092         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8093         (idlwave-statement-type, idlwave-struct-skip)
8094         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8095         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8096         (idlwave-what-module-find-class): Fix typos in docstrings.
8097         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8098         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8099         (idlwave-find-module, idlwave-find-structure-definition)
8100         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8101         (idlwave-list-load-path-shadows, idlwave-next-statement)
8102         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8103         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8104         (idlwave-template): Reflow docstrings.
8106         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8107         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8108         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8109         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8110         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8111         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8112         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8113         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8114         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8115         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8116         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8117         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8118         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8119         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8120         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8121         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8122         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8123         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8124         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8125         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8126         Fix typos in docstrings.
8127         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8128         (idlwave-shell-hide-output, idlwave-shell-mode)
8129         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8130         Reflow docstrings.
8132         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8134 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8136         * term.el (term-bold-attribute): New var.
8137         (term-handle-colors-array): Use it.
8139 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8141         * progmodes/gdb-mi.el (gdb-version): New variable.
8142         (gdb-non-stop-handler): Set gdb-version.
8143         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8144         Condition "--thread" option on gdb-version.
8145         (gdb-invalidate-threads): Remove unused argument.
8147 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8149         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8150         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8152 2009-09-23  Glenn Morris  <rgm@gnu.org>
8154         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8155         replying to mail without References or Message-Id.  (Bug#4525)
8157 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8159         * term/ns-win.el (ns-reg-to-script): New variable.
8161 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8163         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8165 2009-09-22  Sam Steingold  <sds@gnu.org>
8167         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8168         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8169         to 1 because hg returns status 1 when nothing is found.
8170         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8172 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8174         * textmodes/fill.el: Convert to utf-8 encoding.
8175         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8176         pre-unicode days.
8178         * add-log.el (change-log-fill-forward-paragraph): New function.
8179         (change-log-mode): Use it so fill-region DTRT.
8180         Set fill-indent-according-to-mode here rather than in
8181         change-log-fill-paragraph.
8182         (change-log-fill-paragraph): Remove.
8184 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8186         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8187         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8189 2009-09-22  Glenn Morris  <rgm@gnu.org>
8191         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8192         the scroll-bar scroll the calendar window rather than the buffer.
8194         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8195         commands that move point (as opposed to scrolling).
8197         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8199         * emacs-lisp/elint.el (elint): New custom group.
8200         (elint-log-buffer): Make it a defcustom.
8201         (elint-scan-preloaded, elint-ignored-warnings)
8202         (elint-directory-skip-re): New options.
8203         (elint-builtin-variables): Doc fix.
8204         (elint-preloaded-env): New variable.
8205         (elint-unknown-builtin-args): Add an entry for encode-time.
8206         (elint-extra-errors): Make it a variable rather than a constant.
8207         (elint-preloaded-skip-re): New constant.
8208         (elint-directory): Skip files matching elint-directory-skip-re.
8209         (elint-features): New variable, local to linted buffers.
8210         (elint-update-env): Initialize elint-features.  Possibly add
8211         elint-preloaded-env to the buffer's environment.
8212         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8213         Skip quoted forms.
8214         (elint-init-form): New function, extracted from elint-init-env.
8215         Make non-list forms a warning rather than an error.
8216         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8217         easy-menu-define, put that adds an error-condition, and provide.
8218         When requiring cl, also require cl-macs.  Really require cl, to handle
8219         some cl macros.  Store required libraries in the list elint-features,
8220         so as not to re-load them.  Treat cc-require like require.
8221         (elint-init-env): Call elint-init-form to do the work.
8222         Handle eval-and-compile and such like.
8223         (elint-add-required-env): Do not clear messages.
8224         (elint-special-forms): Add handlers for function, defalias, if, when,
8225         unless, and, or.
8226         (elint-form): Add optional argument to ignore elint-special-forms,
8227         useful to prevent recursive calls from handlers.  Doc fix.
8228         Respect elint-ignored-warnings.
8229         (elint-form): Respect elint-ignored-warnings.
8230         (elint-bound-variable, elint-bound-function): New variables.
8231         (elint-unbound-variable): Respect elint-bound-variable.
8232         (elint-get-args): Respect elint-bound-function.
8233         (elint-check-cond-form): Add some simple handling for (f)boundp and
8234         featurep tests.
8235         (elint-check-defalias-form): New handler.
8236         (elint-check-let-form): Make an empty let a warning rather than an
8237         error.
8238         (elint-check-setq-form): Make an empty setq a warning rather than an
8239         error.  Respect elint-ignored-warnings.
8240         (elint-check-defvar-form): Accept null doc-strings.
8241         (elint-check-conditional-form): New handler.  Does some simple-minded
8242         checking of featurep and (f)boundp tests.
8243         (elint-put-function-args): New function.
8244         (elint-initialize): Use elint-scan-doc-file rather than
8245         elint-find-builtin-variables.  Use elint-put-function-args.
8246         Possibly scan preloaded-file-list.
8247         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8248         extend to handle functions as well.
8250 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8252         * linum.el (linum-delete-overlays, linum-update-window):
8253         Do not modify the right margin.  (Bug#3971)
8255 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8257         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8258         nxml-mode instead of xml-mode.
8260 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8262         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8264 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * net/dig.el (dig-mode): Use define-derived-mode.
8268 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8270         * vc-dispatcher.el (vc-do-command): Return the process object in
8271         the asynchronous case.  Use when instead of if.  Do not run
8272         vc-exec-after to display a message if not enabled.  (Bug#4463)
8274         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8275         properties to the stash strings.
8276         (vc-git-stash-list): Return a list of strings.
8277         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8278         (vc-git-stash-show-at-point): New functions.
8279         (vc-git-stash-map): New keymap.
8281         * register.el (ctl-x-r-map): Define the keys here instead of
8282         using autoload.
8284 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8286         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8287         list, to workaround performance problem (bug#4485).
8289 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8291         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8293 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8295         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8296         Document that this option is not recommended to use.
8298 2009-09-19  Glenn Morris  <rgm@gnu.org>
8300         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8301         variable `var'.
8303         * calc/calc-alg.el (var):
8304         * calc/calcalg2.el (var): Define for compiler.
8306 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8308         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8309         Doc fix (Bug#3932).
8311         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8313         * time-stamp.el (time-stamp-month-dd-yyyy)
8314         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8315         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8316         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8317         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8318         Remove functions that have been obsolete since 1995 (Bug#4436).
8320         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8321         indent buffer only if called interactively (Bug#4452).
8323 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8324             Eli Zaretskii  <eliz@gnu.org>
8326         This fixes bug#4197 (merged to bug#865, though not identical).
8327         * server.el (server-auth-dir): Add docstring note about FAT32.
8328         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8329         but warn against using them.
8331 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8333         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8334         older GDB where there is no has_more field.
8336 2009-09-19  Glenn Morris  <rgm@gnu.org>
8338         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8340 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8342         * files.el (auto-mode-alist): Change default for XML files to nXML
8343         mode (Bug#4169).
8345 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8347         * server.el (server-ensure-safe-dir): Pass 'integer
8348         to `file-attributes', as suggested.
8350 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8353         (dired-query): Use read-key.
8355 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8357         * cus-start.el (ns-use-qd-smoothing): Remove.
8359 2009-09-18  Glenn Morris  <rgm@gnu.org>
8361         * allout.el (top-level): Remove unnecessary progn.
8363         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8365         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8366         definition of abbrev table.
8368         * speedbar.el (speedbar-track-mouse):
8369         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8370         * net/eudc.el (eudc-expand-inline):
8371         * net/newst-backend.el (newsticker--cache-read-feed):
8372         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8373         condition-case handlers.
8375 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8377         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8378         (gdb-var-list): Add an element for has_more field.
8379         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8380         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8381         (gdb-var-update-handler-1): Parse output of dynamic variable
8382         objects (STL containers).
8383         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8384         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8386         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8387         gdb-var-list.
8388         (gud-speedbar-buttons): Make node expandable if expression "has more"
8389         children.
8391 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8393         * startup.el (emacs-quick-startup): Remove variable and all uses.
8394         (command-line): Set `inhibit-x-resources' instead.
8395         (command-line-1): Use `inhibit-x-resources' instead.
8397 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8399         * subr.el: Fix last change to avoid using the `unless' macro,
8400         which breaks bootstrapping.
8402 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8405         extended definitions, in case we reload subr.el after having
8406         loaded CL.
8407         (eval-next-after-load): Mark as obsolete.
8409 2009-09-17  Juri Linkov  <juri@jurta.org>
8411         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8412         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8413         (menu-bar-showhide-menu, menu-bar-tools-menu)
8414         (menu-bar-describe-menu, menu-bar-help-menu)
8415         (minibuffer-local-completion-map, minibuffer-local-map):
8416         Fix list quoting.
8418 2009-09-17  Glenn Morris  <rgm@gnu.org>
8420         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8421         arguments, whether or not it has a handler.
8423         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8425         * simple.el (hard-newline): Give it a doc-string.
8427         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8428         (lisp-mode-syntax-table): Give them doc-strings.
8430 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8432         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8433         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8434         (menu-bar-options-menu, menu-bar-showhide-menu)
8435         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8436         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8437         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8438         (menu-bar-options-menu, menu-bar-tools-menu)
8439         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8440         (menu-bar-help-menu):
8441         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8442         string arguments.
8444         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8445         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8446         calls for the menu names and :help.
8448 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8451         to :minor-mode-function (bug#4455).
8453 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * startup.el (command-line): Initialize the window-system after
8456         processing the command-line.
8458         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8459         page-delimiter matches the empty string.
8461 2009-09-16  Glenn Morris  <rgm@gnu.org>
8463         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8464         byte-compile-not-obsolete-var.  It's a list now.
8465         (byte-compile-not-obsolete-funcs): New variable.
8466         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8467         byte-compile-not-obsolete-funcs.
8468         (byte-compile-variable-ref, byte-compile-defvar): Update for
8469         byte-compile-not-obsolete-vars name-change and list nature.
8470         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8471         and variables behind (f)boundp tests.
8472         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8474 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8476         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8478 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8480         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8481         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8482         Don't autoload.
8484 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8486         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8487         the virtual-buffers, use the name of the buffer specified by
8488         find-file-noselect, as the match may be a symlink.  (This was a
8489         problem if the target and the symlink had different names.)
8491 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8495         * desktop.el (desktop-path): Check user-emacs-directory.
8497         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8499         * loadup.el: Use after-load-functions to GC after loading each file.
8500         Remove the explicit GC calls that used to be sprinkled around.
8502         * subr.el (after-load-functions): New hook.
8503         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8504         `obsolete' packages, rather than painfully extracting the relevant
8505         directory name.
8507 2009-09-15  Glenn Morris  <rgm@gnu.org>
8509         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8510         free variable `doc'.
8512         * dired.el (dired-mode-map): Add menu entry for async shell command.
8514         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8515         variables, also consider the .elc files, since the .el files are
8516         normally gzipped (subsequent code locates the .el.gz from the .elc).
8518         * calc/calc-prog.el (arglist): Define for compiler.
8520         * calendar/diary-lib.el (diary-display-function): Change the default to
8521         fancy display.
8522         (body): Define for compiler.
8524         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8525         (byte-compile-file-form, byte-compile-lambda)
8526         (byte-compile-top-level-body, byte-compile-form)
8527         (byte-compile-variable-ref, byte-compile-setq)
8528         (byte-compile-setq-default, byte-compile-body)
8529         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8530         (batch-byte-compile): Give some more local variables with common names
8531         a "bytecomp-" prefix to avoid masking warnings about free variables.
8533         * startup.el (command-line-1): Give local variables with common names a
8534         distinguishing prefix, so as not to hide free variable warnings during
8535         bootstrap.
8537         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8538         clever and add a suffix to make a unique name, just let the user decide
8539         whether or not to overwrite it.  If the input is a directory, write the
8540         default filename to that directory.  (Bug#4388)
8541         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8542         is a filename-as-a-directory.
8544 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * textmodes/page.el (what-page): Don't move to beginning of line.
8547         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8549 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8551         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8553 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8555         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8556         * help.el (help-for-help-internal): Add purecopy calls for text.
8558         * vc.el (top): print-log method now takes an optional SHORTLOG
8559         argument.  Add a new method: root.
8560         (vc-root-diff, vc-print-root-log): New functions.
8561         (vc-log-short-style): New variable.
8562         (vc-print-log-internal): Add support for showing short logs.
8564         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8565         vc-print-root-log and vc-print-root-diff.
8567         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8568         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8569         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8570         short logs.
8572         * vc-cvs.el (vc-cvs-print-log):
8573         * vc-mtn.el (vc-mtn-print-log):
8574         * vc-rcs.el (vc-rcs-print-log):
8575         * vc-sccs.el (vc-sccs-print-log):
8576         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8577         that is ignored for now.
8579         * vc-mtn.el (vc-mtn-annotate-command):
8580         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8582 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8585         to function-key-map, and give them ascii-character property.
8586         * term/x-win.el (x-alternatives-map):
8587         * term/ns-win.el (ns-alternatives-map):
8588         * term/internal.el (msdos-key-remapping-map):
8589         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8591 2009-09-14  Glenn Morris  <rgm@gnu.org>
8593         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8594         temp-buffers (2009-09-12).
8596 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8599         the new read-key function.
8601 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8603         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8604         is defined (Bug#4405).
8606 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8608         * recentf.el (recentf-cleanup): Use a hash table to find
8609         duplicates (Bug#4407).
8611 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8613         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8614         kp-0 to ascii equivalents (Bug#4325).
8616 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8618         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8620         * eshell/em-hist.el:
8621         * eshell/em-dirs.el (eshell-complete-user-reference):
8622         Declare pcomplete functions and variables to avoid compiler warnings.
8624 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8626         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8627         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8628         * eshell/em-alias.el (eshell-aliases-file):
8629         * eshell/em-hist.el (eshell-history-file-name):
8630         Use expand-file-name instead of concat to make file names (Bug#4308).
8632 2009-09-13  Glenn Morris  <rgm@gnu.org>
8634         * ediff-merg.el (ediff-do-merge):
8635         * filesets.el (filesets-run-cmd):
8636         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8637         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8638         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8639         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8640         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8641         Replace empty `let's with `progn'.
8643 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * mail/sendmail.el (send-mail-function):
8646         * tooltip.el (tooltip-mode):
8647         * simple.el (transient-mark-mode):
8648         * rfn-eshadow.el (file-name-shadow-mode):
8649         * frame.el (blink-cursor-mode):
8650         * font-core.el (global-font-lock-mode):
8651         * files.el (temporary-file-directory)
8652         (small-temporary-file-directory, auto-save-file-name-transforms):
8653         * epa-hook.el (auto-encryption-mode):
8654         * composite.el (global-auto-composition-mode):
8655         Use custom-initialize-delay.
8656         * startup.el (command-line): Don't explicitly call
8657         custom-reevaluate-setting for all the above vars.
8658         * custom.el (custom-initialize-safe-set)
8659         (custom-initialize-safe-default): Delete.
8661 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8663         * term/x-win.el (x-initialize-window-system):
8664         * term/w32-win.el (w32-initialize-window-system):
8665         * term/ns-win.el (ns-initialize-window-system): Don't call
8666         mouse-wheel-mode since it's enabled globally by default already.
8668         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8669         actually define the variable, but only silences the byte-compiler.
8670         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8671         before looking it up.
8672         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8673         is changed.
8675 2009-09-12  Glenn Morris  <rgm@gnu.org>
8677         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8678         1000.
8679         (elint-add-required-env): Don't beep on error.
8680         (elint-forms): In case of error, return ENV unchanged.
8681         (elint-init-env): Skip non-list forms.
8682         (elint-log): Handle unknown file positions.
8684 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8686         * epg.el (epg-make-context): Add autoload cookie.
8687         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8688         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8689         (epg-verify-string, epg-start-sign, epg-sign-file)
8690         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8691         (epg-encrypt-string, epg-start-export-keys)
8692         (epg-export-keys-to-file, epg-export-keys-to-string)
8693         (epg-start-import-keys, epg-import-keys-from-file)
8694         (epg-import-keys-from-string, epg-start-receive-keys)
8695         (epg-receive-keys, epg-import-keys-from-server)
8696         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8697         (epg-sign-keys, epg-start-generate-key)
8698         (epg-generate-key-from-file, epg-generate-key-from-string):
8699         Remove autoload cookie.
8701 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8703         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8704         reevaluation of trash-directory.
8706         * mwheel.el: Fix last change.
8707         (mouse-wheel-mode): New defvar.
8708         (mouse-wheel-mode): Remove autoload cookie.
8710 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8712         * mwheel.el (mwheel-installed-bindings): New var.
8713         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8714         the bindings we set last time.  Use custom-initialize-delay.
8715         * loadup.el: Load mwheel after term/*-win.el.
8716         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8717         and mouse-wheel-up-event now that their first evaluation is done
8718         sufficiently late to be correct.
8720         * startup.el (tutorial-directory): Make it a defcustom.
8721         Use custom-initialize-delay rather than eval-at-startup to set it.
8722         * image.el (image-load-path): Make it a defcustom.
8723         Use custom-initialize-delay rather than eval-at-startup to set it.
8724         * subr.el (eval-at-startup): Remove.
8725         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8727         * subr.el (do-after-load-evaluation): Warn the user after loading an
8728         obsolete package.
8730 2009-09-12  Glenn Morris  <rgm@gnu.org>
8732         * proced.el (proced-mark-alt): Remove alias.
8733         (proced-mode-map): Remove proced-mark-alt.
8735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8736         Elint file and directory.  Remove initialization entry.
8738         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8739         commands.
8740         (elint-current-buffer): Set mode-line-process.
8741         (elint-init-env): Handle define-derived-mode.
8742         Fix declare-function with unspecified arglist.  Guard against odd
8743         defalias statements (eg iso-insert's 8859-1-map).
8744         (elint-add-required-env): Use a temp buffer.
8745         (elint-form): Just print the function/macro name, not the whole form.
8746         Return env unchanged if we fail to parse a macro.
8747         (elint-forms): Guard against parse errors.
8748         (elint-output): New function, to handle batch mode.
8749         (elint-log-message): Add optional argument.  Use elint-output.
8750         (elint-set-mode-line): New function.
8752 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8754         * emacs-lisp/elp.el (elp-not-profilable): Add more
8755         functions (Bug#4233).
8757 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8759         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8760         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8762 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8764         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8765         (gdb-var-list-children): Use json parsing.
8767 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8769         * progmodes/js.el (js--proper-indentation): Handle the case where
8770         char-before is null.  Reported by Deniz Dogan.
8772 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8774         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8776 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8778         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8779         (epg-digest-algorithm-alist): Add SHA224.
8780         (epg-context-set-passphrase-callback)
8781         (epg-context-set-progress-callback): Add description about
8782         callback function.
8784 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * custom.el (custom-delayed-init-variables): New var.
8787         (custom-initialize-delay): New function.
8788         * startup.el (command-line): "Re"evaluate all vars in
8789         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8790         explicitly any more.
8791         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8792         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8794         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8796 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8798         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8799         (gdb-var-update-handler): Use json parsing.
8801 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8803         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8804         decode annotated text, regardless of language environment.  (Bug#2741)
8806 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * Makefile.in (autoloads): Make rmail.el writable as well.
8810 2009-09-11  Glenn Morris  <rgm@gnu.org>
8812         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8813         loaddefs.el.
8814         * dired.el: Regenerate with extracted autoloads.
8815         * Makefile.in (autoloads): Make dired.el writable.
8817         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8818         * ibuffer.el: Regenerate with extracted autoloads.
8819         * Makefile.in (autoloads): Make ibuffer.el writable.
8821         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8822         * version.el (emacs-copyright, emacs-major-version)
8823         (emacs-minor-version): Reformat doc-strings for make-docfile.
8825         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8826         functions and variables, since they must be stuff specific to some other
8827         platform.
8828         (apropos-print): Make mouse-click message less specific about button.
8830         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8831         that records where a macro was defined.
8832         * help-fns.el (describe-function-1): Mention if a function has a
8833         compiler-macro.
8834         * help-mode.el (help-function-cmacro): New button.
8836         * locate.el (top-level): Always require dired.
8837         (locate-mode-map): Initialize inside the defvar.
8839         * net/ange-ftp.el (dired-compress-file): Declare.
8840         (ange-ftp-dired-compress-file): Add doc string.
8842         * term/ns-win.el (x-display-name, x-setup-function-keys):
8843         Unify doc-strings with X versions.
8845 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8847         * emulation/crisp.el (crisp-mode-map): Move initialization
8848         into declaration.
8849         (crisp-mode): Use define-minor-mode.
8851         * progmodes/xscheme.el (xscheme-evaluation-commands):
8852         Put a :advertised-binding property rather than using
8853         advertised-xscheme-send-previous-expression.
8854         (advertised-xscheme-send-previous-expression): Declare obsolete.
8855         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8856         `advertised-undo'.
8857         (crisp-mode): Add corresponding bindings to
8858         undo's :advertised-binding instead.
8859         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8860         than using dired-advertised-find-file.
8861         (dired-advertised-find-file):
8862         * simple.el (advertised-undo):
8863         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8864         (widget-keymap): Put a :advertised-binding property rather
8865         than using advertised-widget-backward.
8866         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8867         than using advertised-undo.
8868         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8870 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8872         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8873         Mark mode is enabled and region is active; otherwise indent or
8874         insert TAB as usual.
8875         (delphi-mode): Update description of TAB-key binding.
8877 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * subr.el (define-key-rebound-commands): Mark obsolete.
8880         * startup.el (precompute-menubar-bindings): Remove.
8881         (normal-top-level): Remove obsolete code that tried to precompute
8882         menubar bindings.
8883         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8884         define-key-rebound-commands and precompute-menubar-bindings.
8886 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8888         * net/imap.el (imap-interactive-login): Better messages.
8889         (imap-open): Fix bug with renamed buffer on reconnect.
8890         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8891         for easier debugging and cleaner code.  On successful (guessed based on
8892         server capabilities) secondary authentication, set imap-state
8893         correctly.
8894         (imap-last-authenticator): Define imap-last-authenticator as a variable
8895         to avoid warnings.
8897 2009-09-10  Glenn Morris  <rgm@gnu.org>
8899         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8901         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8902         (byte-compile-file-form-autoload): Don't warn about unknown functions
8903         where the autoload statement comes after the use.
8904         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8905         that any handlers inside the body (eg require) are in turn respected.
8907         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8908         effects.
8910         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8911         and syntax and abbrev tables basic docs, if they don't have any.
8913         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8915         * international/mule-cmds.el (top-level): Require cl when compiling.
8916         (view-hello-file): Use default-value rather than
8917         default-enable-multibyte-characters.
8919         * progmodes/fortran.el: Move all safe and risky properties into the
8920         defcustoms.
8922         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8923         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8924         * mail/undigest.el:
8925         Put autoloads in rmail.el rather than loaddefs.el.
8926         * mail/rmail.el: Regenerate with extracted autoloads.
8928         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8929         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8931 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8933         Reported in thread for Bug#4375.
8934         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8935         "-data-evaluate-expression" instead of print.
8936         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8937         (gdb-tooltip-print): Parse output from above MI command.
8938         (gdb): Revert 2009-08-11 change.  User should detach inferior
8939         manually.
8941         Remove the word "separate" from IO functions as inferior
8942         output is now never displayed in the GUD buffer.
8944 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8946         * startup.el (command-line-normalize-file-name): On Windows and
8947         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8949 2009-09-10  Juri Linkov  <juri@jurta.org>
8951         * isearch.el (isearch-text-char-description): Propertize escape
8952         character sequences with the `escape-glyph' face.  (Bug#4344)
8954         * simple.el (shell-command): Set asynchronous process filter to
8955         `comint-output-filter'.  (Bug#4343)
8957         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8958         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8959         the list.  Move "asm" to the bottom.
8960         (grep-find-ignored-directories): Add `choice' with nil value
8961         to empty the list easily.
8962         (grep-find-ignored-files): New option.
8963         (grep-files-history): Set to nil by default instead of '("ch" "el").
8964         (grep-compute-defaults): Add "<X>" to `grep-template'.
8965         (grep-read-files): Bind new local variables `default-alias' and
8966         `default-extension'.  Use a list of default values for the file prompt.
8967         (lgrep): Add `--exclude=' command line options composed from
8968         `grep-find-ignored-files'.
8969         (rgrep): Add `-name' command line options composed from
8970         `grep-find-ignored-files'.  (Bug#4301)
8972 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8974         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8975         (bug#4368).
8977 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8979         * calendar/time-date.el (autoload):
8980         Expand define-obsolete-function-alias into defalias and make-obsolete
8981         for old Emacsen that Gnus supports.
8982         (with-no-warnings): Define it for old Emacsen.
8983         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8984         is available.
8985         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8986         float-time is available; suppress compile warning for time-to-seconds.
8988 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8990         * net/imap.el (imap-message-map): Docstring fix.
8992 2009-09-09  Glenn Morris  <rgm@gnu.org>
8994         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8995         line numbers too.  (Bug#4374)
8997 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8999         * smerge-mode.el (smerge-remove-props, smerge-refine):
9000         Use with-silent-modifications (bug#4342).
9002         * subr.el (with-silent-modifications): New macro.
9004 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9006         * files.el (top-level): Require `cl' when compiling.
9008 2009-09-07  Glenn Morris  <rgm@gnu.org>
9010         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9012         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9013         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9015 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9017         * vc-git.el (vc-git-annotate-command): Use separator to parse
9018         arguments correctly.
9020 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9022         * proced.el (proced-mode): Doc fix.
9024 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9026         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9027         lstat fails.
9028         (tramp-do-file-attributes-with-ls): Check for file existence at
9029         remote end.
9030         (tramp-do-file-attributes-with-stat): Likewise.
9031         (tramp-convert-file-attributes): Return nil when attr is nil.
9033 2009-09-05  Glenn Morris  <rgm@gnu.org>
9035         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9036         properties to this button.
9037         (diary-fancy-display): Don't extend the button to the final newline.
9038         (diary-fancy-display-mode): Continue to define "q" as a local key.
9040         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9041         efficient.
9043         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9045         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9046         (byte-compile-dest-file-function): New option.
9047         (byte-compile-dest-file): Doc fix.
9048         Obey byte-compile-dest-file-function.
9049         (byte-compile-cl-file-p): New function.
9050         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9051         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9052         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9053         than for file being previously loaded.
9054         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9055         (byte-compile-file-form-require): Handle the case where requiring a file
9056         indirectly causes CL to be loaded.
9058 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9060         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9061         before killing the old buffer, since by the time `kill-buffer' is
9062         run so many buffer variables have been set to nil that it may not
9063         behave as expected.  (Bug#4061)
9065 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9067         * files.el (find-alternate-file): If the old buffer is modified
9068         and visiting a file, behave similarly to `kill-buffer' when
9069         killing it, thus reverting to the pre-1.878 behavior; see
9070         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9071         for discussion.  Also, consult `buffer-file-name' as a variable
9072         not as a function, for consistency with the rest of the code.
9074 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9076         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9077         also when adding a new directory.
9079         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9080         defun.
9082 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9084         * files.el (locate-file-completion-table): Make it provide boundary
9085         information, so partial-completion works better.
9087 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9089         * mail/footnote.el (Footnote-text-under-cursor):
9090         Check footnote-text-marker-alist before using it (bug#4324).
9092 2009-09-04  Glenn Morris  <rgm@gnu.org>
9094         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9095         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9096         * play/solitaire.el, play/tetris.el:
9097         Remove leading * from defcustom and defface docs.
9099         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9100         necessary.
9101         (diary-fancy-overriding-map): New variable.
9102         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9103         Use view-mode.
9105         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9106         goto-line.
9108 2009-09-03  Glenn Morris  <rgm@gnu.org>
9110         * arc-mode.el (archive-mode):
9111         * dos-fns.el (set-default-process-coding-system):
9112         * man.el (Man-getpage-in-background):
9113         * menu-bar.el (menu-bar-describe-menu):
9114         * server.el (server-process-filter):
9115         * startup.el (command-line):
9116         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9117         * w32-fns.el (set-default-process-coding-system):
9118         * x-dnd.el (x-dnd-handle-file-name):
9119         * international/mule-cmds.el (mule-menu-keymap)
9120         (set-default-coding-systems, language-info-alist, set-language-info)
9121         (set-language-environment, standard-display-european-internal)
9122         (set-locale-environment):
9123         * international/mule-diag.el (mule-diag):
9124         * mail/emacsbug.el (report-emacs-bug):
9125         * mail/rmail.el (rmail-mode):
9126         * mail/sendmail.el (mail-setup):
9127         Use default-value rather than default-enable-multibyte-characters.
9129         * progmodes/f90.el: Move all safe properties into the defcustoms.
9130         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9132         * calendar/appt.el (appt-check):
9133         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9134         (diary-check-diary-file, diary-list-entries)
9135         (diary-include-other-diary-files, diary-simple-display)
9136         (diary-fancy-display, diary-print-entries)
9137         (diary-mark-included-diary-files, diary-make-entry):
9138         Don't call substitute-in-file-name on diary-file.
9140 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9141             Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9144         (footnote-mode-map): Move initialization into the declaration.
9145         (footnote-minor-mode-map): Define it rather than changing global-map.
9146         (footnote-mode): Use define-minor-mode.
9148 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9150         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9151         (tramp-do-file-attributes-with-perl)
9152         (tramp-do-file-attributes-with-stat): Rename from
9153         `tramp-handle-file-attributes-with-*'.
9154         (tramp-handle-file-attributes): Use them.
9155         (tramp-do-directory-files-and-attributes-with-perl)
9156         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9157         `tramp-handle-directory-files-and-attributes-with-*'.
9158         (tramp-handle-directory-files-and-attributes): Use them.
9159         (tramp-method-out-of-band-p): Additional parameter SIZE.
9160         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9161         (tramp-handle-write-region): Use it.
9162         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9163         (tramp-handle-vc-registered): Check, whether the first run did
9164         return files to be tested.
9165         (tramp-advice-make-auto-save-file-name): Do not call directly
9166         `tramp-handle-make-auto-save-file-name', because this would bypass
9167         the locking mechanism.
9169         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9170         (file-remote-p, process-file, start-file-process, set-file-times)
9171         (tramp-compat-file-attributes): Compatibility functions shall not
9172         call directly `tramp-handle-*', because this would bypass the
9173         locking mechanism.
9174         (tramp-compat-number-sequence): New defun.
9176 2009-09-02  Glenn Morris  <rgm@gnu.org>
9178         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9179         alias for float-time.
9180         (time-to-number-of-days): In Emacs, use float-time.
9181         * net/newst-backend.el (time-add): Suppress warnings from compat
9182         function.
9183         * time.el (emacs-uptime, emacs-init-time):
9184         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9185         Use float-time rather than time-to-seconds.
9187         * minibuffer.el (completion-initials-expand): Fix typo.
9189         * faces.el (modeline, modeline-inactive, modeline-highlight)
9190         (modeline-buffer-id):
9191         * info.el (info-menu-5): Mark these face aliases as obsolete.
9193 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9195         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9196         space ...
9197         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9198         no "--thread" option.
9199         (gdb-stopped): Don't print "Switched to thread" message when it is
9200         unchanged.
9202 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9204         * minibuffer.el (completion-try-completion)
9205         (completion-all-completions): Remove ill-defined (and
9206         mistakenly installed and luckily never used nor documented)
9207         `completion-styles' property.
9208         (completion-initials-expand, completion-initials-all-completions)
9209         (completion-initials-try-completion): New functions.
9210         (completion-styles-alist): Add doc to each entry.
9211         Add new `initials' entry.
9213 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9215         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9216         MI command -var-evaluate-expression.
9217         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9218         and tweak for case of string child.
9219         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9221 2009-09-01  Glenn Morris  <rgm@gnu.org>
9223         * add-log.el (change-log-date-face, change-log-name-face)
9224         (change-log-email-face, change-log-file-face, change-log-list-face)
9225         (change-log-conditionals-face, change-log-function-face)
9226         (change-log-acknowledgement-face):
9227         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9228         (custom-modified-face, custom-set-face, custom-changed-face)
9229         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9230         (custom-documentation-face, custom-state-face, custom-comment-face)
9231         (custom-comment-tag-face, custom-variable-tag-face)
9232         (custom-variable-button-face, custom-face-tag-face)
9233         (custom-group-tag-face-1, custom-group-tag-face):
9234         * diff-mode.el (diff-header-face, diff-file-header-face)
9235         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9236         (diff-added-face, diff-changed-face, diff-function-face)
9237         (diff-context-face, diff-nonexistent-face):
9238         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9239         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9240         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9241         (Info-title-4-face):
9242         * isearch.el (isearch-lazy-highlight-face):
9243         * log-view.el (log-view-file-face, log-view-message-face):
9244         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9245         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9246         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9247         (cvs-msg-face):
9248         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9249         (smerge-base-face, smerge-markers-face):
9250         * wid-edit.el (widget-documentation-face, widget-button-face)
9251         (widget-field-face, widget-single-line-field-face)
9252         (widget-inactive-face, widget-button-pressed-face):
9253         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9254         (woman-addition-face):
9255         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9256         (eshell-ls-executable-face, eshell-ls-readonly-face)
9257         (eshell-ls-unreadable-face, eshell-ls-special-face)
9258         (eshell-ls-missing-face, eshell-ls-archive-face)
9259         (eshell-ls-backup-face, eshell-ls-product-face)
9260         (eshell-ls-clutter-face):
9261         * eshell/em-prompt.el (eshell-prompt-face):
9262         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9263         * obsolete/old-whitespace.el (whitespace-highlight-face):
9264         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9265         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9266         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9267         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9268         (antlr-font-lock-literal-face):
9269         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9270         (ebrowse-root-class-face, ebrowse-file-name-face)
9271         (ebrowse-default-face, ebrowse-member-attribute-face)
9272         (ebrowse-member-class-face, ebrowse-progress-face):
9273         * progmodes/make-mode.el (makefile-space-face):
9274         * progmodes/sh-script.el (sh-heredoc-face):
9275         * textmodes/flyspell.el (flyspell-incorrect-face)
9276         (flyspell-duplicate-face):
9277         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9278         * textmodes/texinfo.el (texinfo-heading-face):
9279         Mark face aliases with "-face" suffix as obsolete.
9281         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9282         compiler.
9284         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9285         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9286         easy-menu-define wants to modify these.
9288         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9290         * net/browse-url.el (browse-url-file-url):
9291         * term/internal.el (dos-codepage-setup):
9292         Use default-value rather than default-enable-multibyte-characters.
9294         * progmodes/etags.el (etags-goto-tag-location):
9295         * progmodes/flymake.el (flymake-highlight-line)
9296         (flymake-goto-file-and-line, flymake-goto-line):
9297         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9298         (gdb-goto-breakpoint):
9299         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9300         * progmodes/python.el (python-find-function)
9301         (python-pdbtrack-track-stack-file):
9302         * progmodes/verilog-mode.el (verilog-surelint-off):
9303         * term/ns-win.el (ns-open-file-select-line):
9304         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9305         Use forward-line rather than goto-line.
9307         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9308         * textmodes/reftex-index.el (reftex-display-index):
9309         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9310         * textmodes/reftex-toc.el (reftex-toc):
9311         Remove unnecessary bindings of default-major-mode (all are followed by
9312         major-mode check and possible mode switch).
9314 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9316         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9317         Handle watchpoints (bug#4282).
9318         (def-gdb-thread-buffer-command): Enable thread to be selected by
9319         clicking without selecting threads buffer first.
9320         (gdb-current-context-command): Use selected frame so that "up",
9321         "down" etc work in the GUD buffer.
9322         (gdb-update): Find selected frame before rendering stack buffer.
9323         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9325 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * progmodes/sym-comp.el (displayed-completions): Remove.
9328         (symbol-complete): Use minibuffer-complete.
9330 2009-08-31  Glenn Morris  <rgm@gnu.org>
9332         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9334         * apropos.el (apropos-symbols-internal):
9335         Handle (obsolete) face aliases.
9337         * faces.el (describe-face): Adjust the output format to be more like
9338         describe-variable, and to mention (obsolete) face aliases.
9339         Adjust the whitespace so that help-setup-xref works.
9341         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9342         * calendar/diary-lib.el (diary-button-face):
9343         Mark these face aliases as obsolete.
9345         * calendar/calendar.el (calendar-today): Doc fix.
9347 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9349         * progmodes/gdb-mi.el (gdb-control-all-threads)
9350         (gdb-control-current-thread): Force tool bar update.
9351         (gdb-non-stop-handler): New function.
9352         (gdb-init-1): Use it to test if non-stop mode is supported.
9353         Remove unused gdbmi buffer type.
9355 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9357         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9358         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9360 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9362         * comint.el (comint-exec-1): Check command is non-null first.
9363         Part of gdb-mi.el change (2009-08-28).
9365 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9367         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9369 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9371         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9372         instead of `dolist' to avoid a recursive require when bootstrapping.
9374 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9378         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9380         * net/imap.el (imap-send-command): Simplify.
9381         (imap-wait-for-tag): point-max -> buffer-size.
9383         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9385         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9386         with constant argument.
9388         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9390         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9392         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9393         Change default, since most of our files don't have a history.
9394         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9395         the user.
9397         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9398         Add comint-run.
9400         * calc/calc.el: Improve commenting convention.
9401         (calc-digit-map, toplevel): Simplify.
9403         * comint.el (comint-insert-input): Be careful to only set point if we
9404         don't delegate to some other command.
9406         * proced.el (proced-signal-list): Make it an alist.
9407         (proced-grammar-alist): Capitalize names.
9408         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9409         Disable undo manually and make it read-only.
9410         Use completion-annotate-function.
9412         * minibuffer.el (minibuffer-message): If the current buffer is not
9413         a minibuffer, insert the message in the echo area rather than at the
9414         end of the buffer.
9415         (completion-annotate-function): New variable.
9416         (minibuffer-completion-help): Use it.
9417         (completion--embedded-envvar-table): Environment vars are
9418         always case-sensitive.
9420 2009-08-30  Glenn Morris  <rgm@gnu.org>
9422         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9423         from fortran-current-defun.
9424         (fortran-beginning-of-subprogram): Be more precise about finding the
9425         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9426         (fortran-end-of-subprogram): Simplify.
9427         (fortran-current-defun): Use fortran-start-prog-re.
9429 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9431         * subr.el (do-after-load-evaluation): Simplify.
9433 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9435         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9437         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9438         (vc-rcs-print-log): Use it.
9440         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9442 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * paths.el (abbrev-file-name): Move to abbrev.el.
9445         * abbrev.el (abbrev-file-name): Move from paths.el.
9446         Obey user-emacs-directory.
9447         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9448         user-emacs-directory.
9449         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9450         abbrev-file-name and calc-settings-file any more.
9451         * startup.el (command-line): Recompute abbrev-file-name and
9452         abbreviated-home-dir.
9453         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9454         of the special code for when C-h bindings haven't been changed.
9455         (display-startup-echo-area-message): Use with-current-buffer.
9456         (command-line-1): Use a list of strings, rather than a list of lists
9457         of strings for longopts.
9459         * files.el (get-free-disk-space): Use / for default-directory.
9461         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9462         Use with-current-buffer.
9464         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9465         Recognize immutable variables like most-positive-fixnum.
9466         (byte-compile-setq-default): Check and warn if trying to assign
9467         to an immutable variable, or a non-variable.
9469         * progmodes/cc-vars.el (c-comment-continuation-stars):
9470         * progmodes/cc-engine.el (c-looking-at-bos):
9471         * progmodes/cc-cmds.el (c-toggle-auto-state)
9472         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9473         (c-comment-line-break-function): Add version of obsolescence.
9475 2009-08-28  Juri Linkov  <juri@jurta.org>
9477         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9478         associated with `archive-mode'.
9480         * image.el (image-type-header-regexps): Use only JPEG magic number
9481         to determine JPEG images, and don't use `image-jpeg-p' because
9482         Emacs can display non-JFIF non-Exif JPEG images.
9484 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9486         * arc-mode.el (archive-mode):
9487         * emacs-lisp/re-builder.el (re-builder-unload-function):
9488         Protect against the default value of `major-mode' being nil.
9490 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9492         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9493         Fix typos in docstrings.
9495         * progmodes/js.el (js--macro-decl-re): Doc fix.
9496         (js--plain-method-re, js--split-name): Refloc docstring.
9497         (js--class-styles, js--make-merged-item, js--splice-into-items):
9498         Fix typos in docstrings; reflow docstrings.
9499         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9500         (js--variable-decl-matcher, js--inside-pitem-p)
9501         (js--parse-state-at-point, js--get-all-known-symbols)
9502         (js--symbol-history, js-find-symbol, js--js-references)
9503         (js--moz-interactor, js--js-encode-value, js--read-tab):
9504         Fix typos in docstrings.
9506 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * textmodes/reftex.el (reftex-get-file-buffer-force):
9509         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9510         * emulation/viper.el (viper-go-away, viper-set-hooks):
9511         * emacs-lisp/re-builder.el (re-builder-unload-function):
9512         * emacs-lisp/bytecomp.el (byte-compile-file):
9513         * ses.el (ses-unload-function):
9514         * hexl.el (hexl-find-file):
9515         * files.el (normal-mode):
9516         * ehelp.el (with-electric-help):
9517         * autoinsert.el (auto-insert-alist):
9518         * arc-mode.el (archive-mode):
9519         Use (default-value 'major-mode) instead of default-major-mode.
9521         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9522         * international/mule.el (load-with-code-conversion):
9523         * emacs-lisp/debug.el (debug):
9524         * ediff-vers.el (ediff-rcs-get-output-buffer):
9525         * dired.el (dired-internal-noselect): Don't let-bind
9526         default-major-mode around code that doesn't use it.
9527         E.g. buffer creation via get-buffer-create doesn't use it.
9529 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9531         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9532         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9533         when writing the temp file.  Otherwise, epa-file gets confused.
9534         (tramp-register-file-name-handlers): Make it a defun.  Move also
9535         `epa-file-handler' to the front of `file-name-handler-alist'.
9537 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9539         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9540         start right after a ^M.
9541         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9542         (tramp-completion-file-name-regexp-separate)
9543         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9544         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9545         Don't modify last-coding-system-used by accident.
9546         (tramp-completion-file-name-handler): Apply the checks here,
9547         instead during registration.
9548         (tramp-register-file-name-handlers): Renamed from
9549         `tramp-register-file-name-handler'.  Register both
9550         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9551         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9553 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9555         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9556         Remove variable ...
9557         (gdb-init-1, gdb-display-separate-io-buffer)
9558         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9559         references to it.
9560         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9561         (gdb-inferior-filter): Use comint-output-filter to stop
9562         echoing and remove ^M characters.
9564 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * emulation/viper-init.el (viper-restore-cursor-type):
9567         * emulation/cua-base.el (cua--update-indications):
9568         Replace default-cursor-type with (default-value 'cursor-type).
9570         * mail/sendmail.el (mail-recover-1):
9571         * international/mule-diag.el (describe-current-coding-system-briefly)
9572         (describe-current-coding-system):
9573         * international/mule-cmds.el (select-safe-coding-system)
9574         (select-message-coding-system)
9575         (set-language-environment-coding-systems, set-locale-environment):
9576         * hexl.el (hexl-insert-multibyte-char):
9577         * dos-w32.el (find-buffer-file-type-coding-system):
9578         * simple.el (what-cursor-position):
9579         Replace uses of default-buffer-file-coding-system
9580         with (default-value 'buffer-file-coding-system).
9582         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9583         Replace uses of default-cursor-in-non-selected-windows
9584         with (default-value 'cursor-in-non-selected-windows).
9585         Use with-current-buffer.
9587         * mail/feedmail.el: Use CL macros.
9588         (feedmail-run-the-queue, feedmail-send-it-immediately):
9589         * dos-w32.el (find-buffer-file-type): Replace uses of
9590         default-buffer-file-type with (default-value 'buffer-file-type).
9592 2009-08-28  Glenn Morris  <rgm@gnu.org>
9594         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9595         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9596         Use default-value of major-mode rather than default-major-mode.
9598 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * Makefile.in (update-elcfiles): Report left over elc files.
9602         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9603         expand-file-name and with-current-buffer.
9604         (mail-get-names, mail-directory): Use with-current-buffer.
9606         * vc.el (vc-read-revision): New function.
9607         (vc-version-diff, vc-merge): Use it.
9609 2009-08-27  Sam Steingold  <sds@gnu.org>
9611         * simple.el (kill-do-not-save-duplicates): New user option.
9612         (kill-new): When it is non-nil, and the new string is the same as
9613         the latest kill, set replace to t to avoid duplicates in kill-ring.
9615 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9617         * net/tramp.el (tramp-handle-process-file): Do not flush all
9618         caches when `process-file-side-effects' is set.
9619         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9620         instead of `tramp-find-file-exists-command'.
9621         Unset `process-file-side-effects'.
9623 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9625         * net/tramp.el (tramp-methods): New method "rsyncc".
9626         (top): Add completion function for "rsyncc".
9627         (tramp-message-show-message): New defvar.
9628         (tramp-message, tramp-error): Use it.
9629         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9630         remote copying.
9631         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9632         `tramp-methods' entry `copy-env' of "rsyncc".
9633         (tramp-vc-registered-read-file-names): New defconst.
9634         (tramp-vc-registered-file-names): New defvar.
9635         (tramp-handle-vc-registered): Implement optimization strategy.
9636         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9637         (tramp-vc-file-name-handler): New defun.
9638         (tramp-get-ls-command, tramp-get-test-command)
9639         (tramp-get-file-exists-command, tramp-get-remote-ln)
9640         (tramp-get-remote-perl, tramp-get-remote-stat)
9641         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9643         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9644         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9645         timestamps.
9646         (tramp-get-file-property): Check for timestamps in
9647         `tramp-cache-inhibit-cache'.
9648         (tramp-set-file-property): Write timestamp.
9650 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9652         * language/japan-util.el (japanese-symbol-table): Add entries for
9653         cp932-2-byte.
9655         * international/characters.el: Add category `j' to cp932-2-byte.
9657 2009-08-27  Kenichi Handa  <handa@m17n.org>
9659         * international/fontset.el (build-default-fontset-data): New macro.
9660         (setup-default-fontset): Use build-default-fontset-data for CJK,
9661         tibetan, ethiopic, and ipa.
9663 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9666         (enable-multibyte-characters): Not customizable any more.
9668         * subr.el (default-mode-line-format, default-header-line-format)
9669         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9670         (default-direction-reversed, default-truncate-lines)
9671         (default-left-margin, default-tab-width, default-case-fold-search)
9672         (default-left-margin-width, default-right-margin-width)
9673         (default-left-fringe-width, default-right-fringe-width)
9674         (default-fringes-outside-margins, default-scroll-bar-width)
9675         (default-vertical-scroll-bar, default-indicate-empty-lines)
9676         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9677         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9678         (default-scroll-down-aggressively, default-fill-column)
9679         (default-cursor-type, default-buffer-file-type)
9680         (default-cursor-in-non-selected-windows)
9681         (default-buffer-file-coding-system, default-major-mode)
9682         (default-enable-multibyte-characters): Mark as obsolete.
9684 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9686         * vc-dir.el (vc-dir-update): Remove debug helper.
9688         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9690 2009-08-26  Sam Steingold  <sds@gnu.org>
9692         * simple.el (save-interprogram-paste-before-kill): New user option.
9693         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9694         save the interprogram-paste into kill-ring before overriding it
9695         with the Emacs kill.
9697 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9699         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9700         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9701         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9702         and move to vc-rcs.el.
9703         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9704         move to vc-rcs.el.
9705         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9706         (vc-rcs-update-changelog): Remove.
9707         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9708         and move to vc-rcs.el.
9710         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9711         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9712         renaming.
9713         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9714         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9715         vc.el, renamed to be RCS specific.
9717         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9718         New functions.
9719         (vc-cvs-update-changelog): Move here from vc.el.
9721         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9722         New functions.
9724 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9728 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9730         * vc-git.el (vc-git-register): Use "git add" for directories.
9731         (vc-git-stash, vc-git-stash-show): New functions.
9732         (vc-git-extra-menu-map): Bind them.
9734         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9735         directory correctly in case the item is a directory itself.
9737         * vc.el: Document the desired behavior for reverted files in the
9738         `added' state.
9739         (vc-default-prettify-state-info): Remove function, unused.
9741         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9743 2009-08-26  Glenn Morris  <rgm@gnu.org>
9745         * bindings.el (standard-mode-line-format): Reposition dashes in
9746         which-func entry.  (Bug#4217)
9748         * files.el (enable-local-variables, enable-local-eval)
9749         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9750         the defcustoms.
9751         (auto-mode-alist, ignored-local-variables)
9752         (save-some-buffers-action-alist): Move risky declarations to the
9753         definitions.
9754         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9755         (font-lock-defaults, format-alist, imenu--index-alist)
9756         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9757         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9758         (mode-line-modified, mode-line-mule-info, mode-line-position)
9759         (mode-line-process, mode-line-remote, outline-level)
9760         (parse-time-rules, rmail-output-file-alist)
9761         (special-display-buffer-names, vc-mode):
9762         Move risky declarations to the relevant files.
9763         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9764         (mode-line-modified, mode-line-process, mode-line-position)
9765         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9766         * font-core.el (font-lock-defaults):
9767         * format.el (format-alist):
9768         * vc-hooks.el (vc-mode):
9769         * window.el (special-display-buffer-names):
9770         * international/mule-cmds.el (input-method-alist):
9771         Define riskiness here (dumped file) rather than in files.el.
9772         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9773         * imenu.el (imenu-generic-expression, imenu--index-alist):
9774         * outline.el (outline-level):
9775         * time.el (display-time-string):
9776         * calendar/parse-time.el (parse-time-rules):
9777         * mail/rmailout.el (rmail-output-file-alist):
9778         Autoload riskiness here, rather than placing in files.el.
9780 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9782         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9784 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9786         * simple.el (process-file-side-effects): New defvar.
9788         * dired-aux.el (dired-show-file-type):
9789         * vc.el (vc-diff-internal):
9790         * vc-arch.el (vc-arch-diff):
9791         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9792         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9793         * vc-git.el (vc-git-registered, vc-git-working-revision)
9794         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9795         (vc-git--empty-db-p):
9796         * vc-hooks.el (vc-user-login-name):
9797         * vc-svn.el (vc-svn-registered, vc-svn-state)
9798         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9799         * progmodes/grep.el (grep-probe): Let-bind
9800         `process-file-side-effects' with nil.
9802         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9804         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9805         daemon.  Replace ping by checking for running service for bluez
9806         and zeroconf.  (Bug#4239)
9808 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9810         * net/dig.el (dig): Add autoload cookie.
9812 2009-08-25  Glenn Morris  <rgm@gnu.org>
9814         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9815         load-history for absolute file-names.
9816         (byte-compile-file-form-require): Warn about use of the cl package.
9818         * format.el (format-alist): Doc fix.
9820         * play/bubbles.el (top-level): Don't require cl at run-time.
9822         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9823         run-time cl).
9825 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9827         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9828         from cl package.
9829         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9831 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9833         * calc/calc-alg.el (math-trig-rewrite)
9834         (math-hyperbolic-trig-rewrite): New functions.
9835         (calc-simplify): Simplify trig functions when asked.
9837 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9841 2009-08-24  Kenichi Handa  <handa@m17n.org>
9843         * language/ind-util.el (mapthread): Delete it.
9844         (combinatorial): New function.
9845         (indian--puthash-cv): Use combinatorial instead of mapthread.
9847 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9849         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9850         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9851         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9852         Clarify docstring that the value is strings not symbols.
9853         (checkdoc-list-of-strings-p): New function.
9855 2009-08-22  Glenn Morris  <rgm@gnu.org>
9857         * files.el (auto-mode-alist):
9858         * hippie-exp.el (he-concat-directory-file-name):
9859         * lpr.el (lpr-windows-system, printer-name):
9860         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9861         * ps-print.el (ps-windows-system):
9862         * startup.el (command-line):
9863         * emulation/viper-ex.el (viper-glob-function):
9864         * international/mule-cmds.el (set-language-environment-coding-systems):
9865         * net/ange-ftp.el (ange-ftp-write-region):
9866         * obsolete/fast-lock.el (fast-lock-cache-name):
9867         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9868         unisoft-unix, vax-vms, win32, w32.
9870         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9871         given name if the pattern is not more specific.
9873         * calendar/lunar.el (lunar-phase-names): New option.
9874         (lunar-phase): Doc fix.
9875         (lunar-cycles-per-year): New constant.
9876         (lunar-index): New function.
9877         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9878         (lunar-phase-name): Use lunar-phase-names.
9879         (calendar-lunar-phases): Use format.
9880         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9882         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9883         Copy imenu-example--name-and-position function here for own use.
9884         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9886         * bs.el (bs--redisplay):
9887         * cus-edit.el (custom-redraw):
9888         * ibuffer.el (ibuffer-bury-buffer):
9889         * server.el (server-goto-line-column):
9890         * startup.el (command-line-1):
9891         * strokes.el (strokes-xpm-for-stroke):
9892         * term.el (term-display-buffer-line):
9893         * view.el (View-goto-line):
9894         * calc/calc.el (calc-do, calc-trail-buffer):
9895         * play/gamegrid.el (gamegrid-add-score-insecure):
9896         * progmodes/ada-mode.el (ada-compile-goto-error):
9897         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9898         (ebrowse-select-1st-to-9nth):
9899         * progmodes/cperl-mode.el (cperl-time-fontification):
9900         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9901         * progmodes/gud.el (gud-display-line):
9902         (idlwave-shell-display-line):
9903         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9904         * progmodes/make-mode.el (makefile-browser-toggle):
9905         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9906         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9907         * textmodes/picture.el (picture-draw-rectangle):
9908         * textmodes/reftex-index.el (reftex-index-goto-letter):
9909         (reftex-select-jump-to-previous):
9910         * textmodes/reftex-sel.el (reftex-find-start-point)
9911         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9912         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9913         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9914         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9915         * textmodes/two-column.el (2C-associated-buffer):
9916         Use forward-line rather than goto-line.
9918         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9919         goto-line.
9921         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9922         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9923         (quick-check-list-to-regexp): Declare.
9925         * progmodes/make-mode.el (makefile-browser-insert-selection):
9926         Use goto-char rather than goto-line.
9928         * progmodes/prolog.el (compilation-error-regexp-alist)
9929         (compilation-forget-errors): Declare.
9931 2009-08-22  Juri Linkov  <juri@jurta.org>
9933         * progmodes/grep.el (lgrep, rgrep): At the beginning
9934         set `dir' to `default-directory' unless `dir' is a non-nil
9935         readable directory.  (Bug#4052)
9936         (lgrep, rgrep): Change a weird way to report an error
9937         from using `read-string' to using `error'.
9938         Instead of using interactive arguments in the function body,
9939         add new argument `confirm'.
9941 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * textmodes/remember.el (remember-buffer):
9944         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9945         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9946         (icalendar-extract-ical-from-buffer):
9947         * net/newst-treeview.el (newsticker-groups-filename):
9948         * net/newst-backend.el (newsticker-cache-filename):
9949         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9950         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9951         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9952         (speedbar-buffers-line-path, speedbar-path-line)
9953         (speedbar-buffers-line-path):
9954         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9955         (epg-sign-keys):
9956         * epa.el (epa-display-verify-result):
9957         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9959 2009-08-21  Glenn Morris  <rgm@gnu.org>
9961         * progmodes/js.el (inferior-moz-process): Fix declaration.
9963         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9965         * obsolete/rnewspost.el (news-mail-reply):
9966         Use goto-char rather than goto-line.
9968         * term/ns-win.el (ns-open-file-select-line):
9969         Use line-beginning-position rather than goto-line.
9971         * apropos.el (apropos-command):
9972         * ehelp.el (electric-helpify):
9973         * printing.el (pr-show-setup):
9974         * strokes.el (strokes-help):
9975         * tutorial.el (tutorial--describe-nonstandard-key)
9976         (tutorial--detailed-help):
9977         * woman.el (woman-mini-help, woman-display-extended-fonts):
9978         * calc/calc-help.el (calc-describe-key):
9979         * emulation/edt.el (edt-electric-helpify):
9980         * international/mule-diag.el (mule-diag):
9981         * play/yow.el (apropos-zippy):
9982         * progmodes/python.el (python-describe-symbol):
9983         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9984         * textmodes/table.el (*table--cell-describe-mode)
9985         (*table--cell-describe-bindings):
9986         Use help-print-return-message rather than the now obsolete alias.
9988         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9989         (calendar-cursor-to-visible-date):
9990         * play/5x5.el (5x5-position-cursor):
9991         * play/decipher.el (decipher):
9992         * play/gomoku.el (gomoku-goto-xy):
9993         * play/landmark.el (lm-goto-xy):
9994         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9995         (mpuz-paint-digit):
9996         Use forward-line, not goto-line.
9998         * mail/rmail.el (rmail-obsolete): Delete custom group.
9999         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10000         (rmail-remote-password, rmail-remote-password-required):
10001         Remove unneeded :set-after and :set properties.
10003 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10005         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10007 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10009         * loadup.el: Remove leftover macos code.
10011         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10012         Explicitly pass the date format to git blame so that user local
10013         so that the output format can be parsed.
10015 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10017         * net/dbus.el (top): Don't check for (getenv
10018         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10020 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10022         * log-edit.el (log-edit-strip-single-file-name): New var.
10023         (log-edit-insert-changelog): Use it.  Bug#3571
10025 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10028         Bug#3287
10030         * help.el (help-print-return-message): Rename from
10031         print-help-return-message.
10033         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10034         cvs-mode-map parent hack.
10035         (log-view-mode): Derive from special-mode.
10037         * linum.el (linum-mode): window-size-change-functions is redundant.
10038         Adapt to new window-configuration-change-hook behavior.
10039         (linum-after-size, linum-after-config): Remove.
10041         * imenu.el (imenu-example--name-and-position)
10042         (imenu-example--lisp-extract-index-name)
10043         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10044         Mark as obsolete.
10046         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10047         (inferior-prolog-mode): Use it.
10048         (inferior-prolog-load-file): Reset list of errors.
10050 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10052         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10054         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10056 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10058         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10059         is running already.
10061 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10063         * subr.el (listify-key-sequence-1): Use normal syntax since those
10064         integers are nowadays always represented by the same (positive) number
10065         on all platforms.
10066         (read-key-empty-map): New const.
10067         (read-key-delay): New var.
10068         (read-key): New function.
10069         (force-mode-line-update): Use with-current-buffer.
10070         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10071         (start-process-shell-command, start-file-process-shell-command):
10072         Discourage the use of command-args.
10074 2009-08-19  Glenn Morris  <rgm@gnu.org>
10076         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10078 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * simple.el (choose-completion-string): Don't rely on
10081         minibuffer-completing-file-name and ad-hoc checks to decide whether
10082         to continue completion or not.
10084         * minibuffer.el (minibuffer-hide-completions): New function.
10085         (completion--do-completion): Use it.
10086         (completions-annotations): New face.
10087         (completion--insert-strings): Use it.
10088         (completion-pcm--delim-wild-regex): Add docstring.
10089         (completion-pcm--string->pattern): Add support for 0-width delimiters
10090         in completion-pcm--delim-wild-regex.
10092 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10094         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10095         Remove unused var `buffer-modified-p'.
10097         * minibuffer.el (completion--do-completion): Move point for the #b001
10098         case as well (bug#4176).
10099         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10101 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10103         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10104         and :session buses.
10106 2009-08-18  Kenichi Handa  <handa@m17n.org>
10108         * international/ucs-normalize.el (ucs-normalize-version):
10109         Change to 1.1.
10110         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10111         (utf-8-hfs): Make it perform normalization on encoding too.
10113         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10114         (sentence-end-without-space): Delete duplicated chars.
10115         (sentence-end-base): Likewise.
10117         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10118         (html-mode): Delete duplicated chars from sentence-end-base.
10120         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10121         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10123 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10125         * files.el (hack-one-local-variable): If the mode function is for
10126         a minor mode, pass it an argument (Bug#4148).
10128 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10130         * net/tramp.el (tramp-register-completion-file-name-handler):
10131         Check also for (member 'partial-completion completion-styles).
10133 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10135         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10136         abbrev (Bug#3943).
10138 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10140         * progmodes/cperl-mode.el: Merge upstream 6.2.
10141         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10142         (cperl-forward-re): Check cperl-brace-recursing.
10143         (cperl-highlight-charclass): New function.
10144         (cperl-find-pods-heres): Use it.
10145         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10146         (cperl-beautify-regexp-piece): Fix column calculation.
10147         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10148         (cperl-beautify-level): Don't process entire regexp.
10149         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10150         calling man.
10151         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10152         (cperl-init-faces): Build a list in the normal way.
10154 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10156         * calendar/parse-time.el (parse-time-string-chars): Save match
10157         data.
10159 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10161         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10162         (sql-product): Use it.
10163         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10164         (sql-set-product): Add completion.
10165         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10166         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10167         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10168         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10169         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10170         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10171         (sql-highlight-db2-keywords): Remove.
10172         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10173         (sql-highlight-product): Use derived-mode-p.
10174         (sql-set-sqli-buffer): Use with-current-buffer.
10175         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10176         Simplify.
10178         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10180         * term.el: Fix commenting convention, turn comments into docstrings.
10182 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10184         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10186 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10188         * calendar/parse-time.el (parse-time-string-chars): Compute using
10189         character classes, to handle non-ascii characters (Bug#3190).
10191 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10193         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10194         another heredoc if the user adds another < (Bug#3226).
10196         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10197         Don't initialize based on window-system (Bug#4124).
10199         * facemenu.el (facemenu-read-color): Use a completion function
10200         that accepts any defined color, such as RGB triplets (Bug#3677).
10202         * files.el (get-free-disk-space): Change fallback default
10203         directory to /.  Expand DIR argument before switching to fallback.
10204         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10206 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10208         * files.el (load-library): Doc fix.
10210 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10212         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10213         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10214         incremental search string.
10216         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10217         XEmacs.
10219         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10220         (ediff-merge-region-is-non-clash)
10221         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10222         Also check if the job is really a merge job.
10224         * ediff.el (ediff-current-file): New function.
10226 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10228         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10229         conventions.
10230         (js-insert-and-indent): Delete function.
10231         (js-mode-map): Don't bind keys to js-insert-and-indent.
10232         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10233         (js-end-of-defun): Rename from js--end-of-defun.
10234         (js-auto-indent-flag): Delete variable.
10236 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10238         * progmodes/js.el: Remove proclaim statement.
10239         Defvar which-func-imenu-joiner-function to silence compiler.
10241         * files.el (auto-mode-alist): Use js-mode for .js files.
10243         * progmodes/js2-mode.el: Remove file.
10245         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10247         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10249         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10251 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10252             Karl Landstrom  <karl.landstrom@brgeight.se>
10254         * progmodes/js.el: New file.
10256 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10258         * timezone.el (timezone-parse-date): Add ability to understand ISO
10259         basic format (minimal separators) dates in addition to the
10260         already-supported extended format dates.
10262 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10264         * international/ucs-normalize.el: Add a `coding' file variable.
10266         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10268 2009-08-14  Sam Steingold  <sds@gnu.org>
10270         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10272 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10274         * faces.el (help-argument-name): Define it here instead of
10275         help-fns.el, because in daemon mode help-fns.el may be loaded when
10276         faces are still uninitialized (Bug#1078).
10278         * help-fns.el (help-argument-name): Move defface to faces.el.
10280 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10282         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10283         create buffer with a pty but no process so that GDB can make the
10284         inferior the controlling process.
10286 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10288         * international/ucs-normalize.el: New file.
10290 2009-08-13  Richard Stallman  <rms@gnu.org>
10292         * mail/rmail.el (rmail-get-attr-names):
10293         Accept an attribute header that is too short.
10295         * mail/rmail.el (rmail-forget-messages):
10296         Ignore nil elt in rmail-message-vector.  Use dotimes.
10298         * progmodes/compile.el (compilation-goto-locus):
10299         Use next-error-move-function.
10301         * simple.el (next-error-move-function): New variable.
10303 2009-08-12  Juri Linkov  <juri@jurta.org>
10305         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10306         always non-nil.  (Bug#4052)
10308         * replace.el (read-regexp): Return empty string when
10309         `default-value' is nil.
10310         (keep-lines-read-args): Don't use empty string as the
10311         default value for `read-regexp'.  (Bug#2495)
10313 2009-08-12  Juri Linkov  <juri@jurta.org>
10315         * international/mule-cmds.el (ucs-insert): Change arguments
10316         from `arg' to `character', `count', `inherit' to be the same
10317         as in `insert-char'.  Doc fix.  (Bug#4039)
10319         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10321 2009-08-12  Juri Linkov  <juri@jurta.org>
10323         * files-x.el: New file.
10325         * files.el: Move code that deals with adding/deleting
10326         file/directory-local variables to files-x.el.
10328         * Makefile.in (ELCFILES): Add files-x.elc.
10330 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10332         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10333         to use `goto-line'.
10334         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10335         `goto-line'.
10336         (gdb-invalidate-disassembly): Do not refresh upon receiving
10337         'update signal.  Instead, update all disassembly buffers only after
10338         threads list.
10339         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10340         (gdb-starting): Moved -data-list-register-names...
10341         (gdb-stopped): ...here so it's sent when first thread stops.
10342         (gdb-registers-handler-custom): Do nothing if register names are
10343         unknown yet.
10345         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10346         from `gdb-mi.el' to avoid extra tangling.
10348         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10349         change which breaks `gud-def' definitions used in `gdb'.
10350         (gdb-update-gud-running): No extra fuss for updating frame number.
10352 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10354         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10355         (describe-language-environment-map, setup-language-environment-map)
10356         (set-coding-system-map): Move initialization into declaration.
10357         (set-language-info-alist): Last arg to define-key-after can be skipped.
10359         * international/quail.el (quail-completion-1): Simplify.
10360         (quail-define-rules): Use slightly more compact code.
10361         (quail-insert-decode-map): Propertize keys, compact columns.
10363         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10364         Add goto-line.
10366 2009-08-10  Miles Bader  <miles@gnu.org>
10368         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10369         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10370         (js2-instance-member, js2-private-member, js2-private-function-call)
10371         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10372         (js2-magic-paren, js2-external-variable):
10373         Remove "-face" suffix from face names.
10374         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10375         (js2-highlight-undeclared-vars, js2-peek-token)
10376         (js2-parse-function-params, js2-mode-show-errors)
10377         (js2-mode-show-warnings, js2-make-magic-delimiter)
10378         (js2-mode-highlight-magic-parens): Update to use new face names.
10380 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10382         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10383         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10385 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10387         * subr.el: Provide hashtable-print-readable.
10389         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10390         hs-c-like-adjust-block-beginning.
10391         (hs-hide-block-at-point): Stop hiding at the beginning of
10392         hs-block-end-regexp (Bug#700).
10394 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10396         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10397         a macro.
10398         (gdb-registers-handler-custom): Do not fail when register names
10399         are unavailable.
10401 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10403         * progmodes/gdb-mi.el (gdb-control-all-threads)
10404         (gdb-control-current-thread): Interactive setters for
10405         `gdb-gud-control-all-threads' to use in menu.
10406         (gdb-show-run-p): Show «Go» when process is not active.
10407         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10408         gud/thread.xpm and gud/all.xpm.
10410 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10412         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10413         (nslookup-font-lock-keywords): Make it a variable.
10414         (net-utils-mode): New mode for viewing diagnostic network output.
10415         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10416         (net-utils-run-simple): New function.
10417         (ifconfig, iwconfig, netstat, arp, route): Use it.
10419 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10421         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10422         (gdb-memory-set-address, def-gdb-set-positive-number)
10423         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10424         after changing settings.
10425         (gdb-invalidate-disassembly): Update when first shown.
10426         (gdb-edit-locals-value): Fixed.
10427         (gdb-registers-handler-custom): Print registers in right order and
10428         allow changing register values (only for current thread yet).
10429         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10430         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10431         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10432         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10433         info in mode name.
10434         (gdb-registers-mode-map): TAB to switch to locals.
10436 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10438         * mail/rmail.el (rmail-add-mbox-headers)
10439         (rmail-set-message-counters-counter): Search for
10440         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10442 2009-08-08  Glenn Morris  <rgm@gnu.org>
10444         * Makefile.in (ELCFILES): Update.
10446 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10448         * mail/sendmail.el (mail-yank-original): Set
10449         buffer-file-coding-system from the one used by the message whose
10450         text is yanked.
10452         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10453         to "windows" when "pgnuplot" is used.
10454         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10455         call accept-process-output if "pgnuplot" is used.
10456         (calc-graph-init): Don't send -display and -geometry to
10457         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10458         running "pgnuplot -V" with shell-command-to-string.
10460         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10461         the default.
10463 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10465         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10466         org/org-latex.elc.
10468 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10470         * vc-dispatcher.el (vc-resynch-window): Update comment.
10472         * term.el (term-handle-ansi-escape): Add comments with the
10473         terminfo capabilities implemented.
10475 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10477         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10478         (gdb-var-create-handler): Rewritten using JSON parser.
10479         (gdb-propertize-header): Moved earlier.
10480         (gdb-set-header): Removed to avoid duplication.
10481         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10482         Refresh disassembly buffers only after threads list have been
10483         update.
10484         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10485         variables.
10487 2009-08-04  Juri Linkov  <juri@jurta.org>
10489         * files.el: Commands to add/delete file/directory-local variables.
10490         (read-file-local-variable, read-file-local-variable-value)
10491         (read-file-local-variable-mode, modify-file-local-variable)
10492         (modify-file-local-variable-prop-line)
10493         (modify-dir-local-variable): New functions.
10494         (add-file-local-variable, delete-file-local-variable)
10495         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10496         (add-dir-local-variable, delete-dir-local-variable)
10497         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10498         (copy-dir-locals-to-file-locals-prop-line): New commands.
10500 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10502         * abbrev.el (insert-abbrev-table-description): Prettify output.
10503         Suggested by Karl Chen.
10505 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10507         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10508         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10509         (gdb-overlay-arrow-position, gdb-thread-position)
10510         (gdb-disassembly-position): Declare variables.
10511         (gdb-wait-for-pending): Function now.
10512         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10513         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10514         compilation goes smoothly.
10515         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10516         (gdb-non-stop-setting): New customization setting which replaces
10517         `gdb-non-stop' so changing it doesn't break active GDB session.
10518         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10519         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10520         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10521         (gdb-show-threads-by-default): New customization options.
10522         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10523         routines.
10524         (gdb-get-buffer-create): Send buffers update signal when they are
10525         created.
10526         (gdb-invalidate-locals, gdb-invalidate-registers)
10527         (gdb-invalidate-breakpoints)
10528         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10529         (gdb-invalidate-memory): Accept update signal.
10530         (gdb-current-context-command): Use --frame option.
10531         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10532         Implement `gdb-frame-number' selection logic.
10533         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10534         whether to show GUD toolbar buttons.
10535         (gdb-thread-exited): Unselect current thread when it exits.
10536         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10537         (gdb-mark-line): Routine which sets overlay arrow or inverses
10538         video on fringeless displays.
10539         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10540         to build aligned columns of data in GDB buffers and set text
10541         properties line-by-line.
10542         (gdb-invalidate-breakpoints)
10543         (gdb-breakpoints-list-handler-custom)
10544         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10545         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10546         (gdb-registers-handler-custom): Align data columns.
10547         (gdb-locals-handler-custom): Now prints data like in variable
10548         declarations.
10549         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10550         Removed confusing buttons.
10551         (gdb-invalidate-threads): Append --frame.
10552         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10553         between breakpoints/threads buffers.
10554         (gdb-set-window-buffer): Now can ignore dedicated windows.
10555         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10556         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10557         (def-gdb-thread-buffer-gud-command): Replaces
10558         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10559         for fine thread control.
10560         (gdb-preempt-existing-or-display-buffer): New function used to
10561         display bound buffers without breaking window layout.
10562         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10563         (gdb-select-frame): New version of `gdb-frames-select' which now
10564         sets `gdb-frame-number' so commands may use --frame option instead
10565         of inner debugger state.
10566         (gdb-frame-handler): Do not set `gdb-frame-number'.
10567         (gdb-threads-mode-map): Select threads with mouse.
10569         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10570         avoid compilation warning.
10571         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10572         `gdb-show-stop-p`.
10574         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10575         Argument `key' renamed to `buffer-type'.
10576         (gdb-current-context-buffer-name): Do not add thread info to
10577         buffer name when no thread is selected.
10578         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10579         command (bug 3794).
10580         (gdb-thread-selected): Handle `=thread-selected' notification.
10581         (gdb-wait-for-pending): New macro to deal with congestion problems.
10582         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10583         breakpoints.
10584         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10585         This fixes problem similar to one described in bug 3947.
10586         (gud-menu-map): More menu items.
10587         (gdb-init-1): Reset `gdb-thread-number' to nil.
10589         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10590         non-stop settings.
10592         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10593         (gdb-current-context-command): Do not append --thread if
10594         `gdb-thread-number' is nil.
10595         (gdb-running-threads-count, gdb-stopped-threads-count): New
10596         variables.
10597         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10598         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10599         customization options.
10600         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10601         GUD commands.
10602         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10603         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10604         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10605         set `gdb-thread-number' and update `gud-running' properly.
10606         (gdb-running): Update threads list when new threads appear.
10607         (gdb-stopped): Support non-stop operation and new thread switching
10608         logic.
10609         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10610         (gdb-json-partial-output): New set of JSON routines.
10611         (def-gdb-auto-update-trigger): New `signal-list' optional
10612         argument.
10613         (gdb-thread-list-handler-custom): Update `gud-running',
10614         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10615         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10616         (gdb-continue-thread, gdb-step-thread): New commands for fine
10617         thread execution control.
10618         (gud-menu-map): New menu items to switch non-stop options.
10619         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10620         (gdb-send): Mimic RET properly (bug 3794).
10622         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10623         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10624         gdb-buffer-rules.
10625         (def-gdb-auto-update-handler): New nopreserve optional argument.
10626         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10628         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10629         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10630         (gdb-parent-mode): New mode to derive other GDB modes from.
10631         (gdb-display-disassembly-for-thread)
10632         (gdb-frame-disassembly-for-thread): New commands for threads
10633         buffer.
10635         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10636         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10637         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10638         (gdb-update): We now store all GDB buffers in a list so that they
10639         can be updated by traversing a list instead of calling invalidate
10640         triggers explicitly.
10641         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10642         pair for GDB buffer.
10643         (gdb-stack-buffer-name): Add thread information.
10644         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10645         handle pending triggers.
10646         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10647         (def-gdb-thread-buffer-simple-command)
10648         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10649         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10650         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10651         New commands which show buffers bound to thread.
10652         (gdb-stack-list-locals-regexp): Removed unused regexp.
10654         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10655         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10656         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10657         to (gud-comint-buffer) in *-buffer-name functions
10658         because (gdb-get-target-string) already does that.
10659         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10660         (gdb-changed-registers-handler): Rewritten without regexps.
10662         * progmodes/gdb-mi.el: Basic thread selection support.
10663         (gdb-thread-number): New variable.
10664         (gdb-current-context-command): New macro which adds --thread
10665         option to command.
10666         (gdb-threads-mode-map): Select thread with SPC.
10667         (gdb-thread-list-handler-custom): Mark current thread with overlay
10668         arrow.  Synchronize GDB thread and Emacs thread.
10669         (gdb-select-thread): New command which selects current thread.
10670         (gdb-invalidate-frames, gdb-invalidate-locals)
10671         (gdb-invalidate-registers): Use --thread option.
10673 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10675         * net/tramp.el (top): Make check for tramp-gvfs loading more
10676         robust.  (Bug#3977)
10677         (tramp-handle-insert-file-contents): `unwind-protect' must be
10678         inside `with-parsed-tramp-file-name'.
10680         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10681         fails.
10683 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10685         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10686         directory if CLASSPATH is not set.
10688 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10690         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10691         New defconst.
10692         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10694 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10696         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10697         Update freshmeat link.  Delete newsforge.com as it seems gone.
10699 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10701         * select.el (x-set-selection): Doc fix (Bug#4021).
10703         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10705         * help-fns.el (describe-variable): Treat list return values from
10706         dir-locals-find-file properly (Bug#4005).
10708 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10710         * net/tramp.el (tramp-debug-message): Print also microseconds.
10712 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10714         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10715         or END is non-nil.
10716         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10717         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10718         format.
10720         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10721         (tramp-get-file-property): Use it.
10723         * autorevert.el (auto-revert-handler): Allow
10724         `auto-revert-tail-mode' for remote files.
10726 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10728         * minibuffer.el (read-file-name): Treat confirm options to
10729         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10731 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10733         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10734         (font-lock-variable-name-face, font-lock-constant-face): Darken
10735         the colors for light backgrounds.
10737 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10739         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10740         month names.  (Bug#3987)
10742 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10744         * simple.el (line-move-finish): Pass whole number to
10745         line-move-to-column.
10746         (line-move-visual): Perform hscroll to the recorded position.
10748 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10750         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10752 2009-07-29  Alan Mackenzie  <acm@muc.de>
10754         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10756 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10758         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10759         (gdb-place-breakpoints): Use full path when setting breakpoints.
10761 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10763         * calc/calc.el (calc-mode-map): Add keybinding for
10764         `calc-transpose-lines'.
10766 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10768         * calc/calc-misc.el (calc-transpose-lines): New function.
10770 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10772         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10773         Simplify check for out-of-band methods.
10774         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10775         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10777 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10779         * vc-git.el (vc-git-checkin): Fix typo.
10781 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10783         * progmodes/js2-mode.el: New file.
10785 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10787         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10788         (gud-menu-map): Adjust tooltip accordingly.
10790 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10792         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10793         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10795         * add-log.el (change-log-mode-map): Add a menu.
10797 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10799         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10800         function returns nil.
10801         (dbus-handle-event): Handle special return value :ignore.
10802         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10804 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10806         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10807         it's not needed.
10809 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10811         Fix Bug#3888:
10813         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10815         * term/pc-win.el (x-display-name, x-colors)
10816         (x-select-enable-clipboard, x-select-text): Doc fix.
10818         * term/common-win.el (x-display-name, x-colors): Doc fix.
10820         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10821         (xw-defined-colors): Doc fix.
10823         * w32-fns.el (x-select-text, x-setup-function-keys)
10824         (x-get-selection, x-set-selection): Doc fix.
10826         * term/x-win.el (x-select-text, x-setup-function-keys)
10827         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10829         * select.el (x-set-selection): Doc fix.
10831 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10833         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10834         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10835         "IsNSSSupportAvailable" method is not available.  Reported by
10836         Steve Youngs <steve@sxemacs.org>.
10838 2009-07-24  Kenichi Handa  <handa@m17n.org>
10840         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10841         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10842         (build-unicode-category-table): Fix range checks.
10844 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10846         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10847         the buffer we try to sync is current when calling
10848         vc-resynch-buffer.
10850         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10851         not show up to date files.
10853 2009-07-24  Glenn Morris  <rgm@gnu.org>
10855         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10856         Add autoload cookies.  If necessary, initialize.
10857         (elint-log): Handle non-file buffers.
10858         (elint-initialize): Add optional argument to reinitialize.
10859         (elint-find-builtin-variables): Save excursion.
10861 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10864         for Lint.
10866 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10868         * vc.el (vc-print-log-internal): New function, split out from ...
10869         (vc-print-log): ... here.
10870         (vc-dir-move-to-goal-column): Declare.
10872         * vc-git.el (vc-git-add-signoff): New variable.
10873         (vc-git-checkin): Use it.
10874         (vc-git-toggle-signoff): New function.
10875         (vc-git-extra-menu-map): Bind it to menu.
10876         (vc-git--run-command-string): Accept a nil FILE argument.
10877         (vc-git-stash-list): New function.
10878         (vc-git-dir-extra-headers): Use it.
10880 2009-07-23  Glenn Morris  <rgm@gnu.org>
10882         * help-fns.el (describe-variable): Describe ignored and risky local
10883         variables in a similar way to that in which we describe safe ones.
10885         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10886         (byte-compile-output-file-form, byte-compile-output-docform)
10887         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10888         Give some more local variables with common names a "bytecomp-" prefix,
10889         so as not to shadow things during compilation.
10890         * emacs-lisp/cl-macs.el (load-time-value)
10891         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10892         `outbuffer' to `bytecomp-outbuffer'.
10894         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10895         since the next two variables cover them automatically now.
10896         (elint-builtin-variables, elint-autoloaded-variables): New.
10897         (elint-unknown-builtin-args): Remove all members, since they can be
10898         parsed automatically now.
10899         (elint-extra-errors): New.
10900         (elint-env-add-env, elint-env-add-macro): Use cadr.
10901         (elint-current-buffer): Use or.  Change final message.
10902         (elint-get-top-forms): Use line-end-position.
10903         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10904         and defalias.
10905         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10906         (regexp-assoc): Remove unused function.
10907         (elint-top-form): Set elint-current-pos, to record the start of the
10908         top-level form, for compilation-mode.
10909         (elint-form): Trap errors in macro expansion.  Use dolist.
10910         (elint-unbound-variable): Use elint-builtin-variables and
10911         elint-autoloaded-variables.
10912         (elint-get-args): Use cadr, or.
10913         (elint-check-cond-form): Use dolist, cadr.
10914         (elint-check-condition-case-form): Doc fix.  Use cadr.
10915         Use elint-extra-errors.
10916         (elint-log): New function.
10917         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10918         Distinguish errors and warnings.
10919         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10920         Use a bytecomp-style format.
10921         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10922         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10923         Don't truncate lines.
10924         (elint-initialize): Set builtin and autoloaded variable lists.
10925         Only process elint-unknown-builtin-args if non-nil.
10926         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10927         New functions.
10928         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10930 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10932         * net/newst-backend.el (newsticker--parse-atom-1.0)
10933         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10934         (newsticker--parse-rss-1.0):
10935         * progmodes/idlwave.el (idlwave-mode):
10936         * progmodes/idlw-shell.el (idlwave-shell-mode):
10937         * progmodes/vera-mode.el (vera-mode):
10938         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10939         * progmodes/vhdl-mode.el (vhdl-mode):
10940         * textmodes/table.el (table-generate-source)
10941         (table--warn-incompatibility):
10942         Hyperlink urls in docstrings with URL `...'.
10944 2009-07-22  Glenn Morris  <rgm@gnu.org>
10946         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10947         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10948         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10949         Remove leading * from defcustom docs.
10951         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10953         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10954         defcustom doc.
10955         (list-load-path-shadows): Optionally, just return shadows as a string.
10957         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10959 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10961         * mail/rmailedit.el (rmail-edit-mode): Use
10962         auto-save-include-big-deletions.
10964         * mail/rmail.el (rmail-variables): Use
10965         auto-save-include-big-deletions.
10967         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10968         changes.
10970 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10972         * calc/calc.el (calc-undo-length): New variable.
10973         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10975 2009-07-21  Richard Stallman  <rms@gnu.org>
10977         * files.el (auto-save-mode): Handle buffer-save-size = -2
10978         for toggling mode.
10980 2009-07-21  Glenn Morris  <rgm@gnu.org>
10982         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10984         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10986         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10987         silence compiler.  Instead...
10988         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10989         (ps-print-ensure-fontified): Update for above function name changes.
10991         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10992         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10993         silence compiler.  Instead...
10994         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10995         (mh-show-buffer): Only define for compiler.
10996         (pr-mh-current-message): Update for above function name changes.
10998         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10999         as an argument.
11000         (find-file-noselect, insert-file-1): Update for above change.
11002         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11004         * mail/mailclient.el (mailclient-send-it): Fix message.
11006         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11007         (edebug-eval): Check cl-debug-env is bound.
11008         (print-level, print-circle): Don't redefine built-in variables.
11010         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11011         (custom-print-vectors): Remove old comments from doc.
11013         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11014         (emerge-version): Make the variable an obsolete alias for the
11015         emacs-version variable.  Make the function obsolete.
11016         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11017         Emerge options, rather than merging in into the main Options menu.
11018         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11019         and auto advance modes.  Disable edit/fast items when not relevant.
11021 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11023         * term/vt420.el (terminal-init-vt420): Fix typo.
11025 2009-07-20  Sam Steingold  <sds@gnu.org>
11027         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11028         variable (removed from compile.el on 2004-03-11).
11030 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11032         * files.el (hack-local-variables-filter): Fix last change.
11034 2009-07-19  Juri Linkov  <juri@jurta.org>
11036         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11037         (dir-local-variables-alist): New buffer-local variable.
11038         (hack-local-variables-filter): If variable is not dir-local,
11039         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11040         because file-local overrides dir-local.
11041         (c-postprocess-file-styles) <declare-function>:
11042         Remove obsolete declaration.
11043         (hack-dir-local-variables): Add dir-local variable/value pair to
11044         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11046         * help-fns.el (describe-variable): Add information about
11047         file-local and dir-local variables.
11049 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11051         * files.el (hack-local-variables-filter): Rewrite.
11053 2009-07-19  Glenn Morris  <rgm@gnu.org>
11055         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11056         Silence compiler by only defining on XEmacs.
11058         * international/mule.el (auto-coding-regexp-alist): Only match
11059         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11061         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11062         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11063         (cal-menu-context-mouse-menu): Doc fix.
11065         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11067         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11069 2009-07-18  Juri Linkov  <juri@jurta.org>
11071         * info.el: Virtual Info keyword finder.
11072         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11073         (Info-finder-file): New variable.
11074         (Info-finder-find-file): New function.
11075         (finder-known-keywords, finder-package-info)
11076         (find-library-name, lm-commentary): Use defvar and
11077         declare-function to silence compiler warnings.
11078         (Info-finder-find-node): New function.
11079         (info-finder): New command.
11081         * subr.el (process-kill-buffer-query-function): New function.
11082         (add-hook)<kill-buffer-query-functions>: Add hook
11083         `process-kill-buffer-query-function'.
11085 2009-07-18  Alan Mackenzie  <acm@muc.de>
11087         * progmodes/cc-mode.el (c-before-hack-hook)
11088         (c-postprocess-file-styles): Give invocation of `c-set-style'
11089         DONT-OVERRIDE parameter of t.  Already set style variables will
11090         thus not be overridden by style settings given by `c-file-syle'.
11092         * files.el (hack-local-variables-filter): Remove entries with
11093         duplicate keys from `file-local-variables-alist'.
11095 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11097         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11098         x-set-selection if display-selections-p returns nil for the
11099         current frame.
11101 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11103         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11105 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11107         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11108         Accept nil in addition to a regexp.
11109         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11110         Accept nil in addition to a regexp.
11111         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11112         buffers that have an associated file.  Handle nil values of
11113         desktop-buffers-not-to-save and desktop-files-not-to-save.
11114         (Bug#3833)
11116         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11117         (x-disown-selection-internal): New functions.
11119 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11121         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11122         warning.
11123         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11124         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11126 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11128         * simple.el (set-mark): Revert last change.
11130 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11132         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11133         rendering of pngs is not possible instead of messaging a long
11134         description.
11136 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11138         * w32-fns.el (x-selection-owner-p): New function.
11140         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11141         (mouse-yank-at-click, mouse-yank-primary): If
11142         select-active-regions is non-nil, deactivate the mark before
11143         insertion.
11145         * simple.el (deactivate-mark, set-mark): Only save selection if we
11146         own it.
11148 2009-07-17  Kenichi Handa  <handa@m17n.org>
11150         * case-table.el (describe-buffer-case-table): Fix for the case
11151         that KEY is a cons.
11153 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11155         * vc-rcs.el (vc-rcs-find-file-hook):
11156         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11158 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11160         * net/tramp.el (tramp-wait-for-output): Handle the case when
11161         commands do not return a newline but a null byte before the shell
11162         prompt.  (Bug#3858)
11164 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11166         * term/ns-win.el (ns-set-alpha): Don't declare.
11167         (ns-set-background-alpha): Remove function.
11169 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11171         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11172         y-or-n-p, for safety.
11174 2009-07-16  Richard Stallman  <rms@gnu.org>
11176         * files.el (auto-save-mode): If buffer-saved-size is -2,
11177         don't clobber it.
11179         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11180         (rmail-retry-ignored-headers): Add more uninteresting fields.
11182 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11184         * net/rcirc.el (rcirc): Use history variables.
11185         (rcirc-server-name-history, rcirc-nick-name-history)
11186         (rcirc-server-port-history): New variables.
11188 2009-07-15  Kenichi Handa  <handa@m17n.org>
11190         * international/mule-cmds.el (set-language-environment-charset):
11191         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11192         ignore them.
11194         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11195         Delete unibyte-display.
11197 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11199         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11201 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11203         * simple.el (deactivate-mark): Optional argument FORCE.
11204         (set-mark): Use deactivate-mark.
11206         * info.el (Info-search): No need to check transient-mark-mode
11207         before calling deactivate-mark.
11209         * select.el (x-set-selection): Doc fix.
11210         (x-valid-simple-selection-p): Allow buffer values.
11211         (xselect--selection-bounds): Handle buffer values.  Suggested by
11212         David De La Harpe Golden.
11214         * mouse.el (mouse-set-region, mouse-drag-track): Call
11215         copy-region-as-kill before setting the mark, to let
11216         select-active-regions work.
11218 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11220         * simple.el (deactivate-mark): If select-active-regions is
11221         non-nil, copy the selection data into a string.
11222         (activate-mark): If select-active-regions is non-nil, set the
11223         selection to the current buffer.
11224         (set-mark): Update selection if select-active-regions is non-nil.
11226         * select.el (x-valid-simple-selection-p): Allow buffer values.
11228 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11230         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11231         and more featureful message-mode.
11233 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11235         * select.el (x-set-selection): Doc fix.
11236         (x-valid-simple-selection-p): Disallow selection data consisting
11237         of a list or cons of integers, since that is not used.
11238         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11239         (xselect-convert-to-string, xselect-convert-to-length)
11240         (xselect-convert-to-filename, xselect-convert-to-charpos)
11241         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11243 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11245         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11246         output in -break-info command (Emacs bug #3794).
11248 2009-07-14  Glenn Morris  <rgm@gnu.org>
11250         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11251         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11252         (edebug-print-length, edebug-print-level, edebug-print-circle)
11253         (edebug-sit-for-seconds, edebug-view-outside)
11254         (edebug-bounce-point, edebug-set-global-break-condition)
11255         (edebug-Go-nonstop-mode, edebug-trace-mode)
11256         (edebug-Trace-fast-mode, edebug-continue-mode)
11257         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11258         (edebug-visit-eval-list): Doc fixes.
11260         * subr.el (def-edebug-spec): Doc fix.
11262 2009-07-14  Kenichi Handa  <handa@m17n.org>
11264         * international/characters.el: Fix setting of category ?C.
11266 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11268         * term/ns-win.el (x-select-font): defalias x-select-font to
11269         ns-popup-font-panel instead of generate-fontset-menu.
11271 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11273         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11275 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11277         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11278         the PK\003\004 header (Bug#3770).
11280 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11282         * pcomplete.el (pcomplete-comint-setup): Check for
11283         shell-dynamic-complete-filename too.
11285 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11287         * simple.el (temporary-goal-column): Change the value for
11288         line-move-visual to a cons cell.
11289         (line-move-visual): Record or set the window hscroll, if
11290         necessary (Bug#3494).
11291         (line-move-1): Handle cons value of temporary-goal-column.
11293 2009-07-11  Kenichi Handa  <handa@m17n.org>
11295         * international/mule-diag.el (describe-character-set): Don't show
11296         width.
11298 2009-07-10  Sam Steingold  <sds@gnu.org>
11300         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11301         Omake sometimes indents the errors it prints, so allow all
11302         regexps to start with spaces.
11304 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11306         * cus-edit.el (customize-changed-options-previous-release):
11307         Bump value to 22.1.  (Bug#3804)
11309 2009-07-08  Sam Steingold  <sds@gnu.org>
11311         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11312         to be a cons cell (test . ignored-directory) to selectively ignore
11313         some directories depending on the location of the search.
11315 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11317         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11318         remote user is root, on the local host.
11319         (tramp-local-host-p): Either the local user or the remote user
11320         must be root.  (Bug#3771)
11322 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11324         * progmodes/gdb-mi.el (gdb): Remove description of
11325         gdb-use-separate-io-buffer.
11326         (menu): Don't allow toggling of or enable
11327         gdb-use-separate-io-buffer from menubar.
11329 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11331         * mail/unrmail.el (unrmail): Make sure the message ends with two
11332         newlines (Bug#3769).
11334 2009-07-08  Glenn Morris  <rgm@gnu.org>
11336         * calendar/calendar.el (calendar-current-date): Rework previous change.
11338 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11340         * calendar/calendar.el (calendar-current-date):
11341         Add an optional argument giving an offset from today.
11343 2009-07-08  Glenn Morris  <rgm@gnu.org>
11345         * tutorial.el (tutorial--describe-nonstandard-key):
11346         Adjust the message for when a key has been unbound.
11347         (help-with-tutorial): Hide the arch-tag.
11349 2009-07-08  Kenichi Handa  <handa@m17n.org>
11351         * international/fontset.el (setup-default-fontset): For each
11352         script, append (not set) font-specs.
11354         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11355         docstring.
11357 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11359         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11360         -data-list-register-names to ...
11361         (gdb-starting): ... here because GDB 7.0 requires execution to
11362         have started when using this MI command.
11363         (gdb-set-header): New function to distinguish select and
11364         unselected tabs in gdb buffers.
11365         (gdb-propertize-header): New macro that uses gdb-set-header.
11366         (gdb-breakpoints-header, gdb-locals-header): Use it.
11367         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11369 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11371         * Makefile.in (ELCFILES): Remove fadr.elc.
11373 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11375         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11376         may contain frame information, so `string-match' should be used.
11377         (gdb-update): Disassembly is invalidated through
11378         `gdb-get-selected-frame'.
11379         (gdb-pad-string): New function to pad string with spaces.
11380         (gdb-invalidate-disassembly): Invalidate only if the buffer
11381         exists.
11382         (gdb-disassembly-handler-custom): Column alignment.
11383         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11384         placing new ones.
11385         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11386         end of line, too.
11387         (gdb-frame-handler): Match convention to for disassembly buffer
11388         mode name.
11389         (gdb-stack-list-frames-handler): Rewritten without regexps.
11390         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11391         not highlight breakpoints without line information.
11392         (gdb-input): Add trailing newline to command.
11394         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11395         buffer properly.
11396         (gdb-breakpoints-list-handler-custom): Replacement for
11397         `gdb-break-list-handler'.  Using real parser instead of regexps
11398         now.
11399         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11400         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11401         to place breakpoints.
11402         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11403         functions.
11404         (gdb-disassembly-handler-custom): Show overlay arrow.
11405         (gdb-disassembly-place-breakpoints): Show breakpoints in
11406         disassembly buffer.
11407         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11408         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11409         instead of parsing breakpoints buffer.  Fixed old menu references
11410         in `gud-menu-map'.
11412         * fadr.el: Remove.
11414         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11415         (gdb-memory-address): New variable which holds top address of
11416         memory page shown in memory buffer.
11417         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11418         customization variables.
11419         New functions:
11420         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11421         display the memory buffer.
11422         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11423         buffer display parameters.
11424         (def-gdb-memory-format, gdb-memory-format-binary)
11425         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11426         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11427         Functions for setting memory buffer format.
11428         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11429         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11430         unit size used in memory buffer.
11431         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11432         to next/previous page of memory buffer.
11433         Now using (bindat-get-field) instead of fadr functions.
11435 2009-07-07  Sam Steingold  <sds@gnu.org>
11437         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11438         non-top-level files.
11440 2009-07-07  Kenichi Handa  <handa@m17n.org>
11442         * international/mule-cmds.el (reset-language-environment): Put
11443         the highset priority to the charset iso-8859-1.
11445 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11447         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11448         to the end of the line when locating the block (Bug#700).
11450 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11452         * net/tramp.el (tramp-handle-write-region): Flush file properties
11453         in case of short track.
11455 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11457         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11458         Coded custom representation of verilog error regular expressions
11459         to work with Emacs-22's new format.
11460         (verilog-error-regexp-xemacs-alist): Coded custom representation
11461         of verilog error regular expressions to work with XEmacs format.
11462         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11463         error recognition into XEmacs.
11464         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11465         error recognition into Emacs-22.
11467 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11469         * woman.el: Remove stand-alone closing parentheses.
11470         (woman-file-name, woman2-format-paragraphs)
11471         (woman-leave-blank-lines): Code cleanup.
11472         (woman-use-own-frame): Change default to nil.
11473         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11474         defaults to inherit from default faces.
11475         (woman2-process-escapes): Consume the newline after a stand-alone
11476         filler character (Bug#3651).
11478 2009-07-06  Glenn Morris  <rgm@gnu.org>
11480         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11481         (top-level): Move provide to the end.
11482         (ffap): Remove defunct URL from custom group.
11484         * subr.el (eval-after-load): Doc fix.
11486 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11488         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11489         `calc-embedded-word' is called twice.
11491 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * files.el (find-alternate-file-other-window, find-alternate-file):
11494         Obey confirm-nonexistent-file-or-buffer.
11496 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11498         * dired-aux.el (dired-show-file-type): Handle remote files.
11500 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11502         * desktop.el (desktop-globals-to-save):
11503         Add file-name-history (Bug#2750).
11505 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11507         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11509 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11511         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11512         property on entire argument since this is what eshell-lisp-command
11513         expects.
11515 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11517         * net/tramp-gvfs.el (tramp-gvfs-methods)
11518         (tramp-gvfs-zeroconf-domain)
11519         (tramp-bluez-discover-devices-timeout): Add version flag.
11520         (tramp-gvfs-handler-mounted-unmounted)
11521         (tramp-gvfs-connection-mounted-p): Polish handling of
11522         incompatibilities between GVFS 0.2 and 1.0.
11524 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11526         * cus-start.el (all): Add make-pointer-invisible.
11528 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11530         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11531         formatted correctly.
11533 2009-07-02  Juri Linkov  <juri@jurta.org>
11535         * info.el: Virtual Info files and nodes.
11536         (Info-virtual-files, Info-virtual-nodes): New variables.
11537         (Info-current-node-virtual): New variable.
11538         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11539         New functions.
11540         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11541         to check for a virtual file instead of checking a fixed list
11542         of node names.
11543         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11544         instead of ad-hoc processing of "dir" and (apropos history toc).
11545         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11546         instead of ad-hoc processing of "dir" and (apropos history toc).
11547         Reread a file when moving from a virtual node.
11548         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11549         (Info-directory-toc-nodes, Info-directory-find-file)
11550         (Info-directory-find-node): New functions.
11551         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11552         (Info-history): Move part of code to
11553         `Info-history-find-node'.
11554         (Info-history-toc-nodes, Info-history-find-file)
11555         (Info-history-find-node): New functions.
11556         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11557         (Info-toc): Move part of code to `Info-toc-find-node'.
11558         (Info-toc-find-node): New function.
11559         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11560         the current Info file name to references because now the node
11561         "*TOC*" belongs to the same Info manual.
11562         (Info-toc-build): Rename from `Info-build-toc'.
11563         (Info-toc-nodes): Rename input argument `file' to `filename'.
11564         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11565         instead of ad-hoc processing of ("dir" apropos history toc).
11566         (Info-index-nodes): Use Info-virtual-file-p
11567         to check for a virtual file instead of checking a fixed list
11568         of node names.
11569         (Info-index-node): Add check for `Info-current-node-virtual'.
11570         Raise `save-match-data' higher up the tree to contain
11571         `search-forward' too (bug fix).
11572         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11573         (Info-virtual-index-nodes): New variable.
11574         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11575         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11576         (Info-apropos-file, Info-apropos-nodes): New variables.
11577         (Info-apropos-toc-nodes, Info-apropos-find-file)
11578         (Info-apropos-find-node, Info-apropos-matches): New functions.
11579         (info-apropos): Move part of code to `Info-apropos-find-node' and
11580         `Info-apropos-matches'.
11581         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11582         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11583         for a virtual file instead of checking a fixed list of node names.
11585         * simple.el (async-shell-command): New command.
11587         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11589         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11590         instead of `mount-info'.
11592 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11594         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11595         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11597 2009-07-02  Kenichi Handa  <handa@m17n.org>
11599         * international/mule.el (set-keyboard-coding-system): Force *-unix
11600         coding-system to avoid eol conversion.
11602 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11604         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11605         Add handler for `process-file', `shell-command' and
11606         `start-file-process'.
11607         (tramp-gvfs-handle-shell-command)
11608         (tramp-gvfs-handle-start-file-process)
11609         (tramp-gvfs-handle-process-file): New defuns.
11610         (tramp-synce-list-devices): Simplify check for existence of property.
11612 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11614         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11616 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11618         * language/korean.el (set-language-info-alist): Add korean-cp949,
11619         cp949 to spec.
11621 2009-07-01  Kenichi Handa  <handa@m17n.org>
11623         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11625         * international/encoded-kb.el: Deleted.
11627         * international/mule.el (set-keyboard-coding-system): Perform the
11628         necessary setup here instead of calling encoded-kbd-setup-display.
11630 2009-07-01  Glenn Morris  <rgm@gnu.org>
11632         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11634 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11636         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11638 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11640         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11641         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11642         (tramp-default-file-modes): Remove execute permissions.
11644         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11645         (top): Add a default for "synce" in `tramp-default-user-alist'.
11646         Add completion function for "synce" method.
11647         (tramp-hal-service, tramp-hal-path-manager)
11648         (tramp-hal-interface-manager, tramp-hal-interface-device):
11649         New defconst.
11650         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11651         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11652         New defuns.
11654         * net/trampver.el: Update release number.
11656 2009-06-30  Kenichi Handa  <handa@m17n.org>
11658         * international/fontset.el (setup-default-fontset): Add CJK fonts
11659         for symbols and the other miscellaneous characters.
11661         * language/korea-util.el (setup-korean-environment-internal):
11662         Make char-width-table suitable for Korean environments.
11663         (exit-korean-environment): Cancel above.
11665         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11666         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11667         setup-function to make char-width-table suitable for respective
11668         environments, and an exit-function to cancel that.
11670         * language/japan-util.el (setup-japanese-environment-internal):
11671         Call use-cjk-char-width-table with arg `ja_JP'.
11673         * international/characters.el (cjk-char-width-table): Delete it.
11674         (cjk-char-width-table-list): New variable.
11675         (use-cjk-char-width-table): New arg local-name.
11676         (use-default-char-width-table): Fix for the case that Emacs is
11677         already using the default char-width-table.
11679 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11681         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11682         modes mandatory.  (Bug#3712)
11684 2009-06-29  Alan Mackenzie  <acm@muc.de>
11686         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11687         correction between the visible width of TABs and their number of bytes.
11689 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11691         * server.el (server-buffer-done): Prevent kill-buffer from
11692         prompting by clearing the buffer modification flag (Bug#3696).
11694 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11696         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11697         (verilog-endcomment-reason-re): Support unique case and priority case.
11698         (verilog-basic-complete-re): Support localparam lineup.
11699         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11700         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11701         commenting.
11702         (verilog-leap-to-case-head): Now support *nested* unique &
11703         priority case statements.
11704         (verilog-auto-lineup): Make just declarations the default (as it
11705         had been).
11706         (verilog-leap-to-case-head): Support priority/unique case statements.
11707         (verilog-auto-lineup): Rework to give users radio buttons to
11708         select the various styles of automatic lineup.
11709         (verilog-error-regexp-alist): Rework to support the XEmacs style
11710         of error regular expressions from compilers, lint tools &
11711         simulators.  Note that GNU Emacs has made it impossible for a mode
11712         to load such things.
11713         (electric-verilog-terminate-line, verilog-indent-declaration)
11714         (verilog-auto-wiure): Rework for radio button selection of
11715         auto-lineup selection of specification of auto lineup.
11716         (verilog-beg-of-statement-1): Redesign to support proper operation
11717         in additional code, based on testing with auto-lineup.
11718         (verilog-calculate-indent, assignments & declarations)
11719         (verilog-backward-token): Enhance to support auto-lineup of
11720         assignments & declarations.
11721         (verilog-in-directive-p, verilog-at-struct-p): New function for
11722         easy test of whether we are.
11723         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11724         to support safe execution at almost anyline.
11725         (verilog-calc-1): Properly support indenting deep inside generate
11726         blocks.
11727         (verilog-init-font): Remove definition & use of verilog-init-font,
11728         as it is redundant with font-lock-defaults.
11729         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11730         to avoid circular calls if syntax-ppss is a function (as is the
11731         case now in 22.x GNU Emacs) as that function would sometimes call
11732         itself, leading to (nearly) infinite recursion.
11733         (verilog-ovm-begin-re, verilog-ovm-end-re)
11734         (verilog-ovm-statement-re, verilog-leap-to-head)
11735         (verilog-backward-token): Add support for OVM macros.  Some are
11736         complete statements, and others open and close scopes like begin
11737         and end.
11738         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11739         (verilog-defun-level-generate-only-re): Really fix the defun-list
11740         compilation issue.
11741         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11742         coverpoint, constraint and cross statements.
11743         (verilog-defun-level-list, verilog-generate-defun-level-list)
11744         (verilog-all-defun-level-list): Redo these specifications - it is
11745         too hard to support eval-when compile aggregation of lists also
11746         built at when-compile time.
11747         (verilog-defun-level-list): Place defconsts of variables used in
11748         building regular expressions which are built in eval-when-compile
11749         bodies in the same eval-when-compile body to facilitate compile
11750         without load.
11751         (verilog-beg-block-re-ordered): Support indenting
11752         virtual/protected tasks and functions.
11753         (verilog-defun-level-list, verilog-in-generate-region-p)
11754         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11755         indentation of some module items (generate items).
11756         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11757         across virtual/protected tasks and functions.
11759 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11761         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11762         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11763         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11764         in concatenations.  Reported by Yishay Belkind.
11765         (verilog-auto-ascii-enum): Support one-hot state machines in
11766         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11767         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11768         modport in AUTOINST and add vl-modport for users.  Reported by
11769         David Rogoff.
11770         (verilog-auto-inout-module, verilog-auto-inst)
11771         (verilog-decls-get-interfaces, verilog-insert-definition)
11772         (verilog-insert-one-definition, verilog-read-decls)
11773         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11774         (verilog-sig-modport, verilog-signals-combine-bus)
11775         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11776         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11777         Suggested by David Rogoff.
11778         (verilog-repair-open-comma): Fix non-insertion of comma when
11779         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11780         (verilog-make-width-expression): Simplify [A-1:0] expression
11781         widths to just {A{1'b0}}.
11782         (verilog-mode): Cleanup checkdoc warnings.
11783         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11784         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11785         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11786         (next-error-last-buffer): Fix byte-compiler warning.
11787         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11788         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11789         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11790         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11791         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11792         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11793         in AUTOINOUT.  Reported by Matthew Lovell.
11794         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11795         causing use of <= assignments.  Reported by Alex Reed.
11796         (verilog-read-decls): Fix triand, trior, wand, wor to be
11797         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11798         (verilog-extended-complete-re): Support import "DPI-C" functions.
11799         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11800         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11801         (verilog-insert-date, verilog-insert-year)
11802         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11803         Windows systems.  Reported by Michael Potts.
11804         (verilog-read-module-name): Fix AUTOINST when the child module
11805         declaration's name is a tick define.  Reported by Elliot Mednick.
11806         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11807         passed to next parameter's definition.  Reported by Bruce T.
11808         (verilog-read-decls): Fix detecting "parameter int" when using
11809         AUTOINSTPARAM.  Reported by Bruce T.
11810         (verilog-goto-defun): Fix goto not finding modules unless first
11811         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11812         (verilog-mode): Expand -f flag arguments on entry to mode so
11813         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11814         (verilog-getopt): Expand environment variables in -f file
11815         arguments.  Suggested by Lawrence Butcher.
11816         (verilog-set-define): Fix "Symbol's value as variable is void"
11817         when reading enumerations.
11818         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11819         Suggested by Stephen Peltan.
11820         (verilog-read-defines): Fix reading of enumerations in include
11821         files.  Reported by Steve Peltan.
11823 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11825         * files.el (trash-directory): Fix defcustom type.
11827 2009-06-28  Juri Linkov  <juri@jurta.org>
11829         * help-fns.el (describe-function-1): Correctly locate adviced
11830         functions in hyperlink (Bug#2438).
11832 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11834         * files.el (trash-directory): Change default to nil.
11835         (move-file-to-trash): If trash-directory is nil and
11836         system-move-file-to-trash is unbound, perform freedesktop-style
11837         trashing.
11839 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11841         * files.el (move-file-to-trash): Add freedesktop trash
11842         support (Bug#973).
11844 2009-06-28  Glenn Morris  <rgm@gnu.org>
11846         * autorevert.el (global-auto-revert-non-file-buffers)
11847         (global-auto-revert-mode): Doc fixes.
11849 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11851         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11853 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11855         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11856         opened an X connection before calling x-get-resource (Bug#3194).
11858         * play/doctor.el: Remove reference to obsolete website.
11859         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11861 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11863         Remove find-file-not-found-hook VC method.  (Bug#2757)
11864         * vc-hooks.el (vc-file-not-found-hook)
11865         (vc-default-find-file-not-found-hook): Remove functions.
11866         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11867         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11868         * vc.el:
11869         * vc-hg.el:
11870         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11872 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11874         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11875         compatibility function for `looking-back'.
11877         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11878         Use `ispell-looking-back'.
11880 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11882         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11883         rather than `filename'.
11885 2009-06-23  Miles Bader  <miles@gnu.org>
11887         * face-remap.el (text-scale-set): New function.
11889 2009-06-23  Glenn Morris  <rgm@gnu.org>
11891         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11893         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11895         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11897         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11899         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11900         Simplify Persian conditionals.
11902         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11903         variable `filename'.
11905         * comint.el (comint-insert-input): Doc fix.
11907         * Makefile.in (ELCFILES): Fix typo in previous change.
11909 2009-06-23  Miles Bader  <miles@gnu.org>
11911         * cus-start.el: Add entry for `recenter-redisplay'.
11913 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11915         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11916         Add an optional argument for the backend, use it instead of
11917         calling vc-backend.
11918         (vc-mode-line): Add an optional argument for the backend.
11919         Pass the backend to vc-state and vc-working-revision.  Move code for
11920         special handling for vc-state being a buffer to ...
11922         * vc-rcs.el (vc-rcs-find-file-hook):
11923         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11925         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11926         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11927         vc-stay-local-p and vc-mode-line calls.
11929         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11930         (vc-cvs-diff, vc-cvs-annotate-command)
11931         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11932         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11933         vc-mode-line calls.
11935         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11936         direct comparison.
11937         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11938         backend when calling vc-mode-line.
11939         (vc-register): Do not create a closure for calling the vc register
11940         function, call it directly.
11942 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11944         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11945         to make it obvious item can be clicked.
11947         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11949 2009-06-23  Kenichi Handa  <handa@m17n.org>
11951         * language/korea-util.el (korean-key-bindings): Change the binding
11952         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11953         same command.
11955 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11957         Sync with Tramp 2.1.16.
11959         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11961         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11962         when a loading of a package fails.  Completion function for rsync
11963         is `tramp-completion-function-alist-ssh'.
11964         (all): Replace all calls of `split-string' and
11965         `tramp-split-string' by `tramp-compat-split-string'.
11966         (tramp-default-method): Use `tramp-compat-process-running-p'.
11967         (tramp-default-proxies-alist): Allow also Lisp forms.
11968         (tramp-remote-path): Add choice "Private Directories".
11969         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11970         (tramp-domain-regexp): Allow also "-", "_" and ".".
11971         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11972         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11973         (tramp-debug-message): Insert header line in debug buffer.
11974         (tramp-handle-directory-files-and-attributes-with-stat):
11975         Care about filenames with spaces, or starting with "-".
11976         (tramp-handle-dired-uncache): New defun.
11977         (tramp-handle-insert-directory): Don't flush the directory from
11978         cache, this is handled by `dired-uncache' now.
11979         (tramp-handle-insert-file-contents): Improve error handling.
11980         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11981         Quote `tramp-end-of-output'.
11982         (tramp-action-password): Improve trace message.
11983         (tramp-check-for-regexp): Both echoes must be present, before removing.
11984         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11985         (tramp-compute-multi-hops): Eval cons cells of
11986         `tramp-default-proxies-alist'.
11987         (tramp-maybe-open-connection): Use the same command pattern for
11988         first hop and further hops.
11989         (tramp-wait-for-output): Remove handling of newlines.
11990         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11991         (tramp-split-string): Remove function.  It is handled in
11992         tramp-compat now.
11994         * net/tramp-cmds.el (tramp-bug):
11995         Recommend `tramp-cleanup-all-connections' in the bug mail.
11997         * net/tramp-compat.el (tramp-compat-split-string)
11998         (tramp-compat-process-running-p): New defuns.
12000         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12001         for `dired-uncache'.
12003         * net/tramp-gvfs.el: New package.
12005         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12006         Add handler for `dired-uncache'.
12007         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12009         * net/trampver.el: Update release number.  Make version check fit
12010         for SXEmacs 22.
12012 2009-06-22  Jim Meyering  <meyering@redhat.com>
12014         Automatically handle .xz suffix (XZ-compressed files), too.
12015         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12016         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12018 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12019             Nick Roberts  <nickrob@snap.net.nz>
12021         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12022         repository (http://sphinx.net.ru/hg/gdb-mi/).
12024 2009-06-22  Glenn Morris  <rgm@gnu.org>
12026         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12027         `mode' and `eval' entries.  (Bug#3430)
12029         * Makefile.in (ELCFILES): Add fadr.elc.
12031         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12032         differing behavior of \n and ^ in strings.  (Bug#3385)
12034         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12036         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12037         property.
12038         (lisp-indent-function): Make it a defcustom.
12040 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12042         * progmodes/gdb-ui.el: Replace with ...
12043         * progmodes/gdb-mi.el: ... this file.
12044         * progmodes/gud.el: Modify for gdb-mi.el.
12046 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12048         * fadr.el: New file.
12050 See ChangeLog.14 for earlier changes.
12052 ;; Local Variables:
12053 ;; coding: utf-8
12054 ;; End:
12056     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12058   This file is part of GNU Emacs.
12060   GNU Emacs is free software: you can redistribute it and/or modify
12061   it under the terms of the GNU General Public License as published by
12062   the Free Software Foundation, either version 3 of the License, or
12063   (at your option) any later version.
12065   GNU Emacs is distributed in the hope that it will be useful,
12066   but WITHOUT ANY WARRANTY; without even the implied warranty of
12067   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12068   GNU General Public License for more details.
12070   You should have received a copy of the GNU General Public License
12071   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12073 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1