merge emacs-23
[emacs.git] / lisp / ChangeLog
blobb8fd151f00164433dee040e6d8732b41bf35d649
1 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3         * whitespace.el: Allow cleaning up blanks without blank
4         visualization (Bug#6651).  Adjust help window for
5         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
6         instead of whitespace-line-column (from EmacsWiki).  New version
7         13.1.
8         (whitespace-style): Added new value 'face.  Adjust docstring.
9         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
10         foreground property face.
11         (whitespace-line-column): Adjust docstring and type declaration.
12         (whitespace-style-value-list, whitespace-toggle-option-alist)
13         (whitespace-help-text): Adjust const initialization.
14         (whitespace-toggle-options, global-whitespace-toggle-options):
15         Adjust docstring.
16         (whitespace-display-window, whitespace-interactive-char)
17         (whitespace-style-face-p, whitespace-color-on): Adjust code.
18         (whitespace-help-scroll): New fun.
20 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22         * files.el (directory-abbrev-alist): Use \` as default regexp.
24         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
25         chars like - or ] (bug#6984).
26         (rx-any-condense-range): Explode 2-char ranges.
28 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * textmodes/bibtex.el:
31         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
33 2010-09-02  Glenn Morris  <rgm@gnu.org>
35         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
37 2010-08-31  Kenichi Handa  <handa@m17n.org>
39         * international/mule-cmds.el (standard-display-european-internal):
40         Setup standard-display-table for 8-bit characters by storing 8-bit
41         characters in the element vector.
43         * disp-table.el (standard-display-8bit):
44         Setup standard-display-table for 8-bit characters by storing 8-bit
45         characters in the element vector.
46         (standard-display-european): Likewise.
48 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
50         Sync with Tramp 2.1.19.
52         * net/tramp-cmds.el (tramp-cleanup-all-connections)
53         (tramp-reporter-dump-variable, tramp-load-report-modules)
54         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
55         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
57         * net/tramp-compat.el (top): Do not autoload
58         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
59         only when `start-file-process' is not bound.
60         (byte-compile-not-obsolete-vars): Define if not bound.
61         (tramp-compat-funcall): New defmacro.
62         (tramp-compat-line-beginning-position)
63         (tramp-compat-line-end-position)
64         (tramp-compat-temporary-file-directory)
65         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
66         (tramp-compat-copy-file, tramp-compat-copy-directory)
67         (tramp-compat-delete-file, tramp-compat-delete-directory)
68         (tramp-compat-number-sequence, tramp-compat-process-running-p):
69         Use it.
70         (tramp-advice-file-expand-wildcards): Do not use
71         `tramp-handle-file-remote-p'.
72         (tramp-compat-make-temp-file): Simplify fallback implementation.
73         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
74         (tramp-compat-copy-tree): Remove function.
75         (tramp-compat-delete-file): New defun.
76         (tramp-compat-delete-directory): Provide implementation for older
77         Emacsen.
78         (tramp-compat-file-attributes): Handle only
79         `wrong-number-of-arguments' error.
81         * net/tramp-fish.el (tramp-fish-handle-copy-file):
82         Add PRESERVE_SELINUX_CONTEXT.
83         (tramp-fish-handle-delete-file): Add TRASH arg.
84         (tramp-fish-handle-directory-files-and-attributes):
85         Do not use `tramp-fish-handle-file-attributes.
86         (tramp-fish-handle-file-local-copy)
87         (tramp-fish-handle-insert-file-contents)
88         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
90         * net/tramp-gvfs.el (top): Require url-util.
91         (tramp-gvfs-mount-point): Remove.
92         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
93         and `set-file-selinux-context'.
94         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
95         (tramp-gvfs-handle-file-selinux-context)
96         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
97         (with-tramp-dbus-call-method): Format trace message.
98         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
99         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
100         Implement backup call, when operation on local files fails.
101         Use progress reporter.  Flush properties of changed files.
102         (tramp-gvfs-handle-delete-file): Add TRASH arg.
103         Use `tramp-compat-delete-file'.
104         (tramp-gvfs-handle-expand-file-name): Expand "~/".
105         (tramp-gvfs-handle-make-directory): Make more traces.
106         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
107         (tramp-gvfs-url-file-name): Hexify file name in url.
108         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
109         into account for the resulting file name.
110         (tramp-gvfs-handler-askquestion): Preserve current message, in
111         order to let progress reporter continue afterwards.  (Bug#6257)
112         Return dummy mountpoint, when the answer is "no".
113         See `tramp-gvfs-maybe-open-connection'.
114         (tramp-gvfs-handler-mounted-unmounted)
115         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
116         attribute "default_location".  Set "prefix" property.
117         Handle default-location.
118         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
119         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
120         exists.  Raise an error, if not (due to a corresponding answer
121         "no" in interactive questions, for example).
122         Use `tramp-compat-funcall'.
124         * net/tramp-imap.el (top): Autoload `epg-make-context'.
125         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
126         (tramp-imap-do-copy-or-rename-file)
127         (tramp-imap-handle-insert-file-contents)
128         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
129         (tramp-imap-handle-delete-file): Add TRASH arg.
131         * net/tramp-smb.el (tramp-smb-handle-copy-file):
132         Add PRESERVE-SELINUX-CONTEXT.
133         (tramp-smb-handle-copy-file)
134         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
135         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
136         Use `with-progress-reporter'.
137         (tramp-smb-handle-delete-file): Add TRASH arg.
139         * net/tramp.el (tramp-methods): Move hostname to the end in all
140         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
141         appropriate.
142         (tramp-verbose): Describe verbose level 9.
143         (tramp-completion-function-alist)
144         (tramp-file-name-regexp, tramp-chunksize)
145         (tramp-local-coding-commands, tramp-remote-coding-commands)
146         (with-connection-property, tramp-completion-mode-p)
147         (tramp-action-process-alive, tramp-action-out-of-band)
148         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
149         (tramp-exists-file-name-handler): Fix docstring.
150         (tramp-remote-process-environment): Use `format' instead of
151         `concat'.  Protect version string by apostroph.
152         (tramp-shell-prompt-pattern): Do not use a shy group in case of
153         XEmacs.
154         (tramp-file-name-regexp-unified)
155         (tramp-completion-file-name-regexp-unified): On W32 systems, do
156         not regard the volume letter as remote filename.  (Bug#5447)
157         (tramp-perl-file-attributes)
158         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
159         (tramp-vc-registered-read-file-names): Read input as
160         here-document, otherwise the command could exceed maximum length
161         of command line.
162         (tramp-file-name-handler-alist): Add `file-selinux-context' and
163         `set-file-selinux-context'.
164         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
165         backtrace functions.
166         (tramp-error-with-buffer): Don't show the connection buffer when
167         we are in completion mode.
168         (tramp-progress-reporter-update, tramp-remote-selinux-p)
169         (tramp-handle-file-selinux-context)
170         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
171         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
172         New defuns.
173         (with-progress-reporter): New defmacro.
174         (tramp-debug-outline-regexp): New defconst.
175         (top, tramp-rfn-eshadow-setup-minibuffer)
176         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
177         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
178         (tramp-completion-mode-p, tramp-check-for-regexp)
179         (tramp-open-connection-setup-interactive-shell)
180         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
181         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
182         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
183         Use `tramp-compat-funcall'.
184         (tramp-handle-make-symbolic-link): Flush file properties.
185         (tramp-handle-load, tramp-handle-file-local-copy)
186         (tramp-handle-insert-file-contents, tramp-handle-write-region)
187         (tramp-handle-vc-registered, tramp-maybe-send-script)
188         (tramp-find-shell): Use `with-progress-reporter'.
189         (tramp-do-file-attributes-with-stat): Add space in format string,
190         in order to work around a bug in pdksh.  Reported by Gilles Pion
191         <gpion@lfdj.com>.
192         (tramp-handle-verify-visited-file-modtime): Do not send a command
193         when the connection is not established.
194         (tramp-handle-set-file-times): Simplify the check for utc.
195         (tramp-handle-directory-files-and-attributes)
196         (tramp-get-remote-path): Use `copy-tree'.
197         (tramp-completion-handle-file-name-all-completions): Ensure, that
198         non remote files are still checked.  Oops.
199         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
200         Handle PRESERVE-SELINUX-CONTEXT.
201         (tramp-do-copy-or-rename-file): Add progress reporter.
202         (tramp-do-copy-or-rename-file-directly): Do not use
203         `tramp-handle-file-remote-p'.
204         (tramp-do-copy-or-rename-file-out-of-band):
205         Use `tramp-compat-delete-directory'.
206         (tramp-do-copy-or-rename-file-out-of-band)
207         (tramp-compute-multi-hops, tramp-maybe-open-connection):
208         Use `format-spec-make'.
209         (tramp-handle-delete-file): Add TRASH arg.
210         (tramp-handle-dired-uncache): Flush directory cache, not only file
211         cache.
212         (tramp-handle-expand-file-name)
213         (tramp-completion-handle-file-name-all-completions)
214         (tramp-completion-handle-file-name-completion):
215         Use `tramp-connectable-p'.
216         (tramp-handle-start-file-process): Set connection property "vec".
217         Use it, in order to invalidate file caches.  Check only for
218         `remote-tty' process property.
219         Implement tty setting.  (Bug#4604, Bug#6360)
220         (tramp-file-name-for-operation): Add `call-process-region' and
221         `set-file-selinux-context'.
222         (tramp-find-foreign-file-name-handler)
223         (tramp-advice-make-auto-save-file-name)
224         (tramp-set-auto-save-file-modes): Remove superfluous check for
225         `stringp'.  This is done inside `tramp-tramp-file-p'.
226         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
227         operations when we are in completion mode.  This gives the user
228         the chance to correct the file name in the minibuffer.
229         (tramp-completion-mode-p): Use `non-essential'.
230         (tramp-handle-file-name-all-completions): Backward/ XEmacs
231         compatibility: Use `completion-ignore-case' if
232         `read-file-name-completion-ignore-case' does not exist.
233         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
234         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
235         `tramp-open-shell'.
236         (tramp-action-password): Hide password prompt before next run.
237         (tramp-process-actions): Widen connection buffer for the trace.
238         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
239         process property.  Trace stty settings if `tramp-verbose' >= 9.
240         Apply workaround for IRIX64 bug.  Move argument of last
241         `tramp-send-command' where it belongs to.
242         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
243         front of `login-args'.
244         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
245         on "/dev/null" instead of "/".
246         (tramp-get-ls-command-with-dired): Make test for "--dired"
247         stronger.
248         (tramp-set-auto-save-file-modes): Adapt version check.
249         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
250         (tramp-handle-process-file): Call the program in a subshell, in
251         order to preserve working directory.
252         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
253         `tramp-remote-sh' from `tramp-methods'.
254         (tramp-get-ls-command): Make test for "--color=never" stronger.
255         (tramp-check-for-regexp): Use (forward-line 1).
257         * net/trampver.el: Update release number.
259 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
261         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
262         empty argument to gvfs-copy.
264 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
266         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
267         handle new TRASH arg of `delete-file'.
269 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
271         * net/tramp.el (tramp-handle-insert-directory): Don't use
272         `forward-word', its default syntax could be changed.
274 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
275             Michael Albinus  <michael.albinus@gmx.de>
277         Implement compression for inline methods.
279         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
280         (tramp-copy-size-limit): Allow also nil.
281         (tramp-inline-compress-commands): New defconst.
282         (tramp-find-inline-compress, tramp-get-inline-compress)
283         (tramp-get-inline-coding): New defuns.
284         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
285         replaced by `tramp-get-inline-coding'.
286         (tramp-handle-file-local-copy, tramp-handle-write-region)
287         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
289 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
291         Detect ssh 'ControlMaster' argument automatically in some cases.
293         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
294         (tramp-default-method): Use it.
296 2010-08-26  Karel Klíč  <kklic@redhat.com>
298         * net/tramp.el (tramp-file-name-for-operation):
299         Add file-selinux-context.
301 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
303         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
305 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
307         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
308         (Bug#6907).
310 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
312         * progmodes/python.el (python-block-pairs): Allow use of "finally"
313         with "else" (Bug#3991).
315 2010-08-22  Leo  <sdl.web@gmail.com>
317         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
318         (ignore, bright, dim, keyword): Split list of nicknames before
319         passing to rcirc-add-or-remove (Bug#6894).
321 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
323         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
325 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
327         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
328         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
329         New version 13.0.
330         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
331         Adjust initialization.
332         (whitespace-bob-marker, whitespace-eob-marker)
333         (whitespace-buffer-changed): New vars.
334         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
335         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
336         (whitespace-post-command-hook, whitespace-display-char-on):
337         Adjust code.
338         (whitespace-looking-back, whitespace-buffer-changed): New funs.
339         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
341 2010-08-21  Leo  <sdl.web@gmail.com>
343         Fix buffer-list rename&refresh after killing a buffer in ido.
344         * lisp/ido.el: Revert Óscar's.
345         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
346         Remember the buffers at head, rather than their name.
347         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
349 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
350             Stefan Monnier  <monnier@iro.umontreal.ca>
352         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
353         extra backslash added to each line (bug#6890).
355 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * subr.el (read-key): Don't echo keystrokes (bug#6883).
359 2010-08-21  Glenn Morris  <rgm@gnu.org>
361         * menu-bar.el (menu-bar-games-menu): Add landmark.
363 2010-08-20  Glenn Morris  <rgm@gnu.org>
365         * align.el (align-regexp): Make group and spacing arguments
366         use the interactive defaults when non-interactive.  (Bug#6698)
368         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
369         expansion, so as not to need sendmail.
370         (mail-text-start): Remove declaration.
371         (rmail-retry-failure): Require sendmail.
373 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
377 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
379         * progmodes/flymake.el (flymake-start-syntax-check-process):
380         Use `start-file-process' in order to let it run also on remote hosts.
382 2010-08-18  Kenichi Handa  <handa@m17n.org>
384         * files.el: Add `word-wrap' as safe local variable.
386 2010-08-18  Glenn Morris  <rgm@gnu.org>
388         * woman.el (woman-translate): Case matters.  (Bug#6849)
390 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
392         * simple.el (kill-region): Doc fix (Bug#6787).
394 2010-08-14  Glenn Morris  <rgm@gnu.org>
396         * calendar/diary-lib.el (diary-header-line-format):
397         Fit it to the window, not the frame.
399 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
401         * subr.el (ignore-errors): Add debug declaration.
403 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
405         * whitespace.el (whitespace-color-off): Remove post-command-hook
406         locally.
408 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
410         * replace.el (replace-highlight): Bind isearch-forward and
411         isearch-error, ensuring that highlighting is updated if the user
412         switches the search direction (Bug#6808).
414         * isearch.el (isearch-lazy-highlight-forward): New var.
415         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
416         (isearch-lazy-highlight-update): Use it.
418 2010-08-06  Kenichi Handa  <handa@m17n.org>
420         * international/mule.el (define-charset): Store NAME as :base property.
421         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
422         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
423         current priority.  Force using the designation of the specific
424         charset by adding `charset' text property.  Improve the whole
425         algorithm.
427 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
429         * emulation/pc-select.el (pc-selection-mode-hook)
430         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
431         (pc-selection-mode): Fix typos in docstrings.
433 2010-08-04  Kenichi Handa  <handa@m17n.org>
435         * language/cyrillic.el: Don't add "microsoft-cp1251" to
436         ctext-non-standard-encodings-alist here.
438         * international/mule.el (ctext-non-standard-encodings-alist):
439         Add "koi8-r" and "microsoft-cp1251".
440         (ctext-standard-encodings): New variable.
441         (ctext-non-standard-encodings-table): List only elements for
442         non-standard encodings.
443         (ctext-pre-write-conversion): Adjust for the above change.
444         Check ctext-standard-encodings.
446         * international/mule-conf.el (compound-text): Doc fix.
447         (ctext-no-compositions): Doc fix.
448         (compound-text-with-extensions): Doc fix.
450 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
454 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
456         * progmodes/which-func.el (which-func-format): Split help-echo text
457         into lines, like other mode-line tooltips.
459         * server.el (server-start): When using TCP sockets, force IPv4
460         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
462 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
466 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
468         * term.el (term-delimiter-argument-list): Reflow docstring.
469         (term-read-input-ring, term-write-input-ring, term-send-input)
470         (term-bol, term-erase-in-display, serial-supported-or-barf):
471         Fix typos in docstrings.
473 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
477 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
479         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
481 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
483         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
484         Fix typo in docstring (bug#6747).
486 2010-07-30  Leo  <sdl.web@gmail.com>
488         * eshell/esh-io.el (eshell-get-target): Better detection of
489         read-only file (Bug#6762).
491 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
493         * align.el (align-default-spacing): Doc fix.
494         (align-region-heuristic, align-regexp): Fix typos in docstrings.
496 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
498         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
500 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
502         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
504 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
506         * time.el (display-time-day-and-date): Remove spurious * in docstring.
507         (display-time-world-buffer-name, display-time-world-mode-map):
508         Fix typos in docstrings.
510 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
512         * image-mode.el (image-display-size): New function.
513         (image-forward-hscroll, image-next-line, image-eol, image-eob)
514         (image-mode-fit-frame): Use it (Bug#6639).
516 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
518         * dired.el (dired-buffers-for-dir): Handle list values of
519         dired-directory (Bug#6636).
521 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
523         * vc.el (vc-coding-system-inherit-eol): New defvar.
524         (vc-coding-system-for-diff): Use it to decide whether to inherit
525         from the file the EOL format for reading the diffs of that file.
526         (Bug#4451)
528 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
530         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
531         unibyte, so compressed attachments are not compressed again.
533 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
535         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
536         now that unicode is used (Bug#6594).
538 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
540         * simple.el (push-mark-command): Set the selection if
541         select-active-regions is non-nil.
543 2010-07-10  Glenn Morris  <rgm@gnu.org>
545         * calendar/calendar.el (calendar-week-end-day): New function.
546         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
547         Respect calendar-week-start-day.  (Bug#6606)
548         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
549         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
550         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
551         respect calendar-week-start-day.
553 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
555         * simple.el (use-region-p): Doc fix (Bug#6607).
557 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
559         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
560         builtins (BufferError, BytesWarning, WindowsError; callables
561         bin, bytearray, bytes, format, memoryview, next, print; __package__).
563 2010-07-07  Glenn Morris  <rgm@gnu.org>
565         * play/zone.el (zone-fall-through-ws): Fix next-line ->
566         forward-line fallout.
568 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
570         * mouse.el (mouse-appearance-menu): Add docstring.
572         * help.el (describe-key): Print up-event using key-description.
574 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
576         * net/zeroconf.el (zeroconf-resolve-service)
577         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
578         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
580 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
582         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
584 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
586         Avoid displaying files with a nil state in vc-dir.
587         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
588         cases that cause insertion.
589         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
590         with a nil state.
592 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
594         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
596 2010-06-29  Leo  <sdl.web@gmail.com>
598         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
600 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
602         * generic-x.el (bat-generic-mode): Fix regexp for command line
603         switches (Bug#5719).
605 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
607         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
608         of nconc to avoid pure storage error (Bug#6239).
610 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
612         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
613         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
614         bindings of bookmark-automatically-show-annotations (Bug#6515).
616 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
618         * arc-mode.el (archive-zip-extract): Don't quote the file name on
619         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
621 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
623         * comint.el (make-comint, make-comint-in-buffer): Mention return
624         value in the docstrings.  (Bug#6498)
626 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
628         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
629         since it is not present when using some non-default switches.
631 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
633         * simple.el (compose-mail): Fix doc string to refer to
634         `compose-mail-user-agent-warnings', instead of to the
635         nonexistent `compose-mail-check-user-agent'.
637 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
639         Fix vc-annotate for renamed files when using Git.
640         * vc-git.el (vc-git-find-revision): Deal with empty results from
641         ls-files.  Doe not pass the object as a file name to cat-file, it
642         is not a file name.
643         (vc-git-annotate-command): Pass the file name using -- to avoid
644         ambiguity with the revision.
645         (vc-git-previous-revision): Pass a relative file name.
647 2010-06-22  Glenn Morris  <rgm@gnu.org>
649         * progmodes/js.el (js-mode-map): Use standard capitalization and
650         ellipses for menu entries.
652         * wid-edit.el (widget-complete): Doc fix.
654 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
656         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
658 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
660         Fix annotating other revisions for renamed files in vc-annotate.
661         * vc-annotate.el (vc-annotate): Add an optional argument for the
662         VC backend.  Use it when non-nil.
663         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
665         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
666         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
667         Do not pass the file name to the 'previous-revision call when we
668         don't want a file diff.  (Bug#6489)
670 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
672         Fix finding revisions for renamed files in vc-annotate.
673         * vc.el (vc-find-revision): Add an optional argument for
674         the VC backend.  Use it when non-nil.
675         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
676         backend to vc-find-revision.  (Bug#6487)
678 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
680         Fix reading file names in Git annotate buffers.
681         * vc-git.el (vc-git-annotate-extract-revision-at-line):
682         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
684 2010-06-20  Alan Mackenzie  <acm@muc.de>
686         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
687         in file local variables, set it first.
689 2010-06-19  Glenn Morris  <rgm@gnu.org>
691         * descr-text.el (describe-char-unicode-data): Insert separating
692         space when needed.  (Bug#6422)
694         * progmodes/idlwave.el (idlwave-action-and-binding):
695         Fix typo in 2009-12-03 change.  (Bug#6450)
697 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * subr.el (read-quoted-char): Fix up last change (bug#6290).
701 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * font-lock.el (font-lock-major-mode): Rename from
704         font-lock-mode-major-mode to distinguish it from
705         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
706         (font-lock-set-defaults):
707         * font-core.el (font-lock-default-function): Adjust users.
708         (font-lock-mode): Don't set it at all.
710 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * vc-annotate.el (vc-annotate): Use vc-read-revision.
714 2010-06-15  Glenn Morris  <rgm@gnu.org>
716         * calendar/appt.el (appt-time-msg-list): Doc fix.
717         (appt-check): Let-bind appt-warn-time.
718         (appt-add): Make the 3rd argument optional.
719         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
720         Only add WARNTIME to the output list if non-nil.
722 2010-06-15  Ivan Kanis  <apple@kanis.eu>
724         * calendar/appt.el (appt-check): Let the 3rd element of
725         appt-time-msg-list specify the warning time.
726         (appt-add): Add new argument with the warning time.  (Bug#5176)
728 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
730         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
731         older than version 1.6.  (Bug#6361)
733 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
735         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
736         used by cl-do-arglist.  (Bug#6408)
738 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * emacs-lisp/advice.el (ad-compile-function):
741         Define warning-suppress-types before we let-bind it (bug#6275).
743         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
744         declare it, make it buffer-local and permanent-local (bug#6324).
745         (vc-resynch-window): Adjust name.
746         * vc-hooks.el (vc-find-file-hook): Adjust name.
748 2010-06-07  Jonathan Rockway  <jon@jrock.us>
750         * net/rcirc.el: Add support for password authentication.
751         (rcirc-server-alist): Add :password keyword.
752         (rcirc): Ask for a password, or get it from the server's alist.
753         (rcirc-connect): Add password argument.  Pass it to server.
755 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
757         * net/dbus.el (dbus-register-method): Declare function.
758         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
759         (dbus-introspect): Doc fix.
760         (dbus-event-bus-name, dbus-introspect-get-interface)
761         (dbus-introspect-get-argument): Reflow docstrings.
763 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
765         * term/common-win.el (x-colors): Add "dark green" and "dark
766         turquoise" (Bug#6332).
768 2010-06-03  Eric Ludlam  <zappo@gnu.org>
770         * cedet/semantic/lex-spp.el
771         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
772         invalid values during save, just save a nil (Bug#6324).
774 2010-06-03  Glenn Morris  <rgm@gnu.org>
776         * desktop.el (desktop-clear-preserve-buffers):
777         Add "*Warnings*" buffer.  (Bug#6336)
779 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
781         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
783 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
786         `file-directory-p' to the filename part rather than to the whole text.
788 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
790         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
791         (bug#6231).
793 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
797 2010-05-31  Drew Adams  <drew.adams@oracle.com>
799         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
801 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
803         * subr.el (momentary-string-display): Just use read-event to read
804         the exit event (Bug#6238).
806 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
808         * ansi-color.el: Delete unused escape sequences (Bug#6085).
809         (ansi-color-drop-regexp): New constant.
810         (ansi-color-apply, ansi-color-filter-region)
811         (ansi-color-apply-on-region): Delete unrecognized control sequences.
812         (ansi-color-apply): Build string list before calling concat.
814 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
816         * progmodes/verilog-mode.el (verilog-type-font-keywords):
817         Use font-lock-constant-face, not obsolete font-lock-reference-face.
819 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
821         * htmlfontify.el (hfy-face-resolve-face): New function.
822         (hfy-face-to-style): Use it (Bug#6279).
824 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
826         * epa.el (epa--select-keys): Don't explicitly delete the window since
827         that can fail (e.g. sole window in frame).  Use dedication instead.
829 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
831         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
833 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * subr.el (read-quoted-char): Resolve modifiers after key
836         remapping (bug#6212).
838 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * tmm.el (tmm-prompt): Don't try to precompute bindings.
841         (tmm-get-keymap): Compute shortcuts (bug#6171).
843 2010-05-10  Glenn Morris  <rgm@gnu.org>
845         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
846         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
848 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
850         * Version 23.2 released.
852 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
854         * international/mule.el (auto-coding-alist):  Only purecopy
855         car of each item, not the whole list (Bug#6083).
857 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
859         * progmodes/js.el (js-mode): Make paragraph variables local before
860         calling c-setup-paragraph-variables (Bug#6071).
862 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
864         * composite.el (compose-region, reference-point-alist): Fix typos
865         in the doc strings.
867 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
869         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
870         gnuplot's "set" command.
872 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
874         * abbrev.el (last-abbrev-text): Doc fix.
875         (abbrev-prefix-mark): Don't escape parenthesis.
877 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
879         * composite.el (find-composition): Doc fix.
881 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
883         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
884         (sql-oracle-program, sql-sqlite-options)
885         (sql-query-placeholders-and-send): Doc fixes.
886         (sql-set-product, sql-interactive-mode): Reflow docstrings.
887         (sql-imenu-generic-expression, sql-buffer)
888         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
889         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
890         (sql-mode-sybase-font-lock-keywords)
891         (sql-mode-informix-font-lock-keywords)
892         (sql-mode-interbase-font-lock-keywords)
893         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
894         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
895         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
896         (sql-product-feature, sql-highlight-product)
897         (comint-line-beginning-position, sql-rename-buffer)
898         (sql-toggle-pop-to-buffer-after-send-region)
899         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
900         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
901         Fix typos in docstrings.
903 2010-04-23  Juri Linkov  <juri@jurta.org>
905         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
906         property instead of `invisible' and `after-string' (bug#5998).
908 2010-04-23  Juri Linkov  <juri@jurta.org>
910         * image-mode.el (image-mode-as-text): Fix typo in docstring.
912 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
914         * filecache.el (file-cache-add-directory-list)
915         (file-cache-add-directory-recursively): Fix typos in docstrings.
917 2010-04-22  Kenichi Handa  <handa@m17n.org>
919         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
920         (gujarati-composable-pattern): Fix typo.
922 2010-04-20  Kenichi Handa  <handa@m17n.org>
924         * language/indian.el (oriya-composable-pattern)
925         (tamil-composable-pattern, malayalam-composable-pattern):
926         Add two-part vowels to "v" (vowel sign).
928 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
930         * files.el (copy-directory): Handle symlinks (Bug#5982).
932         * progmodes/compile.el (compilation-next-error-function):
933         Revert 2009-10-12 change (Bug#5983).
935 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
937         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
938         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
939         (Bug#5846).
941 2010-04-20  Glenn Morris  <rgm@gnu.org>
943         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
945         * minibuffer.el (completion-at-point): Doc fix.
947 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
949         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
950         Don't destroy list before using it.
952 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
954         Fix the version number for added files.
955         * vc-hg.el (vc-hg-working-revision): Check if the file is
956         registered after hg parent fails (Bug#5961).
958 2010-04-17  Glenn Morris  <rgm@gnu.org>
960         * htmlfontify.el (htmlfontify-buffer)
961         (htmlfontify-copy-and-link-dir): Autoload entry points.
963 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
965         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
966         name relative to the project root (Bug#5960).
968 2010-04-16  Glenn Morris  <rgm@gnu.org>
970         * vc-git.el (vc-git-print-log): Doc fix.
972 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
974         * ido.el (ido-file-internal): Fix 2009-12-02 change.
976 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
978         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
979         default settings (Bug#5928).
981 2010-04-10  Glenn Morris  <rgm@gnu.org>
983         * progmodes/fortran.el (fortran-match-and-skip-declaration):
984         New function.
985         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
987 2010-04-07  Kenichi Handa  <handa@m17n.org>
989         * language/indian.el (malayalam-composable-pattern): Fix previous
990         change (add U+0D4D "SIGN VIRAMA").
991         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
992         (tamil-composable-pattern): Fix typo in the regexp.
993         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
994         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
995         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
997 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
999         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1000         paragraph-separate (Bug#5821).
1002 2010-04-05  Juri Linkov  <juri@jurta.org>
1004         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1006         * info.el (Info-find-node-2): Comment out code that skips
1007         breadcrumbs line.
1008         (Info-mouse-follow-link): New command.
1009         (Info-link-keymap): New keymap.
1010         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1011         Return a string with links instead of inserting breadcrumbs
1012         to the Info buffer.
1013         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1014         Instead of putting the `invisible' text property over the Info
1015         header, make an overlay over the Info header with the `invisible'
1016         property and `after-string' set to the string returned by
1017         `Info-breadcrumbs'.
1019 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1021         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1022         Reported by monkey@sandpframing.com.
1024 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1026         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1027         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1028         (semantic-imenu-goto-function): Reflow docstring.
1030 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1032         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1033         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1035 2010-03-30  Kenichi Handa  <handa@m17n.org>
1037         * language/sinhala.el (composition-function-table): Fix regexp for
1038         the new Unicode specification.
1040         * language/indian.el (devanagari-composable-pattern)
1041         (tamil-composable-pattern, kannada-composable-pattern)
1042         (malayalam-composable-pattern): Adjust for the new Unicode
1043         specification.
1044         (bengali-composable-pattern, gurmukhi-composable-pattern)
1045         (gujarati-composable-pattern, oriya-composable-pattern)
1046         (telugu-composable-pattern): New variables to cope with the new
1047         Unicode specification.  Use them in composition-function-table.
1049 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         Make tmm-menubar work for the Buffers menu again (bug#5726).
1052         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1053         vectors rather than cons cells, as used in menu-bar-update-buffers.
1055 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1057         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1058         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1059         electric punctuation for "{}();,:" (Bug#5586).
1061         * mail/sendmail.el (mail-default-directory): Doc fix.
1063 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1065         * mail/sendmail.el (mail-default-directory): Doc fix.
1067 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1069         * subr.el (version-regexp-alist, version-to-list)
1070         (version-list-<, version-list-=, version-list-<=)
1071         (version-list-not-zero, version<, version<=, version=): Doc fix.
1072         (Bug#5744).
1074 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1075             Nick Roberts  <nickrob@snap.net.nz>
1077         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1078         (gdb-init-1): Use it.
1080 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1082         * vc.el (vc-root-diff): Doc fix.
1084 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1086         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1088         * simple.el (append-to-buffer): Fix last change.
1090 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1092         * simple.el (append-to-buffer): Ensure that point is preserved if
1093         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1094         (Bug#5749)
1096 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1099         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1100         not be present any more.
1102 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1104         * faces.el (set-face-attribute): Fix typo in docstring.
1105         (face-valid-attribute-values): Reflow docstring.
1107         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1109 2010-03-23  Glenn Morris  <rgm@gnu.org>
1111         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1113 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1115         * indent.el (indent-for-tab-command): Doc fix.
1117 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1119         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1120         (image-dired-read-comment): Doc fix.
1122         * json.el (json-object-type, json-array-type, json-key-type)
1123         (json-false, json-null, json-read-number):
1124         * minibuffer.el (completion-in-region-functions):
1125         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1126         (cal-tex-cursor-week):
1127         * emacs-lisp/trace.el (trace-function):
1128         * eshell/em-basic.el (eshell/printnl):
1129         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1130         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1131         * obsolete/levents.el (allocate-event, event-key, event-object)
1132         (event-point, event-process, event-timestamp, event-to-character)
1133         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1134         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1135         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1136         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1137         (reftex-highlight-selection): Fix typos in docstrings.
1139 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1141         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1143 2010-03-18  Glenn Morris  <rgm@gnu.org>
1145         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1146         2008-02-13 without comment; mark it obsolete.
1147         (rmail-highlight-headers): Use rmail-highlight-face once more.
1149 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1151         * woman.el (woman2-process-escapes): Only consume the newline if
1152         the filler character is on a line by itself (Bug#5729).
1154 2010-03-16  Kenichi Handa  <handa@m17n.org>
1156         * language/indian.el (devanagari-composable-pattern): Add more
1157         consonants.
1159 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1161         * net/trampver.el: Update release number.
1163 2010-03-13  Glenn Morris  <rgm@gnu.org>
1165         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1167 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1169         * net/tramp.el (tramp-find-executable):
1170         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1171         output of "wc -l" more robust.
1172         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1173         (tramp-open-connection-setup-interactive-shell): Remove workaround
1174         for OpenSolaris bug, it is not needed anymore.
1176 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
1178         * cedet/semantic/imenu.el: New file, from the CEDET repository
1179         (Bug#5412).
1181 2010-03-12  Glenn Morris  <rgm@gnu.org>
1183         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1185 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1187         * files.el (auto-mode-alist): Accept more verilog file patterns.
1189 2010-03-09  Miles Bader  <miles@gnu.org>
1191         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1192         instead of "format:"; this ensures that the output is
1193         newline-terminated.
1195 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1197         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1198         that all errors are caught, and that the return value is always a
1199         list (Bug#5692).
1201 2010-03-08  Kenichi Handa  <handa@m17n.org>
1203         * language/misc-lang.el (windows-1256): New coding system.
1204         (cp1256): New alias of windows-1256 (bug#5690).
1206 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1208         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1209         call to rfc822-bad-address.  (Bug#5692)
1211 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1213         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1214         Use vc-git-root as default directory for revision path (Bug#5657).
1216 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1218         * calculator.el (calculator): Don't bind split-window-keep-point
1219         (Bug#5674).
1221 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1223         * vc-git.el: Re-flow to fit into 80 columns.
1224         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1225         Remove spurious `quote' element in each case alternative.
1226         (vc-git-show-log-entry): Use prog1.
1227         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1229 2010-03-06  Glenn Morris  <rgm@gnu.org>
1231         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1232         Update template copyright to GPLv3+.
1234 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1238 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1240         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1241         definition, not the name (Bug#5481).
1243 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1245         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1246         argument with a local variable.  (Bug#5670)
1248 2010-03-02  Juri Linkov  <juri@jurta.org>
1250         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1252 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1254         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1255         error when FILENAME and NEWNAME are existing remote directories.
1257         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1258         parameter DIR-FLAG.
1260 2010-03-02  Glenn Morris  <rgm@gnu.org>
1262         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1263         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1265 2010-03-01  Kenichi Handa  <handa@m17n.org>
1267         * language/burmese.el (burmese-composable-pattern): Rename from
1268         myanmar-composable-pattern.
1270         * international/characters.el (script-list):
1271         * international/fontset.el (script-representative-chars):
1272         Change myanmar to burmese.
1273         (otf-script-alist): Likewise.
1274         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1276 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1278         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1280 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1282         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1284 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1286         * net/tramp.el (tramp-handle-write-region): START can be a string.
1287         Take care in the checks.  Reported by Dan Davison
1288         <davison@stats.ox.ac.uk>.
1290 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1292         * net/dbus.el (dbus-introspect, dbus-get-property)
1293         (dbus-set-property, dbus-get-all-properties): Use
1294         `dbus-call-method' when noninteractive.  (Bug#5645)
1296 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1298         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1299         * emacs-lisp/elint.el (elint-add-required-env):
1300         * cedet/semantic/db-find.el
1301         (semanticdb-find-translate-path-brutish-default):
1302         * cedet/ede/make.el (ede-make-check-version):
1303         * calendar/icalendar.el (icalendar--add-diary-entry):
1304         * calc/calcalg2.el (math-tracing-integral):
1305         * files.el (recover-session-finish): Use with-current-buffer
1306         instead of save-excursion.
1308 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         Fix in-buffer completion when after-change-functions modify the buffer.
1311         * minibuffer.el (completion--replace): New function.
1312         (completion--do-completion): Use it and use relative movement.
1314 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1316         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1318 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1320         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1321         Allow the characters _<> in the stack entry (Bug#5653).
1323 2010-02-26  Kenichi Handa  <handa@m17n.org>
1325         * language/burmese.el: Fix entries in composition-function-table.
1326         (myanmar-composable-pattern): New variable.
1328         * international/fontset.el (setup-default-fontset): Add an entry
1329         for myanmar.
1331         * international/characters.el (script-list): Add Myanmar
1332         Extended-A.
1334 2010-02-26  Glenn Morris  <rgm@gnu.org>
1336         * custom.el (custom-initialize-delay): Doc fix.
1338         * mail/sendmail.el (send-mail-function): Autoload the call
1339         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1341 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1343         * files.el (hack-local-variables-filter): For eval forms, also
1344         check safe-local-variable-p (Bug#5636).
1346 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1348         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1349         and use c(ad)r of cddr (Bug#5640).
1351 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1353         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1354         setting the modes by `ignore-errors'.  It might fail, for example
1355         if the file is not owned by the user but the group.
1356         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1358 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1360         * files.el (directory-listing-before-filename-regexp): Use
1361         stricter matching for iso-style dates, to avoid false matches with
1362         date-like filenames (Bug#5597).
1364         * htmlfontify.el (htmlfontify): Doc fix.
1366         * eshell/eshell.el (eshell): Doc fix.
1368         * startup.el (fancy-about-screen): In mode-line, apply
1369         mode-line-buffer-id face only to the buffer name (Bug#5613).
1371 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1373         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1374         In `watcom' anchor regexp to start of line, to avoid slowness
1375         (Bug#5599).
1377 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1379         * subr.el (remove-yank-excluded-properties): Explain in a comment
1380         why `category' property is removed.
1382 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1384         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1385         2010-02-17 change.
1387 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1389         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1390         (icalendar--convert-weekly-to-ical)
1391         (icalendar--convert-yearly-to-ical)
1392         (icalendar--convert-block-to-ical)
1393         (icalendar--convert-cyclic-to-ical)
1394         (icalendar--convert-anniversary-to-ical): Take care of time
1395         specifications where hour has 1-digit only (Bug#5549).
1397 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1399         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1400         of disassemble output in GDB 7.1.
1402 2010-02-19  Glenn Morris  <rgm@gnu.org>
1404         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1405         property.  (Bug#5593)
1407 2010-02-18  Sam Steingold  <sds@gnu.org>
1409         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1411 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         Use abbreviated file names in bookmarks (bug#5591).
1414         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1415         calls to expand-file-name.
1416         (bookmark-relocate): Use abbreviated file names in bookmarks.
1417         (bookmark-load): Use abbreviated file names in messages.
1419 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1421         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1422         expand "." and "..".  Reported by Thierry Volpiatto
1423         <thierry.volpiatto@gmail.com>.
1425 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1427         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1428         permissions of the temporary file to "0600".  In case the remote
1429         file has no read permissions for the owner, there might be
1430         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1432 22010-02-18  Glenn Morris  <rgm@gnu.org>
1434         * emacs-lisp/authors.el (authors-renamed-files-alist):
1435         Add entries for INSTALL.CVS.
1437 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1439         * vc-bzr.el: Fix typo in Known Bugs section.
1441         * isearch.el (isearch-update-post-hook): New hook.
1442         (isearch-update): Use the new hook.
1444 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1446         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1447         Fix errors in copying directories.
1448         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1449         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1450         (tramp-handle-delete-file)
1451         (tramp-handle-dired-recursive-delete-directory)
1452         (tramp-handle-write-region): Flush also the cache for the upper
1453         directory.
1455 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1457         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1459         * cus-edit.el (hardware): Doc fix.
1461         * man.el (man): Add to external custom group.
1463         * delim-col.el (columns): Move to wp custom group.
1465         * doc-view.el (doc-view): Add to data custom group.
1467         * cedet/data-debug.el (data-debug): Move to extensions group.
1469         * cedet/ede.el (ede):
1470         * cedet/srecode.el (srecode):
1471         * cedet/semantic.el (semantic): Put in tools and extensions group.
1473         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1475         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1476         by ispell-parse-output (Bug#5575).
1478 2010-02-16  Kenichi Handa  <handa@m17n.org>
1480         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1481         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1482         (skkdic-convert): Use `euc-japan' coding system for writing.
1484 2010-02-16  Glenn Morris  <rgm@gnu.org>
1486         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1487         tex-main-file before using it.  (Bug#5562)
1489 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1492         warnings, since it is annoying for the user to see them each time he
1493         runs the code.
1495 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1497         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1498         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1499         instead of PROC for caching "first-password-request".  Otherwise,
1500         new processes would not profit from passwords already entered.
1502         * net/tramp-cache.el (tramp-dump-connection-properties):
1503         Don't save "first-password-request" property.
1505 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1507         * outline.el (outline-head-from-level):
1508         * simple.el (with-wrapper-hook):
1509         * cedet/ede.el (ede-run-target, project-delete-target)
1510         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1511         (ede-adebug-project, ede-adebug-project-parent)
1512         (ede-adebug-project-root):
1513         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1514         (elint-defun, elint-buffer-env, elint-top-form-logged)
1515         (elint-unbound-variable):
1516         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1517         Fix typos in docstrings.
1519 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1521         * files.el (insert-directory): When WILDCARD-REGEXP and
1522         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1523         whole directory.  (Bug#5551)
1525         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1526         dired's alignment sanity.  (Bug#5516)
1528 2010-02-14  Juri Linkov  <juri@jurta.org>
1530         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1531         Remove remaining ^H with their preceding chars.  (Bug#5566)
1533 2010-02-13  Glenn Morris  <rgm@gnu.org>
1535         * simple.el (transpose-subr): Give it a doc-string.
1537         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1538         Doc fixes.
1540 2010-02-12  Juri Linkov  <juri@jurta.org>
1542         * arc-mode.el (archive-unique-fname): Make directories for nested
1543         archives.  (Bug#5540)
1545 2010-02-12  Juri Linkov  <juri@jurta.org>
1547         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1549 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * subr.el (copy-overlay): Handle deleted overlays.
1553         * man.el (Man-completion-table): Don't signal an error if we can't run
1554         manual-program (bug#4056).
1556 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1558         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1560 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1562         * info.el (Info-bookmark-jump): Simplify.
1564         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1565         (bookmark-default-handler): Accept new bookmark field `buffer'.
1567 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1569         * iswitchb.el (iswitchb-completions): Revert last change.
1571 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1573         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1574         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1575         This prevents file names like "~/" being listed literally.
1577 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1579         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1580         Remove dead code.  (Bug#5546)
1582 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1584         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1585         correctly (Bug#5548).
1587 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1589         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1590         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1592 2010-02-08  Kenichi Handa  <handa@m17n.org>
1594         * international/mule-util.el (with-coding-priority): Add autoload
1595         cookie for putting `lisp-indent-function'.
1597 2010-02-07  Glenn Morris  <rgm@gnu.org>
1599         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1600         Move F2003 named interfaces from keywords-2 to keywords-1, and
1601         use function-name-face rather than constant-face.
1602         Simplify "abstract interface" regexp.
1604 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1606         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1607         ID-FORMAT.  Pass it to `file-attributes'.
1609         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1611 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1613         * faces.el (set-face-attribute): Allow calling
1614         internal-set-lisp-face-attribute with 'unspecified family and
1615         foundry argument (Bug#5536).
1617 2010-02-07  Glenn Morris  <rgm@gnu.org>
1619         * progmodes/f90.el (f90-font-lock-keywords-2)
1620         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1621         Handle F2003 named interfaces.
1623 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1625         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1626         beg and end before calling c-get-state-before-change-functions.
1628 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1630         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1632 2010-02-05  Juri Linkov  <juri@jurta.org>
1634         * doc-view.el (doc-view-mode):
1635         * image-mode.el (image-mode): Put property mode-class=special.
1636         (Bug#4896)
1638 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1640         * vc-svn.el (vc-svn-revision-table): New function.
1642 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1644         * net/ange-ftp.el (ange-ftp-insert-directory):
1645         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1646         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1647         Handle also directories.  (Bug#5478)
1649 2010-02-05  Glenn Morris  <rgm@gnu.org>
1651         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1653 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1655         * startup.el (command-line-1): Convert options beginning with a
1656         single dash as well (Bug#5519).
1658 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1661         * minibuffer.el (completion-initials-expand): Only check the presence
1662         of delims *within* the boundaries, since otherwise the / delim is
1663         always found for files.
1665         Fix up various corner case problems.
1666         * doc-view.el (doc-view-last-page-number): New function.
1667         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1668         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1669         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1670         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1671         (doc-view-convert-current-doc): Don't create the resolution.el file
1672         here any more.
1673         (doc-view-pdf/ps->png): Do it here instead.
1674         (doc-view-already-converted-p): Check that resolution.el is present.
1675         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1676         windows that are not yet showing images.
1678 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1680         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1681         `dired-uncache' for every elemnt which is an absolute file name.
1683         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1684         directory, handle its directory component.
1685         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1686         function is called permanently and creates noise, otherwise.
1688         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1689         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1690         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1692 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1694         * macros.el (apply-macro-to-region-lines):
1695         Minor simplification.  (Bug#5485)
1697 2010-02-04  Glenn Morris  <rgm@gnu.org>
1699         * mail/rmail.el (rmail-show-message-1): Handle malformed
1700         quoted-printable text.  (Bug#5441)
1702         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1704         * simple.el (visual-line-mode): Capitalize lighter.
1706 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1708         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1709         list of files considered for "virtual buffer" completions.
1711 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1713         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1714         also in case of (and (not full) (not wildcard)). This is needed,
1715         when dired is called with a list of files, which are not in
1716         `default-directory'.  (Bug#5478)
1718 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1722 2010-02-02  Juri Linkov  <juri@jurta.org>
1724         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1725         from unidiff to allow function-line after @@.
1727 2010-02-02  Juri Linkov  <juri@jurta.org>
1729         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1730         '(RCS SCCS) with inverted condition.
1732 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1734         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1735         messages.
1737 2010-02-01  Juri Linkov  <juri@jurta.org>
1739         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1740         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1741         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1742         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1744 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1747         (doc-view-revert-buffer): New command.
1748         (doc-view-mode-map): Use it.
1750 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1753         pending merge is detected.
1755 2010-01-31  Juri Linkov  <juri@jurta.org>
1757         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1758         beginning of interactive spec like all other grep commands do.
1759         Put "all" in front of "gz".  (Bug#5260)
1761 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1765 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1767         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1768         regexp is incorrect (Bug#5476).
1770 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1772         * net/tramp.el (tramp-handle-insert-directory): Handle also
1773         symlinks, when FILENAME is not in `default-directory'.
1775 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1777         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1778         FILE is not in `default-directory'.  (Bug#5478)
1780         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1781         of SWITCHES.  Handle the case, FILENAME is not in
1782         `default-directory'.  (Bug#5478)
1783         (tramp-register-file-name-handlers): Add safe-magic property.
1785 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1787         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1788         unzip (Bug#5475).
1790 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1792         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1793         (flymake-master-make-header-init): Add other C++ filename masks.
1794         (flymake-find-possible-master-files)
1795         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1797 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1799         Fix some busybox annoyances.
1801         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1802         not responding." string.
1803         (tramp-open-connection-setup-interactive-shell): Dump stty
1804         settings.  Enable "neveropen" arg for all `tramp-send-command'
1805         calls.  Handle "=" in variable values properly.
1806         (tramp-find-inline-encoding): Raise an error, when no encoding is
1807         found.
1808         (tramp-wait-for-output): Check, whether PROC buffer is available.
1809         Remove spurious " ^H" sequences, sent by busybox.
1810         (tramp-get-ls-command): Suppress coloring, if possible.
1812 2010-01-28  Glenn Morris  <rgm@gnu.org>
1814         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1816         * log-edit.el (log-edit-strip-single-file-name): Add missing
1817         :safe, :group, and :version tags.
1819 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1821         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1822         buffers.  (Bug#5477)
1824 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1826         * files.el (delete-directory): Handle moving to trash without
1827         first doing recursion (Bug#5436).
1829 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * vc-hooks.el (vc-path): Mark as obsolete.
1833 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1835         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1836         names too.
1838         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1839         for the short log.
1840         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1842 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1844         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1846         * vc-bzr.el (vc-bzr-revision-table): New function.
1848 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1850         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1851         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1853 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1855         Remove support for adding --signoff on commit.
1856         Future support will use an incompatible generic mechanism.
1857         * vc-git.el (vc-git-add-signoff): Remove variable.
1858         (vc-git-toggle-signoff): Remove function.
1859         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1861         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1862         from xterm-set-background-mode.  Return t if the background mode
1863         was set.
1864         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1865         earlier, call it again in case the background mode has changed.
1867 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1869         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1870         (Bug#3541).
1872 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1874         * emacs-lisp/assoc.el (aelement): Doc fix.
1875         (aput, adelete, amake): Use lexical-let (Bug#5450).
1877 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1879         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1880         is the same as subprogram call, not declaration.  (Bug#5435).
1882 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1884         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1885         (tramp-smb-maybe-open-connection): Use it.
1887 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1889         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1891 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1894         just because we see "encoding: 8bit".
1895         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1897 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1899         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1901 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1903         * jka-compr.el (jka-compr-load): If load-file is not in
1904         load-history, try its file-truename version.  (bug#5447)
1906 2010-01-21  Alan Mackenzie  <acm@muc.de>
1908         Fix a situation where deletion of a cpp construct throws an error.
1909         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1910         invoking c-with-all-but-one-cpps-commented-out, check that the
1911         special cpp construct is still in the buffer.
1912         (c-parse-state): Record the special cpp with markers, not numbers.
1914 2010-01-21  Kenichi Handa  <handa@m17n.org>
1916         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1917         process last-command-event, as it is now decoded first (Bug#5380).
1919 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1921         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1923 2010-01-20  Glenn Morris  <rgm@gnu.org>
1925         * indent.el (tab-always-indent): Fix custom-type.
1927 2010-01-19  Alan Mackenzie  <acm@muc.de>
1929         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1930         buffer throws "args out of range".
1931         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1932         playing the role of delimiter.
1934 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1936         * progmodes/ada-mode.el: Fix bug#5400.
1937         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1938         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1939         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1940         Improve comments in "is" portion.  Handle null procedure declaration.
1941         (ada-move-to-end): Improve doc string.
1943 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1945         * ido.el (ido-cur-list): Initialize to nil.
1946         Remove obsolete information from commentary.
1947         (ido-choice-list): Initialize to nil.
1948         (ido-get-bufname): Reject minibuffers.
1949         (ido-make-buffer-list): If "default" is a nonexistent
1950         buffer, ignore it, as per the function's comment.
1951         (ido-kill-buffer-internal): New function.
1952         (ido-kill-buffer-at-head): Use it.
1953         (ido-visit-buffer): Likewise.
1955 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1957         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1959 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1961         * cedet/ede/locate.el (ede-locate-file-in-project)
1962         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1963         (ede-enable-locate-on-project): Fix typos in error messages.
1965         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1966         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1967         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1968         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1969         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1970         Fix typos in menu help.
1972         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1973         Fix typos in chart titles.
1975         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1976         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1977         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1978         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1979         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1980         (semantic-parse-stream, semantic-parse-region)
1981         (semantic-parse-region-default, semantic--set-buffer-cache)
1982         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1983         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1984         (semantic-default-submodes):
1985         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1986         (semanticdb-create-ebrowse-database)
1987         (semanticdb-find-tags-for-completion-method)
1988         (semanticdb-find-tags-by-class-method)
1989         (semanticdb-deep-find-tags-by-name-method)
1990         (semanticdb-deep-find-tags-for-completion-method):
1991         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1992         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1993         (semanticdb-find-tags-for-completion-method)
1994         (semanticdb-find-tags-by-class-method)
1995         (semanticdb-deep-find-tags-for-completion-method):
1996         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1997         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1998         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1999         (semanticdb-find-tags-by-name-method)
2000         (semanticdb-find-tags-by-name-regexp-method)
2001         (semanticdb-find-tags-for-completion-method)
2002         (semanticdb-find-tags-by-class-method)
2003         (semanticdb-find-tags-external-children-of-type-method)
2004         (semanticdb-find-tags-subclasses-of-type-method)
2005         (semanticdb-deep-find-tags-by-name-method)
2006         (semanticdb-deep-find-tags-by-name-regexp-method)
2007         (semanticdb-deep-find-tags-for-completion-method):
2008         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2009         (semanticdb-enable-gnu-global-in-buffer)
2010         (semanticdb-find-tags-for-completion-method)
2011         (semanticdb-deep-find-tags-by-name-method)
2012         (semanticdb-deep-find-tags-for-completion-method):
2013         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2014         (javascript-mode, semanticdb-find-translate-path)
2015         (semanticdb-find-tags-for-completion-method)
2016         (semanticdb-find-tags-by-class-method)
2017         (semanticdb-deep-find-tags-by-name-method)
2018         (semanticdb-deep-find-tags-for-completion-method)
2019         (semanticdb-find-tags-external-children-of-type-method):
2020         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2021         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2022         (global-semantic-idle-scheduler-mode):
2023         * cedet/srecode/dictionary.el (srecode-field-value)
2024         (srecode-dictionary-add-section-dictionary):
2025         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2026         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2027         (describe-class, eieio-describe-generic, describe-generic):
2028         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2029         (eieio-speedbar-expand):
2030         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2031         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2032         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2033         (viper-del-backward-char-in-replace, viper-backward-indent)
2034         (viper-brac-function, viper-register-to-point, viper-submit-report):
2035         * net/tramp.el (tramp-remote-coding-commands):
2036         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2037         Fix typos in docstrings.
2039 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2041         * mail/sendmail.el (mail-yank-original): Set the mark if the
2042         specified function for yanking does not do it.
2044 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2046         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2048         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2049         resyncing a directory.
2051 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2053         * progmodes/ada-mode.el: Fix bug#1920.
2054         (ada-ident-re): Delete ., allow multibyte characters.
2055         (ada-goto-label-re): New; matches goto labels.
2056         (ada-block-label-re): New; matches block labels.
2057         (ada-label-re): New; matches both.
2058         (ada-named-block-re): Deleted; callers changed to use
2059         `ada-block-label-re' instead.
2060         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2061         Use `ada-block-label-re'.
2062         (ada-indent-on-previous-lines): Improve handling of goto labels.
2063         (ada-get-indent-block-start): Special-case block label.
2064         (ada-get-indent-label): Split into `ada-indent-block-label' and
2065         `ada-indent-goto-label'.
2066         (ada-goto-stmt-start, ada-goto-next-non-ws):
2067         Optionally ignore goto labels.
2068         (ada-goto-next-word): Simplify.
2069         (ada-indent-newline-indent-conditional): Insert newline before
2070         trying to fix indentation; doc fix.
2072 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2074         * calc/calc.el (calc-command-flags): Give it an initial value.
2076 2010-01-17  Glenn Morris  <rgm@gnu.org>
2078         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2080 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2082         * cedet/semantic.el (semantic-mode):
2083         * files.el (minibuffer-with-setup-hook):
2084         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2085         (artist-key-draw-continously, artist-key-do-continously-continously)
2086         (artist-key-set-point-continously, artist-mouse-draw-continously):
2087         Fix typos in docstrings.
2089 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2091         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2092         return t (Bug#3898).
2094 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2096         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2097         can parse the output of the external commands (Bug#5279).
2099 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2101         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2103 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2105         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2107         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2109         * startup.el (command-line): Remove unused --icon-type arg.
2110         Handle --display arg, passing it to command-line-1 (Bug#5392).
2112 2010-01-16  Mario Lang  <mlang@delysid.org>
2114         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2115         * cedet/ede/files.el (ede-expand-filename):
2116         * cedet/ede/simple.el (ede-simple-project):
2117         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2118         (semantic-complete-inline-tag-engine):
2119         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2120         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2121         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2122         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2123         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2124         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2125         * emacs-lisp/chart.el (chart-translate-namezone):
2126         * textmodes/artist.el (artist-compute-popup-menu-table):
2127         Remove duplicated words in doc-strings.
2129 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2131         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2132         to mairix-search to suppress threading (Bug#5342).
2134 2010-01-15  Kenichi Handa  <handa@m17n.org>
2136         * international/mule-cmds.el (canonicalize-coding-system-name):
2137         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2139 2010-01-15  Glenn Morris  <rgm@gnu.org>
2141         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2143         * wid-edit.el (widget-keymap): Doc fix.
2145         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2146         former seems to be more widely accepted by various svn versions.
2148 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2150         * find-cmd.el (find-constituents):
2151         * vc-arch.el (vc-arch-root):
2152         * window.el (window-body-height, pop-up-frames):
2153         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2154         (semantic-no-reparse-needed-change-hook):
2155         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2156         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2157         (srecode-template-inserter-ask, srecode-template-inserter-width)
2158         (srecode-template-inserter-section-start)
2159         (srecode-template-inserter-section-end, srecode-insert-method):
2160         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2161         * progmodes/ada-stmt.el (ada-if):
2162         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2163         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2164         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2165         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2167         * progmodes/flymake.el (flymake-post-syntax-check):
2168         Fix typo in error message.
2170 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2172         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2173         which is always a string.  (Bug#5313)
2175 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2177         * progmodes/ada-xref.el (ada-default-prj-properties):
2178         Simplify previous change.
2180 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2182         * progmodes/ada-xref.el (ada-default-prj-properties):
2183         Default ada_project_path to $ADA_PROJECT_PATH.
2185 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2187         * progmodes/ada-mode.el (ada-create-keymap):
2188         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2190 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2192         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2193         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2194         (ada-get-current-indent, ada-imenu-generic-expression)
2195         (ada-which-function): Check for it.
2197 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2199         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2200         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2202 2010-01-14  Glenn Morris  <rgm@gnu.org>
2204         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2206 2010-01-14  Kenichi Handa  <handa@m17n.org>
2208         * composite.el (auto-composition-mode): Make it a buffer local
2209         variable (permanent-local).
2210         (auto-composition-function): Set the default value to
2211         auto-compose-chars.
2212         (auto-composition-mode): Make it a simple function, not a minor mode.
2213         (global-auto-composition-mode): Likewise.
2214         (turn-on-auto-composition-if-enabled): Delete it.
2216 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2218         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2220 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2222         * files.el (copy-directory): Compute target for recursive
2223         directories with identical names.  (Bug#5343)
2225 2010-01-12  Glenn Morris  <rgm@gnu.org>
2227         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2228         it to bug-gnu-emacs rather than emacs-pretest-bug.
2230 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2232         * cedet/data-debug.el (data-debug): Fix customization group reference.
2234 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2236         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2237         (semantic-analyze-context, semantic-analyze-context-assignment)
2238         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2239         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2240         (semantic-java-doc-keywords-map):
2241         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2242         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2243         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2244         (semantic-c-classname, semantic-format-tag-uml-prototype)
2245         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2246         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2247         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2248         (semantic-get-local-variables, semantic-end-of-command)
2249         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2250         (lisp-mode):
2251         * cedet/semantic/bovine/make.el (makefile-mode):
2252         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2253         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2254         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2255         (semantic-lex, semantic-get-local-variables, python-mode):
2256         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2257         * cedet/srecode/extract.el (srecode-extract-state-set)
2258         (srecode-extract-method): Fix typos in docstrings.
2260 2010-01-11  Sam Steingold  <sds@gnu.org>
2262         * imenu.el (imenu-default-create-index-function): Detect infinite
2263         loops caused by imenu-prev-index-position-function.
2265 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2267         * htmlfontify.el (htmlfontify-load-rgb-file)
2268         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2269         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2270         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2271         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2272         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2273         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2274         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2275         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2276         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2277         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2278         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2279         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2280         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2281         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2282         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2283         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2284         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2285         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2286         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2287         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2288         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2289         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2290         backslash-quoting from parentheses, etc.
2292 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2294         * progmodes/js.el: Autoload javascript-mode alias.
2296 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2298         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2299         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2300         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2301         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2302         Fix typos in docstrings.
2303         (ffap-url-regexp): Doc fix.
2304         (ffap-at-mouse): Fix typo in message.
2306 2010-01-11  Glenn Morris  <rgm@gnu.org>
2308         * version.el (emacs-copyright): Set copyright year to 2010.
2310 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * format.el (format-annotate-function): Only set
2313         write-region-post-annotation-function after running to-fn so as not to
2314         affect nested write-region calls (bug#5273).
2316 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2318         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2319         Add python parser.
2321         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2322         wisent/python.el.
2324 2010-01-10  Richard Kim  <emacs18@gmail.com>
2326         * cedet/semantic/wisent/python-wy.el:
2327         * cedet/semantic/wisent/python.el: New files.
2329 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2331         * man.el (Man-goto-section): Signal error if the section is not
2332         found (Bug#5317).
2334 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2336         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2337         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2339 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2341         * progmodes/compile.el: Don't treat compile-command as safe if
2342         compilation-read-command might be nil (Bug#4218).
2344 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2346         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2347         NS options.
2349 2010-01-08  Kenichi Handa  <handa@m17n.org>
2351         * international/fontset.el (build-default-fontset-data):
2352         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2354 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2356         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2357         to `create-file-buffer' as it expects, not just a buffer name.
2358         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2359         to help uniquify.  (Bug#3224)
2361 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2363         * font-setting.el (font-setting-change-default-font): Use user-spec
2364         instead of name.
2366 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2368         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2370 2010-01-05  Tom Tromey  <tromey@redhat.com>
2372         * progmodes/python.el (python-font-lock-keywords):
2373         Handle qualified decorators (Bug#881).
2375 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2377         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2378         in a lightweight checkout.
2380 2010-01-05  Kenichi Handa  <handa@m17n.org>
2382         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2384 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2386         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2388 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2390         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2391         checkouts.  (Bug#618)
2392         (vc-bzr-log-view-mode): Also highlight the author.
2393         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2394         (vc-bzr-shelve-menu-map):
2395         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2396         (vc-bzr-shelve-apply): Make prompt more explicit.
2398 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2400         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2401         They are valid characters in URL paths (rfc3986), and at least
2402         Firefox does not understand the encoded version (Bug#3166).
2404 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2406         * progmodes/octave-mod.el (octave-end-keywords)
2407         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2408         Add "end" keyword (Bug#3061).
2409         (octave-end-as-array-index-p): New function.
2410         (calculate-octave-indent): Use it.
2412 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2414         * bookmark.el: Consistently put the text property on the bookmark name.
2415         (bookmark-bmenu-marks-width): Bump back to 2, to include
2416         annotation marks.
2417         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2418         property on the bookmark name, instead of not putting it at all.
2419         (bookmark-bmenu-list): Fix where we put the text property.
2421 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2423         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2424         for showing buffer modified state (as added in the previous change).
2426 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2428         * bookmark.el: Show modified state of bookmark buffer more accurately.
2429         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2430         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2431         (with-buffer-modified-unmodified): New macro.
2432         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2433         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2434         Use new macro to preserve the buffer modified state.
2436 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2438         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2439         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2440         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2441         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2442         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2443         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2444         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2446 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2448         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2449         Make the lines in the generated doc string shorter.  (Bug#4668)
2451 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2453         * net/rcirc.el: Add follow-link binding (Bug#4738).
2455 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2457         * Makefile.in (bzr-update): Rename from cvs-update.
2458         (cvs-update): New target for backward compatibility.
2460         * makefile.w32-in (bzr-update): Rename from cvs-update.
2461         (cvs-update): New target for backward compatibility.
2463 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2465         * bookmark.el: Remove gratuitous gratitude.
2467 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2469         * bookmark.el (bookmark-bmenu-any-marks): New function
2470         (bookmark-bmenu-save): Clear buffer modification if no marks.
2472 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2474         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2475         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2476         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2477         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2479         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2480         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2481         To: emacs-devel {_AT_} gnu.org
2482         Subject: bookmark.el bug report
2483         Date: Mon, 28 Dec 2009 14:19:16 +0800
2484         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2486 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2488         * bookmark.el: Improvements suggested by Drew Adams:
2489         (bookmark-bmenu-ensure-position): New name for
2490         `bookmark-bmenu-check-position'.  Just ensure the position,
2491         don't return any meaningful value.
2492         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2493         New constants.
2495 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2497         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2498         (bookmark-yank-point, bookmark-bmenu-check-position):
2499         Fix typos in docstrings.
2500         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2501         (bookmark-name-from-full-record, bookmark-get-position)
2502         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2503         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2504         Remove useless quoting of parenthesis, etc. in docstrings.
2506         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2507         (ediff-append-custom-diff): Fix typo in error message.
2508         (ediff-meta-mark-equal-files): Fix typos in messages.
2510         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2512         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2513         Fix typo in docstring.
2515         * net/imap-hash.el (imap-hash-make): Doc fix.
2516         (imap-hash-test): Fix typo in error message; reflow docstring.
2517         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2518         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2519         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2520         Fix typos in docstrings.
2521         (imap-hash-open-connection): Fix typo in error message.
2523         * play/gomoku.el (gomoku): Fix typos in docstring.
2525         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2526         (gdb-jsonify-buffer): Fix typos in docstring.
2527         (gdb-goto-breakpoint): Fix typo in error message.
2528         ("Display Other Windows"): Fix typo in help message.
2529         (gdb-speedbar-expand-node): Fix typo in question.
2531         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2532         (idlwave-html-system-help-location, idlwave-html-help-location)
2533         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2534         (idlwave-help-browser-generic-args, idlwave-help-directory)
2535         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2536         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2537         (idlwave-online-help, idlwave-help-html-link)
2538         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2539         Fix typos in docstrings.
2540         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2541         Reflow docstrings.
2542         (idlwave-help-assistant-start): Fix typo in error message.
2544         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2545         (octave-electric-space): Fix typos in docstrings.
2547 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2549         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2551 2010-01-01  Juri Linkov  <juri@jurta.org>
2553         * comint.el (comint-input-ring-size): Make it a defcustom and
2554         increase the default to 500 (Bug#5148).
2556 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2558         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2559         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2560         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2562 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2564         Show working revision correctly for mercurial.
2565         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2566         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2568 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2570         Declare some functions for the byte-compiler.
2571         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2572         (speedbar-timer-fn, speedbar-change-expand-button-char)
2573         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2575 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2577         This changeset reverts GDB Graphical Interface to use annotations.
2578         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2580 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2582         Make vc-dir work on subdirectories of the bzr root.
2583         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2584         file names relative to it.
2585         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2586         relative directory to vc-bzr-after-dir-status.
2588 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2590         * font-lock.el (font-lock-refresh-defaults): New function, which
2591         can be used to let font-lock react to external changes in
2592         variables like font-lock-defaults and keywords.
2593         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2595 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2597         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2599         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2601 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2603         Supersede color.diff settings in git log (bug#5211).
2605         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2606         escape chars in its output when the user has color.diff set to `always'.
2607         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2609 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2611         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2612         node.  Keep previous "Index" name to work with past coreutils too.
2614         * man.el (man): Revise docstring a bit to show -a and -l as
2615         examples.  Add -k description since support for it has otherwise
2616         been a secret.  (Further to bug#3717.)
2617         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2618         "no matches" rather than "Can't find manpage", as the latter reads
2619         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2621 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2624         switches.  Check also for //SUBDIRED// line.
2626 2009-12-25  Kenichi Handa  <handa@m17n.org>
2628         * language/indian.el (devanagari-composable-pattern): Fixed to
2629         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2630         Devanagari.
2631         (malayalam-composable-pattern): Fix previous change.
2633 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2635         * ps-print.el (ps-face-attributes): It was not returning the
2636         attribute face for faces specified as string.  Reported by harven
2637         <harven@free.fr>.  (Bug#5254)
2638         (ps-print-version): New version 7.3.5.
2640 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2642         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2643         timezone names.
2644         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2645         (icalendar--add-diary-entry): Remove the trailing blank that
2646         diary-make-entry inserts.
2648 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2650         Make `file-expand-wildcards' work for remote files.
2652         * files.el (file-expand-wildcards): In case of remote files, check
2653         only local file name part for wildcards.  Provide feature 'files
2654         and subfeature 'remote-wildcards.  (Bug#5198)
2656         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2657         if there is already an established connection.
2658         (tramp-advice-file-expand-wildcards): Remove it.
2660         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2661         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2662         Activate advice for older GNU Emacs versions.  (Bug#5237)
2664 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2666         Some doc fixes (more needed).
2668         * find-cmd.el (find-constituents): Reflow docstring.
2669         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2670         (find-generic): Doc fix.
2672 2009-12-17  Juri Linkov  <juri@jurta.org>
2674         Fix regression from 23.1 to allow multiple modes in Local Variables.
2676         * files.el (hack-local-variables-filter): While ignoring duplicates,
2677         don't take `mode' into account.
2678         (hack-local-variables-filter, hack-dir-local-variables): Don't
2679         remove duplicate `mode' from local-variables-alist (like `eval').
2681 2009-12-17  Juri Linkov  <juri@jurta.org>
2683         Make `dired-diff' more safe.  (Bug#5225)
2685         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2686         `current' or when `file' is a directory of the `current' file.
2688 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2690         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2691         unconditionally preloaded files.
2693 2009-12-16  Juri Linkov  <juri@jurta.org>
2695         Revert to old 23.1 logic of using the file at the mark as default.
2696         * dired-aux.el (dired-diff): Use the file at the mark as default
2697         if it's not the same as the current file, and the target dir is
2698         the current dir or the mark is active.  Add the current file
2699         as the arg of `dired-dwim-target-defaults'.  Use the default file
2700         in the prompt.  (Bug#5225)
2702 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2704         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2705         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2706         (tramp-check-for-regexp): Check also, when an echoing shell stops
2707         to echo sent commands.
2709 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2711         * Makefile.in: Revert last change (Bug#5191).
2713 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2715         * vc-hg.el (vc-hg-print-log): Fix argument order.
2716         (vc-hg-working-revision): Make sure the command is executed in a
2717         known environment so that we can parse the output.  (Bug#4417)
2719 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2721         * progmodes/python.el (python-symbol-completions): Remove text
2722         properties from symbol string before calling python-send-receive.
2724 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2726         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2727         when there are values for both file and line.  (Bug#5060)
2729 2009-12-14  Juri Linkov  <juri@jurta.org>
2731         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2732         whitespace after the file name of the first line of unified format,
2733         because git-diff doesn't output whitespace and file modification time
2734         after the file name.
2736 2009-12-14  David Kastrup  <dak@gnu.org>
2738         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2739         check if it already has the `display' property added by
2740         `Info-display-images-node', and not put the `invisible' property
2741         in this case.
2743 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2745         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2746         (semantic-mru-bookmark-mode): Doc fixes.
2748         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2749         of assert.
2751 2009-12-13  Glenn Morris  <rgm@gnu.org>
2753         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2754         (report-emacs-bug): In message-mode, sort manually before storing
2755         original report text.  (Bug#5178)
2756         Remove superfluous save-excursion.
2758 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2760         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2761         when responding to "GetAll" properties.
2763 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2765         * simple.el (compose-mail): Remove mail-setup-with-from from
2766         customization checks.
2768 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2770         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2771         RAR archives created on Unix systems.
2773 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2775         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2776         the varalias that was accidentally removed by the 2009-11-19 change
2777         (bug#5186).
2779 2009-12-12  Kenichi Handa  <handa@m17n.org>
2781         * language/indian.el (indian-compose-regexp): New function.
2782         (malayalam-composable-pattern): Fix the pattern.
2783         (composition-function-table): Set malayalam-composable-pattern for
2784         Malayalam characters.
2786 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2788         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2789         rather than down-mouse-1, based on follow-link conventions.
2791         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2792         are compiled.
2794 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2796         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2797         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2798         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2799         (verilog-leap-to-head, verilog-backward-token):
2800         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2802 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2804         * progmodes/verilog-mode.el (verilog-auto-lineup)
2805         (verilog-nameable-item-re): Cleanup user-visible spelling and
2806         documentation errors.  One reported by Gary Delp.
2807         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2808         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2809         package, bug195.  Reported by Pierre-David Pfister.
2811 2009-12-11  Glenn Morris  <rgm@gnu.org>
2813         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2815         * mail/emacsbug.el: No longer require sendmail.
2816         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2817         (report-emacs-bug-orig-text): Doc fix.
2818         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2819         New local variables, to adapt to different mail-user-agents.
2820         (report-emacs-bug): Fix test for a gnu.org address.
2821         Use overlays for emphasis, since font-lock defeats 'face property.
2822         Pretest bugs also end up at the newsgroup these days.
2823         Stop message-mode stripping text properties.
2824         Set and use the new buffer-local variables.
2825         (report-emacs-bug-hook): Add doc-string.
2826         Remove some unnecessary save-excursions and simplify.
2827         Use the appropriate hook and send-command.
2829         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2830         capitalization of some menu entries.
2832 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2834         * whitespace.el (whitespace-display-char-on): Ensure
2835         `buffer-display-table' is unique when two or more windows are
2836         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2837         New version 12.1.
2839 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2841         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2842         characters in the Attribute field.
2844 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2846         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2848 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2850         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2851         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2852         Disregard autoload-excludes.
2853         (update-directory-autoloads): Obey autoload-excludes here instead.
2854         But don't store its contents in no-autoloads and remove entries that
2855         refer to excludes files.
2857 2009-12-10  Glenn Morris  <rgm@gnu.org>
2859         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2860         (expand-mail-aliases): Define for compiler.
2862         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2863         Define for compiler.
2865         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2866         appropriate for the mail-user-agent in use.
2868 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2870         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2872 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2874         Fix short log parsing and fontification.
2875         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2876         Fix fontification for the [merge] label.
2878 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2880         Drop some properties to avoid surprises.
2881         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2882         (hfy-fontify-buffer): Use it.
2884 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         Minor cleanup.
2887         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2888         Adjust all callers.
2889         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2890         args compulsory.  Adjust callers.
2891         (ffap-gopher-at-point): Remove unused var `name'.
2893         Get rid of the ELCFILES abomination.
2894         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2895         (compile-elcfiles): New phony target.
2896         (compile-main): Compute ELCFILES dynamically.
2897         (compile-clean): New target to remove left-over elc files.
2898         (compile, all): Use it.
2900 2009-12-09  Kenichi Handa  <handa@etlken>
2902         * international/mule-diag.el: Require help-mode instead of help-fns.
2904 2009-12-09  Kenichi Handa  <handa@m17n.org>
2906         * international/mule-cmds.el (ucs-names): Supply sufficiently
2907         fine ranges instead of pre-calculating accurate ranges.
2908         Iterate with bigger gc-cons-threshold.
2910 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2912         Add support for stashing a snapshot of the current tree.
2913         * vc-git.el (vc-git-stash-snapshot): New function.
2914         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2916 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2918         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2919         instead of `(beginning|end)-of-line'.
2921 2009-12-08  Glenn Morris  <rgm@gnu.org>
2923         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2925         * Makefile.in (ELCFILES): Regenerate.
2927 2009-12-07  Juri Linkov  <juri@jurta.org>
2929         Don't lazy-highlight the comint output in history Isearch mode.
2931         * comint.el (comint-history-isearch-search): Instead of
2932         `comint-line-beginning-position', use `comint-after-pmark-p'
2933         to check if point if before the process mark, and go to
2934         `process-mark' in this case.
2936 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * textmodes/tex-mode.el (latex-complete)
2939         (latex-indent-or-complete): Remove.
2940         (latex-mode): Set completion-at-point-functions instead.
2942         Provide a standard completion command and hook it into TAB.
2943         * minibuffer.el (completion-at-point-functions): New var.
2944         (completion-at-point): New command.
2945         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2946         * progmodes/python.el (python-mode-map): Use completion-at-point.
2947         (python-completion-at-point): Rename from python-partial-symbol and
2948         adjust for use in completion-at-point-functions.
2949         (python-mode): Setup completion-at-point for Python completion.
2950         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2951         extracted from lisp-complete-symbol.
2952         (lisp-complete-symbol): Use it.
2953         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2954         setup completion-at-point for Elisp completion.
2955         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2956         Use completion-at-point.
2957         * ielm.el (ielm-map): Use completion-at-point.
2958         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2959         * progmodes/sym-comp.el: Move to...
2960         * obsolete/sym-comp.el: Move from progmodes.
2962 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2964         Prevent save-buffer in Rmail buffers from using the coding-system
2965         of the current message, and from clobbering the encoding mnemonics
2966         in the mode line (Bug#4623).
2968         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2969         flag, too.
2970         (rmail-message-encoding): New variable.
2971         (rmail-write-region-annotate): Record the encoding of the current
2972         message in rmail-message-encoding.
2973         (rmail-after-save-hook): New function, restores the encoding of
2974         the current message after the message collection is saved.
2976 2009-12-07  Juri Linkov  <juri@jurta.org>
2978         * progmodes/grep.el (grep-read-files): Use `completing-read'
2979         instead of `read-string'.  Set its `collection' arg to
2980         `read-file-name-internal'.  (Bug#4301)
2982 2009-12-07  Juri Linkov  <juri@jurta.org>
2984         Correctly restore original Isearch point.  (Bug#4994)
2986         * isearch.el (isearch-mode): Move `isearch-push-state' after
2987         `(run-hooks 'isearch-mode-hook)'.
2988         (isearch-cancel): When `isearch-push-state-function' is defined,
2989         let-bind `isearch-cmds' to the first state (the last element of
2990         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2991         function and restores the original point).  Otherwise, move point
2992         to `isearch-opoint'.
2994 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2997         chars that don't have names, so the table can be built much faster at
2998         run-time.
3000 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3002         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3003         change.  Suggested by David Kastrup.
3005         * simple.el (compose-mail): Check for incompatibilities and warn.
3006         (compose-mail-user-agent-warnings): New option.
3008 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3010         Support showing a single log entry from vc-annotate.
3011         * vc.el (print-log): Add a new argument: START-REVISION.
3012         (vc-print-log-internal): Add a new optional argument and
3013         pass it to the backend.
3014         (vc-print-log, vc-print-root-log): Adjust callers.
3015         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3016         buffer already displays the requested log entry, use it.
3017         Otherwise display only the log entry in question.
3018         * vc-svn.el (vc-svn-print-log):
3019         * vc-mtn.el (vc-mtn-print-log):
3020         * vc-hg.el (vc-hg-state):
3021         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3022         (vc-git-show-log-entry): Return t on success.
3023         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3024         (vc-bzr-show-log-entry): Return t on success.
3025         * vc-rcs.el (vc-rcs-print-log):
3026         * vc-sccs.el (vc-sccs-print-log):
3027         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3029 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3031         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3032         Add menus to the meta mode.  (Bug#5043)
3034 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3036         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3037         event-key.
3039         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3041 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3043         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3044         Berbain <raphael.berbain@gmail.com>.
3046         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3047         characters.
3048         (tramp-initial-end-of-output): New defconst.
3049         (tramp-methods, tramp-find-shell)
3050         (tramp-open-connection-setup-interactive-shell)
3051         (tramp-maybe-open-connection): Use it.
3052         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3053         existence of `#' and `$'.
3055         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3056         `tramp-initial-end-of-output'.
3058 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3060         Get the background mode from the terminal for xterm, and set
3061         faces accordingly.
3062         * term/xterm.el (xterm-set-background-mode): New function.
3063         (terminal-init-xterm): Use it in case xterm supports background
3064         color queries.  Recompute faces after getting the background
3065         color.
3067 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3069         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3070         number comment back on its own line, for easier parsing.
3072 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         Make it work for non-file buffers (bug#5102).
3075         * doc-view.el (doc-view-current-cache-dir):
3076         Use doc-view-buffer-file-name rather than buffer-file-name.
3077         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3079 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3081         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3082         author field is too short.
3084 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3086         * vc-git.el (vc-git-print-log): Handle a limit argument.
3087         Display the short log in graph form and with labels.
3088         (vc-git-log-view-mode): Handle labels.
3090         Make vc-revert change VC state from 'added to 'unregistered.
3091         * vc-git.el (vc-git-revert): Call git reset first.
3093 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3095         * net/newst-backend.el, net/newst-plainview.el:
3096         * net/newst-reader.el, net/newst-ticker.el:
3097         * net/newst-treeview.el, net/newsticker.el:
3098         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3100 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3102         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3104         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3105         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3106         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3107         Update annotation regexp.
3109         * simple.el (beginning-of-visual-line): Constrain to field
3110         boundaries (Bug#5106).
3112 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3114         * xml.el (xml-substitute-numeric-entities): Move
3115         newsticker--decode-numeric-entities in newst-backend.el to
3116         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3117         * net/newst-backend.el (newsticker--parse-generic-feed)
3118         (newsticker--parse-generic-items)
3119         (newsticker--decode-numeric-entities): Move
3120         newsticker--decode-numeric-entities in newst-backend.el to
3121         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3123 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3125         * progmodes/js.el (js--js-not): Add null to the list of values.
3127 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3129         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3131 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3133         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3134         delimiter if it is at the end of the current line.
3135         (bibtex-generate-url-list): Fix docstring.
3137 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3140         minibuffer's content with itself.
3141         Fold the confirm-after-completion case into the `confirm' case.
3142         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3144 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3146         * ffap.el (ffap-rfc-path): Make this a defcustom since
3147         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3149         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3150         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3152 2009-12-05  Juri Linkov  <juri@jurta.org>
3154         Save and restore dired buffer's point positions too.  (Bug#4880)
3156         * dired.el (dired-save-positions): Return in the first element
3157         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3158         Doc fix.
3159         (dired-restore-positions): First restore buffer's position.
3160         While restoring window's positions, check if window still displays
3161         the original buffer.
3163 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3165         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3166         if possible.
3168         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3169         Make argument optional.
3171         * shell.el (shell): Require ansi-color (Bug#5113).
3173         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3175         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3177 2009-12-05  Alan Mackenzie  <acm@muc.de>
3179         * progmodes/cc-mode.el (c-before-hack-hook)
3180         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3181         `c-file-style' to work again.  This reversion restores the current
3182         software to its state in Emacs 23.1.  (Bug#4146)
3184 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3186         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3187         comment-start-skip to comment-end-skip as comment (Bug#4781).
3189 2009-12-05  Juri Linkov  <juri@jurta.org>
3191         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3192         for virtual nodes.  (Bug#4147)
3193         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3194         when moving from a virtual node.
3195         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3196         (Info-mode): Add `Info-virtual-index' to the docstring.
3198 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3200         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3201         Describe project macro symbols.
3203         * cedet/semantic/complete.el (semantic-complete-do-completion):
3204         Don't call semantic-collector-current-exact-match.
3206         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3207         ede-objects as targets.
3209         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3210         a target's object list even if compiler vars are already in the
3211         Makefile.
3213         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3214         list of headers producing necessary macros.
3216 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3218         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3219         track of the buffer position of the end of a BibTeX entry as this
3220         position may change during reformatting.
3221         (bibtex-format-entry): Remove whitespace before processing
3222         numerical fields so that we recognize the latter properly.
3223         (bibtex-reformat): Do not use push which changes the global value
3224         of bibtex-entry-format.
3225         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3226         (bibtex-field-re-init): Replace only space characters by regexp
3227         for whitespace.
3228         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3229         (bibtex-initialize): Also update bibtex-strings.
3230         (bibtex-kill-field): Preserve white space at end of entry.
3231         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3232         Update bibtex-reference-keys.
3234 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3236         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3237         point after a star, if that's the only place where modifications can
3238         make progress.
3240 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3242         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3243         in docstrings.
3245 2009-12-04  Juri Linkov  <juri@jurta.org>
3247         * proced.el (proced): Call `(proced-update t)' to update process
3248         information instead of only running proced-post-display-hook.
3249         (proced-send-signal): Add a leading space to the buffer name
3250         " *Marked Processes*" to make this buffer ephemeral.
3252 2009-12-04  Juri Linkov  <juri@jurta.org>
3254         * dired.el (dired-auto-revert-buffer): New defcustom.
3255         (dired-internal-noselect): Use it.
3257 2009-12-04  Juri Linkov  <juri@jurta.org>
3259         Change roles of modes and functions in image-mode.el (Bug#5062).
3261         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3262         in `auto-mode-alist'.
3263         (image-mode-previous-major-mode): New variable.
3264         (image-minor-mode-map): Rename from `image-mode-text-map'.
3265         (image-mode): Move graceful error-handling code from
3266         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3267         (image-minor-mode): Remove all image-handling code.
3268         Replace `image-mode-text-map' with `image-minor-mode-map'.
3269         Check for `image-type' in mode-line format string.
3270         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3271         (image-mode-as-text): New function with most code from
3272         `image-mode-maybe'.
3273         (image-toggle-display-text): Move code that removes image
3274         properties from `image-toggle-display' to here.
3275         (image-toggle-display-image): New function with code that adds
3276         image properties copied from `image-toggle-display'.
3277         (image-toggle-display): Remove most code with leaving only code
3278         that toggles between `image-mode-as-text' and `image-mode'.
3280 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3282         * net/newst-treeview.el
3283         (newsticker--treeview-list-highlight-start): Restored call to
3284         save-excursion: Selected item was stuck.
3285         (newsticker--treeview-list-select): New.
3286         (newsticker--treeview-item-show-text)
3287         (newsticker--treeview-item-show)
3288         (newsticker--treeview-item-update): Use new
3289         newsticker-treeview-item-mode.
3290         (newsticker-treeview-update): Keep current item.
3291         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3292         (newsticker--treeview-first-feed): Doc change.
3293         (newsticker-treeview-list-menu)
3294         (newsticker-treeview-item-menu): Added menu entries.
3295         (newsticker-treeview-item-mode): New.
3297         * net/newst-backend.el (newsticker-customize): Delete other
3298         windows.
3300 2009-12-04  Sam Steingold  <sds@gnu.org>
3302         * log-view.el (log-view-mode-map): "q" calls quit-window,
3303         like in all the other non-self-insert buffers.
3305 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         Minor cleanup.
3308         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3309         key decoding rather than do it manually via last-input-event +
3310         ascii-character.
3311         (term-exec): Use delete-and-extract-region.
3312         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3313         (term-process-pager): Remove unused var `i'.
3314         (term-dynamic-simple-complete): Make obsolete.
3315         (serial-update-config-menu): Remove unused vars `y' and `str'.
3316         (term-update-mode-line): Remove unused var `temp'.
3318 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3320         Limit the number of log entries displayed by default.
3321         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3322         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3323         using a prefix argument.
3325 2009-12-03  Glenn Morris  <rgm@gnu.org>
3327         * progmodes/idlwave.el (class): Restore still useful declaration.
3329 2009-12-03  Alan Mackenzie  <acm@muc.de>
3331         Enhance `c-parse-state' to run efficiently in "brace deserts".
3333         * progmodes/cc-mode.el (c-basic-common-init):
3334         Call c-state-cache-init.
3335         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3336         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3337         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3339         * progmodes/cc-langs.el (c-before-font-lock-function):
3340         c-extend-and-neutralize-syntax-in-CPP has been renamed
3341         c-neutralize-syntax-in-and-mark-CPP.
3343         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3344         with `category' properties now, not `syntax-table' ones.
3346         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3347         enhanced (but slower) version of c-end-of-macro that won't land
3348         inside a literal or on another awkward character.
3349         (c-state-cache-too-far, c-state-cache-start)
3350         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3351         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3352         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3353         (c-state-min-scan-pos, c-state-brace-pair-desert)
3354         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3355         buffer local variables.
3356         (c-state-literal-at, c-state-lit-beg)
3357         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3358         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3359         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3360         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3361         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3362         (c-renarrow-state-cache)
3363         (c-append-lower-brace-pair-to-state-cache)
3364         (c-state-push-any-brace-pair, c-append-to-state-cache)
3365         (c-remove-stale-state-cache)
3366         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3367         (c-invalidate-state-cache-1, c-parse-state-1)
3368         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3369         (c-parse-state): Enhance and refactor.
3370         (c-debug-parse-state): Amend to deal with all the new variables.
3372         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3373         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3374         modify to use category text properties rather than syntax-table ones.
3375         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3376         to switch off/on the syntactic paren property of C++ template
3377         delimiters using the category property.
3378         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3379         template delims suppressed.
3380         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3381         New constant/macros which apply category properties to the start
3382         and end of preprocessor constructs.
3383         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3384         "comment out" the syntactic value of characters in preprocessor
3385         constructs.
3386         (c-with-cpps-commented-out)
3387         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3388         with characters in all or all but one preprocessor constructs
3389         "commented out".
3391 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3393         * proced.el (proced-filter-alist): Use regexp-quote.
3395 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3397         Cleanup.
3398         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3399         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3400         arguments.  Expand `default-directory'.
3402         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3403         the benefit of returning an expanded localname.
3404         (tramp-tramp-file-p): Handle the case NAME is not a string.
3406 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3408         Add support for bzr shelve/unshelve.
3409         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3410         (vc-bzr-extra-menu-map): New variables.
3411         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3412         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3413         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3414         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3415         (vc-bzr-dir-extra-headers): Display shelves.
3417         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3419 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * textmodes/bibtex.el (bibtex-complete-internal):
3422         Use completion-in-region.
3423         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3425 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3427         Support applying stashes.  Improve UI.
3428         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3429         (vc-git-stash-apply, vc-git-stash-pop)
3430         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3431         (vc-git-stash-menu): New functions.
3432         (vc-git-stash-menu-map): New variable.
3433         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3435 2009-12-03  Glenn Morris  <rgm@gnu.org>
3437         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3438         (vc-print-log-internal): Fix previous change.
3439         (vc-revert): Correct pluralization.
3441 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3444         it to be an alist any more.
3445         (makefile-complete): Use completion-in-region.
3447         * progmodes/octave-mod.el (octave-complete-symbol):
3448         Use completion-in-region.
3450         Misc cleanup.
3451         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3452         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3453         (idlwave-complete-class): Don't quote lambda.
3454         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3455         (idlwave-mode-map): Move initialization into declaration.
3456         (idlwave-action-and-binding): Use backquotes.
3457         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3458         Simplify.
3459         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3460         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3461         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3462         `parts', and `all-parts'.
3463         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3464         (idlwave-convert-xml-system-routine-info): Remove unused string
3465         `version-string'.
3466         (idlwave-display-user-catalog-widget): Use dolist.
3467         (idlwave-scanning-lib): Declare dynamically-scoped var.
3468         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3469         (completion-highlight-first-word-only): Declare to silence bytecomp.
3470         (idlwave-popup-select): Tighten scope of `resp'.
3471         (idlwave-find-struct-tag): Remove unused var `beg'.
3472         (idlwave-after-load-rinfo-hook): Declare.
3473         (idlwave-sintern-class-info): Remove unused var `taglist'.
3474         (idlwave-find-class-definition): Remove unused var `list'.
3475         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3476         (idlwave-what-module-find-class): Remove unused var `classes'.
3478 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3480         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3482 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3485         buffers visited.  Remove redundant current-buffer-saving.
3487 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         Use completion-in-buffer and remove uses of dynamic scoping.
3490         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3491         (pascal-buffer-to-use, pascal-flag): Don't declare.
3492         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3493         (pascal-get-completion-decl, pascal-keyword-completion):
3494         Add `pascal-str' argument, save-excursion,
3495         return the found completions, and don't filter with pascal-pred.
3496         (pascal-completion-cache): New var.
3497         (pascal-completion): Don't switch buffer any more (it was never
3498         necessary).  Don't save-excursion any more (it's done by the called
3499         subroutines).  Use a cache to avoid redundant computations.
3500         Use complete-with-action rather than pascal-completion-response and
3501         let it apply the predicate as well.
3502         (pascal-complete-word): Use completion-in-buffer when
3503         pascal-toggle-completions is nil.
3504         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3505         not used any more.
3506         (pascal-comp-defun): Don't change buffer any more.
3507         Use complete-with-action rather than pascal-completion-response and
3508         let it apply the predicate as well.
3509         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3510         when neded.
3512 2009-12-02  Kenichi Handa  <handa@m17n.org>
3514         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3515         shape for all Indic scripts.
3517 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         Use completion-in-buffer.
3520         * wid-edit.el (widget-field-text-end): New function.
3521         (widget-field-value-get): Use it.
3522         (widget-string-complete, widget-file-complete)
3523         (widget-color-complete): Use it and completion-in-region.
3524         (widget-complete): Don't narrow the buffer.
3526 2009-12-02  Glenn Morris  <rgm@gnu.org>
3528         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3529         (rmail-select-summary): Use rmail-pop-to-buffer.
3530         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3531         rmail-pop-to-buffer, to prevent horizontal splits.
3533         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3534         save-excursion with save-current-buffer.
3535         Widen before searching.  (Bug#5093)
3536         (diary-list-sexp-entries): Remove superfluous save-excursion.
3538 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3540         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3541         name.  (Bug#5038)
3543 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3545         * ido.el (ido-file-internal): Handle filenames at point that do
3546         not have a directory part.  (Bug#5049)
3548 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3550         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3551         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3553 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3555         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3556         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3557         any more.
3559 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * comint.el (comint-insert-input): Ignore clicks to the right of
3562         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3564         * vc.el (vc-print-log-internal): Don't wait for the process to
3565         terminate before setting up the major mode.
3567         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3568         in case.
3570         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3571         the last element.
3573         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3575 2009-12-01  Glenn Morris  <rgm@gnu.org>
3577         * window.el (window--display-buffer-2): Fix previous changes.
3579 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3581         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3583 2009-12-01  Glenn Morris  <rgm@gnu.org>
3585         * Makefile.in (ELCFILES): Add mpc.elc.
3587 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3589         * mpc.el: New file.
3591 2009-12-01  Glenn Morris  <rgm@gnu.org>
3593         * window.el (window-to-use): Define for compiler.
3595         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3596         consistent with others (no final period).
3598         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3599         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3601 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3603         Make vc-print-log buttons work.
3604         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3606 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3608         * savehist.el (savehist-autosave-interval): Allow setting to nil
3609         through customize.  (Bug#5056)
3611 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3613         Fix references to jit-lock properties.
3614         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3615         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3616         (perl-font-lock-special-syntactic-constructs):
3617         Quote jit-lock-defer-multiline property.
3619 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3621         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3623 2009-11-30  Juri Linkov  <juri@jurta.org>
3625         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3626         value `buffer' of `multi-isearch-next-buffer-current-function'.
3627         Use `(current-buffer)' when `buffer' is nil.
3628         (multi-isearch-next-buffer-from-list): Don't fallback to
3629         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3631 2009-11-30  Juri Linkov  <juri@jurta.org>
3633         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3634         of buffers with `get-buffer' to `multi-isearch-buffers'.
3635         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3636         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3637         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3638         FILES with `expand-file-name' converting relative file names
3639         to absolute.  Doc fix.  (Bug#4727)
3641 2009-11-30  Juri Linkov  <juri@jurta.org>
3643         * misearch.el (multi-isearch-read-buffers)
3644         (multi-isearch-read-matching-buffers): New functions.
3645         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3646         Use them in the `interactive' spec.  Doc fix.
3647         (multi-isearch-read-files, multi-isearch-read-matching-files):
3648         New functions.
3649         (multi-isearch-files, multi-isearch-files-regexp):
3650         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3652 2009-11-30  Juri Linkov  <juri@jurta.org>
3654         * doc-view.el (doc-view-continuous):
3655         Rename from `doc-view-continuous-mode'.
3656         (doc-view-menu): Move "Toggle display" to the top.
3657         Add submenu "Continuous" with radio buttons "Off"/"On"
3658         and "Save as Default".
3659         (doc-view-scroll-up-or-next-page)
3660         (doc-view-scroll-down-or-previous-page)
3661         (doc-view-next-line-or-next-page)
3662         (doc-view-previous-line-or-previous-page): Rename
3663         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3665 2009-11-30  Juri Linkov  <juri@jurta.org>
3667         * comint.el (comint-mode-map): Rebind `M-r' from
3668         `comint-previous-matching-input' to
3669         `comint-history-isearch-backward-regexp'.
3670         Unbind `M-s' to allow global key binding `M-s'.
3671         Add menu items for `comint-history-isearch-backward' and
3672         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3674 2009-11-30  Juri Linkov  <juri@jurta.org>
3676         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3677         For def=recenter, replace `recenter' with `recenter-top-bottom'
3678         that is called with `this-command' and `last-command' let-bound
3679         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3680         set `recenter-last-op' to nil.  (Bug#4981)
3682 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         Minor cleanup and simplification.
3685         * filecache.el (file-cache-add-directory)
3686         (file-cache-add-directory-recursively)
3687         (file-cache-add-from-file-cache-buffer)
3688         (file-cache-delete-file-regexp, file-cache-delete-directory)
3689         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3690         (file-cache-temp-minibuffer-message): Delete function.
3691         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3693         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3694         Don't signal an error when bumping into EOB in tr, s, or y.
3696 2009-11-29  Juri Linkov  <juri@jurta.org>
3698         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3699         (Bug#4960)
3701         * descr-text.el (describe-char-unidata-list): Use lowercase name
3702         for "Unicode name" like in other tags.
3704 2009-11-29  Juri Linkov  <juri@jurta.org>
3706         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3707         New compatibility macro.
3708         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3710 2009-11-29  Juri Linkov  <juri@jurta.org>
3712         Add defcustom to define the cycling order of `recenter-top-bottom'.
3713         (Bug#4981)
3715         * window.el (recenter-last-op): Doc fix.
3716         (recenter-positions): New defcustom.
3717         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3718         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3720 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3722         Improve integration of Tramp and ange-ftp in eshell.
3724         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3725         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3726         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3728         * eshell/esh-util.el (top): Require also Tramp when compiling.
3729         (eshell-directory-files-and-attributes): Check for FTP remote
3730         connection.
3731         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3732         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3733         (eshell-file-attributes): Handle ".".  Return `entry'.
3735         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3736         (ange-ftp-directory-files-and-attributes)
3737         (ange-ftp-real-directory-files-and-attributes): New defuns.
3739         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3740         shell with "exec" when possible.  This prevents trailing prompts
3741         in `start-file-process'.
3743 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         Try and remove assumptions about point-min==1.
3746         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3747         (rng-compute-mode-line-string): Show the validation percentage in
3748         terms of the narrowed text, not the widened text.
3749         (rng-do-some-validation): Don't catch internal errors when debugging.
3750         (rng-first-error): Simplify.
3751         (rng-after-change-function): Remove work around.  AFAIK the bug has
3752         been fixed a while ago.
3754         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3755         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3757         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3759         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3760         `cd' doesn't always do it for us (bug#5067).
3762         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3763         on 2009-10-25 as part of some other change (bug#5067).
3765 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3768         `suspicious'.
3769         (byte-compile-warnings): Use byte-compile-warning-types.
3770         (byte-compile-save-excursion): Warn about use of set-buffer right
3771         after save-excursion.
3773         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3774         the excursion as well.
3776 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3778         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3779         providing a Tramp related implementation of "su" and "sudo".
3780         (eshell-unix-initialize): Add "su" and "sudo".
3782 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3784         * net/socks.el (socks-send-command): Convert binary request to
3785         unibyte before sending.  This fixes mishandling of some port
3786         numbers such as 129.
3788 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3790         * help.el (describe-bindings-internal): Remove `interactive'.
3792         * man.el (Man-completion-table): Trim a terminating "(".
3793         Remove the space between name page a section.
3794         Add the command's description on the `help-echo' property.
3795         Remove `process-connection-type' binding since it's unused by
3796         call-process.
3797         Provide completion for the "<section> <name>" format as well.
3798         (Man-default-man-entry): Remove spurious var shadowing the argument.
3800 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3802         * log-view.el: Add "Keywords: tools", since its other keywords
3803         aren't in finder-known-keywords, and following vc.el.
3805         * sha1.el (sha1-string-external): default-directory "/" in case
3806         otherwise non-existent.  process-connection-type pipe for touch of
3807         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3809 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         Misc coding convention cleanups.
3812         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3813         hfy-init-kludge-hooks.
3814         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3815         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3816         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3817         and push.
3818         (hfy-slant, hfy-weight): Use tables rather than code.
3819         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3820         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3821         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3822         (hfy-face-to-css): Remove `nconc' with single arg.
3823         (hfy-p-to-face-lennart): Use `or'.
3824         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3825         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3826         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3827         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3828         (hfy-force-fontification): Use run-hooks.
3830 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3832         Various minor fixes.
3833         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3834         Javascript belongs in the header, not the body.
3835         (hfy-javascript): Remove.
3836         (hfy-fontify-buffer): Don't insert it any more.
3837         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3838         Fix bug in invis handling when there were no invis props in a chunk.
3840 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3842         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3844 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3846         * finder.el (finder-mode-map): Add a menu.
3848 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3850         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3851         "unsigned" structs.
3853         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3854         fork" statement better.
3856 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3858         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3859         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3860         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3861         Reported by Clay Douglass.
3863         (verilog-auto-inst, verilog-auto-star-safe)
3864         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3865         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3866         Pierre-David Pfister.
3868 2009-11-26  Glenn Morris  <rgm@gnu.org>
3870         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3871         the scope.
3873 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3875         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3876         Really use previous revision.
3878 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3880         * man.el (Man-completion-table): default-directory "/" in case
3881         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3882         not to truncate long names.  process-connection-type pipe to avoid
3883         any chance of hitting the pseudo-tty TIOCGWINSZ.
3884         (man): completion-ignore-case t for friendliness and since man
3885         itself is case-insensitive on the command line.
3886         Further to Bug#3717.
3888         * arc-mode.el: Add "Keywords: files", so the details in its
3889         commentary can be reached from finder-by-keyword.
3890         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3891         editing mode, but it's comms related and sgml-mode.el has "comm"
3892         on that basis too.
3893         * textmodes/bibtex-style.el: Add "Keywords: tex".
3894         * international/isearch-x.el, international/ja-dic-cnv.el:
3895         * international/ja-dic-utl.el, international/kkc.el:
3896         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3898 2009-11-25  Juri Linkov  <juri@jurta.org>
3900         * man.el (Man-completion-table): Modify regexp to include
3901         section names to completion strings.  (Bug#3717)
3903 2009-11-25  Juri Linkov  <juri@jurta.org>
3905         Search recursively in gzipped files.  (Bug#4982)
3907         * progmodes/grep.el (grep-highlight-matches): Add new options
3908         `always' and `auto'.  Doc fix.
3909         (grep-process-setup): Check `grep-highlight-matches' for
3910         `auto-detect' to determine the need to compute grep defaults.
3911         Move Windows/DOS specific --colors settings handling
3912         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3913         to get the value of "--color=".
3914         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3915         has the value `auto-detect'.  Move Windows/DOS specific settings
3916         from `grep-process-setup'.
3917         (zrgrep): New command with alias `rzgrep'.
3919 2009-11-25  Juri Linkov  <juri@jurta.org>
3921         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3922         to nil instead of switching off view-mode.  (Bug#4896)
3924 2009-11-25  Juri Linkov  <juri@jurta.org>
3926         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3928         * mwheel.el (mwheel-scroll-up-function)
3929         (mwheel-scroll-down-function): New defvars.
3930         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3931         `scroll-up', and `mwheel-scroll-down-function' instead of
3932         `scroll-down'.
3934         * doc-view.el (doc-view-scroll-up-or-next-page)
3935         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3936         Use this ARG in the call to image-scroll-up/image-scroll-down.
3937         Change `interactive' spec to "P".  Goto next/previous page only
3938         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3939         SPC/DEL case).  Doc fix.
3940         (doc-view-next-line-or-next-page)
3941         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3942         for consistency.
3943         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3944         `doc-view-scroll-up-or-next-page', and buffer-local
3945         `mwheel-scroll-down-function' to
3946         `doc-view-scroll-down-or-previous-page'.
3948 2009-11-25  Juri Linkov  <juri@jurta.org>
3950         Provide additional default values (directories at other Dired
3951         windows) via M-n in the minibuffer of some Dired commands.
3953         * dired-aux.el (dired-diff, dired-compare-directories)
3954         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3955         `minibuffer-default' in `minibuffer-with-setup-hook'.
3956         (dired-dwim-target-directory): Find a window that displays Dired
3957         buffer instead of failing when the next window is not Dired.
3958         Use `get-window-with-predicate' to find for the next Dired window.
3959         (dired-dwim-target-defaults): New function.
3961         * ediff-util.el (ediff-read-file-name):
3962         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3963         in `minibuffer-with-setup-hook'.
3965 2009-11-25  Juri Linkov  <juri@jurta.org>
3967         Provide additional default values (file name at point or at the
3968         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3970         * minibuffer.el (read-file-name-defaults): New function.
3971         (read-file-name): Reset `minibuffer-default' to nil when
3972         it duplicates initial input `insdef'.
3973         Bind `minibuffer-default-add-function' to lambda that
3974         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3975         (minibuffer-insert-file-name-at-point): New command.
3977         * files.el (file-name-at-point-functions): New defcustom.
3978         (find-file-default): Remove defvar.
3979         (find-file-read-args): Don't use `find-file-default'.
3980         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3981         to `read-file-name'.
3982         (find-file-literally): Use `read-file-name' with
3983         `confirm-nonexistent-file-or-buffer'.
3985         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3987         * dired.el (dired-read-dir-and-switches):
3988         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3989         to `read-file-name'.
3990         (dired-file-name-at-point): New function.
3991         (dired-mode): Add hook `dired-file-name-at-point' to
3992         `file-name-at-point-functions'.
3994 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3996         Really make the *Completions* window soft-dedicated (bug#5030).
3997         * window.el (window--display-buffer-2): Add `dedicated' argument.
3998         (display-buffer): Pass it when needed so the dedicated flag is set
3999         after calling set-window-buffer, which would otherwise reset it.
4001 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * progmodes/meta-mode.el (meta-complete-symbol):
4004         * progmodes/etags.el (complete-tag):
4005         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4006         Use completion-in-region.
4008         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4009         (dabbrev-completion): Use completion-in-region.
4010         (dabbrev--abbrev-at-point): Simplify regexp.
4012         * abbrev.el (abbrev--before-point): Use word-motion functions
4013         if :regexp is not specified (bug#5031).
4015         * subr.el (string-prefix-p): New function.
4017         * man.el (Man-completion-cache): New var.
4018         (Man-completion-table): Use it.
4020         * vc.el (vc-print-log-internal): Make `limit' optional for better
4021         compatibility (e.g. with vc-annotate.el).
4023 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4025         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4026         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4028         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4029         when .el source file not found or other error.
4031 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4033         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4035 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         Handle the [back] button properly (bug#4979).
4038         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4039         Use help-setup-xref, help-buffer, and with-help-window.
4040         (describe-char): Add `buffer' argument.
4041         Pass proper command to help-setup-xref.  Don't meddle with
4042         help-xref-stack-item directly.
4043         (describe-text-category): Use with-help-window and help-buffer.
4045         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4046         for the displayed buffer (bug#4887).
4048         * man.el (Man-completion-table): New function.
4049         (man): Use it.
4051 2009-11-24  David Reitter  <david.reitter@gmail.com>
4053         * vc-git.el (vc-git-registered): Use checkout directory (where
4054         .git is) rather than the file's directory and a relative path spec
4055         to work around a bug in git.
4057 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4059         Improve handling of processes on remote hosts.
4061         * eshell/esh-util.el (eshell-path-env): New defvar.
4062         (eshell-parse-colon-path): New defun.
4063         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4065         * eshell/esh-ext.el (eshell-search-path):
4066         Use `eshell-parse-colon-path'.
4067         (eshell-remote-command): Remove argument HANDLER.
4068         (eshell-external-command): Check for FTP remote connection.
4070         * eshell/esh-proc.el (eshell-gather-process-output):
4071         Use `file-truename', in order to start also symlinked files.
4072         Apply `start-file-process' instead of `start-process'.
4073         Shorten `command' to the local file name part.
4075         * eshell/em-cmpl.el (eshell-complete-commands-list):
4076         Use `eshell-parse-colon-path'.
4078         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4080         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4081         to `eshell-directory-change-hook'.
4083 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4085         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4086         because it could be enabled automatically if view-read-only is non-nil.
4088 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4090         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4091         made on 2009-11-22.
4093 2009-11-24  Glenn Morris  <rgm@gnu.org>
4095         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4096         deleted variable bookmark-bmenu-bookmark-column.
4098         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4099         Move after definition of global-semantic-idle-tag-highlight-mode.
4101 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4105 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4107         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4108         two slashes to the "file:" prefix.
4109         (browse-url-file-url): De-munge Cygwin filenames before passing
4110         them to Windows browser.
4111         (browse-url-default-windows-browser): Use call-process.
4113 2009-11-23  Juri Linkov  <juri@jurta.org>
4115         Implement DocView Continuous mode.  (Bug#4896)
4116         * doc-view.el (doc-view-continuous-mode): New defcustom.
4117         (doc-view-mode-map): Bind C-n/<down> to
4118         `doc-view-next-line-or-next-page', C-p/<up> to
4119         `doc-view-previous-line-or-previous-page'.
4120         (doc-view-next-line-or-next-page)
4121         (doc-view-previous-line-or-previous-page): New commands.
4123 2009-11-23  Juri Linkov  <juri@jurta.org>
4125         Implement Isearch in comint input history.  (Bug#3746)
4126         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4127         `isearch-mode-hook'.
4128         (comint-history-isearch): New defcustom.
4129         (comint-history-isearch-backward)
4130         (comint-history-isearch-backward-regexp): New commands.
4131         (comint-history-isearch-message-overlay): New buffer-local variable.
4132         (comint-history-isearch-setup, comint-history-isearch-end)
4133         (comint-goto-input, comint-history-isearch-search)
4134         (comint-history-isearch-message, comint-history-isearch-wrap)
4135         (comint-history-isearch-push-state)
4136         (comint-history-isearch-pop-state): New functions.
4138 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4140         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4141         return.
4142         (tramp-handle-make-symbolic-link)
4143         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4144         Quote file names.
4145         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4146         (tramp-handle-process-file): Use it.
4148 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         * window.el (move-to-window-line-last-op): Remove.
4151         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4153 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4155         Make M-r mirror the new cycling behavior of C-l.
4156         * window.el (move-to-window-line-last-op): New var.
4157         (move-to-window-line-top-bottom): New command.
4158         (global-map): Bind M-r move-to-window-line-top-bottom.
4160 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4162         * dired-x.el (dired-guess-shell-alist-default):
4163         Support xz format.  (Bug#4953)
4165 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4167         * cedet/srecode/map.el (srecode-get-maps):
4168         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4169         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4170         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4171         (semantic-toggle-decoration-style):
4172         * cedet/semantic/decorate/include.el
4173         (semantic-decoration-include-describe)
4174         (semantic-decoration-unknown-include-describe)
4175         (semantic-decoration-unparsed-include-describe)
4176         (semantic-decoration-all-include-summary):
4177         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4178         * cedet/semantic/analyze/complete.el
4179         (semantic-analyze-possible-completions):
4180         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4181         (semantic-show-unmatched-syntax-mode)
4182         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4183         (semantic-highlight-func-mode):
4184         * cedet/semantic/util.el (semantic-describe-buffer):
4185         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4186         (semantic-symref-find-tags-by-name)
4187         (semantic-symref-find-tags-by-regexp)
4188         (semantic-symref-find-tags-by-completion)
4189         (semantic-symref-find-file-references-by-name)
4190         (semantic-symref-find-text):
4191         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4192         (senator-yank-tag):
4193         * cedet/semantic/scope.el (semantic-calculate-scope):
4194         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4195         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4196         (define-semantic-idle-service):
4197         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4198         (semantic-complete-analyze-inline-idle):
4199         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4200         * cedet/mode-local.el (describe-mode-local-bindings)
4201         (describe-mode-local-bindings-in-mode):
4202         * cedet/ede/make.el (ede-make-check-version):
4203         * cedet/ede/locate.el (ede-enable-locate-on-project):
4204         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4205         (cedet-idutils-version-check):
4206         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4207         (cedet-gnu-global-version-check):
4208         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4209         (cedet-cscope-version-check): Use called-interactively-p instead
4210         of interactive-p.
4212         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4213         Use semantic-format-tag-prototype.
4215 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4217         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4218         last-command-char/last-command-event.
4219         (viper-prefix-arg-value): Do correct conversion of event-char for
4220         XEmacs.
4222         * emulation/viper-util.el, emulation/viper.el:
4223         Use viper-last-command-char instead of
4224         last-command-char/last-command-event.
4226         * ediff-init.el, ediff-mult.el, ediff-util.el:
4227         Replace last-command-char and last-command-event
4228         with (ediff-last-command-char) everywhere.
4230         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4231         created in fundamental mode.
4233         * ediff.el (ediff-version): Revert the change of interactive-p to
4234         called-interactively-p.
4236 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4238         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4239         generation from word-movement command names.
4241 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4243         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4244         (semantic-complete-jump-local, semantic-complete-jump):
4245         Improve prompt string.
4247 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4249         * cus-start.el (all): Add native condition for font-use-system-font.
4251 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4253         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4254         Correct the patch from 2009-11-18.  (Bug#3910)
4256 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4258         * progmodes/subword.el: Rename from lisp/subword.el.
4260         * subword.el: Rename to progmodes/subword.el.
4262         * Makefile.in (ELCFILES): Adapt to subword.el move.
4264 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4265             Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4268         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4269         (bookmark-bmenu-show-filenames): Use push.
4270         (bookmark-bmenu-hide-filenames): Use local var instead of
4271         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4272         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4273         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4274         filenames now that the bookmark names are always available.
4276 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4279         (bookmark-search-pattern): Move and leave unbound.
4280         (bookmark-bmenu-mode-map): Change binding.
4281         (bookmark-read-search-input): Simplify.
4282         Don't use text-char-description.  Don't error on non-char events.
4283         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4284         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4285         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4286         Use a local var for the timer.
4287         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4288         (i.e. bookmark-bmenu-search).
4290 2009-11-21  Glenn Morris  <rgm@gnu.org>
4292         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4294 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4296         * net/browse-url.el (browse-url-default-windows-browser):
4297         Use cygstart for cygwin.
4299 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4301         * bookmark.el: Formatting and doc fixes only:
4302         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4303         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4304         Minor grammar and punctuation fixes in doc string.
4305         (bookmark-read-search-input): Adjust to fit within 80 columns.
4307 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4309         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4310         (c-backward-into-nomenclature): Adapt to subword renaming.
4312         * subword.el (subword-forward, subword-backward, subword-mark)
4313         (subword-kill, subword-backward-kill, subword-transpose)
4314         (subword-downcase, subword-upcase, subword-capitalize)
4315         (subword-forward-internal, subword-backward-internal):
4316         Rename from forward-subword, backward-subword, mark-subword,
4317         kill-subword, backward-kill-subword, transpose-subwords,
4318         downcase-subword, upcase-subword, capitalize-subword,
4319         forward-subword-internal, backward-subword-internal.
4321 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4323         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4324         New options.
4325         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4326         New vars.
4327         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4328         (bookmark-bmenu-filter-alist-by-regexp)
4329         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4330         (bookmark-bmenu-search): New command.
4331         (bookmark-bmenu-mode-map): Bind it.
4333 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4335         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4337         * cedet/semantic/idle.el (define-semantic-idle-service)
4338         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4340 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4342         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4343         backward-subword to quit the byte-compiler.
4345         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4347         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4349         * progmodes/cc-cmds.el (c-update-modeline)
4350         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4351         Refer to subword.el functions instead of cc-subword.el.
4353         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4354         subword.el functions instead of cc-subword.el.
4356         * progmodes/cc-subword.el: Rename to subword.el.
4357         * subword.el: Rename from progmodes/cc-subword.el.
4358         (subword-mode-map): Rename from c-subword-mode-map.
4359         (subword-mode): Rename from c-subword-mode.
4360         (global-subword-mode): New global minor mode.
4361         (forward-subword): Rename from c-forward-subword.
4362         (backward-subword): Rename from c-backward-subword.
4363         (mark-subword): Rename from c-mark-subword.
4364         (kill-subword): Rename from c-kill-subword.
4365         (backward-kill-subword): Rename from c-backward-kill-subword.
4366         (transpose-subwords): Rename from c-tranpose-subword.
4367         (downcase-subword): Rename from c-downcase-subword.
4368         (capitalize-subword): Rename from c-capitalize-subword.
4369         (forward-subword-internal): Rename from c-forward-subword-internal.
4370         (backward-subword-internal): Rename from c-backward-subword-internal.
4372 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4374         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4375         from a dired buffer.
4376         (vc-dired-deduce-fileset): New function.
4377         (vc-root-diff, vc-print-root-log): Use it.
4379         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4380         nil LIMIT argument to vc-print-log-internal.
4382 2009-11-20  Glenn Morris  <rgm@gnu.org>
4384         * Makefile.in (ELCFILES): Regenerate.
4386 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4388         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4390         * cedet/semantic.el: Enable idle-mode menu items only if
4391         global-semantic-idle-scheduler-mode is enabled.
4392         (semantic-default-submodes): Doc fix.
4394         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4395         When turning off, disable other idle modes.
4397 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4399         * calc/calc.el (calc-set-mode-line):
4400         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4401         (math-format-number): Rename `math-format-complement-signed' to
4402         `math-format-twos-complement'.
4404         * calc/calc-bin.el (math-format-twos-complement): Rename from
4405         math-format-complement-signed.
4406         (calc-radix): Rename `calc-complement-signed-mode' to
4407         `calc-twos-complement-mode'.
4408         (calc-octal-radix, calc-hex-radix): Add an argument for
4409         two's complement.
4411         * calc/calc-embed.el (calc-embedded-mode-vars):
4412         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4414         * calc/calc-ext.el (calc-init-extensions):
4415         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4416         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4418         * calc/calc-units.el (math-build-units-table-buffer):
4419         Let `calc-twos-complement-mode' be nil.
4421         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4422         entries.
4424         * calc/calc-vec.el (calcFunc-vunpack):
4425         * calc/calc-aent.el (calc-do-calc-eval):
4426         * calc/calc-forms.el (math-format-date):
4427         * calc/calc-graph.el (calc-graph-plot):
4428         * calc/calc-math.el (math-use-emacs-fn):
4429         * calc/calccomp.el (math-compose-expr):
4430         Let `calc-twos-complement-mode' be nil.
4432 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4435         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4436         * minibuffer.el (completion-in-region-functions): New hook.
4437         (completion-in-region): New function.
4438         * emacs-lisp/lisp.el (lisp-complete-symbol):
4439         * pcomplete.el (pcomplete-std-complete): Use it.
4441 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4443         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4444         (latex-complete-alist): New vars.
4445         (latex-string-prefix-p, latex-complete-bibtex-keys)
4446         (latex-complete-envnames, latex-complete-refkeys)
4447         (latex-complete-data): New functions.
4448         (latex-complete, latex-indent-or-complete): New commands.
4450         * window.el (display-buffer-mark-dedicated): New var.
4451         (display-buffer): Obey it.
4452         * minibuffer.el (minibuffer-completion-help): Use it.
4454         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4456         * filecache.el (file-cache-add-file): Use push and cons.
4457         (file-cache-delete-file-regexp): Use push.
4458         (file-cache-complete): Use completion-in-region.
4460         * simple.el (with-wrapper-hook): Fix thinko.
4462         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4463         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4464         Use with-current-buffer and string-to-number.
4465         (hfy-fallback-colour-values): Use assoc-string.
4466         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4467         (hfy-face-at): Remove unused var `found-face'.
4468         (hfy-compile-stylesheet): Remove unused var `css'.
4469         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4470         and `orig-buffer'.
4471         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4472         Use with-current-buffer.
4473         (hfy-text-p): Use expand-file-name and fewer setq.
4475 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4477         * htmlfontify.el, hfy-cmap.el: New files.
4479 2009-11-19  Juri Linkov  <juri@jurta.org>
4481         * minibuffer.el (completions-format): New defcustom.
4482         (completion--insert-strings): Implement vertical format.
4484         * simple.el (switch-to-completions): Move point to the first
4485         completion when point was at the beginning of the buffer.
4487 2009-11-19  Juri Linkov  <juri@jurta.org>
4489         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4491         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4493 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4495         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4496         (mail-signature): Change default to t.
4497         (mail-from-style): Deprecate `system-default' value.
4498         (mail-insert-from-field): For default value of mail-from-style,
4499         default to `angles' unless `angles' needs quoting and `parens'
4500         does not.
4501         (mail-citation-prefix-regexp): Use citation regexp from
4502         message-mode.
4504 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4506         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4507         Set variables for computing the prompt for reading password.
4509 2009-11-19  Glenn Morris  <rgm@gnu.org>
4511         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4513         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4515         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4516         (newsticker-treeview-listwindow-height): Fix custom type.
4518 2009-11-19  Kenichi Handa  <handa@m17n.org>
4520         * descr-text.el (describe-char-padded-string): Compose with TAB
4521         only if there's a font for CH.
4522         (describe-char): Fix the condition for detecting a trivial composition.
4524 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4526         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4527         more accurate version of the regexp.  (Bug#3910)
4529 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4531         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4533 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4535         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4536         (font-setting-change-default-font): Fix typo in docstring.
4538 2009-11-18  Alan Mackenzie  <acm@muc.de>
4540         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4542 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4544         * font-setting.el (font-use-system-font): Move ...
4546         * cus-start.el (all): ... to here.
4548 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4550         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4551         Don't set `ad-return-value' if `ad-do-it' doesn't.
4553         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4554         modification time.
4556 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4558         * menu-bar.el: Put "Use system font" in Option-menu.
4559         (menu-bar-options-save): Add font-use-system-font.
4561         * loadup.el: If feature system-font-setting or font-render-setting is
4562         there, load font-setting.
4564         * Makefile.in (ELCFILES): Add font-settings.el.
4565         * font-setting.el: New file.
4567 2009-11-17  Glenn Morris  <rgm@gnu.org>
4569         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4571         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4572         Preserve point in the list buffer.  (Bug#4939)
4573         Use point-at-eol.
4574         (newsticker--treeview-list-update-highlight)
4575         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4577 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4579         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4580         Remove.
4582         * calc/calc-ext.el (calc-init-extensions): Remove references to
4583         symclip.
4585         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4587         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4588         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4589         `calc-symclip'.
4591 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4593         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4594         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4596         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4597         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4598         Ignore trailing spaces by omit-nulls to split-string (fixing
4599         regression from Emacs 21 due to the incompatible split-string
4600         change).  (Bug #4928.)
4602 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4604         * vc.el (vc-log-show-limit): Default to 2000.
4605         (vc-print-log-internal): Insert buttons to request more entries
4606         when limiting the output.
4608         * vc-sccs.el (vc-sccs-print-log):
4609         * vc-rcs.el (vc-rcs-print-log):
4610         * vc-cvs.el (vc-cvs-print-log):
4611         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4612         LIMIT is non-nil.
4614 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4616         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4617         error when `tramp-gvfs-dbus-event-vector' is set.
4618         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4620 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4624 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4626         * net/dbus.el (dbus-unregister-service): New defun.
4627         (dbus-register-property): Register the handlers of
4628         "org.freedesktop.DBus.Properties" for SERVICE.
4629         (dbus-property-handler): Fix docstring.
4631 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4633         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4634         Quote doc string reference in defvaralias as it is not in special form.
4635         (byte-compile-output-docform): Doc fix.
4637 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4639         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4640         (calc-complement-signed-mode): New variables.
4641         (calc-set-mode-line): Add indicator for twos-complements.
4642         (math-format-number): Format twos-complement notation.
4644         * calc/calc-bin.el (calc-word-size): Reset the variables
4645         `math-2-word-size' and `math-half-2-word-size'.
4646         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4647         (calc-symclip): New functions.
4649         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4651         * calc/calc-embed.el (calc-embedded-mode-vars):
4652         Add `calc-complement-signed-mode' to the list of modes.
4654         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4655         (calc-b-oper-keys): Add `calc-symclip' to list.
4657         * calc/calc-ext.el (math-read-number-fancy): Read complement
4658         signed numbers.
4659         (calc-init-extensions): Add binding for `calc-symclip'.
4660         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4662         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4663         `calc-symclip'.
4664         (calc-modes-menu): Add item for twos complement mode.
4666         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4668 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4670         * register.el (jump-to-register, insert-register): Handle Semantic
4671         tags.  From commented-out advice in semantic/senator.el.
4673 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4675         * vc.el (vc-log-show-limit): New variable.
4676         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4677         when using a prefix argument.
4678         (vc-print-log-internal): Add new argument LIMIT.
4680         * vc-svn.el (vc-svn-print-log):
4681         * vc-mtn.el (vc-mtn-print-log):
4682         * vc-hg.el (vc-hg-print-log):
4683         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4684         pass it to the log command when set.  Make the BUFFER argument
4685         non-optional.
4687         * vc-sccs.el (vc-sccs-print-log):
4688         * vc-rcs.el (vc-rcs-print-log):
4689         * vc-git.el (vc-git-print-log):
4690         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4691         ignore it.  Make the BUFFER argument non-optional
4693         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4695 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4697         * dired.el (dired-mode-map): Move encryption items to "Operate"
4698         menu (Bug#4703).
4700         * strokes.el (strokes-update-window-configuration): Make strokes
4701         buffer current before erasing (Bug#4906).
4703         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4704         (semantic-idle-summary-mode): Define using define-minor-mode
4705         instead of define-semantic-idle-service.
4706         (semantic-idle-summary-mode): New function.
4707         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4708         that mouse motion does not reset the echo area.
4710 2009-11-15  Juri Linkov  <juri@jurta.org>
4712         * simple.el (set-mark-default-inactive): Add :type, :group
4713         and :version.  (Bug#4876)
4715 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4717         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4718         (archive-unique-fname): ... here.  (Bug#4929)
4720 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4723         with a real fix.
4725         * novice.el (disabled-command-function): Add useful args.
4726         Setup the help buffer so that [back] works.
4727         Remove redundant call to help-mode.
4728         (disabled-command-function): Use `case'.
4729         (en/disable-command): New function extracted from enable-command.
4730         (enable-command, disable-command): Use it.
4732 2009-11-14  Glenn Morris  <rgm@gnu.org>
4734         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4735         constants.  (Bug#4913)
4737         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4739 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4741         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4742         defined in C that have no doc-strings.  (Bug#1063)
4744 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4746         * cus-edit.el (data, files):
4747         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4749 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4751         * simple.el (shell-command): Doc fix (Bug#4891).
4753         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4755 2009-11-14  Glenn Morris  <rgm@gnu.org>
4757         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4758         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4759         If they are already loaded, eval-after-load will do the right thing.
4761         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4762         compiling.
4764         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4766         * simple.el (x-selection-owner-p): Declare.
4767         (read-mail-command): Use custom radio type rather than choice.
4768         (completion-no-auto-exit): Doc fix.
4770         * custom.el (defgroup):
4771         * epg-config.el (epg): Doc fixes.
4773 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4775         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4776         * international/ccl.el (define-ccl-program): Do not purecopy the
4777         docstring, defconst does it anyway.
4779 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4782         a second time.
4784         * x-dnd.el (x-dnd-maybe-call-test-function):
4785         * window.el (split-window-vertically):
4786         * whitespace.el (whitespace-help-on):
4787         * vc-rcs.el (vc-rcs-consult-headers):
4788         * userlock.el (ask-user-about-lock-help)
4789         (ask-user-about-supersession-help):
4790         * type-break.el (type-break-force-mode-line-update):
4791         * time-stamp.el (time-stamp-conv-warn):
4792         * terminal.el (te-set-output-log, te-more-break, te-filter)
4793         (te-sentinel, terminal-emulator):
4794         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4795         (term-write-input-ring, term-check-source, term-start-output-log):
4796         (term-display-buffer-line, term-dynamic-list-completions):
4797         (term-ansi-make-term, serial-term):
4798         * subr.el (selective-display):
4799         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4800         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4801         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4802         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4803         (speedbar-remove-localized-speedbar-support)
4804         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4805         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4806         (speedbar-buffers-line-directory):
4807         * simple.el (shell-command-on-region, append-to-buffer)
4808         (prepend-to-buffer):
4809         * shadowfile.el (shadow-save-todo-file):
4810         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4811         (scroll-bar-maybe-set-window-start):
4812         * sb-image.el (speedbar-image-dump):
4813         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4814         (load-save-place-alist-from-file):
4815         * ps-samp.el (ps-print-message-from-summary):
4816         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4817         (ps-background-image, ps-begin-job, ps-do-despool):
4818         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4819         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4820         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4821         (pr-call-process, pr-file-list, pr-interface-save):
4822         * novice.el (disabled-command-function)
4823         (enable-command, disable-command):
4824         * mouse.el (mouse-buffer-menu-alist):
4825         * mouse-copy.el (mouse-kill-preserving-secondary):
4826         * macros.el (kbd-macro-query):
4827         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4828         * informat.el (batch-info-validate):
4829         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4830         * hippie-exp.el (try-expand-dabbrev-visible):
4831         * help-mode.el (help-make-xrefs):
4832         * help-fns.el (describe-variable):
4833         * generic-x.el (bat-generic-mode-run-as-comint):
4834         * finder.el (finder-mouse-select):
4835         * find-dired.el (find-dired-sentinel):
4836         * filesets.el (filesets-file-close):
4837         * files.el (list-directory):
4838         * faces.el (list-faces-display, describe-face):
4839         * facemenu.el (list-colors-display):
4840         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4841         * epg.el (epg--process-filter, epg-cancel):
4842         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4843         (epa--read-signature-type):
4844         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4845         (emerge-file-names):
4846         * ehelp.el (electric-helpify):
4847         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4848         * ediff-vers.el (rcs-ediff-view-revision):
4849         * ediff-util.el (ediff-setup):
4850         * ediff-mult.el (ediff-append-custom-diff):
4851         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4852         (ediff-wordify):
4853         * echistory.el (Electric-command-history-redo-expression):
4854         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4855         * disp-table.el (describe-display-table):
4856         * dired.el (dired-find-buffer-nocreate):
4857         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4858         * dabbrev.el (dabbrev--same-major-mode-p):
4859         * chistory.el (list-command-history):
4860         * apropos.el (apropos-documentation):
4861         * allout.el (allout-obtain-passphrase):
4862         (allout-copy-exposed-to-buffer):
4863         (allout-verify-passphrase): Use with-current-buffer.
4865 2009-11-13  Glenn Morris  <rgm@gnu.org>
4867         * Makefile.in (ELCFILES): Regenerate.
4869 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4871         * net/dbus.el (dbus-registered-objects-table): Rename from
4872         `dbus-registered-functions-table', because it contains also properties.
4873         (dbus-unregister-object): Unregister also properties.
4874         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4875         Use a timeout of 500 msec, in order to not block.
4876         (dbus-register-property, dbus-property-handler): New defuns.
4878 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * simple.el (minibuffer-default-add-completions): Drop deprecated
4881         4th arg.
4883 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4885         * textmodes/artist.el (artist-mouse-choose-operation):
4886         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4887         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4888         (artist-compute-up-event-key): New function.
4889         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4891 2009-11-13  Kenichi Handa  <handa@m17n.org>
4893         * language/japan-util.el: Make sure that the value of jisx0208
4894         property is jisx0208 character.
4896 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4898         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4899         car or each item, not the whole list.
4901 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * minibuffer.el (minibuffer-completion-help):
4904         Use minibuffer-hide-completions.
4906 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4908         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4909         (dired-revert): Use them (bug#4880).
4911 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4913         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4915 2009-11-12  Juri Linkov  <juri@jurta.org>
4917         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4918         New functions.
4919         (find-file-literally-at-point): Alias of `ffap-literally'.
4921 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4923         * textmodes/ispell.el (ispell-skip-region-alist):
4924         * textmodes/css-mode.el (auto-mode-alist):
4925         * progmodes/compile.el (auto-mode-alist):
4926         * international/mule.el (ctext-non-standard-encodings-alist)
4927         (ctext-non-standard-encodings-regexp):
4928         * simple.el (shell-command-switch, text-read-only):
4929         * replace.el (occur-mode-map):
4930         * paths.el (rmail-file-name):
4931         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4932         * find-file.el (ff-special-constructs):
4933         * files.el (file-name-handler-alist):
4934         * composite.el: Purecopy strings.
4936         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4938 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4940         * widget.el (define-widget): Purecopy the docstring.
4941         * international/mule-cmds.el (charset): Do not purecopy the
4942         docstring here, define-widget does it.
4944         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4945         * textmodes/bibtex-style.el (auto-mode-alist):
4946         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4947         * progmodes/compile.el (compile-command):
4948         * language/korea-util.el (default-korean-keyboard):
4949         * international/mule-conf.el (file-coding-system-alist):
4950         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4951         * tooltip.el (tooltip-frame-parameters):
4952         * newcomment.el (comment-end, comment-padding):
4953         * dired.el (dired-trivial-filenames):
4954         * comint.el (comint-file-name-prefix): Purecopy initial values.
4956 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4958         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4959         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4960         `tramp-unload'.
4961         (tramp-advice-make-auto-save-file-name)
4962         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4963         after removing the advice.
4965 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4967         * progmodes/grep.el (grep-regexp-alist):
4968         * international/mule-cmds.el (iso-2022-control-alist):
4969         * emacs-lisp/timer.el (timer-duration-words):
4970         * subr.el (version-separator, version-regexp-alist):
4971         * minibuffer.el (completion-styles-alist):
4972         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4973         Change defvars to defconsts.
4975         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4976         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4977         * international/mule-conf.el: Allow to be byte compiled.
4979         * international/mule.el (define-charset): Purecopy props.
4980         (load-with-code-conversion): Purecopy doc string and file name.
4981         (put-charset-property): Purecopy strings.
4982         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4984         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4985         (define-char-code-property): Correctly purecopy the table.
4987         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4989         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4991         * subr.el (add-hook): Purecopy strings.
4992         (eval-after-load): Purecopy load-history-regexp and the form.
4994         * custom.el (custom-declare-group): Purecopy load-file-name.
4996         * subr.el (menu-bar-separator): New defconst.
4997         * net/eudc.el (eudc-tools-menu):
4998         * international/mule-cmds.el (set-coding-system-map)
4999         (mule-menu-keymap):
5000         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5001         * vc-hooks.el (vc-menu-map):
5002         * replace.el (occur-mode-map):
5003         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5004         (menu-bar-edit-menu, menu-bar-goto-menu)
5005         (menu-bar-custom-menu, menu-bar-showhide-menu)
5006         (menu-bar-options-menu, menu-bar-tools-menu)
5007         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5008         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5009         (menu-bar-help-menu):
5010         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5011         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5013         * term/x-win.el (x-gtk-stock-map):
5014         * progmodes/vera-mode.el (auto-mode-alist):
5015         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5016         (inferior-lisp-program, inferior-lisp-load-command):
5017         * progmodes/hideshow.el (hs-special-modes-alist):
5018         * progmodes/gud.el (same-window-regexps):
5019         * progmodes/grep.el (grep-program, find-program, xargs-program):
5020         * net/telnet.el (same-window-regexps):
5021         * net/rlogin.el (same-window-regexps):
5022         * language/ethiopic.el (font-ccl-encoder-alist):
5023         * vc-sccs.el (vc-sccs-master-templates):
5024         * vc-rcs.el (vc-rcs-master-templates):
5025         * subr.el (cl-assertion-failed):
5026         * simple.el (next-error-overlay-arrow-position):
5027         * lpr.el (lpr-command):
5028         * locate.el (locate-ls-subdir-switches):
5029         * info.el (same-window-regexps, info)
5030         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5031         * image-mode.el (image-mode, auto-mode-alist):
5032         * hippie-exp.el (hippie-expand-ignore-buffers):
5033         * format.el (format-alist):
5034         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5035         (find-name-arg):
5036         * facemenu.el (facemenu-keybindings):
5037         * dired.el (dired-listing-switches, dired-chown-program):
5038         * diff.el (diff-switches, diff-command):
5039         * cus-edit.el (same-window-regexps):
5040         * bindings.el (mode-line-mule-info)
5041         (mode-line-buffer-identification): Purecopy strings.
5043 2009-11-11  Juri Linkov  <juri@jurta.org>
5045         * simple.el (dired-get-filename) <declare-function>:
5046         Tell the byte-compiler about dired-get-filename.
5047         (shell-command): In Dired mode, get filename from the current line
5048         as the default value.
5050 2009-11-10  Glenn Morris  <rgm@gnu.org>
5052         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5053         * calendar/holidays.el, progmodes/cperl-mode.el:
5054         Update x-popup-menu declarations.
5056         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5057         (list-load-path-shadows): Use dolist.
5058         (list-load-path-shadows): Use with-current-buffer.
5060 2009-11-10  Juri Linkov  <juri@jurta.org>
5062         * minibuffer.el (read-file-name): Support a list of default values
5063         in `default-filename'.  Use the first file name where only one
5064         element is required.  Doc fix.
5066 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5068         * net/dbus.el (dbus-unregister-object): Release service, if no
5069         other method is registered for it.
5071 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5073         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5074         bookmark-sort-flag is non-nil (Bug#4653).
5076 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5078         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5079         the progress reporter entirely.
5081         * emulation/cua-base.el: Add CUA property to some CC mode commands
5082         (Bug#4100).
5084 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5086         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5087         at end of sentence (Bug#4818).
5089 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5091         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5092         Handle "see declaration of" MSFT statements (Bug#4100).
5094 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5096         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5097         (tramp-advice-file-expand-wildcards): Unload via
5098         `ad-remove-advice'.
5100         * net/trampver.el: Update release number.
5102 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5104         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5105         `ad-do-it'.
5107 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5109         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5110         in order to keep context in SELinux.
5112 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5114         * dired-aux.el (dired-query): Place cursor in echo area and allow
5115         C-g.
5117         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5118         menu item if not on a directory (Bug#4701).
5120 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5122         Sync with Tramp 2.1.17.
5124         * net/tramp.el (tramp-handle-copy-directory): Don't use
5125         `file-remote-p' (due to compatibility).
5127         * net/tramp-compat.el (tramp-compat-copy-directory)
5128         (tramp-compat-delete-directory): New defuns.
5130         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5131         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5132         `tramp-compat-delete-directory'.
5134         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5135         (tramp-smb-handle-delete-directory): Use
5136         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5138         * net/trampver.el: Update release number.
5140 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5142         * tar-mode.el (tar-copy): Call write-region on the right buffer
5143         (Bug#4857).
5145         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5146         by hand, if necessary (Bug#4878).
5148 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5150         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5151         align size column (Bug#4839).
5153         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5154         statement.
5156 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5158         * progmodes/ld-script.el (auto-mode-alist):
5159         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5161         * cus-face.el (custom-declare-face): Purecopy face spec.
5163 2009-11-06  Kenichi Handa  <handa@m17n.org>
5165         * international/uni-bidi.el: Re-generated.
5166         * international/uni-category.el: Re-generated.
5167         * international/uni-combining.el: Re-generated.
5168         * international/uni-mirrored.el: Re-generated.
5170 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5172         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5173         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5174         (tex-start-options, slitex-run-command, latex-run-command)
5175         (tex-run-command, tex-directory):
5176         * textmodes/ispell.el (ispell-html-skip-alists)
5177         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5178         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5179         (adaptive-fill-regexp):
5180         * textmodes/dns-mode.el (auto-mode-alist):
5181         * progmodes/python.el (interpreter-mode-alist):
5182         * progmodes/etags.el (tags-compression-info-list):
5183         * progmodes/etags.el (tags-file-name):
5184         * net/browse-url.el (browse-url-galeon-program)
5185         (browse-url-firefox-program):
5186         * mail/sendmail.el (mail-signature-file)
5187         (mail-citation-prefix-regexp):
5188         * international/mule-conf.el (eight-bit):
5189         * international/latexenc.el (latex-inputenc-coding-alist):
5190         * international/fontset.el (x-pixel-size-width-font-regexp):
5191         * emacs-lisp/warnings.el (warning-type-format):
5192         * emacs-lisp/trace.el (trace-buffer):
5193         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5194         (emacs-lisp-mode-map):
5195         * calendar/holidays.el (holiday-solar-holidays)
5196         (holiday-bahai-holidays, holiday-islamic-holidays)
5197         (holiday-christian-holidays, holiday-hebrew-holidays)
5198         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5199         (hebrew-holidays-1, holiday-oriental-holidays)
5200         (holiday-general-holidays):
5201         * x-dnd.el (x-dnd-known-types):
5202         * tool-bar.el (tool-bar):
5203         * startup.el (site-run-file):
5204         * shell.el (shell-dumb-shell-regexp):
5205         * rfn-eshadow.el (file-name-shadow-tty-properties)
5206         (file-name-shadow-properties):
5207         * paths.el (remote-shell-program, news-directory):
5208         * mouse.el ([C-down-mouse-3]):
5209         * menu-bar.el (menu-bar-tools-menu):
5210         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5211         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5212         (jka-compr-compression-info-list):
5213         * isearch.el (search-whitespace-regexp):
5214         * image-file.el (image-file-name-extensions):
5215         * find-dired.el (find-ls-option):
5216         * files.el (directory-listing-before-filename-regexp)
5217         (directory-free-space-args, insert-directory-program)
5218         (list-directory-brief-switches, magic-fallback-mode-alist)
5219         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5220         (automount-dir-prefix):
5221         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5222         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5223         (face-font-registry-alternatives, face-font-registry-alternatives)
5224         (face-font-family-alternatives):
5225         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5226         (facemenu-foreground-menu, facemenu-face-menu):
5227         * epa-hook.el (epa-file-name-regexp):
5228         * dnd.el (dnd-protocol-alist):
5229         * textmodes/rst.el (auto-mode-alist):
5230         * button.el (default-button): Purecopy strings.
5232 2009-11-06  Glenn Morris  <rgm@gnu.org>
5234         * Makefile.in (ELCFILES): Update.
5236 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5239         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5241         * nxml/xsd-regexp.el (xsdre-gen-categories):
5242         * nxml/xmltok.el (xmltok-parse-entity):
5243         * nxml/rng-parse.el (rng-parse-validate-file):
5244         * nxml/rng-maint.el (rng-format-manual)
5245         (rng-manual-output-force-new-line):
5246         * nxml/rng-loc.el (rng-save-schema-location-1):
5247         * nxml/rng-cmpct.el (rng-c-parse-file):
5248         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5249         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5251 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5253         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5254         Remove extra save-excursions and make-variable-buffer-local's.
5255         Suggested by Stefan Monnier.
5257         (verilog-getopt-file, verilog-module-inside-filename-p)
5258         (verilog-set-define): Merge GNU 1.35 and repair changes from
5259         switching to using with-current-buffer.
5261         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5262         being treated as a number and confusing AUTORESET.
5263         Reported by Dan Dever.
5265         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5266         Add verilog-auto-ignore-concat to fix backward compatibility with
5267         older verilog-modes.  Reported by Dan Katz.
5269         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5270         containing closing anchors "...$".
5272         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5273         Reported by Wade Smith.
5275         (verilog-batch-execute-func): Comment on function usage.
5277 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5279         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5280         for labels.
5282         (verilog-label-re, verilog-calc-1): Support proper indent of named
5283         asserts.
5285         (verilog-backward-token, verilog-basic-complete-re)
5286         (verilog-beg-of-statement, verilog-indent-re): Support proper
5287         indent of the assert statement at the beginning of a block of text.
5289         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5290         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5291         tokens as begins.
5293 2009-11-05  Glenn Morris  <rgm@gnu.org>
5295         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5296         Emacs 19.  (Bug#1531)
5297         (byte-compile-fix-header): Update for the above change.
5298         Drop test for epoch::version.
5300         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5301         * cus-dep.el (custom-make-dependencies):
5302         * finder.el (finder-compile-keywords):
5303         Use autoload-rubric's feature argument.
5305         * calendar/diary-lib.el (top-level): Make load behave more like require.
5307         * vc-git.el (vc-git-stash-map): Move definition before use.
5309 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5311         * custom.el (custom-declare-group): Purecopy standard-value.
5312         (custom-declare-group): Purecopy custom-prefix.
5314         * international/mule.el (load-with-code-conversion):
5315         Call do-after-load-evaluation unconditionally.
5317         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5319 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5321         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5323 2009-11-04  Glenn Morris  <rgm@gnu.org>
5325         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5326         (byte-compile-compatibility): Remove option.
5327         (byte-compile-close-variables, byte-compile-fix-header)
5328         (byte-compile-insert-header, byte-compile-output-docform)
5329         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5330         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5331         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5332         (byte-compile-insert, byte-compile-defun):
5333         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5334         (byte-defop-compiler19): Remove.
5335         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5336         used by anything.  Replace all calls with byte-defop-compiler.
5338 2009-11-04  Juri Linkov  <juri@jurta.org>
5340         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5341         (menu-bar-options-menu): Don't quote the `prop' arg of
5342         `menu-bar-make-mm-toggle'.
5344 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5346         * calendar/calendar.el (cal-loaddefs):
5347         * calendar/diary-lib.el (diary-loaddefs):
5348         * calendar/holidays.el (hol-loaddefs):
5349         * eshell/esh-module.el (esh-groups): Load rather than require.
5351 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5354         point-min==1.
5355         (todo-top-priorities): Only display-buffer when called interactively.
5356         (todo-item-start): Don't save excursion point.
5357         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5358         (todo-insert-item-here, todo-file-item, todo-remove-item):
5359         Adjust uses of todo-item-start and todo-item-end.
5361         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5362         (autoload-rubric): Don't use any more.
5363         * cedet/semantic/fw.el (semantic/loaddefs):
5364         * cedet/srecode.el (srecode/loaddefs):
5365         * cedet/ede.el (ede/loaddefs): Load rather than require.
5366         * cedet/ede/cpp-root.el:
5367         * cedet/ede/emacs.el:
5368         * cedet/ede/files.el:
5369         * cedet/ede/linux.el:
5370         * cedet/ede/locate.el:
5371         * cedet/ede/make.el:
5372         * cedet/ede/shell.el:
5373         * cedet/ede/speedbar.el:
5374         * cedet/ede/system.el:
5375         * cedet/ede/util.el:
5376         * cedet/semantic/analyze.el:
5377         * cedet/semantic/bovine.el:
5378         * cedet/semantic/complete.el:
5379         * cedet/semantic/ctxt.el:
5380         * cedet/semantic/db-file.el:
5381         * cedet/semantic/db-find.el:
5382         * cedet/semantic/db-global.el:
5383         * cedet/semantic/db-mode.el:
5384         * cedet/semantic/db-typecache.el:
5385         * cedet/semantic/db.el:
5386         * cedet/semantic/debug.el:
5387         * cedet/semantic/dep.el:
5388         * cedet/semantic/doc.el:
5389         * cedet/semantic/edit.el:
5390         * cedet/semantic/find.el:
5391         * cedet/semantic/format.el:
5392         * cedet/semantic/html.el:
5393         * cedet/semantic/ia-sb.el:
5394         * cedet/semantic/ia.el:
5395         * cedet/semantic/idle.el:
5396         * cedet/semantic/lex-spp.el:
5397         * cedet/semantic/lex.el:
5398         * cedet/semantic/mru-bookmark.el:
5399         * cedet/semantic/scope.el:
5400         * cedet/semantic/senator.el:
5401         * cedet/semantic/sort.el:
5402         * cedet/semantic/symref.el:
5403         * cedet/semantic/tag-file.el:
5404         * cedet/semantic/tag-ls.el:
5405         * cedet/semantic/tag-write.el:
5406         * cedet/semantic/tag.el:
5407         * cedet/semantic/util-modes.el:
5408         * cedet/semantic/analyze/complete.el:
5409         * cedet/semantic/analyze/refs.el:
5410         * cedet/semantic/bovine/c.el:
5411         * cedet/semantic/bovine/gcc.el:
5412         * cedet/semantic/bovine/make.el:
5413         * cedet/semantic/bovine/scm.el:
5414         * cedet/semantic/decorate/include.el:
5415         * cedet/semantic/decorate/mode.el:
5416         * cedet/semantic/symref/cscope.el:
5417         * cedet/semantic/symref/global.el:
5418         * cedet/semantic/symref/grep.el:
5419         * cedet/semantic/symref/idutils.el:
5420         * cedet/semantic/symref/list.el:
5421         * cedet/semantic/wisent/java-tags.el:
5422         * cedet/semantic/wisent/javascript.el:
5423         * cedet/srecode/compile.el:
5424         * cedet/srecode/cpp.el:
5425         * cedet/srecode/document.el:
5426         * cedet/srecode/el.el:
5427         * cedet/srecode/expandproto.el:
5428         * cedet/srecode/getset.el:
5429         * cedet/srecode/insert.el:
5430         * cedet/srecode/java.el:
5431         * cedet/srecode/map.el:
5432         * cedet/srecode/mode.el:
5433         * cedet/srecode/template.el:
5434         * cedet/srecode/texi.el: Remove the file-local setting of
5435         generated-autoload-feature.
5437         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5438         and only put a prop if it is non-nil.
5440 2009-11-03  Juri Linkov  <juri@jurta.org>
5442         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5443         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5445         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5446         and "Menu" to make top-level menu item visually one unit (like
5447         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5448         multi-word menu items).  Fix :help string for quit-window.
5450 2009-11-03  Glenn Morris  <rgm@gnu.org>
5452         * cedet/mode-local.el (with-mode-local): Doc fix.
5454         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5455         (byte-compile-file-form-define-abbrev-table)
5456         (byte-compile-file-form-custom-declare-variable)
5457         (byte-compile-variable-ref, byte-compile-defvar):
5458         Whether or not a warning is enabled should only affect whether we issue
5459         the warning, not whether or not we collect the relevant data.
5460         Eg warnings can be turned on and off throughout the course of a file.
5462         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5463         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5465 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5468         * play/mpuz.el (mpuz-create-buffer):
5469         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5470         (lm-print-y,s,noise, lm-print-w0, lm-init):
5471         * play/gomoku.el (gomoku-prompt-for-move):
5472         * play/fortune.el (fortune-in-buffer):
5473         * play/dissociate.el (dissociated-press):
5474         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5475         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5476         * mail/supercite.el (sc-eref-show):
5477         * mail/smtpmail.el (smtpmail-send-it):
5478         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5479         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5480         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5481         (rmail-summary-goto-msg, rmail-summary-expunge)
5482         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5483         (rmail-summary-add-label, rmail-summary-output-menu)
5484         (rmail-summary-output-body):
5485         * mail/rfc822.el (rfc822-addresses):
5486         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5487         * mail/mailpost.el (post-mail-send-it):
5488         * mail/hashcash.el (hashcash-generate-payment):
5489         * mail/feedmail.el (feedmail-run-the-queue)
5490         (feedmail-queue-send-edit-prompt-help-first)
5491         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5492         (feedmail-deduce-address-list):
5493         * eshell/esh-ext.el (eshell-remote-command):
5494         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5495         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5496         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5497         (viper-save-string-in-file, viper-valid-marker):
5498         * emulation/viper-keym.el (viper-toggle-key):
5499         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5500         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5501         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5502         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5503         (viper-exec-form-in-emacs, viper-brac-function):
5504         * emulation/viper.el (viper-delocalize-var):
5505         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5506         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5507         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5508         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5509         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5510         * emulation/edt.el (edt-electric-helpify):
5511         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5512         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5513         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5514         (cua-indent-to-global-mark-column):
5515         * calendar/diary-lib.el (calendar-mark-1):
5516         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5517         Use with-current-buffer.
5518         * emulation/viper.el (viper-delocalize-var): Use dolist.
5520 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5522         * comint.el (comint-replace-by-expanded-history-before-point):
5523         Replace !! with the previous input string literally (Bug#1795).
5525 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5527         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5528         to be made up of whitespace.
5530 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5532         * minibuffer.el (read-file-name): Don't use file dialogs for
5533         remote directories (Bug#99).
5535 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5537         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5539 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5541         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5542         instead of deleting the window or frame.
5544 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5546         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5547         Support face colors.
5549         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5550         New function.  Support face colors (Bug#1168).
5551         (tex-common-initialization): Use it.
5553         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5554         mode allows it (Bug#1168).
5556 2009-10-31  Juri Linkov  <juri@jurta.org>
5558         * facemenu.el (list-colors-display): Don't mark buffer as
5559         modified (Bug#3948).
5561 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5563         * international/mule-diag.el (list-character-sets-1): Minor
5564         message fix (Bug#3526).
5566         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5567         face property (Bug#4834).
5568         (etags-list-tags, etags-tags-apropos-additional)
5569         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5570         property.
5572         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5573         items.
5575         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5576         items.
5578         * cedet/ede.el (ede-minor-mode):
5579         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5581 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * textmodes/two-column.el (2C-split):
5584         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5585         * textmodes/tex-mode.el (tex-set-buffer-directory):
5586         * textmodes/spell.el (spell-region, spell-string):
5587         * textmodes/reftex.el (reftex-erase-buffer):
5588         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5589         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5590         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5591         (reftex-select-item):
5592         * textmodes/reftex-ref.el (reftex-label-info-update)
5593         (reftex-offer-label-menu):
5594         * textmodes/reftex-index.el (reftex-index-change-entry)
5595         (reftex-index-phrases-info):
5596         * textmodes/reftex-global.el (reftex-create-tags-file)
5597         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5598         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5599         (reftex-view-crossref-from-bibtex):
5600         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5601         (reftex-extract-bib-entries-from-thebibliography)
5602         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5603         * textmodes/refbib.el (r2b-capitalize-title):
5604         (r2b-convert-buffer, r2b-help):
5605         * textmodes/page-ext.el (pages-directory)
5606         (pages-directory-goto-with-mouse):
5607         * textmodes/bibtex.el (bibtex-validate-globally):
5608         * textmodes/bib-mode.el (bib-capitalize-title):
5609         * textmodes/artist.el (artist-clear-buffer, artist-system):
5610         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5611         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5612         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5613         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5614         (xscheme-send-control-g-interrupt, xscheme-start-process)
5615         (xscheme-process-sentinel, xscheme-cd):
5616         * progmodes/verilog-mode.el (verilog-read-always-signals)
5617         (verilog-set-define, verilog-getopt-file)
5618         (verilog-module-inside-filename-p):
5619         * progmodes/sh-script.el:
5620         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5621         (python-pdbtrack-grub-for-buffer, python-execute-file):
5622         * progmodes/octave-inf.el (inferior-octave):
5623         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5624         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5625         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5626         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5627         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5628         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5629         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5630         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5631         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5632         (idlwave-shell-examine-display, idlwave-shell-run-region)
5633         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5634         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5635         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5636         (idlwave-help-get-help-buffer):
5637         * progmodes/gud.el (gud-basic-call, gud-find-class)
5638         (gud-tooltip-activate-mouse-motions-if-enabled):
5639         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5640         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5641         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5642         (ebrowse-tags-next-file):
5643         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5644         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5645         (ebnf-eps-finish-and-write):
5646         * progmodes/cpp.el (cpp-edit-save):
5647         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5648         * progmodes/cc-defs.el (c-emacs-features):
5649         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5650         (antlr-directory-dependencies):
5651         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5652         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5653         (ada-find-any-references, ada-make-filename-from-adaname)
5654         (ada-make-body-gnatstub):
5655         * obsolete/rnews.el (news-list-news-groups):
5656         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5657         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5658         * net/rcirc.el (rcirc-debug):
5659         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5660         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5661         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5662         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5663         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5664         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5665         (newsticker--treeview-list-clear-highlight)
5666         (newsticker--treeview-list-update-highlight)
5667         (newsticker--treeview-list-highlight-start)
5668         (newsticker--treeview-tree-update-highlight)
5669         (newsticker--treeview-get-selected-item)
5670         (newsticker-treeview-mark-list-items-old)
5671         (newsticker--treeview-set-current-node):
5672         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5673         * net/newst-backend.el (newsticker--get-news-by-funcall)
5674         (newsticker--get-news-by-wget, newsticker--image-get)
5675         (newsticker--image-sentinel):
5676         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5677         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5678         (eudc-ph-close-session):
5679         * net/eudc.el (eudc-save-options):
5680         * language/thai-word.el (thai-update-word-table):
5681         * language/japan-util.el (japanese-string-conversion):
5682         * international/titdic-cnv.el (tsang-quick-converter)
5683         (ziranma-converter, ctlau-converter):
5684         * international/mule-cmds.el (describe-language-environment):
5685         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5686         (skkdic-convert-postfix, skkdic-convert-prefix):
5687         (skkdic-convert-okuri-nasi, skkdic-convert):
5688         * emacs-lisp/re-builder.el (reb-update-overlays):
5689         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5690         * emacs-lisp/gulp.el (gulp-send-requests):
5691         * emacs-lisp/find-gc.el (trace-call-tree):
5692         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5693         (eieio-describe-generic):
5694         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5695         * emacs-lisp/edebug.el (edebug-outside-excursion):
5696         * emacs-lisp/debug.el (debugger-make-xrefs):
5697         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5698         * emacs-lisp/chart.el (chart-new-buffer):
5699         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5700         Use with-current-buffer.
5701         * textmodes/artist.el (artist-system): Don't call
5702         copy-sequence on a fresh string.
5703         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5705 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5707         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5708         is no item to edit.  (Bug#4820)
5709         (todo-top-priorities): Restore point and restore narrowing in Todo
5710         buffer.  (Bug#4820)
5712 2009-10-31  Glenn Morris  <rgm@gnu.org>
5714         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5715         (comint-last-output-start, comint-last-input-start)
5716         (comint-last-input-end): Don't defvar when compiling.
5717         (ange-ftp-process-file): Use bound-and-true-p.
5719         * pcmpl-rpm.el (top-level): Move provide statement to end.
5720         (pcmpl-rpm): Remove unused custom group.
5722         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5724         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5726         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5727         (byte-compile-warnings): Add `constants' as an option.
5728         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5729         (display-call-tree): Update for byte-compile-fdefinition possibly
5730         returning `(macro lambda ...)'.  (Bug#4778)
5731         (byte-compile-variable-ref, byte-compile-setq-default):
5732         Respect `constants' member of byte-compile-warnings.
5734         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5735         Use mapc rather than mapcar because the return value is never used.
5737         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5738         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5739         * cedet/semantic/html.el:
5740         Suppress harmless warnings about setting up semantic-imenu (not
5741         part of Emacs) variables.
5743 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5746         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5747         to "submit:".
5749         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5750         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5751         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5752         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5753         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5754         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5755         (semantic-analyzer-debug-global-symbol)
5756         (semantic-analyzer-debug-missing-innertype)
5757         (semantic-analyzer-debug-insert-include-summary):
5758         * cedet/semantic/util.el (semantic-file-tag-table):
5759         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5760         (semantic-recursive-find-nonterminal-by-name):
5761         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5762         * cedet/semantic/tag-file.el (semantic-prototype-file):
5763         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5764         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5765         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5766         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5767         (semantic-idle-summary-maybe-highlight):
5768         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5769         (semantic-ia-sb-tag-info):
5770         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5771         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5772         * cedet/semantic/ede-grammar.el (project-compile-target):
5773         (ede-proj-makefile-insert-variables):
5774         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5775         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5776         (semantic-debug-mode, semantic-debug):
5777         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5778         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5779         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5780         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5781         (semanticdb-find-translate-path-includes--internal)
5782         (semanticdb-reset-log, semanticdb-find-log-activity):
5783         * cedet/semantic/db-file.el (object-write):
5784         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5785         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5786         (semanticdb-create-ebrowse-database):
5787         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5788         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5789         (semantic-collector-calculate-completions-raw)
5790         (semantic-complete-read-tag-analyzer):
5791         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5792         * cedet/ede/util.el (ede-update-version-in-source):
5793         * cedet/ede/proj.el (project-delete-target):
5794         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5795         (ede-proj-flush-autoconf):
5796         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5797         (ede-proj-configure-synchronize):
5798         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5799         * cedet/ede/linux.el (ede-linux-version):
5800         * cedet/ede/emacs.el (ede-emacs-version):
5801         * cedet/ede/dired.el (ede-dired-add-to-target):
5802         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5803         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5804         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5805         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5806         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5807         (cedet-idutils-version-check):
5808         * cedet/cedet-global.el (cedet-gnu-global-call):
5809         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5810         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5811         * cedet/cedet-cscope.el (cedet-cscope-call)
5812         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5813         Use with-current-buffer.
5814         * cedet/ede.el (ede-make-project-local-variable)
5815         (ede-set-project-variables, ede-set): Use dolist.
5817 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5819         * textmodes/ispell.el (ispell-skip-region-alist):
5820         * international/mule-conf.el (eight-bit):
5821         * international/fontset.el (font-encoding-alist):
5822         * startup.el (pure-space-overflow-message):
5823         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5824         * paths.el (gnus-nntp-service, rmail-spool-directory)
5825         (term-file-prefix):
5826         * files.el (save-some-buffers-action-alist):
5827         * cmuscheme.el (same-window-buffer-names):
5828         * ielm.el (same-window-buffer-names):
5829         * shell.el (same-window-buffer-names):
5830         * mail/sendmail.el (same-window-buffer-names):
5831         * progmodes/inf-lisp.el (same-window-buffer-names):
5832         * bindings.el (mode-line-client)
5833         (mode-line-column-line-number-mode-map):
5834         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5835         (tibetan-precomposed-regexp): Purecopy string arguments.
5837 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5840         (calcDigit-nondigit):
5841         * calc/calc-yank.el (calc-copy-to-buffer):
5842         * calc/calc-units.el (calc-invalidate-units-table):
5843         * calc/calc-trail.el (calc-trail-yank):
5844         * calc/calc-store.el (calc-insert-variables):
5845         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5846         * calc/calc-prog.el (calc-read-parse-table):
5847         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5848         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5849         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5850         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5851         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5852         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5853         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5854         * calc/calc-ext.el (calc-realign):
5855         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5856         (calc-embedded-finish-edit, calc-embedded-make-info)
5857         (calc-embedded-finish-command, calc-embedded-stack-change):
5858         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5860         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5861         (overload-docstring-extension): Use that info.
5862         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5863         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5864         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5865         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5866         (semantic-nonterminal-full-name): Add the new `when' info.
5867         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5868         `assert'.
5870         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5871         shell-dynamic-complete-filename in preference to
5872         comint-dynamic-complete-filename.
5874         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5875         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5876         Don't consider whether the display supports colors.
5877         (bookmark-import-new-list): Use dolist.
5878         (bookmark-bmenu-mode-map): Move initialization into declaration.
5879         (bookmark-bmenu-list): Use dolist, simplify.
5880         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5881         (menu-bar-final-items): Use push.
5883 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5885         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5886         it works on remote files.
5887         (vc-hg-diff): Don't pass any `--cwd' argument.
5889 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5891         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5892         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5893         (Further to Bug#3921).
5895 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5897         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5898         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5899         calling `tramp-imap-put-file'.  Add file size to the call.
5900         (tramp-imap-get-file-entries): Compute also user name, file size,
5901         and date.
5902         (tramp-imap-handle-insert-directory): Insert uid and gid.
5903         (tramp-imap-handle-file-attributes): Transform uid and gid
5904         according to `id-format'.
5905         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5906         size in header X-Size.
5908 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5910         * simple.el (transpose-subr): Give clearer error when the mark
5911         is not set.  (Bug#4807)
5913 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5915         * net/tramp.el (tramp-perl-file-truename): New defconst.
5916         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5917         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5918         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5919         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5921         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5922         Ignore `dired-call-process'.
5923         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5925 2009-10-26  Julian Scheid  <julians37@gmail.com>
5927         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5928         (tramp-get-remote-readlink): New defun.
5929         (tramp-handle-file-truename): Use it.
5930         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5931         file exists if cache value present.
5932         (tramp-check-cached-permissions): New defun.
5933         (tramp-handle-file-readable-p): Use it.
5934         (tramp-handle-file-writable-p): Likewise.
5935         (tramp-handle-file-executable-p): Likewise.
5936         (tramp-handle-file-name-all-completions): Try using Perl to get
5937         partial completions.  When perl not available, combine `cd' and
5938         `ls' into single remote operation and use shell expansion to get
5939         partial remote directory contents.  Set `file-exists-p' cache for
5940         directory and any files returned by ls.  Change cache handling to
5941         support partial directory contents.  Use error message emitted by
5942         remote `cd' or Perl code for local tramp-error.
5943         (tramp-do-copy-or-rename-file-directly): Avoid separate
5944         tramp-send-command-and-check call.
5945         (tramp-handle-process-file): Merge three remote ops into one.
5946         Do not flush all caches when `process-file-side-effects' is set.
5947         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5948         file-attributes shows uid/gid to be set already.
5950 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * textmodes/tex-mode.el (tex-dvi-view-command)
5953         (tex-show-queue-command, tex-open-quote):
5954         * progmodes/ruby-mode.el (auto-mode-alist)
5955         (interpreter-mode-alist): Purecopy strings.
5957         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5959         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5960         string for the hook, keymap and abbrev table.
5962         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5964         * x-dnd.el (x-dnd-xdnd-to-action):
5965         * startup.el (fancy-startup-text, fancy-about-text): Change to
5966         defconst from defvar.
5968         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5970         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5971         Purecopy initialization strings.
5973         * mail/sendmail.el (mail-header-separator)
5974         (mail-personal-alias-file):
5975         * mail/rmail.el (rmail-default-dont-reply-to-names)
5976         (rmail-ignored-headers, rmail-retry-ignored-headers)
5977         (rmail-highlighted-headers, rmail-secondary-file-directory)
5978         (rmail-secondary-file-regexp):
5979         * files.el (null-device, file-name-invalid-regexp)
5980         (locate-dominating-stop-dir-regexp)
5981         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5982         (interpreter-mode-alist): Use mapcar instead of mapc.
5984         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5986         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5987         (completion-ignored-extensions):
5988         (debug-ignored-errors): Purecopy strings.
5990 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5993         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5994         (pcomplete--here): Use push.
5996         * subr.el (all-completions): Declare the 4th arg obsolete.
5998 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6000         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6001         (pcomplete-unquote-argument): New function.
6002         (pcomplete--common-suffix): Always pay attention to case.
6003         (pcomplete--table-subvert): Quote and unquote the text.
6004         (pcomplete--common-quoted-suffix): New function.
6005         (pcomplete-std-complete): Use it and pcomplete-begin.
6007         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6008         we're inside a dedicated or minibuffer window.
6010 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * cedet/semantic/fw.el (semantic-alias-obsolete)
6013         (semantic-varalias-obsolete): Make the `when' arg mandatory.
6014         (define-mode-overload-implementation):
6015         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6016         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6017         * cedet/semantic/util.el (semantic-file-token-stream)
6018         (semantic-something-to-stream):
6019         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6020         (semantic-expand-nonterminal):
6021         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6022         (semantic-find-dependency, semantic-find-nonterminal)
6023         (semantic-find-dependency):
6024         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6025         (semantic-flex-text, semantic-flex-make-keyword-table)
6026         (semantic-flex-keyword-p, semantic-flex-keyword-put)
6027         (semantic-flex-keyword-get, semantic-flex-map-keywords)
6028         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6029         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6030         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6031         (semantic-after-idle-scheduler-reparse-hooks):
6032         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6033         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6034         * cedet/semantic.el (semantic-toplevel-bovine-table)
6035         (semantic-toplevel-bovine-cache)
6036         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6037         (semantic-init-mode-hooks, semantic-init-db-hooks)
6038         (semantic-bovination-working-type): Provide the `when' arg.
6040 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6042         * bookmark.el: Update documentation, especially documentation
6043         of `bookmark-alist' and of the bookmark file format.
6044         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6046 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6048         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6049         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6050         window to buffer.
6052         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6053         (global-whitespace-mode, global-whitespace-newline-mode)
6054         (whitespace-toggle-options, global-whitespace-toggle-options):
6055         Doc fix (Bug#3660).
6057         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6058         of xmltok-start before the end tag was inserted (Bug#2840).
6060         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6061         patterns that are preceded by an open-paren (Bug#1320).
6063 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6065         * files.el (delete-directory): Delete symlinks to directories with
6066         delete-file (Bug#4739).
6068 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6070         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6071         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6072         argument to make-obsolete.
6074         * cedet/semantic/fw.el (semantic-alias-obsolete)
6075         (semantic-varalias-obsolete): Add optional WHEN argument.
6077 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * vc.el (vc-backend-for-registration): Rename from
6080         vc-get-backend-for-registration.  Update callers.
6082         * international/mule-cmds.el (set-language-info-alist):
6083         Purecopy lang-env.
6084         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6085         (charset): Purecopy the name.
6086         (define-char-code-property): Purecopy string arguments.
6088         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6089         Purecopy string arguments.
6091         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6092         * ediff-hook.el (menu-bar-ediff-menu):
6093         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6094         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6096 2009-10-24  Glenn Morris  <rgm@gnu.org>
6098         * comint.el (comint-dynamic-list-completions):
6099         * term.el (term-dynamic-list-completions): Use choose-completion rather
6100         than obsolete alias mouse-choose-completion.
6102         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6103         file-cache-choose-completion.
6104         (file-cache-choose-completion): Handle an optional event argument.
6105         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6107         * progmodes/octave-mod.el (octave-complete-symbol):
6108         Use choose-completion if mouse-choose-completion is ever removed.
6110         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6111         use.
6113         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6114         compiler.
6116         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6118 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6120         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6121         Ignore `pred' now that we receive one.
6122         Handle test-completion specially.
6124 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6126         * vc.el (vc-responsible-backend): Throw an error if not backend is
6127         found.  Remove the REGISTER argument.  Move the code dealing with
6128         REGISTER ...
6129         (vc-get-backend-for-registration): ... here.  New function.
6130         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6131         of vc-responsible-backend, pass the file name instead of the
6132         directory name.
6134 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6136         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6137         New funs.
6138         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6139         (pcomplete-comint-setup): Don't modify a global var via
6140         accidental side-effects.
6141         (pcomplete-shell-setup): Adjust call accordingly.
6142         (pcomplete-parse-comint-arguments): Use push.
6144 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6146         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6147         Allow uncapitalized info node names (Bug#3921).
6149         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6150         to the DEBUG file (Bug#3781).
6152 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6154         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6155         dictionary entry (Bug#4579).
6157 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6159         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6160         from `rfn-eshadow-update-overlay-hook' when unloading.
6161         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6162         "rsyncc".  Adjust doc string.
6163         (tramp-temp-buffer-file-name): New buffer-local defvar.
6164         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6165         Keep temporary file when indicated by method ("rsync" and
6166         "rsyncc").
6167         (tramp-handle-write-region): Handle APPEND.
6168         (tramp-delete-temp-file-function): New defun.  Added to
6169         `kill-buffer-hook'.
6171 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6173         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6175 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6177         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6178         (color-name-rgb-alist, tty-standard-colors)
6179         (tty-color-mode-alist): Change to defconst.
6181         * simple.el (mark-inactive): Purecopy message.
6183         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6184         (global-map, yank-menu):
6185         * textmodes/ispell.el (ispell-menu-map):
6186         * net/eudc.el (eudc-tools-menu):
6187         * international/mule-cmds.el (describe-language-environment-map)
6188         (setup-language-environment-map, set-coding-system-map)
6189         (mule-menu-keymap):
6190         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6191         * replace.el (occur-mode-map):
6192         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6194 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6196         * calc/calc.el (math-read-number, math-read-number-simple): Use
6197         `save-match-data'.
6199 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6202         rather than fiddling with global-map bindings, since it should only
6203         affect per-terminal settings.
6204         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6206         * minibuffer.el (completion-table-with-terminator): Allow to specify
6207         the terminator-regexp.
6209         * simple.el (switch-to-completions): Look for *Completions* in other
6210         frames as well.
6212         * pcomplete.el: Allow the use of completion-tables.
6213         (pcomplete-std-complete): New command.
6214         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6215         (pcomplete--here): Use a function for `form' rather than an expression,
6216         so it can be byte-compiled.
6217         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6218         Add edebug declaration.
6219         (pcomplete-show-completions): Remove unused var `curbuf'.
6220         (pcomplete-do-complete, pcomplete-stub):
6221         Don't assume `completions' is a list of strings any more.
6223 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6225         * find-dired.el (find-name-arg): Fix typo in docstring.
6227 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6229         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6230         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6232         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6233         pcomplete-entries.
6235         * comint.el (comint-read-input-ring, comint-write-input-ring)
6236         (comint-substitute-in-file-name)
6237         (comint-dynamic-complete-as-filename)
6238         (comint-dynamic-simple-complete)
6239         (comint-dynamic-list-filename-completions)
6240         (comint-dynamic-list-completions)
6241         (comint-redirect-results-list-from-process): Minor simplifications.
6243 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6245         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6246         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6247         the first form.  And insert a blank line after ";;; Code" since
6248         that's usual style.  (Bug#4612)
6250         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6252 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6254         * minibuffer.el (completion-table-with-terminator): Properly implement
6255         boundaries, in case `terminator' appears in the suffix.
6256         (completion--embedded-envvar-table): Don't return boundaries if
6257         there's no valid completion.  Simplify.
6258         (completion-file-name-table): New completion table extracted from
6259         completion--file-name-table.
6260         (completion--file-name-table): Use it.
6261         (read-file-name-predicate): Declare obsolete.
6262         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6263         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6264         completion-file-name-table, and use the `pred' argument.
6265         * files.el (locate-file-completion-table): Use the `pred' arg rather
6266         than read-file-name-predicate.
6267         (abbreviate-file-name): Use \` rather than ^ for BOS.
6269 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6271         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6272         vc-responsible-backend to register, it causes problems.
6274 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6278 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6280         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6281         (semantic-c-debug-mode-init-pch): New functions.
6282         (semantic-c-debug-mode-init-last-mode): New var.
6283         (semantic-c-parse-lexical-token): Use them.
6285         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6286         When extracting the argument list, limit only by point-max.
6288 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6290         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6291         (tramp-smb-handle-file-attributes): Use it.
6292         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6293         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6294         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6295         Add `dired-filename' text properties.
6296         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6297         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6298         version.
6300 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6302         * subr.el (read-key-delay): Reduce to 0.01.
6303         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6304         (bug#4751).
6306 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6308         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6310         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6311         (Info-menu): Remove unused vars `last' and `completions'.
6312         (Info-index-nodes): Remove unused var `node'.
6314         * info.el (Info-complete-menu-item): Use complete-with-action.
6316 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6318         Make vc-annotate work through copies and renames.
6319         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6320         Return the file name too.
6321         (vc-annotate-revision-at-line)
6322         (vc-annotate-find-revision-at-line)
6323         (vc-annotate-revision-previous-to-line)
6324         (vc-annotate-show-log-revision-at-line): Update to get the file
6325         name from vc-annotate-extract-revision-at-line.
6326         (vc-annotate-show-diff-revision-at-line-internal): Change the
6327         argument to mean whether to show a file diff or not.  Get the file
6328         name from vc-annotate-extract-revision-at-line.
6329         (vc-annotate-show-diff-revision-at-line):
6330         Update vc-annotate-show-diff-revision-at-line call.
6331         (vc-annotate-warp-revision): Add an optional file argument.
6333         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6334         (vc-git-annotate-extract-revision-at-line): Also return the file
6335         name if found.
6337         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6338         command.  Remove unused code.
6339         (vc-hg-annotate-re): Update to match --follow output.
6340         (vc-hg-annotate-extract-revision-at-line): Also return the file
6341         name if found.
6343         * vc.el: Update annotate-extract-revision-at-line documentation.
6345 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6347         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6348         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6350         * net/browse-url.el (browse-url): Identify alist with "consp and
6351         not functionp" and let all other things go down the `apply' leg,
6352         as suggested by Stefan.  (Further to bug#4531.)
6354 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6356         * minibuffer.el (read-file-name): Check for repeat before putting
6357         a default argument in file-name-history (Bug#4657).
6359         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6360         read syntax (Bug#4737).
6362         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6364 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6366         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6367         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6368         entries and make note of obsolete tags.
6370 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6372         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6374 2009-10-18  Glenn Morris  <rgm@gnu.org>
6376         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6377         grep, so that binary files (eg international/uni-bidi.el) can match.
6378         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6379         now, and in any case the file header format has changed.
6381 2009-10-17  Glenn Morris  <rgm@gnu.org>
6383         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6384         (flyspell-get-word, flyspell-large-region)
6385         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6387 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6389         * Makefile.in (ELCFILES): Add ede/shell.
6391 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6393         * term/common-win.el (x-colors): Purecopy it.
6395 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6398         permissive for when the buffer is empty.
6399         (tar-header-block-tokenize): Decode the username and groupname.
6400         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6402 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6404         * cedet/srecode/srt.el:
6405         * cedet/srecode/compile.el:
6406         * cedet/semantic/mru-bookmark.el:
6407         * cedet/semantic/debug.el:
6408         * cedet/semantic/complete.el:
6409         * cedet/semantic/analyze.el: Require CL when compiling.
6411 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6413         * cedet/semantic/scope.el
6414         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6415         tmpscope so that the regular scope will continue to work.
6417         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6418         Use semantic-idle-summary-highlight-face as the highlighting.
6420         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6421         contains multibyte characters, choose first applicable coding
6422         system automatically.
6424         * cedet/ede/project-am.el (project-run-target): New method.
6425         (project-run-target): New method.
6427         * cedet/ede.el (ede-target): Add run target menu item.
6428         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6429         (ede-run-target): New function.
6430         (ede-target::project-run-target): New method.
6432         * cedet/ede/proj.el (project-run-target): New method.
6434         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6435         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6436         Add :rules.
6437         (ede-proj-target-makefile-shared-object): Only libtool compilers
6438         now available.  Add linkers for libtool.
6439         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6440         (ede-proj-makefile-target-name): Always use .la extension.
6442         * cedet/ede/proj-prog.el (project-run-target): New method.
6444         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6445         (ede-g++-linker): Change Change link lines.
6447         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6448         When searching for old variables, go to the end of the buffer and
6449         search backward from there.
6450         (ede-proj-makefile-automake-insert-subdirs)
6451         (ede-proj-makefile-automake-insert-extradist): New methods.
6452         (ede-proj-makefile-create): Use them.
6454         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6455         Force FILE to expand to the current target.  Use file-exists-p to
6456         check that it exists.
6458         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6459         (ede-linux-load): Wrap dir in file-name-as-directory.
6460         Set :version slot.
6462         * cedet/ede/files.el (ede-get-locator-object): When enabling
6463         locate, do so on "top".
6465         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6466         file-name-as-directory during compare.
6467         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6468         Get version number from different places.  Don't call egrep.
6469         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6470         to set the directory.
6472         * cedet/ede/shell.el: New file.
6474         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6475         alpha/beta variants.
6477 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * international/mule-cmds.el (select-safe-coding-system): If the file
6480         has a coding cookie, use it regardless of any other setting (bug#4712).
6482 2009-10-17  Glenn Morris  <rgm@gnu.org>
6484         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6485         All errors should have messages.
6487         * foldout.el (foldout-mouse-swallow-events):
6488         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6490         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6491         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6492         (dired-keep-marker-symlink, dired-dwim-target)
6493         (dired-copy-preserve-time): Do not autoload these defcustoms.
6495         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6496         messages from messing up the file coding.  (Bug#4623)
6498 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6500         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6501         if no match is found for the current dictionary.  (Bug#4578)
6503         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6504         optional, since that is how it is documented, and this is often called
6505         with a nil argument.  (Bug#4577)
6506         (flyspell-external-point-words, flyspell-auto-correct-word)
6507         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6508         (flyspell-word-search-backward): Remove nil argument in calls to
6509         flyspell-get-word, since it is not needed now.
6511 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6513         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6515 2009-10-16  Glenn Morris  <rgm@gnu.org>
6517         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6519 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6521         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6522         (ange-ftp-file-size): New function.
6523         (ange-ftp-file-attributes): Use it.
6525 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6527         * net/tramp-smb.el (tramp-smb-version): New defvar.
6528         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6529         repeated checks.
6531 2009-10-16  Glenn Morris  <rgm@gnu.org>
6533         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6534         Maybe copy some custom properties from old to new name.  (Bug#4706)
6536 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6538         * subr.el (error, sit-for, start-process-shell-command)
6539         (start-file-process-shell-command): Set the calling convention
6540         after the function definition.
6542 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * subr.el (error, sit-for, start-process-shell-command)
6545         (start-file-process-shell-command): Use the new
6546         set-advertised-calling-convention feature.
6548 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6550         * international/ucs-normalize.el (ucs-normalize-version):
6551         Change to 1.2.
6552         (check-range): Adjust for Unicode 5.2.
6554 2009-10-15  Juri Linkov  <juri@jurta.org>
6556         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6557         to the `menu-item' format.
6559 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6561         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6562         if the environment variable does not exist.
6564         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6565         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6566         parameter.
6567         (tramp-smb-handle-add-name-to-file)
6568         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6569         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6570         (tramp-smb-handle-file-attributes)
6571         (tramp-smb-do-file-attributes-with-stat)
6572         (tramp-smb-handle-file-local-copy)
6573         (tramp-smb-handle-insert-directory)
6574         (tramp-smb-handle-make-directory)
6575         (tramp-smb-handle-make-directory-internal)
6576         (tramp-smb-handle-make-symbolic-link)
6577         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6578         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6579         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6580         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6581         Handle long file names.
6582         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6583         process is running.
6584         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6585         Read share names with "-g" option.
6587 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6589         * net/rcirc.el (rcirc-view-log-file): New command.
6590         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6591         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6592         specified.
6594 2009-10-15  Glenn Morris  <rgm@gnu.org>
6596         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6597         from the second command-line argument.
6598         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6599         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6600         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6601         w32-batch-update-autoloads.
6602         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6603         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6605         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6606         the headers cannot be located.  Simplify, subtracting superflous
6607         save-excursions.
6609 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         Replace completion-base-size by completion-base-position to fix bugs
6612         such as (bug#4699).
6613         * simple.el (completion-base-position): New var.
6614         (completion-base-size): Mark as obsolete.
6615         (choose-completion): Make it work for mouse events as well.
6616         Pass the new base-position to choose-completion-string.
6617         (choose-completion-guess-base-position): New function, extracted from
6618         choose-completion-delete-max-match.
6619         (choose-completion-delete-max-match): Use it.  Make obsolete.
6620         (choose-completion-string): Use the new base-position info.
6621         (completion-root-regexp): Delete.
6622         (completion-setup-function): Preserve completion-base-position.
6623         Eliminate obsolete base-size manipulation.
6624         * minibuffer.el (display-completion-list): Don't mess with base-size.
6625         (minibuffer-completion-help): Set completion-base-position instead.
6626         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6627         choose-completion.
6628         * textmodes/bibtex.el (bibtex-complete):
6629         * emacs-lisp/crm.el (crm--choose-completion-string):
6630         Adjust to new calling convention.
6631         * complete.el (partial-completion-mode): Use minibufferp to avoid
6632         bumping into incompatible change to choose-completion-string-functions.
6633         * ido.el (ido-choose-completion-string): Make its calling convention
6634         more permissive.
6635         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6636         base-size manipulation.
6637         (comint-dynamic-list-input-ring): Use dotimes and push.
6638         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6639         fundamental-mode.  Use `or'.
6641 2009-10-14  Juri Linkov  <juri@jurta.org>
6643         * misearch.el (multi-isearch-next-buffer-from-list)
6644         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6646 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6648         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6649         `bytecomp.el'.
6651         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6652         string we return is all made up of text from the completions rather
6653         than part from the completions and part from the input (bug#4219).
6655         * ido.el (ido-everywhere): Use define-minor-mode.
6657         * buff-menu.el (list-buffers, ctl-x-map):
6658         Mark the entry points with ;;;###autoload cookies.
6660 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6662         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6663         correctly in the detached head case.
6664         (vc-git-print-log): Remove unused binding.
6666         * vc.el (vc-responsible-backend): When a directory is passed for
6667         for registration create a VC repository if no backend is
6668         responsible for the directory argument.
6669         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6671         * vc.el: Move comments about RCS and SCCS ...
6672         * vc-rcs.el:
6673         * vc-sccs.el: ... here, respectively.
6675 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * minibuffer.el (completion--file-name-table): Return nil if there's
6678         no file completion, even if substitute-in-file-name changed
6679         the string (bug#4708).
6681 2009-10-13  Juri Linkov  <juri@jurta.org>
6683         * files-x.el (read-file-local-variable-value): Don't filter out
6684         minor modes from mode name completion (bug#4664).
6686 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6688         * international/mule-cmds.el (ucs-names): Remove exclusion of
6689         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6691 2009-10-13  Kenichi Handa  <handa@m17n.org>
6693         * international/uni-name.el: Regenerated.
6695 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6697         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6698         should be automatically buffer-local, but isn't.)
6700 2009-10-12  Sam Steingold  <sds@gnu.org>
6702         * progmodes/compile.el (compilation-next-error-function): Fix the
6703         timestamps if the buffer has been visited before.
6704         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6705         non-anchored patterns, like the perl one (bug#3928).
6707 2009-10-12  Glenn Morris  <rgm@gnu.org>
6709         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6710         Let-bind `size'.
6712 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6714         * proced.el (proced-unload-function): New function.
6716         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6717         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6718         Doc fix.
6720         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6722 2009-10-11  Juri Linkov  <juri@jurta.org>
6724         * files-x.el (read-file-local-variable-value):
6725         Provide default value only for bound variables (bug#4664).
6727 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6729         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6730         connection methods like smb.
6732         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6733         can be empty.
6735         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6736         (tramp-smb-file-name-handler-alist): Add handlers for
6737         `add-name-to-file', `make-symbolic-link'.
6738         (tramp-smb-handle-add-name-to-file)
6739         (tramp-smb-do-file-attributes-with-stat)
6740         (tramp-smb-handle-make-symbolic-link)
6741         (tramp-smb-get-cifs-capabilities): New defuns.
6742         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6743         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6744         (tramp-smb-handle-file-local-copy)
6745         (tramp-smb-handle-make-directory-internal)
6746         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6747         The file name syntax depends on cifs capabilities.
6748         (tramp-smb-handle-file-attributes):
6749         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6750         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6751         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6753 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6755         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6756         (eieio-defclass): Apply deftype handler and setf-method properties
6757         directly.
6758         (eieio-add-new-slot): Avoid union function from cl library.
6759         (eieio--typep): New function.
6760         (eieio-perform-slot-validation): Use it.
6762 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6764         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6765         Update documentation to refer to the variables documented in r1.135.
6766         (Bug#4188)
6768 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6770         * bookmark.el (Info-suffix-list): Remove this unused variable.
6771         (bookmark-current-point): Remove this obsolete variable.
6772         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6773         Adjust for removal of bookmark-current-point.
6775         (bookmarks-already-loaded, bookmark-current-buffer)
6776         (bookmark-yank-point): Document.  (Bug#4188)
6778 2009-10-10  Glenn Morris  <rgm@gnu.org>
6780         * frame.el (frame-height): Doc fix.
6782         * calendar/calendar.el (calendar-split-width-threshold): New option.
6783         (calendar-basic-setup): Use calendar-split-width-threshold.
6785 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6787         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6788         Use .la for Automake.
6790 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6792         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6793         Use "autoreconf -i".  Suggested by Andreas Schwab.
6795 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6797         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6798         Ideographic Supplement" range (U+1F200..U+1F2FF).
6800 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6802         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6803         since the list will have been rebuilt anyway.  (Bug#4349)
6805 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6807         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6808         (bookmark-bmenu-execute-deletions): Don't save here, as
6809         bookmark-delete will now do so if necessary.
6810         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6811         (Bug#4348)
6813 2009-10-09  Glenn Morris  <rgm@gnu.org>
6815         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6817 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6819         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6820         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6821         argument now, so the two function's behaviors will match.  (Bug#3645)
6823 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6825         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6826         Fix filename test.
6827         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6828         to expand file names.
6830 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6832         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6833         (tramp-file-name-real-host, tramp-file-name-port):
6834         Apply `save-match-data'.
6836         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6837         case both directories are remote.
6838         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6839         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6841 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6843         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6844         (ede-proj-target-makefile-objectcode): Use it.
6846         * cedet/ede/source.el (ede-want-any-source-files-p)
6847         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6848         Return search result.  This error was introduced while merging.
6850 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6852         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6854 2009-10-07  Glenn Morris  <rgm@gnu.org>
6856         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6857         of concat.
6859 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6861         * files-x.el (read-file-local-variable): Include some
6862         non-user-variables in the completion table (bug#4664).
6864 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6866         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6867         message.
6869         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6870         (tramp-smb-file-name-handler-alist): Add handler for
6871         `copy-directory', `expand-file-name', `set-file-modes'.
6872         (tramp-smb-handle-copy-directory)
6873         (tramp-smb-handle-expand-file-name)
6874         (tramp-smb-handle-set-file-modes): New defuns.
6875         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6876         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6877         entry.
6878         (tramp-smb-handle-insert-directory): Don't flush the cache.
6879         (tramp-smb-maybe-open-connection): Check for samba client and
6880         server versions.
6882 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6884         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6885         to not error out of search for "^lisp=" fails.
6887 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6889         * makefile.w32-in (WINS_UPDATES): New macro.
6890         (custom-deps, finder-data, autoloads): Use it.
6892 2009-10-07  Glenn Morris  <rgm@gnu.org>
6894         * Makefile.in (autoloads): Revert previous change.
6895         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6896         the list of preloaded files passed on the command-line, get
6897         it from src/Makefile.
6899         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6900         show the original buffer rather than a random one.
6902 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6904         * help.el (describe-no-warranty): Place point in a slightly better
6905         position in the GPLv3 text.
6907 2009-10-06  Sam Steingold  <sds@gnu.org>
6909         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6910         the comm attribute is present before calling regexp-quote.
6912 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6914         * play/animate.el (animate-string): For good effect, make sure
6915         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6917         * play/animate.el (animate-sequence, animate-birthday-present):
6918         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6920 2009-10-06  Glenn Morris  <rgm@gnu.org>
6922         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6924         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6925         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6926         (batch-update-autoloads): Process a string value of autoload-excludes,
6927         set during the build process.
6928         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6930         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6931         inside with-parsed...  macro so that `v' is defined.
6933         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6934         * progmodes/fortran.el (fortran-end-of-block)
6935         (fortran-beginning-of-block):
6936         Also push mark in the macro case.
6938         * emerge.el (emerge-show-file-name):
6939         * calc/calc.el (calc-quit):
6940         * calc/calc-misc.el (calc-big-or-small):
6941         * calc/calc-graph.el (calc-graph-view):
6942         * calc/calc-ext.el (calc-reset):
6943         * calendar/calendar.el (calendar-basic-setup):
6944         Use window-full-height-p.
6946         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6947         header we don't understand, don't insert another.  (Bug#4624)
6948         If changing mime charset, insert the new one in the right place.
6950 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6952         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6953         (cal-tex-cursor-month): Correctly increment the end date for diary and
6954         holiday listing.  (Bug#4626)
6956 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         * help-fns.el (describe-function-1): Don't burp if the function is not
6959         a symbol.
6961 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6963         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6964         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6965         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6966         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6968         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6969         (eieio-default-superclass): Reflow docstrings.
6970         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6971         (eieio-unbind-method-implementations, defmethod)
6972         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6973         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6974         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6975         (eieio-slot-originating-class-p, eieio-slot-name-index)
6976         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6977         (constructor, initialize-instance, no-next-method, object-print)
6978         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6979         Fix typos in docstrings.
6980         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6981         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6982         (next-method-p): Doc fixes.
6983         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6984         Fix typos in error messages.
6985         (eieio-defmethod): Fix typo in description of generic method.
6987         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6988         (eieio-persistent-save-interactive, slot-missing):
6989         Fix typos in docstrings.
6990         (eieio-instance-inheritor-slot-boundp): Doc fix.
6992         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6993         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6995         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6996         (eieio-custom-object-apply-reset):
6997         Fix typos in docstrings and error messages.
6999         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7000         Fix typo in docstring.
7002         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7003         (eieio-browse-tree): Doc fix.
7004         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7005         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7006         Fix typos in docstrings.
7008         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7009         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7010         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7011         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7012         Reflow docstrings.
7014 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7016         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7017         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7018         Set log-view-vc-backend so that diff can work.
7020         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7021         vc-version-diff.
7022         (vc-diff-internal): Autoload this instead of vc-version-diff.
7024 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7026         * simple.el (eval-expression): Doc fix.
7028         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7030 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7032         * files.el (directory-files-no-dot-files-regexp): New defconst.
7033         (delete-directory): Use it.
7034         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7036         * net/tramp.el (tramp-verbose): Fix docstring.
7037         (tramp-methods): Add recursive option to `tramp-copy-args'.
7038         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7039         "scp1_old", "scp2_old", "rsync", "rsyncc".
7040         (tramp-default-method): Check also for `auth-source-user-or-password'.
7041         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7042         Add handler for `copy-directory'.
7043         (tramp-handle-copy-directory): New defun.
7044         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7045         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7046         Optimize sent command.
7048 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7051         window if necessary.
7053         * calendar/calendar.el (calendar-basic-setup): Don't call
7054         switch-to-buffer in a dedicated window.
7056 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7058         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7059         don't do anything related to relocating, just return nil.
7060         (bookmark-error-no-filename): New error.
7061         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7062         bookmark has no file.  Don't even attempt to handle things that
7063         are not files; the whole point of custom handlers is to keep that
7064         knowledge elsewhere anyway.  Tighten some comments.
7065         (bookmark-file-or-variation-thereof): Remove now-unused function.
7066         (bookmark-location): Doc string fix.
7067         (Bug#4250)
7069 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7071         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7072         don't use a file dialog, because they usually don't know how to read
7073         a directory target from the user.  (Bug#4230)
7074         Also, make sure the prompt can display directories as well as files.
7076 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7078         * bookmark.el (bookmark-set, bookmark-buffer-name):
7079         Improve doc strings.  (Bug#1193)
7081 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7083         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7084         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7085         (bookmark-get-annotation, bookmark-set-annotation)
7086         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7087         (bookmark-set-position, bookmark-get-front-context-string)
7088         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7089         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7090         (bookmark-jump-other-window, bookmark-handle-bookmark)
7091         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7092         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7093         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7094         Improve doc strings to say whether bookmark can be a string or
7095         a record or both, and make other consistency and clarity fixes.
7096         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7097         (bookmark-default-annotation-text, bookmark-yank-word)
7098         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7099         (bookmark-import-new-list, bookmark-maybe-rename)
7100         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7101         (bookmark-bmenu-bookmark): Give these doc strings.
7102         (bookmark-bmenu-check-position): Give this a doc string, but also
7103         add a FIXME comment about how the function may be pointless.
7104         (bookmark-default-handler): Rework doc string and change a
7105         parameter name, to clarify that this takes a bookmark record
7106         not a bookmark name.
7107         (bookmark-set): Change a parameter name to indicate its meaning,
7108         and improve the doc string a bit.
7109         (Bug#4188)
7111 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7113         * bookmark.el (bookmark-alist): Document the new `handler' element
7114         in the param alist.
7115         (bookmark-make-record-function): Adjust documentation for above.
7116         (Bug#4193)
7118 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7120         * info.el (Info-bookmark-make-record): Document this function.
7121         (Info-bookmark-jump): Document with a doc string, not just a comment.
7122         (Bug#4203)
7124 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7126         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7127         (semantic-new-buffer-fcn): Call parser setup functions here.
7128         (semantic-mode): Don't call parser setup functions here, it's done
7129         in semantic-new-buffer-fcn now.
7130         (semantic-mode): Parse all existing buffers when enabled.
7132         * cedet/srecode/compile.el (srecode-compile-file):
7133         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7135 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7137         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7139         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7140         (proj-comp-insert-variable-once): New macro, renamed from
7141         ede-pmake-insert-variable-once in ede/pmake.edl.
7142         (ede-proj-makefile-insert-variables): Use it.
7144 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7146         * files.el (copy-directory): New defun.
7148         * dired-aux.el (dired-copy-file-recursive): Use it.
7150 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7152         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7153         (makefile-end-of-command):
7154         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7155         (semantic-end-of-context): Fix previous change.  Doc fixes.
7157 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7159         * files-x.el (modify-dir-local-variable)
7160         (copy-dir-locals-to-file-locals-prop-line):
7161         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7162         (makefile-end-of-command):
7163         * cedet/semantic/lex.el (semantic-lex-token):
7164         * cedet/semantic/analyze/fcn.el
7165         (semantic-analyze-dereference-metatype-1):
7166         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7167         (semantic-lex-cpp-undef):
7168         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7169         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7170         (semantic-end-of-context): Fix typos in docstrings.
7172         * recentf.el (recentf-unload-function): New function.
7174 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7176         * cedet/ede.el (ede-project-placeholder-cache-file):
7177         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7178         * cedet/srecode/map.el (srecode-map-save-file):
7179         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7181 2009-10-04  Glenn Morris  <rgm@gnu.org>
7183         * window.el (window-full-height-p): Add doc string.
7185 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7187         * window.el (window-full-height-p): New function.  (Bug#4543)
7189 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7191         * cedet/srecode/insert.el: Require srecode/args.
7193         * cedet/srecode/args.el: Require srecode/dictionary instead of
7194         srecode/insert.
7196         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7198         * files.el (auto-mode-alist): Add .srt and Project.ede.
7200         * cedet/semantic.el (semantic-mode):
7201         Handle srecode-template-mode-hook as well.
7202         (semantic-mode): Use js-mode-hook for Javascript hook.
7204         * cedet/srecode/template.el: Remove hook variable.
7206         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7208         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7209         projects exist.
7210         (ede-project-placeholder-cache-file): Default to a file in
7211         user-emacs-directory.
7213         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7214         templates in data-directory.
7215         (srecode-map-save-file): Default to a file in user-emacs-directory.
7217         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7218         directory.
7220 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7222         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7223         Doc fix.
7225         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7226         Only insert each variable once.
7228         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7229         (ede-pmake-insert-variable-shared): Use it.
7231         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7232         for lexical table iff table is nil.
7234 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * vc.el: Remove commented out code.
7237         (vc-derived-from-dir-mode): Remove, unused.
7238         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7240 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7242         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7243         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7244         there could be recursive loading when `default-directory' is a
7245         remote file name.  (Bug#4614)
7247 2009-10-03  Glenn Morris  <rgm@gnu.org>
7249         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7250         the frame is wide.
7251         (calendar-generate-window): Test for shrinkability rather than width.
7253         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7254         declaration, currently false.
7256         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7257         reusing existing buffers, in case we happen to visit two files with the
7258         same basename.  (Bug#4593)
7260 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7262         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7263         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7264         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7265         subdirs of cedet as well.
7266         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7268 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7271         Obey advertised-signature-table.
7273         * help-fns.el (help-function-arglist): Don't check
7274         advertised-signature-table.
7275         (describe-function-1): Do it here instead so it also applies to subrs.
7277 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7279         * simple.el (start-file-process): Say in the doc-string, that file
7280         handlers might not support pty association, if PROGRAM is nil.
7282         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7283         HOST and USER are strings.  They are nil, when there are
7284         incomplete entries in ~/.netrc, for example.
7285         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7286         root directory ("device busy" error otherwise).
7288         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7289         Flush file properties of created directory.
7291 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7293         * makefile.w32-in (WINS_BASIC): Remove cedet.
7294         (WINS_CEDET): Add cedet.
7295         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7297 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7299         * net/browse-url.el (browse-url): Pass any symbol in
7300         browse-url-browser-function to `apply', since if you've mistakenly put
7301         an unbound symbol then the error is clearer.  (Bug#4531)
7303 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7305         * allout.el (allout-init, allout-back-to-current-heading)
7306         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7307         (allout-ascend, allout-up-current-level, allout-end-of-level)
7308         (allout-previous-visible-heading, allout-forward-current-level)
7309         (allout-backward-current-level, allout-show-children):
7310         * apropos.el (apropos-describe-plist):
7311         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7312         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7313         * completion.el (add-completion, add-permanent-completion):
7314         * descr-text.el (describe-text-category, describe-char):
7315         * desktop.el (desktop-lazy-abort):
7316         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7317         * dired.el (dired-build-subdir-alist):
7318         * ediff.el (ediff-version):
7319         * elide-head.el (elide-head, elide-head-show):
7320         * emerge.el (emerge-version):
7321         * env.el (getenv):
7322         * face-remap.el (variable-pitch-mode):
7323         * faces.el (describe-face):
7324         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7325         (dired-at-point):
7326         * files.el (find-file-existing, auto-save-mode):
7327         * font-lock.el (font-lock-fontify-buffer):
7328         * help-fns.el (describe-function, describe-variable)
7329         (describe-syntax, describe-categories):
7330         * help.el (view-lossage, describe-bindings, describe-key)
7331         (describe-mode):
7332         * hexl.el (hexl-current-address):
7333         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7334         * info.el (Info-goto-emacs-key-command-node):
7335         * log-edit.el (log-edit-insert-cvs-template)
7336         (log-edit-insert-cvs-rcstemplate):
7337         * menu-bar.el (menu-bar-mode):
7338         * mouse.el (mouse-appearance-menu):
7339         * newcomment.el (comment-indent-new-line):
7340         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7341         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7342         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7343         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7344         * recentf.el (recentf-mode):
7345         * savehist.el (savehist-mode, savehist-save):
7346         * shadowfile.el (shadow-copy-files):
7347         * simple.el (kill-ring-save, next-line, previous-line)
7348         (normal-erase-is-backspace-mode):
7349         * strokes.el (strokes-update-window-configuration)
7350         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7351         (strokes-xpm-for-stroke):
7352         * time.el (emacs-uptime, emacs-init-time):
7353         * tutorial.el (tutorial--describe-nonstandard-key)
7354         (tutorial--detailed-help):
7355         * type-break.el (type-break-mode)
7356         (type-break-mode-line-message-mode, type-break-query-mode)
7357         (type-break-guesstimate-keystroke-threshold):
7358         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7359         * version.el (emacs-version):
7360         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7361         * winner.el (winner-mode):
7362         * calendar/timeclock.el (timeclock-in, timeclock-out)
7363         (timeclock-status-string, timeclock-change)
7364         (timeclock-workday-remaining-string)
7365         (timeclock-workday-elapsed-string)
7366         (timeclock-when-to-leave-string):
7367         * calendar/todo-mode.el (todo-add-category):
7368         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7369         * emacs-lisp/autoload.el (update-file-autoloads):
7370         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7371         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7372         (checkdoc-message-text, checkdoc-defun):
7373         * emacs-lisp/debug.el (debugger-list-functions):
7374         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7375         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7376         (eieio-describe-generic):
7377         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7378         * emacs-lisp/shadow.el (list-load-path-shadows):
7379         * emulation/cua-base.el (cua-mode):
7380         * emulation/edt.el (edt-set-scroll-margins):
7381         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7382         (tpu-toggle-regexp, tpu-toggle-search-direction)
7383         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7384         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7385         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7386         (viper-set-parsing-style-toggling-macro)
7387         (viper-set-emacs-state-searchstyle-macros):
7388         * emulation/viper.el (viper-set-hooks):
7389         * eshell/esh-mode.el (eshell-truncate-buffer):
7390         * international/mule-cmds.el (prefer-coding-system)
7391         (describe-input-method, describe-language-environment):
7392         * international/mule-diag.el (list-character-sets)
7393         (describe-character-set, describe-coding-system)
7394         (describe-fontset, list-fontsets, list-input-methods):
7395         * mail/sendmail.el (mail-signature):
7396         * net/ange-ftp.el (ange-ftp-copy-file):
7397         * net/browse-url.el (browse-url):
7398         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7399         * net/quickurl.el (quickurl-add-url):
7400         * net/rcirc.el (names, topic):
7401         * net/xesam.el (xesam-mode):
7402         * play/5x5.el (5x5-new-game):
7403         * play/yow.el (apropos-zippy):
7404         * progmodes/ada-mode.el (ada-mode-version):
7405         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7406         (f90-end-of-block)
7407         (f90-beginning-of-block):
7408         * progmodes/fortran.el (fortran-end-of-block)
7409         (fortran-beginning-of-block):
7410         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7411         * progmodes/python.el (python-describe-symbol, python-shell):
7412         * term/ns-win.el (ns-print-buffer):
7413         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7414         * textmodes/flyspell.el (flyspell-mode-on):
7415         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7416         (pages-directory-for-addresses):
7417         * textmodes/table.el (table-recognize-cell)
7418         (table-query-dimension, table-generate-source)
7419         (table-insert-sequence, table--warn-incompatibility):
7420         * textmodes/tex-mode.el (tex-validate-buffer):
7421         * textmodes/texinfmt.el (texinfmt-version)
7422         (texinfo-format-buffer):
7423         Use `called-interactively-p' instead of `interactive-p'.
7425 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7427         * image-mode.el (image-toggle-display):
7428         * emacs-lisp/elp.el (elp-instrument-function):
7429         * emacs-lisp/advice.el (ad-make-advised-definition):
7430         * emacs-lisp/easy-mmode.el (define-minor-mode):
7431         * net/browse-url.el (browse-url-maybe-new-window):
7432         * progmodes/sh-script.el (sh-learn-buffer-indent):
7433         Pass new argument 'any to `called-interactively-p'.
7435 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7437         * international/uni-bidi.el:
7438         * international/uni-category.el:
7439         * international/uni-combining.el:
7440         * international/uni-comment.el:
7441         * international/uni-decimal.el:
7442         * international/uni-decomposition.el:
7443         * international/uni-digit.el:
7444         * international/uni-lowercase.el:
7445         * international/uni-mirrored.el:
7446         * international/uni-name.el:
7447         * international/uni-numeric.el:
7448         * international/uni-old-name.el:
7449         * international/uni-titlecase.el:
7450         * international/uni-uppercase.el:
7451         Regenerate from Unicode 5.2.0 data.
7453 2009-10-01  Glenn Morris  <rgm@gnu.org>
7455         * Makefile.in (ELCFILES): Regenerate.
7457 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * subr.el (interactive-p): Mark obsolete.
7460         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7461         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7462         advertised-signature-table for subroutines as well.
7464         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7465         (set-advertised-calling-convention): New function.
7466         (make-obsolete, define-obsolete-function-alias)
7467         (make-obsolete-variable, define-obsolete-variable-alias):
7468         Make the optional-ness of `when' obsolete.
7469         (define-obsolete-face-alias): Make `when' non-optional.
7470         * help-fns.el (help-function-arglist):
7471         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7472         Use advertised-signature-table.
7474 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7476         * files.el (delete-directory): New defun.  The original function
7477         in fileio.c has been renamed to `delete-directory-internal'.
7479         * dired.el (dired-delete-file): Call `delete-directory' with
7480         RECURSIVE parameter.
7482         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7483         parameter RECURSIVE.  Implementation is missing.
7485         * net/tramp.el (tramp-handle-make-directory): Flush upper
7486         directory's file properties.
7487         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7488         (tramp-handle-dired-recursive-delete-directory): Flush directory
7489         properties after the remove command only.
7491         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7492         Handle optional parameter RECURSIVE.
7494         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7495         Handle optional parameter RECURSIVE.
7497         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7498         connection timeout.
7499         (tramp-smb-handle-delete-directory): Handle optional parameter
7500         RECURSIVE.
7502 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7505         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7506         (byte-compile-defmacro): Use backquotes.
7508         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7510         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7511         has no associated file.
7512         (vc-resynch-buffer): Use vc-dir-buffers.
7514 2009-10-01  Glenn Morris  <rgm@gnu.org>
7516         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7517         (chart-file-count):
7518         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7519         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7520         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7521         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7522         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7523         (eieio-copy-parents-into-subclass, make-instance, class-children)
7524         (eieio-generic-form):
7525         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7526         * cedet/cedet-idutils.el (cedet-idutils-search)
7527         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7528         (cedet-idutils-version-check):
7529         * cedet/cedet.el (cedet-version):
7530         * cedet/data-debug.el (data-debug-insert-overlay-button)
7531         (data-debug-insert-overlay-list-button)
7532         (data-debug-insert-buffer-button)
7533         (data-debug-insert-buffer-list-button)
7534         (data-debug-insert-process-button, data-debug-insert-ring-button)
7535         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7536         (data-debug-insert-stuff-vector-button)
7537         (data-debug-insert-symbol-button, data-debug-insert-string)
7538         (data-debug-insert-number, data-debug-insert-lambda-expression)
7539         (data-debug-insert-nil, data-debug-insert-simple-thing)
7540         (data-debug-insert-custom, data-debug-edebug-expr):
7541         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7542         (global-ede-mode-map, ede-new, ede-debug-target)
7543         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7544         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7545         (semantic-fetch-tags, semantic-submode-list)
7546         (semantic-default-submodes):
7547         * cedet/ede/source.el (ede-source-match):
7548         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7549         (project-am-package-info):
7550         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7551         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7552         * cedet/ede/proj-comp.el (ede-current-build-list):
7553         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7554         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7555         * cedet/ede/cpp-root.el (initialize-instance):
7556         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7557         (autoconf-parameter-strip, autoconf-insert-new-macro):
7558         * cedet/semantic/wisent.el (wisent-lex-eoi):
7559         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7560         (semantic-show-parser-state-mode):
7561         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7562         * cedet/semantic/tag.el (semantic-tag-new-variable)
7563         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7564         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7565         (semantic--tag-deep-copy-tag-list)
7566         (semantic-tag-components-with-overlays-default):
7567         * cedet/semantic/symref.el (semantic-symref-find-text):
7568         * cedet/semantic/senator.el (senator-yank-tag)
7569         (senator-transpose-tags-up):
7570         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7571         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7572         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7573         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7574         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7575         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7576         * cedet/semantic/lex-spp.el
7577         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7578         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7579         * cedet/semantic/idle.el
7580         (semantic-idle-summary-current-symbol-info-brutish)
7581         (semantic-idle-summary-current-symbol-info-default):
7582         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7583         (semantic--grammar-macro-compl-dict):
7584         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7585         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7586         (semantic-format-tag-canonical-name-default):
7587         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7588         (semantic-find-tags-for-completion)
7589         (semantic-find-tags-by-scope-protection-default)
7590         (semantic-deep-find-tags-for-completion):
7591         * cedet/semantic/edit.el
7592         (semantic-edits-incremental-reparse-failed-hook)
7593         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7594         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7595         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7596         * cedet/semantic/dep.el (semantic-dependency-include-path):
7597         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7598         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7599         (semanticdb-project-roots):
7600         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7601         (semanticdb-find-adebug-insert-scanned-tag-cons)
7602         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7603         (semanticdb-brute-deep-find-tags-for-completion):
7604         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7605         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7606         (semantic-end-of-context-default)
7607         (semantic-ctxt-current-function-default)
7608         (semantic-ctxt-scoped-types-default):
7609         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7610         (semantic-complete-inline-tag-engine)
7611         (semantic-complete-inline-custom-type)
7612         (semantic-complete-read-tag-analyzer):
7613         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7614         (semantic-chart-database-size):
7615         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7616         (semantic-analyze-current-context):
7617         * cedet/semantic/symref/list.el (semantic-symref)
7618         (semantic-symref-hide-buffer, semantic-symref-symbol):
7619         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7620         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7621         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7622         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7623         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7624         (semantic-c-dereference-template):
7625         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7626         (semantic--analyze-refs-full-lookup-with-parents)
7627         (semantic--analyze-refs-full-lookup-simple):
7628         * cedet/semantic/analyze/complete.el
7629         (semantic-analyze-possible-completions):
7630         * cedet/srecode/table.el (srecode-mode-table-new):
7631         * cedet/srecode/srt.el (srecode-read-variable-name):
7632         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7633         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7634         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7635         * cedet/srecode/map.el (srecode-current-map):
7636         * cedet/srecode/insert.el (srecode-insert)
7637         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7638         (srecode-template-inserter-point-override)
7639         (srecode-insert-include-lookup):
7640         * cedet/srecode/getset.el (srecode-auto-choose-class):
7641         * cedet/srecode/extract.el (srecode-inserter-extract):
7642         * cedet/srecode/document.el
7643         (srecode-document-autocomment-return-last-alist)
7644         (srecode-document-autocomment-param-type-alist)
7645         (srecode-document-insert-function-comment)
7646         (srecode-document-insert-variable-one-line-comment)
7647         (srecode-document-function-name-comment):
7648         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7649         (srecode-compound-toString):
7650         * cedet/srecode/compile.el (srecode-flush-active-templates):
7651         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7652         Doc/message fixes.
7654         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7655         match-data.  (Bug#4555).
7657         * cedet/semantic/bovine/gcc.el
7658         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7659         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7661         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7662         rather than parsing it as a regexp.  This relaxes the layout
7663         requirements and makes errors easier to detect.
7664         (check-declare-verify): Check file is regular.
7665         (check-declare-directory): Doc fix.
7666         * subr.el (declare-function): Doc fix.
7668         * ibuffer.el (ibuffer-format-qualifier):
7669         * isearch.el (hi-lock-regexp-okay):
7670         * calc/calc.el (math-zerop):
7671         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7672         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7673         Remove unused declarations.
7675 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7677         * cedet/semantic/wisent/javat-wy.el
7678         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7680 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7682         * cedet/srecode/expandproto.el: Fix provide statement.
7684 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7686         * emacs-lisp/eieio.el (boolean-p): Delete.
7688 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7690         * cedet/ede/srecode.el: Fix provide statement.
7692 2009-09-30  Glenn Morris  <rgm@gnu.org>
7694         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7695         * cedet/ede/proj-aux.el (ede-aux-source):
7696         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7697         (ede-misc-source):
7698         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7699         (semantic-mrub-switch-tags): Fix doc typos.
7701         * cedet/semantic/db-global.el (data-debug-new-buffer)
7702         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7703         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7705         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7707         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7708         use of CL function `remove-if-not'.
7710         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7712         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7713         filename is not a string.
7715 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7717         * files.el (safe-local-eval-forms): Fix typo.
7719 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * vc-hooks.el (vc-dir-buffers): New var.
7722         (vc-state-refresh): New function.
7723         (vc-state): Use it.
7724         (vc-after-save): Always ask the backend to recompute the new state.
7725         Always call vc-dir if necessary, using vc-dir-buffers.
7726         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7727         Use vc-dir-buffers.
7728         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7729         (vc-dir-prepare-status-buffer, vc-dir-update)
7730         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7731         Don't call expand-file-name on default-directory.
7733 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7735         * speedbar.el (speedbar-item-delete):
7736         * calc/calc-prog.el (calc-kbd-if):
7737         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7739         * epa.el (epa-key-list-mode-map):
7740         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7742         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7743         (hs-show-hook): Fix typo in docstring.
7745 2009-09-29  Glenn Morris  <rgm@gnu.org>
7747         * cedet/semantic/symref/idutils.el:
7748         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7750         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7752         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7753         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7754         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7755         Mark declarations not understood by check-declare.
7757         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7758         file-name-nondirectory call preventing location of cedet files.
7759         (check-declare-verify): Use literal search rather than re-search.
7760         Add basic defmethod and defclass, and define-overloadable-function.
7762         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7763         Use tramp-compat-file-attributes rather than nonexistent
7764         tramp-compat-handle-file-attributes.
7766         * Makefile.in (lisptagsfiles4): New.
7767         (AUTOGENEL): Add cedet loaddefs files.
7768         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7769         (update-elclist, compile-always, backup-compiled-files)
7770         (bootstrap-clean): Add yet another directory level.
7771         (update-elclist): Use LC_COLLATE rather than COLLATE.
7772         (ELCFILES): Update, via `make update-elclist'.
7774 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7776         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7777         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7778         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7780 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7782         * Makefile.in (lisptagsfiles3): Define.
7783         (TAGS, TAGS-LISP): Use it.
7784         (update-elclist): Add third directory level to look for elc files.
7785         (compile-always): Likewise.
7786         (backup-compiled-files): Likewise.
7787         (bootstrap-clean): Likewise.
7788         (ELCFILES): Update.
7790 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7792         * Makefile.in (ELCFILES): Add CEDET files.
7794 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7796         CEDET (development tools) package merged.
7798         * cedet/*.el:
7799         * cedet/ede/*.el:
7800         * cedet/semantic/*.el:
7801         * cedet/srecode/*.el: New files.
7803 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7805         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7807         * net/tramp.el (top): Require tramp-imap.
7809         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7810         Use `tramp-compat-handle-file-attributes'.
7812 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7814         * net/tramp-imap.el: New package.
7816 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7818         * emacs-lisp/chart.el:
7819         * emacs-lisp/eieio-base.el:
7820         * emacs-lisp/eieio-comp.el:
7821         * emacs-lisp/eieio-custom.el:
7822         * emacs-lisp/eieio-datadebug.el:
7823         * emacs-lisp/eieio-opt.el:
7824         * emacs-lisp/eieio-speedbar.el:
7825         * emacs-lisp/eieio.el: New files.
7827         * cedet/cedet-cscope.el:
7828         * cedet/cedet-files.el:
7829         * cedet/cedet-global.el:
7830         * cedet/cedet-idutils.el:
7831         * cedet/data-debug.el:
7832         * cedet/inversion.el:
7833         * cedet/mode-local.el:
7834         * cedet/pulse.el: New files.
7836 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7838         * whitespace.el (whitespace-trailing-regexp)
7839         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7840         Fix doc string.
7842 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7844         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7845         menu.
7847         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7848         menu-bar-ediff-menu.
7850         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7851         define-overloadable-function.
7853         * progmodes/autoconf.el: Provide autoconf as well, so that this
7854         file can be `require'd.
7856         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7858         * emacs-lisp/autoload.el (generated-autoload-feature)
7859         (generated-autoload-load-name): New vars.
7860         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7861         (make-autoload): Recognize define-overloadable-function and
7862         defclass forms (for EIEIO).
7864         * Makefile.in (update-subdirs): Exclude cedet directory.
7866 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7868         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7870         * faces.el: Default light-background background for region face to
7871         ns_selection_color under NS.
7873 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7875         * net/imap-hash.el: New library, see NEWS.
7877         * Makefile.in (ELCFILES): Add imap-hash.el.
7879 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7882         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7883         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7884         definition where the docstring could be taken for the return value.
7886 2009-09-26  Glenn Morris  <rgm@gnu.org>
7888         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7889         Add option to only show images below a certain size.
7890         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7891         save-excursion calls.
7893 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7895         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7896         subdirectories) and eieio.
7898 2009-09-26  Alan Mackenzie  <acm@muc.de>
7900         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7901         buggy bracketing.  (Bug#4289)
7903         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7904         character constants (as case labels).  (Bug#4289)
7906 2009-09-25  Juri Linkov  <juri@jurta.org>
7908         * files.el (safe-local-eval-forms): Allow time-stamp in
7909         before-save-hook (Bug#4554).
7911 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7913         * menu-bar.el (list-buffers-directory): Doc fix.
7915 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7917         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7918         Try and avoid copying twice the same paragraph.
7919         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7920         Remove save-excursion.
7921         (log-edit-changelog-entry): Do it here instead.
7923 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7925         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7926         when available, instead of hardcoding mode names.  Doc fix.
7928         * menu-bar.el (list-buffers-directory): Add docstring.
7929         Make automatically buffer-local.
7931         * dired.el (dired-mode):
7932         * files.el (cd-absolute):
7933         * pcvs.el (cvs-temp-buffer):
7934         * pcvs-util.el (cvs-get-buffer-create):
7935         * shell.el (shell-mode):
7936         * vc-dir.el (vc-dir-mode):
7937         Don't make `list-buffers-directory' buffer local.
7939 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7941         * comint.el (comint-exec, comint-run, make-comint):
7942         Doc fixes (Bug#4542).
7944 2009-09-25  Glenn Morris  <rgm@gnu.org>
7946         * mail/rmailmm.el (rmail-mime): New custom group.
7947         Move all defcustoms in this file into this group.
7948         (rmail-mime-media-type-handlers-alist): Revert previous change.
7949         (rmail-mime-show-images): New option.
7950         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7951         references to it, since it wasn't actually used for anything.
7952         (rmail-mime-insert-image): New function.
7953         (rmail-mime-image): Use rmail-mime-insert-image.
7954         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7955         obey the value of `rmail-mime-show-images' option.  Print the size of
7956         attachments.
7958 2009-09-25  David Engster  <deng@randomsample.de>
7960         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7962 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7964         * whitespace.el: Does not highlight trailing spaces While point is
7965         at end of line.  Does not highligt spaces at beginning of buffer
7966         while point is at beginning of buffer.  Does not highlight spaces
7967         at end of buffer while point is at end of buffer.  (Bug#4177)
7968         New version 12.0.
7969         (whitespace-display-mappings): Adjust initialization.
7970         (whitespace-point, whitespace-font-lock-refontify): New vars.
7971         (whitespace-color-on, whitespace-color-off): Adjust code.
7972         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7973         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7974         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7976 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7978         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7980         * textmodes/sgml-mode.el: Remove xml-mode alias.
7982         * files.el (auto-mode-alist, conf-mode-maybe)
7983         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7985 2009-09-24  Alan Mackenzie  <acm@muc.de>
7987         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7988         c-forward-conditionals, but it doesn't move point and doesn't set
7989         the mark.
7990         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7991         (c-down-conditional-with-else, c-backward-conditional)
7992         (c-forward-conditional): Refactor to use c-scan-conditionals.
7994 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7996         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7997         (help-default-arg-highlight): Remove.
7998         (help-highlight-arg): New function.
7999         (help-do-arg-highlight): Use it.
8000         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8002 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8005         Undo last change, which didn't fix the problem and introduced others.
8007 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8009         * progmodes/gdb-mi.el: Don't require speedbar.
8010         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8012 2009-09-24  Glenn Morris  <rgm@gnu.org>
8014         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8016         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8018         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8019         there is no newline after the final mime boundary.  (Bug#4539)
8020         Move markers on insertion so that any buttons inserted don't end up in
8021         the next part of a multipart message.
8022         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8023         (rmail-mime-bulk-handler): Optionally handle images.
8024         (rmail-mime-image): New button action.
8025         (rmail-mime-image-handler): New function.
8026         (rmail-mime-mode): New mode.
8027         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8029 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8031         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8032         than just dropping elements from it (bug#4504).
8034         * term.el (term-set-scroll-region): Don't move cursor any more.
8035         (term-handle-ansi-escape): Call term-goto here instead.
8036         Suggested by Ivan Kanis <apple@kanis.eu>.
8038         * term.el: Require CL.
8039         (term-ansi-reset): New function.
8040         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8041         (term-handle-colors-array): Simplify.
8043 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8045         * allout.el (allout-overlay-interior-modification-handler)
8046         (allout-obtain-passphrase):
8047         * epa-file.el (epa-file-write-region):
8048         * ps-print.el (ps-begin-job):
8049         * vc-hooks.el (vc-toggle-read-only):
8050         * vc-rcs.el (vc-rcs-rollback):
8051         * vc-sccs.el (vc-sccs-rollback):
8052         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8053         (vc-version-diff, vc-revert, vc-rollback):
8054         * wdired.el (wdired-check-kill-buffer):
8055         * emacs-lisp/authors.el (authors):
8056         * net/socks.el (socks-open-connection):
8057         * net/zeroconf.el (zeroconf-service-add-hook):
8058         * obsolete/vc-mcvs.el (vc-mcvs-register):
8059         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8060         (gdb-select-frame):
8061         * progmodes/grep.el (lgrep, rgrep):
8062         * progmodes/idlw-help.el (idlwave-help-check-locations)
8063         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8064         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8065         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8066         (reftex-toc-rename-label): Fix typos in error messages.
8068         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8069         (dired-copy-how-to-fn): Doc fix.
8070         (dired-files-attributes, dired-read-shell-command):
8071         Fix typos in docstrings.
8073         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8074         (dired-x-find-file-other-window): Reflow docstrings.
8075         (dired-omit-marker-char, dired-read-shell-command)
8076         (dired-x-submit-report): Fix typos in docstrings.
8078         * shell.el (shell-mode-hook):
8079         * view.el (View-scroll-line-forward):
8080         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8081         Fix typos in docstrings.
8083         * net/dig.el (dig-invoke): Fix typo in docstring.
8084         (query-dig): Reflow docstring.
8086         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8087         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8088         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8089         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8090         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8091         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8092         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8093         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8094         (idlwave-completion-map, idlwave-current-indent)
8095         (idlwave-custom-ampersand-surround, idlwave-customize)
8096         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8097         (idlwave-define-abbrev, idlwave-determine-class-special)
8098         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8099         (idlwave-end-block-reg, idlwave-end-of-statement)
8100         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8101         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8102         (idlwave-explicit-class-listed, idlwave-file-header)
8103         (idlwave-fill-paragraph, idlwave-find-class-definition)
8104         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8105         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8106         (idlwave-in-quote, idlwave-indent-action-table)
8107         (idlwave-indent-expand-table, idlwave-indent-line)
8108         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8109         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8110         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8111         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8112         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8113         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8114         (idlwave-outlawed-buffers, idlwave-popup-select)
8115         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8116         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8117         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8118         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8119         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8120         (idlwave-statement-type, idlwave-struct-skip)
8121         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8122         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8123         (idlwave-what-module-find-class): Fix typos in docstrings.
8124         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8125         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8126         (idlwave-find-module, idlwave-find-structure-definition)
8127         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8128         (idlwave-list-load-path-shadows, idlwave-next-statement)
8129         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8130         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8131         (idlwave-template): Reflow docstrings.
8133         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8134         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8135         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8136         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8137         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8138         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8139         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8140         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8141         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8142         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8143         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8144         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8145         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8146         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8147         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8148         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8149         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8150         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8151         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8152         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8153         Fix typos in docstrings.
8154         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8155         (idlwave-shell-hide-output, idlwave-shell-mode)
8156         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8157         Reflow docstrings.
8159         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8161 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8163         * term.el (term-bold-attribute): New var.
8164         (term-handle-colors-array): Use it.
8166 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8168         * progmodes/gdb-mi.el (gdb-version): New variable.
8169         (gdb-non-stop-handler): Set gdb-version.
8170         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8171         Condition "--thread" option on gdb-version.
8172         (gdb-invalidate-threads): Remove unused argument.
8174 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8176         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8177         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8179 2009-09-23  Glenn Morris  <rgm@gnu.org>
8181         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8182         replying to mail without References or Message-Id.  (Bug#4525)
8184 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8186         * term/ns-win.el (ns-reg-to-script): New variable.
8188 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8190         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8192 2009-09-22  Sam Steingold  <sds@gnu.org>
8194         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8195         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8196         to 1 because hg returns status 1 when nothing is found.
8197         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8199 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8201         * textmodes/fill.el: Convert to utf-8 encoding.
8202         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8203         pre-unicode days.
8205         * add-log.el (change-log-fill-forward-paragraph): New function.
8206         (change-log-mode): Use it so fill-region DTRT.
8207         Set fill-indent-according-to-mode here rather than in
8208         change-log-fill-paragraph.
8209         (change-log-fill-paragraph): Remove.
8211 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8213         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8214         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8216 2009-09-22  Glenn Morris  <rgm@gnu.org>
8218         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8219         the scroll-bar scroll the calendar window rather than the buffer.
8221         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8222         commands that move point (as opposed to scrolling).
8224         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8226         * emacs-lisp/elint.el (elint): New custom group.
8227         (elint-log-buffer): Make it a defcustom.
8228         (elint-scan-preloaded, elint-ignored-warnings)
8229         (elint-directory-skip-re): New options.
8230         (elint-builtin-variables): Doc fix.
8231         (elint-preloaded-env): New variable.
8232         (elint-unknown-builtin-args): Add an entry for encode-time.
8233         (elint-extra-errors): Make it a variable rather than a constant.
8234         (elint-preloaded-skip-re): New constant.
8235         (elint-directory): Skip files matching elint-directory-skip-re.
8236         (elint-features): New variable, local to linted buffers.
8237         (elint-update-env): Initialize elint-features.  Possibly add
8238         elint-preloaded-env to the buffer's environment.
8239         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8240         Skip quoted forms.
8241         (elint-init-form): New function, extracted from elint-init-env.
8242         Make non-list forms a warning rather than an error.
8243         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8244         easy-menu-define, put that adds an error-condition, and provide.
8245         When requiring cl, also require cl-macs.  Really require cl, to handle
8246         some cl macros.  Store required libraries in the list elint-features,
8247         so as not to re-load them.  Treat cc-require like require.
8248         (elint-init-env): Call elint-init-form to do the work.
8249         Handle eval-and-compile and such like.
8250         (elint-add-required-env): Do not clear messages.
8251         (elint-special-forms): Add handlers for function, defalias, if, when,
8252         unless, and, or.
8253         (elint-form): Add optional argument to ignore elint-special-forms,
8254         useful to prevent recursive calls from handlers.  Doc fix.
8255         Respect elint-ignored-warnings.
8256         (elint-form): Respect elint-ignored-warnings.
8257         (elint-bound-variable, elint-bound-function): New variables.
8258         (elint-unbound-variable): Respect elint-bound-variable.
8259         (elint-get-args): Respect elint-bound-function.
8260         (elint-check-cond-form): Add some simple handling for (f)boundp and
8261         featurep tests.
8262         (elint-check-defalias-form): New handler.
8263         (elint-check-let-form): Make an empty let a warning rather than an
8264         error.
8265         (elint-check-setq-form): Make an empty setq a warning rather than an
8266         error.  Respect elint-ignored-warnings.
8267         (elint-check-defvar-form): Accept null doc-strings.
8268         (elint-check-conditional-form): New handler.  Does some simple-minded
8269         checking of featurep and (f)boundp tests.
8270         (elint-put-function-args): New function.
8271         (elint-initialize): Use elint-scan-doc-file rather than
8272         elint-find-builtin-variables.  Use elint-put-function-args.
8273         Possibly scan preloaded-file-list.
8274         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8275         extend to handle functions as well.
8277 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8279         * linum.el (linum-delete-overlays, linum-update-window):
8280         Do not modify the right margin.  (Bug#3971)
8282 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8284         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8285         nxml-mode instead of xml-mode.
8287 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8289         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8291 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8293         * net/dig.el (dig-mode): Use define-derived-mode.
8295 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8297         * vc-dispatcher.el (vc-do-command): Return the process object in
8298         the asynchronous case.  Use when instead of if.  Do not run
8299         vc-exec-after to display a message if not enabled.  (Bug#4463)
8301         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8302         properties to the stash strings.
8303         (vc-git-stash-list): Return a list of strings.
8304         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8305         (vc-git-stash-show-at-point): New functions.
8306         (vc-git-stash-map): New keymap.
8308         * register.el (ctl-x-r-map): Define the keys here instead of
8309         using autoload.
8311 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8313         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8314         list, to workaround performance problem (bug#4485).
8316 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8318         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8320 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8322         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8323         Document that this option is not recommended to use.
8325 2009-09-19  Glenn Morris  <rgm@gnu.org>
8327         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8328         variable `var'.
8330         * calc/calc-alg.el (var):
8331         * calc/calcalg2.el (var): Define for compiler.
8333 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8335         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8336         Doc fix (Bug#3932).
8338         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8340         * time-stamp.el (time-stamp-month-dd-yyyy)
8341         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8342         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8343         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8344         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8345         Remove functions that have been obsolete since 1995 (Bug#4436).
8347         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8348         indent buffer only if called interactively (Bug#4452).
8350 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8351             Eli Zaretskii  <eliz@gnu.org>
8353         This fixes bug#4197 (merged to bug#865, though not identical).
8354         * server.el (server-auth-dir): Add docstring note about FAT32.
8355         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8356         but warn against using them.
8358 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8360         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8361         older GDB where there is no has_more field.
8363 2009-09-19  Glenn Morris  <rgm@gnu.org>
8365         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8367 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8369         * files.el (auto-mode-alist): Change default for XML files to nXML
8370         mode (Bug#4169).
8372 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8374         * server.el (server-ensure-safe-dir): Pass 'integer
8375         to `file-attributes', as suggested.
8377 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8380         (dired-query): Use read-key.
8382 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8384         * cus-start.el (ns-use-qd-smoothing): Remove.
8386 2009-09-18  Glenn Morris  <rgm@gnu.org>
8388         * allout.el (top-level): Remove unnecessary progn.
8390         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8392         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8393         definition of abbrev table.
8395         * speedbar.el (speedbar-track-mouse):
8396         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8397         * net/eudc.el (eudc-expand-inline):
8398         * net/newst-backend.el (newsticker--cache-read-feed):
8399         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8400         condition-case handlers.
8402 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8404         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8405         (gdb-var-list): Add an element for has_more field.
8406         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8407         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8408         (gdb-var-update-handler-1): Parse output of dynamic variable
8409         objects (STL containers).
8410         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8411         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8413         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8414         gdb-var-list.
8415         (gud-speedbar-buttons): Make node expandable if expression "has more"
8416         children.
8418 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8420         * startup.el (emacs-quick-startup): Remove variable and all uses.
8421         (command-line): Set `inhibit-x-resources' instead.
8422         (command-line-1): Use `inhibit-x-resources' instead.
8424 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8426         * subr.el: Fix last change to avoid using the `unless' macro,
8427         which breaks bootstrapping.
8429 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8432         extended definitions, in case we reload subr.el after having
8433         loaded CL.
8434         (eval-next-after-load): Mark as obsolete.
8436 2009-09-17  Juri Linkov  <juri@jurta.org>
8438         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8439         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8440         (menu-bar-showhide-menu, menu-bar-tools-menu)
8441         (menu-bar-describe-menu, menu-bar-help-menu)
8442         (minibuffer-local-completion-map, minibuffer-local-map):
8443         Fix list quoting.
8445 2009-09-17  Glenn Morris  <rgm@gnu.org>
8447         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8448         arguments, whether or not it has a handler.
8450         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8452         * simple.el (hard-newline): Give it a doc-string.
8454         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8455         (lisp-mode-syntax-table): Give them doc-strings.
8457 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8459         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8460         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8461         (menu-bar-options-menu, menu-bar-showhide-menu)
8462         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8463         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8464         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8465         (menu-bar-options-menu, menu-bar-tools-menu)
8466         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8467         (menu-bar-help-menu):
8468         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8469         string arguments.
8471         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8472         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8473         calls for the menu names and :help.
8475 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8478         to :minor-mode-function (bug#4455).
8480 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * startup.el (command-line): Initialize the window-system after
8483         processing the command-line.
8485         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8486         page-delimiter matches the empty string.
8488 2009-09-16  Glenn Morris  <rgm@gnu.org>
8490         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8491         byte-compile-not-obsolete-var.  It's a list now.
8492         (byte-compile-not-obsolete-funcs): New variable.
8493         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8494         byte-compile-not-obsolete-funcs.
8495         (byte-compile-variable-ref, byte-compile-defvar): Update for
8496         byte-compile-not-obsolete-vars name-change and list nature.
8497         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8498         and variables behind (f)boundp tests.
8499         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8501 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8503         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8505 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8508         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8509         Don't autoload.
8511 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8513         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8514         the virtual-buffers, use the name of the buffer specified by
8515         find-file-noselect, as the match may be a symlink.  (This was a
8516         problem if the target and the symlink had different names.)
8518 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8522         * desktop.el (desktop-path): Check user-emacs-directory.
8524         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8526         * loadup.el: Use after-load-functions to GC after loading each file.
8527         Remove the explicit GC calls that used to be sprinkled around.
8529         * subr.el (after-load-functions): New hook.
8530         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8531         `obsolete' packages, rather than painfully extracting the relevant
8532         directory name.
8534 2009-09-15  Glenn Morris  <rgm@gnu.org>
8536         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8537         free variable `doc'.
8539         * dired.el (dired-mode-map): Add menu entry for async shell command.
8541         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8542         variables, also consider the .elc files, since the .el files are
8543         normally gzipped (subsequent code locates the .el.gz from the .elc).
8545         * calc/calc-prog.el (arglist): Define for compiler.
8547         * calendar/diary-lib.el (diary-display-function): Change the default to
8548         fancy display.
8549         (body): Define for compiler.
8551         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8552         (byte-compile-file-form, byte-compile-lambda)
8553         (byte-compile-top-level-body, byte-compile-form)
8554         (byte-compile-variable-ref, byte-compile-setq)
8555         (byte-compile-setq-default, byte-compile-body)
8556         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8557         (batch-byte-compile): Give some more local variables with common names
8558         a "bytecomp-" prefix to avoid masking warnings about free variables.
8560         * startup.el (command-line-1): Give local variables with common names a
8561         distinguishing prefix, so as not to hide free variable warnings during
8562         bootstrap.
8564         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8565         clever and add a suffix to make a unique name, just let the user decide
8566         whether or not to overwrite it.  If the input is a directory, write the
8567         default filename to that directory.  (Bug#4388)
8568         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8569         is a filename-as-a-directory.
8571 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * textmodes/page.el (what-page): Don't move to beginning of line.
8574         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8576 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8578         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8580 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8582         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8583         * help.el (help-for-help-internal): Add purecopy calls for text.
8585         * vc.el (top): print-log method now takes an optional SHORTLOG
8586         argument.  Add a new method: root.
8587         (vc-root-diff, vc-print-root-log): New functions.
8588         (vc-log-short-style): New variable.
8589         (vc-print-log-internal): Add support for showing short logs.
8591         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8592         vc-print-root-log and vc-print-root-diff.
8594         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8595         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8596         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8597         short logs.
8599         * vc-cvs.el (vc-cvs-print-log):
8600         * vc-mtn.el (vc-mtn-print-log):
8601         * vc-rcs.el (vc-rcs-print-log):
8602         * vc-sccs.el (vc-sccs-print-log):
8603         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8604         that is ignored for now.
8606         * vc-mtn.el (vc-mtn-annotate-command):
8607         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8609 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8611         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8612         to function-key-map, and give them ascii-character property.
8613         * term/x-win.el (x-alternatives-map):
8614         * term/ns-win.el (ns-alternatives-map):
8615         * term/internal.el (msdos-key-remapping-map):
8616         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8618 2009-09-14  Glenn Morris  <rgm@gnu.org>
8620         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8621         temp-buffers (2009-09-12).
8623 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8626         the new read-key function.
8628 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8630         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8631         is defined (Bug#4405).
8633 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8635         * recentf.el (recentf-cleanup): Use a hash table to find
8636         duplicates (Bug#4407).
8638 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8640         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8641         kp-0 to ascii equivalents (Bug#4325).
8643 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8645         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8647         * eshell/em-hist.el:
8648         * eshell/em-dirs.el (eshell-complete-user-reference):
8649         Declare pcomplete functions and variables to avoid compiler warnings.
8651 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8653         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8654         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8655         * eshell/em-alias.el (eshell-aliases-file):
8656         * eshell/em-hist.el (eshell-history-file-name):
8657         Use expand-file-name instead of concat to make file names (Bug#4308).
8659 2009-09-13  Glenn Morris  <rgm@gnu.org>
8661         * ediff-merg.el (ediff-do-merge):
8662         * filesets.el (filesets-run-cmd):
8663         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8664         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8665         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8666         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8667         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8668         Replace empty `let's with `progn'.
8670 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * mail/sendmail.el (send-mail-function):
8673         * tooltip.el (tooltip-mode):
8674         * simple.el (transient-mark-mode):
8675         * rfn-eshadow.el (file-name-shadow-mode):
8676         * frame.el (blink-cursor-mode):
8677         * font-core.el (global-font-lock-mode):
8678         * files.el (temporary-file-directory)
8679         (small-temporary-file-directory, auto-save-file-name-transforms):
8680         * epa-hook.el (auto-encryption-mode):
8681         * composite.el (global-auto-composition-mode):
8682         Use custom-initialize-delay.
8683         * startup.el (command-line): Don't explicitly call
8684         custom-reevaluate-setting for all the above vars.
8685         * custom.el (custom-initialize-safe-set)
8686         (custom-initialize-safe-default): Delete.
8688 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * term/x-win.el (x-initialize-window-system):
8691         * term/w32-win.el (w32-initialize-window-system):
8692         * term/ns-win.el (ns-initialize-window-system): Don't call
8693         mouse-wheel-mode since it's enabled globally by default already.
8695         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8696         actually define the variable, but only silences the byte-compiler.
8697         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8698         before looking it up.
8699         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8700         is changed.
8702 2009-09-12  Glenn Morris  <rgm@gnu.org>
8704         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8705         1000.
8706         (elint-add-required-env): Don't beep on error.
8707         (elint-forms): In case of error, return ENV unchanged.
8708         (elint-init-env): Skip non-list forms.
8709         (elint-log): Handle unknown file positions.
8711 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8713         * epg.el (epg-make-context): Add autoload cookie.
8714         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8715         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8716         (epg-verify-string, epg-start-sign, epg-sign-file)
8717         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8718         (epg-encrypt-string, epg-start-export-keys)
8719         (epg-export-keys-to-file, epg-export-keys-to-string)
8720         (epg-start-import-keys, epg-import-keys-from-file)
8721         (epg-import-keys-from-string, epg-start-receive-keys)
8722         (epg-receive-keys, epg-import-keys-from-server)
8723         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8724         (epg-sign-keys, epg-start-generate-key)
8725         (epg-generate-key-from-file, epg-generate-key-from-string):
8726         Remove autoload cookie.
8728 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8730         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8731         reevaluation of trash-directory.
8733         * mwheel.el: Fix last change.
8734         (mouse-wheel-mode): New defvar.
8735         (mouse-wheel-mode): Remove autoload cookie.
8737 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * mwheel.el (mwheel-installed-bindings): New var.
8740         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8741         the bindings we set last time.  Use custom-initialize-delay.
8742         * loadup.el: Load mwheel after term/*-win.el.
8743         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8744         and mouse-wheel-up-event now that their first evaluation is done
8745         sufficiently late to be correct.
8747         * startup.el (tutorial-directory): Make it a defcustom.
8748         Use custom-initialize-delay rather than eval-at-startup to set it.
8749         * image.el (image-load-path): Make it a defcustom.
8750         Use custom-initialize-delay rather than eval-at-startup to set it.
8751         * subr.el (eval-at-startup): Remove.
8752         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8754         * subr.el (do-after-load-evaluation): Warn the user after loading an
8755         obsolete package.
8757 2009-09-12  Glenn Morris  <rgm@gnu.org>
8759         * proced.el (proced-mark-alt): Remove alias.
8760         (proced-mode-map): Remove proced-mark-alt.
8762         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8763         Elint file and directory.  Remove initialization entry.
8765         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8766         commands.
8767         (elint-current-buffer): Set mode-line-process.
8768         (elint-init-env): Handle define-derived-mode.
8769         Fix declare-function with unspecified arglist.  Guard against odd
8770         defalias statements (eg iso-insert's 8859-1-map).
8771         (elint-add-required-env): Use a temp buffer.
8772         (elint-form): Just print the function/macro name, not the whole form.
8773         Return env unchanged if we fail to parse a macro.
8774         (elint-forms): Guard against parse errors.
8775         (elint-output): New function, to handle batch mode.
8776         (elint-log-message): Add optional argument.  Use elint-output.
8777         (elint-set-mode-line): New function.
8779 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8781         * emacs-lisp/elp.el (elp-not-profilable): Add more
8782         functions (Bug#4233).
8784 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8786         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8787         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8789 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8791         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8792         (gdb-var-list-children): Use json parsing.
8794 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8796         * progmodes/js.el (js--proper-indentation): Handle the case where
8797         char-before is null.  Reported by Deniz Dogan.
8799 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8801         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8803 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8805         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8806         (epg-digest-algorithm-alist): Add SHA224.
8807         (epg-context-set-passphrase-callback)
8808         (epg-context-set-progress-callback): Add description about
8809         callback function.
8811 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * custom.el (custom-delayed-init-variables): New var.
8814         (custom-initialize-delay): New function.
8815         * startup.el (command-line): "Re"evaluate all vars in
8816         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8817         explicitly any more.
8818         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8819         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8821         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8823 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8825         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8826         (gdb-var-update-handler): Use json parsing.
8828 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8830         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8831         decode annotated text, regardless of language environment.  (Bug#2741)
8833 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         * Makefile.in (autoloads): Make rmail.el writable as well.
8837 2009-09-11  Glenn Morris  <rgm@gnu.org>
8839         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8840         loaddefs.el.
8841         * dired.el: Regenerate with extracted autoloads.
8842         * Makefile.in (autoloads): Make dired.el writable.
8844         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8845         * ibuffer.el: Regenerate with extracted autoloads.
8846         * Makefile.in (autoloads): Make ibuffer.el writable.
8848         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8849         * version.el (emacs-copyright, emacs-major-version)
8850         (emacs-minor-version): Reformat doc-strings for make-docfile.
8852         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8853         functions and variables, since they must be stuff specific to some other
8854         platform.
8855         (apropos-print): Make mouse-click message less specific about button.
8857         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8858         that records where a macro was defined.
8859         * help-fns.el (describe-function-1): Mention if a function has a
8860         compiler-macro.
8861         * help-mode.el (help-function-cmacro): New button.
8863         * locate.el (top-level): Always require dired.
8864         (locate-mode-map): Initialize inside the defvar.
8866         * net/ange-ftp.el (dired-compress-file): Declare.
8867         (ange-ftp-dired-compress-file): Add doc string.
8869         * term/ns-win.el (x-display-name, x-setup-function-keys):
8870         Unify doc-strings with X versions.
8872 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * emulation/crisp.el (crisp-mode-map): Move initialization
8875         into declaration.
8876         (crisp-mode): Use define-minor-mode.
8878         * progmodes/xscheme.el (xscheme-evaluation-commands):
8879         Put a :advertised-binding property rather than using
8880         advertised-xscheme-send-previous-expression.
8881         (advertised-xscheme-send-previous-expression): Declare obsolete.
8882         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8883         `advertised-undo'.
8884         (crisp-mode): Add corresponding bindings to
8885         undo's :advertised-binding instead.
8886         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8887         than using dired-advertised-find-file.
8888         (dired-advertised-find-file):
8889         * simple.el (advertised-undo):
8890         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8891         (widget-keymap): Put a :advertised-binding property rather
8892         than using advertised-widget-backward.
8893         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8894         than using advertised-undo.
8895         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8897 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8899         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8900         Mark mode is enabled and region is active; otherwise indent or
8901         insert TAB as usual.
8902         (delphi-mode): Update description of TAB-key binding.
8904 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * subr.el (define-key-rebound-commands): Mark obsolete.
8907         * startup.el (precompute-menubar-bindings): Remove.
8908         (normal-top-level): Remove obsolete code that tried to precompute
8909         menubar bindings.
8910         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8911         define-key-rebound-commands and precompute-menubar-bindings.
8913 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8915         * net/imap.el (imap-interactive-login): Better messages.
8916         (imap-open): Fix bug with renamed buffer on reconnect.
8917         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8918         for easier debugging and cleaner code.  On successful (guessed based on
8919         server capabilities) secondary authentication, set imap-state
8920         correctly.
8921         (imap-last-authenticator): Define imap-last-authenticator as a variable
8922         to avoid warnings.
8924 2009-09-10  Glenn Morris  <rgm@gnu.org>
8926         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8928         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8929         (byte-compile-file-form-autoload): Don't warn about unknown functions
8930         where the autoload statement comes after the use.
8931         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8932         that any handlers inside the body (eg require) are in turn respected.
8934         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8935         effects.
8937         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8938         and syntax and abbrev tables basic docs, if they don't have any.
8940         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8942         * international/mule-cmds.el (top-level): Require cl when compiling.
8943         (view-hello-file): Use default-value rather than
8944         default-enable-multibyte-characters.
8946         * progmodes/fortran.el: Move all safe and risky properties into the
8947         defcustoms.
8949         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8950         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8951         * mail/undigest.el:
8952         Put autoloads in rmail.el rather than loaddefs.el.
8953         * mail/rmail.el: Regenerate with extracted autoloads.
8955         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8956         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8958 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8960         Reported in thread for Bug#4375.
8961         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8962         "-data-evaluate-expression" instead of print.
8963         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8964         (gdb-tooltip-print): Parse output from above MI command.
8965         (gdb): Revert 2009-08-11 change.  User should detach inferior
8966         manually.
8968         Remove the word "separate" from IO functions as inferior
8969         output is now never displayed in the GUD buffer.
8971 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8973         * startup.el (command-line-normalize-file-name): On Windows and
8974         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8976 2009-09-10  Juri Linkov  <juri@jurta.org>
8978         * isearch.el (isearch-text-char-description): Propertize escape
8979         character sequences with the `escape-glyph' face.  (Bug#4344)
8981         * simple.el (shell-command): Set asynchronous process filter to
8982         `comint-output-filter'.  (Bug#4343)
8984         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8985         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8986         the list.  Move "asm" to the bottom.
8987         (grep-find-ignored-directories): Add `choice' with nil value
8988         to empty the list easily.
8989         (grep-find-ignored-files): New option.
8990         (grep-files-history): Set to nil by default instead of '("ch" "el").
8991         (grep-compute-defaults): Add "<X>" to `grep-template'.
8992         (grep-read-files): Bind new local variables `default-alias' and
8993         `default-extension'.  Use a list of default values for the file prompt.
8994         (lgrep): Add `--exclude=' command line options composed from
8995         `grep-find-ignored-files'.
8996         (rgrep): Add `-name' command line options composed from
8997         `grep-find-ignored-files'.  (Bug#4301)
8999 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9001         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9002         (bug#4368).
9004 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9006         * calendar/time-date.el (autoload):
9007         Expand define-obsolete-function-alias into defalias and make-obsolete
9008         for old Emacsen that Gnus supports.
9009         (with-no-warnings): Define it for old Emacsen.
9010         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9011         is available.
9012         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9013         float-time is available; suppress compile warning for time-to-seconds.
9015 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9017         * net/imap.el (imap-message-map): Docstring fix.
9019 2009-09-09  Glenn Morris  <rgm@gnu.org>
9021         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9022         line numbers too.  (Bug#4374)
9024 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * smerge-mode.el (smerge-remove-props, smerge-refine):
9027         Use with-silent-modifications (bug#4342).
9029         * subr.el (with-silent-modifications): New macro.
9031 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9033         * files.el (top-level): Require `cl' when compiling.
9035 2009-09-07  Glenn Morris  <rgm@gnu.org>
9037         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9039         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9040         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9042 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9044         * vc-git.el (vc-git-annotate-command): Use separator to parse
9045         arguments correctly.
9047 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9049         * proced.el (proced-mode): Doc fix.
9051 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9053         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9054         lstat fails.
9055         (tramp-do-file-attributes-with-ls): Check for file existence at
9056         remote end.
9057         (tramp-do-file-attributes-with-stat): Likewise.
9058         (tramp-convert-file-attributes): Return nil when attr is nil.
9060 2009-09-05  Glenn Morris  <rgm@gnu.org>
9062         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9063         properties to this button.
9064         (diary-fancy-display): Don't extend the button to the final newline.
9065         (diary-fancy-display-mode): Continue to define "q" as a local key.
9067         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9068         efficient.
9070         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9072         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9073         (byte-compile-dest-file-function): New option.
9074         (byte-compile-dest-file): Doc fix.
9075         Obey byte-compile-dest-file-function.
9076         (byte-compile-cl-file-p): New function.
9077         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9078         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9079         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9080         than for file being previously loaded.
9081         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9082         (byte-compile-file-form-require): Handle the case where requiring a file
9083         indirectly causes CL to be loaded.
9085 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9087         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9088         before killing the old buffer, since by the time `kill-buffer' is
9089         run so many buffer variables have been set to nil that it may not
9090         behave as expected.  (Bug#4061)
9092 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9094         * files.el (find-alternate-file): If the old buffer is modified
9095         and visiting a file, behave similarly to `kill-buffer' when
9096         killing it, thus reverting to the pre-1.878 behavior; see
9097         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9098         for discussion.  Also, consult `buffer-file-name' as a variable
9099         not as a function, for consistency with the rest of the code.
9101 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9103         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9104         also when adding a new directory.
9106         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9107         defun.
9109 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * files.el (locate-file-completion-table): Make it provide boundary
9112         information, so partial-completion works better.
9114 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9116         * mail/footnote.el (Footnote-text-under-cursor):
9117         Check footnote-text-marker-alist before using it (bug#4324).
9119 2009-09-04  Glenn Morris  <rgm@gnu.org>
9121         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9122         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9123         * play/solitaire.el, play/tetris.el:
9124         Remove leading * from defcustom and defface docs.
9126         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9127         necessary.
9128         (diary-fancy-overriding-map): New variable.
9129         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9130         Use view-mode.
9132         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9133         goto-line.
9135 2009-09-03  Glenn Morris  <rgm@gnu.org>
9137         * arc-mode.el (archive-mode):
9138         * dos-fns.el (set-default-process-coding-system):
9139         * man.el (Man-getpage-in-background):
9140         * menu-bar.el (menu-bar-describe-menu):
9141         * server.el (server-process-filter):
9142         * startup.el (command-line):
9143         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9144         * w32-fns.el (set-default-process-coding-system):
9145         * x-dnd.el (x-dnd-handle-file-name):
9146         * international/mule-cmds.el (mule-menu-keymap)
9147         (set-default-coding-systems, language-info-alist, set-language-info)
9148         (set-language-environment, standard-display-european-internal)
9149         (set-locale-environment):
9150         * international/mule-diag.el (mule-diag):
9151         * mail/emacsbug.el (report-emacs-bug):
9152         * mail/rmail.el (rmail-mode):
9153         * mail/sendmail.el (mail-setup):
9154         Use default-value rather than default-enable-multibyte-characters.
9156         * progmodes/f90.el: Move all safe properties into the defcustoms.
9157         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9159         * calendar/appt.el (appt-check):
9160         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9161         (diary-check-diary-file, diary-list-entries)
9162         (diary-include-other-diary-files, diary-simple-display)
9163         (diary-fancy-display, diary-print-entries)
9164         (diary-mark-included-diary-files, diary-make-entry):
9165         Don't call substitute-in-file-name on diary-file.
9167 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9168             Stefan Monnier  <monnier@iro.umontreal.ca>
9170         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9171         (footnote-mode-map): Move initialization into the declaration.
9172         (footnote-minor-mode-map): Define it rather than changing global-map.
9173         (footnote-mode): Use define-minor-mode.
9175 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9177         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9178         (tramp-do-file-attributes-with-perl)
9179         (tramp-do-file-attributes-with-stat): Rename from
9180         `tramp-handle-file-attributes-with-*'.
9181         (tramp-handle-file-attributes): Use them.
9182         (tramp-do-directory-files-and-attributes-with-perl)
9183         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9184         `tramp-handle-directory-files-and-attributes-with-*'.
9185         (tramp-handle-directory-files-and-attributes): Use them.
9186         (tramp-method-out-of-band-p): Additional parameter SIZE.
9187         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9188         (tramp-handle-write-region): Use it.
9189         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9190         (tramp-handle-vc-registered): Check, whether the first run did
9191         return files to be tested.
9192         (tramp-advice-make-auto-save-file-name): Do not call directly
9193         `tramp-handle-make-auto-save-file-name', because this would bypass
9194         the locking mechanism.
9196         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9197         (file-remote-p, process-file, start-file-process, set-file-times)
9198         (tramp-compat-file-attributes): Compatibility functions shall not
9199         call directly `tramp-handle-*', because this would bypass the
9200         locking mechanism.
9201         (tramp-compat-number-sequence): New defun.
9203 2009-09-02  Glenn Morris  <rgm@gnu.org>
9205         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9206         alias for float-time.
9207         (time-to-number-of-days): In Emacs, use float-time.
9208         * net/newst-backend.el (time-add): Suppress warnings from compat
9209         function.
9210         * time.el (emacs-uptime, emacs-init-time):
9211         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9212         Use float-time rather than time-to-seconds.
9214         * minibuffer.el (completion-initials-expand): Fix typo.
9216         * faces.el (modeline, modeline-inactive, modeline-highlight)
9217         (modeline-buffer-id):
9218         * info.el (info-menu-5): Mark these face aliases as obsolete.
9220 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9222         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9223         space ...
9224         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9225         no "--thread" option.
9226         (gdb-stopped): Don't print "Switched to thread" message when it is
9227         unchanged.
9229 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * minibuffer.el (completion-try-completion)
9232         (completion-all-completions): Remove ill-defined (and
9233         mistakenly installed and luckily never used nor documented)
9234         `completion-styles' property.
9235         (completion-initials-expand, completion-initials-all-completions)
9236         (completion-initials-try-completion): New functions.
9237         (completion-styles-alist): Add doc to each entry.
9238         Add new `initials' entry.
9240 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9242         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9243         MI command -var-evaluate-expression.
9244         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9245         and tweak for case of string child.
9246         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9248 2009-09-01  Glenn Morris  <rgm@gnu.org>
9250         * add-log.el (change-log-date-face, change-log-name-face)
9251         (change-log-email-face, change-log-file-face, change-log-list-face)
9252         (change-log-conditionals-face, change-log-function-face)
9253         (change-log-acknowledgement-face):
9254         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9255         (custom-modified-face, custom-set-face, custom-changed-face)
9256         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9257         (custom-documentation-face, custom-state-face, custom-comment-face)
9258         (custom-comment-tag-face, custom-variable-tag-face)
9259         (custom-variable-button-face, custom-face-tag-face)
9260         (custom-group-tag-face-1, custom-group-tag-face):
9261         * diff-mode.el (diff-header-face, diff-file-header-face)
9262         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9263         (diff-added-face, diff-changed-face, diff-function-face)
9264         (diff-context-face, diff-nonexistent-face):
9265         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9266         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9267         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9268         (Info-title-4-face):
9269         * isearch.el (isearch-lazy-highlight-face):
9270         * log-view.el (log-view-file-face, log-view-message-face):
9271         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9272         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9273         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9274         (cvs-msg-face):
9275         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9276         (smerge-base-face, smerge-markers-face):
9277         * wid-edit.el (widget-documentation-face, widget-button-face)
9278         (widget-field-face, widget-single-line-field-face)
9279         (widget-inactive-face, widget-button-pressed-face):
9280         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9281         (woman-addition-face):
9282         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9283         (eshell-ls-executable-face, eshell-ls-readonly-face)
9284         (eshell-ls-unreadable-face, eshell-ls-special-face)
9285         (eshell-ls-missing-face, eshell-ls-archive-face)
9286         (eshell-ls-backup-face, eshell-ls-product-face)
9287         (eshell-ls-clutter-face):
9288         * eshell/em-prompt.el (eshell-prompt-face):
9289         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9290         * obsolete/old-whitespace.el (whitespace-highlight-face):
9291         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9292         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9293         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9294         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9295         (antlr-font-lock-literal-face):
9296         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9297         (ebrowse-root-class-face, ebrowse-file-name-face)
9298         (ebrowse-default-face, ebrowse-member-attribute-face)
9299         (ebrowse-member-class-face, ebrowse-progress-face):
9300         * progmodes/make-mode.el (makefile-space-face):
9301         * progmodes/sh-script.el (sh-heredoc-face):
9302         * textmodes/flyspell.el (flyspell-incorrect-face)
9303         (flyspell-duplicate-face):
9304         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9305         * textmodes/texinfo.el (texinfo-heading-face):
9306         Mark face aliases with "-face" suffix as obsolete.
9308         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9309         compiler.
9311         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9312         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9313         easy-menu-define wants to modify these.
9315         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9317         * net/browse-url.el (browse-url-file-url):
9318         * term/internal.el (dos-codepage-setup):
9319         Use default-value rather than default-enable-multibyte-characters.
9321         * progmodes/etags.el (etags-goto-tag-location):
9322         * progmodes/flymake.el (flymake-highlight-line)
9323         (flymake-goto-file-and-line, flymake-goto-line):
9324         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9325         (gdb-goto-breakpoint):
9326         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9327         * progmodes/python.el (python-find-function)
9328         (python-pdbtrack-track-stack-file):
9329         * progmodes/verilog-mode.el (verilog-surelint-off):
9330         * term/ns-win.el (ns-open-file-select-line):
9331         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9332         Use forward-line rather than goto-line.
9334         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9335         * textmodes/reftex-index.el (reftex-display-index):
9336         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9337         * textmodes/reftex-toc.el (reftex-toc):
9338         Remove unnecessary bindings of default-major-mode (all are followed by
9339         major-mode check and possible mode switch).
9341 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9343         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9344         Handle watchpoints (bug#4282).
9345         (def-gdb-thread-buffer-command): Enable thread to be selected by
9346         clicking without selecting threads buffer first.
9347         (gdb-current-context-command): Use selected frame so that "up",
9348         "down" etc work in the GUD buffer.
9349         (gdb-update): Find selected frame before rendering stack buffer.
9350         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9352 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9354         * progmodes/sym-comp.el (displayed-completions): Remove.
9355         (symbol-complete): Use minibuffer-complete.
9357 2009-08-31  Glenn Morris  <rgm@gnu.org>
9359         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9361         * apropos.el (apropos-symbols-internal):
9362         Handle (obsolete) face aliases.
9364         * faces.el (describe-face): Adjust the output format to be more like
9365         describe-variable, and to mention (obsolete) face aliases.
9366         Adjust the whitespace so that help-setup-xref works.
9368         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9369         * calendar/diary-lib.el (diary-button-face):
9370         Mark these face aliases as obsolete.
9372         * calendar/calendar.el (calendar-today): Doc fix.
9374 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9376         * progmodes/gdb-mi.el (gdb-control-all-threads)
9377         (gdb-control-current-thread): Force tool bar update.
9378         (gdb-non-stop-handler): New function.
9379         (gdb-init-1): Use it to test if non-stop mode is supported.
9380         Remove unused gdbmi buffer type.
9382 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9384         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9385         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9387 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9389         * comint.el (comint-exec-1): Check command is non-null first.
9390         Part of gdb-mi.el change (2009-08-28).
9392 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9394         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9396 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9398         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9399         instead of `dolist' to avoid a recursive require when bootstrapping.
9401 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9405         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9407         * net/imap.el (imap-send-command): Simplify.
9408         (imap-wait-for-tag): point-max -> buffer-size.
9410         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9412         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9413         with constant argument.
9415         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9417         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9419         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9420         Change default, since most of our files don't have a history.
9421         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9422         the user.
9424         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9425         Add comint-run.
9427         * calc/calc.el: Improve commenting convention.
9428         (calc-digit-map, toplevel): Simplify.
9430         * comint.el (comint-insert-input): Be careful to only set point if we
9431         don't delegate to some other command.
9433         * proced.el (proced-signal-list): Make it an alist.
9434         (proced-grammar-alist): Capitalize names.
9435         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9436         Disable undo manually and make it read-only.
9437         Use completion-annotate-function.
9439         * minibuffer.el (minibuffer-message): If the current buffer is not
9440         a minibuffer, insert the message in the echo area rather than at the
9441         end of the buffer.
9442         (completion-annotate-function): New variable.
9443         (minibuffer-completion-help): Use it.
9444         (completion--embedded-envvar-table): Environment vars are
9445         always case-sensitive.
9447 2009-08-30  Glenn Morris  <rgm@gnu.org>
9449         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9450         from fortran-current-defun.
9451         (fortran-beginning-of-subprogram): Be more precise about finding the
9452         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9453         (fortran-end-of-subprogram): Simplify.
9454         (fortran-current-defun): Use fortran-start-prog-re.
9456 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9458         * subr.el (do-after-load-evaluation): Simplify.
9460 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9462         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9464         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9465         (vc-rcs-print-log): Use it.
9467         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9469 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * paths.el (abbrev-file-name): Move to abbrev.el.
9472         * abbrev.el (abbrev-file-name): Move from paths.el.
9473         Obey user-emacs-directory.
9474         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9475         user-emacs-directory.
9476         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9477         abbrev-file-name and calc-settings-file any more.
9478         * startup.el (command-line): Recompute abbrev-file-name and
9479         abbreviated-home-dir.
9480         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9481         of the special code for when C-h bindings haven't been changed.
9482         (display-startup-echo-area-message): Use with-current-buffer.
9483         (command-line-1): Use a list of strings, rather than a list of lists
9484         of strings for longopts.
9486         * files.el (get-free-disk-space): Use / for default-directory.
9488         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9489         Use with-current-buffer.
9491         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9492         Recognize immutable variables like most-positive-fixnum.
9493         (byte-compile-setq-default): Check and warn if trying to assign
9494         to an immutable variable, or a non-variable.
9496         * progmodes/cc-vars.el (c-comment-continuation-stars):
9497         * progmodes/cc-engine.el (c-looking-at-bos):
9498         * progmodes/cc-cmds.el (c-toggle-auto-state)
9499         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9500         (c-comment-line-break-function): Add version of obsolescence.
9502 2009-08-28  Juri Linkov  <juri@jurta.org>
9504         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9505         associated with `archive-mode'.
9507         * image.el (image-type-header-regexps): Use only JPEG magic number
9508         to determine JPEG images, and don't use `image-jpeg-p' because
9509         Emacs can display non-JFIF non-Exif JPEG images.
9511 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9513         * arc-mode.el (archive-mode):
9514         * emacs-lisp/re-builder.el (re-builder-unload-function):
9515         Protect against the default value of `major-mode' being nil.
9517 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9519         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9520         Fix typos in docstrings.
9522         * progmodes/js.el (js--macro-decl-re): Doc fix.
9523         (js--plain-method-re, js--split-name): Refloc docstring.
9524         (js--class-styles, js--make-merged-item, js--splice-into-items):
9525         Fix typos in docstrings; reflow docstrings.
9526         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9527         (js--variable-decl-matcher, js--inside-pitem-p)
9528         (js--parse-state-at-point, js--get-all-known-symbols)
9529         (js--symbol-history, js-find-symbol, js--js-references)
9530         (js--moz-interactor, js--js-encode-value, js--read-tab):
9531         Fix typos in docstrings.
9533 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * textmodes/reftex.el (reftex-get-file-buffer-force):
9536         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9537         * emulation/viper.el (viper-go-away, viper-set-hooks):
9538         * emacs-lisp/re-builder.el (re-builder-unload-function):
9539         * emacs-lisp/bytecomp.el (byte-compile-file):
9540         * ses.el (ses-unload-function):
9541         * hexl.el (hexl-find-file):
9542         * files.el (normal-mode):
9543         * ehelp.el (with-electric-help):
9544         * autoinsert.el (auto-insert-alist):
9545         * arc-mode.el (archive-mode):
9546         Use (default-value 'major-mode) instead of default-major-mode.
9548         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9549         * international/mule.el (load-with-code-conversion):
9550         * emacs-lisp/debug.el (debug):
9551         * ediff-vers.el (ediff-rcs-get-output-buffer):
9552         * dired.el (dired-internal-noselect): Don't let-bind
9553         default-major-mode around code that doesn't use it.
9554         E.g. buffer creation via get-buffer-create doesn't use it.
9556 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9558         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9559         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9560         when writing the temp file.  Otherwise, epa-file gets confused.
9561         (tramp-register-file-name-handlers): Make it a defun.  Move also
9562         `epa-file-handler' to the front of `file-name-handler-alist'.
9564 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9567         start right after a ^M.
9568         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9569         (tramp-completion-file-name-regexp-separate)
9570         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9571         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9572         Don't modify last-coding-system-used by accident.
9573         (tramp-completion-file-name-handler): Apply the checks here,
9574         instead during registration.
9575         (tramp-register-file-name-handlers): Renamed from
9576         `tramp-register-file-name-handler'.  Register both
9577         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9578         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9580 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9582         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9583         Remove variable ...
9584         (gdb-init-1, gdb-display-separate-io-buffer)
9585         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9586         references to it.
9587         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9588         (gdb-inferior-filter): Use comint-output-filter to stop
9589         echoing and remove ^M characters.
9591 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9593         * emulation/viper-init.el (viper-restore-cursor-type):
9594         * emulation/cua-base.el (cua--update-indications):
9595         Replace default-cursor-type with (default-value 'cursor-type).
9597         * mail/sendmail.el (mail-recover-1):
9598         * international/mule-diag.el (describe-current-coding-system-briefly)
9599         (describe-current-coding-system):
9600         * international/mule-cmds.el (select-safe-coding-system)
9601         (select-message-coding-system)
9602         (set-language-environment-coding-systems, set-locale-environment):
9603         * hexl.el (hexl-insert-multibyte-char):
9604         * dos-w32.el (find-buffer-file-type-coding-system):
9605         * simple.el (what-cursor-position):
9606         Replace uses of default-buffer-file-coding-system
9607         with (default-value 'buffer-file-coding-system).
9609         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9610         Replace uses of default-cursor-in-non-selected-windows
9611         with (default-value 'cursor-in-non-selected-windows).
9612         Use with-current-buffer.
9614         * mail/feedmail.el: Use CL macros.
9615         (feedmail-run-the-queue, feedmail-send-it-immediately):
9616         * dos-w32.el (find-buffer-file-type): Replace uses of
9617         default-buffer-file-type with (default-value 'buffer-file-type).
9619 2009-08-28  Glenn Morris  <rgm@gnu.org>
9621         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9622         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9623         Use default-value of major-mode rather than default-major-mode.
9625 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * Makefile.in (update-elcfiles): Report left over elc files.
9629         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9630         expand-file-name and with-current-buffer.
9631         (mail-get-names, mail-directory): Use with-current-buffer.
9633         * vc.el (vc-read-revision): New function.
9634         (vc-version-diff, vc-merge): Use it.
9636 2009-08-27  Sam Steingold  <sds@gnu.org>
9638         * simple.el (kill-do-not-save-duplicates): New user option.
9639         (kill-new): When it is non-nil, and the new string is the same as
9640         the latest kill, set replace to t to avoid duplicates in kill-ring.
9642 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9644         * net/tramp.el (tramp-handle-process-file): Do not flush all
9645         caches when `process-file-side-effects' is set.
9646         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9647         instead of `tramp-find-file-exists-command'.
9648         Unset `process-file-side-effects'.
9650 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9652         * net/tramp.el (tramp-methods): New method "rsyncc".
9653         (top): Add completion function for "rsyncc".
9654         (tramp-message-show-message): New defvar.
9655         (tramp-message, tramp-error): Use it.
9656         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9657         remote copying.
9658         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9659         `tramp-methods' entry `copy-env' of "rsyncc".
9660         (tramp-vc-registered-read-file-names): New defconst.
9661         (tramp-vc-registered-file-names): New defvar.
9662         (tramp-handle-vc-registered): Implement optimization strategy.
9663         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9664         (tramp-vc-file-name-handler): New defun.
9665         (tramp-get-ls-command, tramp-get-test-command)
9666         (tramp-get-file-exists-command, tramp-get-remote-ln)
9667         (tramp-get-remote-perl, tramp-get-remote-stat)
9668         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9670         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9671         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9672         timestamps.
9673         (tramp-get-file-property): Check for timestamps in
9674         `tramp-cache-inhibit-cache'.
9675         (tramp-set-file-property): Write timestamp.
9677 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9679         * language/japan-util.el (japanese-symbol-table): Add entries for
9680         cp932-2-byte.
9682         * international/characters.el: Add category `j' to cp932-2-byte.
9684 2009-08-27  Kenichi Handa  <handa@m17n.org>
9686         * international/fontset.el (build-default-fontset-data): New macro.
9687         (setup-default-fontset): Use build-default-fontset-data for CJK,
9688         tibetan, ethiopic, and ipa.
9690 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9692         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9693         (enable-multibyte-characters): Not customizable any more.
9695         * subr.el (default-mode-line-format, default-header-line-format)
9696         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9697         (default-direction-reversed, default-truncate-lines)
9698         (default-left-margin, default-tab-width, default-case-fold-search)
9699         (default-left-margin-width, default-right-margin-width)
9700         (default-left-fringe-width, default-right-fringe-width)
9701         (default-fringes-outside-margins, default-scroll-bar-width)
9702         (default-vertical-scroll-bar, default-indicate-empty-lines)
9703         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9704         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9705         (default-scroll-down-aggressively, default-fill-column)
9706         (default-cursor-type, default-buffer-file-type)
9707         (default-cursor-in-non-selected-windows)
9708         (default-buffer-file-coding-system, default-major-mode)
9709         (default-enable-multibyte-characters): Mark as obsolete.
9711 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9713         * vc-dir.el (vc-dir-update): Remove debug helper.
9715         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9717 2009-08-26  Sam Steingold  <sds@gnu.org>
9719         * simple.el (save-interprogram-paste-before-kill): New user option.
9720         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9721         save the interprogram-paste into kill-ring before overriding it
9722         with the Emacs kill.
9724 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9726         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9727         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9728         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9729         and move to vc-rcs.el.
9730         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9731         move to vc-rcs.el.
9732         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9733         (vc-rcs-update-changelog): Remove.
9734         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9735         and move to vc-rcs.el.
9737         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9738         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9739         renaming.
9740         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9741         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9742         vc.el, renamed to be RCS specific.
9744         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9745         New functions.
9746         (vc-cvs-update-changelog): Move here from vc.el.
9748         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9749         New functions.
9751 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9755 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * vc-git.el (vc-git-register): Use "git add" for directories.
9758         (vc-git-stash, vc-git-stash-show): New functions.
9759         (vc-git-extra-menu-map): Bind them.
9761         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9762         directory correctly in case the item is a directory itself.
9764         * vc.el: Document the desired behavior for reverted files in the
9765         `added' state.
9766         (vc-default-prettify-state-info): Remove function, unused.
9768         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9770 2009-08-26  Glenn Morris  <rgm@gnu.org>
9772         * bindings.el (standard-mode-line-format): Reposition dashes in
9773         which-func entry.  (Bug#4217)
9775         * files.el (enable-local-variables, enable-local-eval)
9776         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9777         the defcustoms.
9778         (auto-mode-alist, ignored-local-variables)
9779         (save-some-buffers-action-alist): Move risky declarations to the
9780         definitions.
9781         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9782         (font-lock-defaults, format-alist, imenu--index-alist)
9783         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9784         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9785         (mode-line-modified, mode-line-mule-info, mode-line-position)
9786         (mode-line-process, mode-line-remote, outline-level)
9787         (parse-time-rules, rmail-output-file-alist)
9788         (special-display-buffer-names, vc-mode):
9789         Move risky declarations to the relevant files.
9790         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9791         (mode-line-modified, mode-line-process, mode-line-position)
9792         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9793         * font-core.el (font-lock-defaults):
9794         * format.el (format-alist):
9795         * vc-hooks.el (vc-mode):
9796         * window.el (special-display-buffer-names):
9797         * international/mule-cmds.el (input-method-alist):
9798         Define riskiness here (dumped file) rather than in files.el.
9799         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9800         * imenu.el (imenu-generic-expression, imenu--index-alist):
9801         * outline.el (outline-level):
9802         * time.el (display-time-string):
9803         * calendar/parse-time.el (parse-time-rules):
9804         * mail/rmailout.el (rmail-output-file-alist):
9805         Autoload riskiness here, rather than placing in files.el.
9807 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9809         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9811 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9813         * simple.el (process-file-side-effects): New defvar.
9815         * dired-aux.el (dired-show-file-type):
9816         * vc.el (vc-diff-internal):
9817         * vc-arch.el (vc-arch-diff):
9818         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9819         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9820         * vc-git.el (vc-git-registered, vc-git-working-revision)
9821         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9822         (vc-git--empty-db-p):
9823         * vc-hooks.el (vc-user-login-name):
9824         * vc-svn.el (vc-svn-registered, vc-svn-state)
9825         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9826         * progmodes/grep.el (grep-probe): Let-bind
9827         `process-file-side-effects' with nil.
9829         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9831         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9832         daemon.  Replace ping by checking for running service for bluez
9833         and zeroconf.  (Bug#4239)
9835 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9837         * net/dig.el (dig): Add autoload cookie.
9839 2009-08-25  Glenn Morris  <rgm@gnu.org>
9841         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9842         load-history for absolute file-names.
9843         (byte-compile-file-form-require): Warn about use of the cl package.
9845         * format.el (format-alist): Doc fix.
9847         * play/bubbles.el (top-level): Don't require cl at run-time.
9849         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9850         run-time cl).
9852 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9854         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9855         from cl package.
9856         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9858 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9860         * calc/calc-alg.el (math-trig-rewrite)
9861         (math-hyperbolic-trig-rewrite): New functions.
9862         (calc-simplify): Simplify trig functions when asked.
9864 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9868 2009-08-24  Kenichi Handa  <handa@m17n.org>
9870         * language/ind-util.el (mapthread): Delete it.
9871         (combinatorial): New function.
9872         (indian--puthash-cv): Use combinatorial instead of mapthread.
9874 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9876         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9877         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9878         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9879         Clarify docstring that the value is strings not symbols.
9880         (checkdoc-list-of-strings-p): New function.
9882 2009-08-22  Glenn Morris  <rgm@gnu.org>
9884         * files.el (auto-mode-alist):
9885         * hippie-exp.el (he-concat-directory-file-name):
9886         * lpr.el (lpr-windows-system, printer-name):
9887         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9888         * ps-print.el (ps-windows-system):
9889         * startup.el (command-line):
9890         * emulation/viper-ex.el (viper-glob-function):
9891         * international/mule-cmds.el (set-language-environment-coding-systems):
9892         * net/ange-ftp.el (ange-ftp-write-region):
9893         * obsolete/fast-lock.el (fast-lock-cache-name):
9894         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9895         unisoft-unix, vax-vms, win32, w32.
9897         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9898         given name if the pattern is not more specific.
9900         * calendar/lunar.el (lunar-phase-names): New option.
9901         (lunar-phase): Doc fix.
9902         (lunar-cycles-per-year): New constant.
9903         (lunar-index): New function.
9904         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9905         (lunar-phase-name): Use lunar-phase-names.
9906         (calendar-lunar-phases): Use format.
9907         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9909         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9910         Copy imenu-example--name-and-position function here for own use.
9911         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9913         * bs.el (bs--redisplay):
9914         * cus-edit.el (custom-redraw):
9915         * ibuffer.el (ibuffer-bury-buffer):
9916         * server.el (server-goto-line-column):
9917         * startup.el (command-line-1):
9918         * strokes.el (strokes-xpm-for-stroke):
9919         * term.el (term-display-buffer-line):
9920         * view.el (View-goto-line):
9921         * calc/calc.el (calc-do, calc-trail-buffer):
9922         * play/gamegrid.el (gamegrid-add-score-insecure):
9923         * progmodes/ada-mode.el (ada-compile-goto-error):
9924         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9925         (ebrowse-select-1st-to-9nth):
9926         * progmodes/cperl-mode.el (cperl-time-fontification):
9927         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9928         * progmodes/gud.el (gud-display-line):
9929         (idlwave-shell-display-line):
9930         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9931         * progmodes/make-mode.el (makefile-browser-toggle):
9932         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9933         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9934         * textmodes/picture.el (picture-draw-rectangle):
9935         * textmodes/reftex-index.el (reftex-index-goto-letter):
9936         (reftex-select-jump-to-previous):
9937         * textmodes/reftex-sel.el (reftex-find-start-point)
9938         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9939         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9940         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9941         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9942         * textmodes/two-column.el (2C-associated-buffer):
9943         Use forward-line rather than goto-line.
9945         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9946         goto-line.
9948         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9949         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9950         (quick-check-list-to-regexp): Declare.
9952         * progmodes/make-mode.el (makefile-browser-insert-selection):
9953         Use goto-char rather than goto-line.
9955         * progmodes/prolog.el (compilation-error-regexp-alist)
9956         (compilation-forget-errors): Declare.
9958 2009-08-22  Juri Linkov  <juri@jurta.org>
9960         * progmodes/grep.el (lgrep, rgrep): At the beginning
9961         set `dir' to `default-directory' unless `dir' is a non-nil
9962         readable directory.  (Bug#4052)
9963         (lgrep, rgrep): Change a weird way to report an error
9964         from using `read-string' to using `error'.
9965         Instead of using interactive arguments in the function body,
9966         add new argument `confirm'.
9968 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * textmodes/remember.el (remember-buffer):
9971         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9972         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9973         (icalendar-extract-ical-from-buffer):
9974         * net/newst-treeview.el (newsticker-groups-filename):
9975         * net/newst-backend.el (newsticker-cache-filename):
9976         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9977         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9978         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9979         (speedbar-buffers-line-path, speedbar-path-line)
9980         (speedbar-buffers-line-path):
9981         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9982         (epg-sign-keys):
9983         * epa.el (epa-display-verify-result):
9984         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9986 2009-08-21  Glenn Morris  <rgm@gnu.org>
9988         * progmodes/js.el (inferior-moz-process): Fix declaration.
9990         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9992         * obsolete/rnewspost.el (news-mail-reply):
9993         Use goto-char rather than goto-line.
9995         * term/ns-win.el (ns-open-file-select-line):
9996         Use line-beginning-position rather than goto-line.
9998         * apropos.el (apropos-command):
9999         * ehelp.el (electric-helpify):
10000         * printing.el (pr-show-setup):
10001         * strokes.el (strokes-help):
10002         * tutorial.el (tutorial--describe-nonstandard-key)
10003         (tutorial--detailed-help):
10004         * woman.el (woman-mini-help, woman-display-extended-fonts):
10005         * calc/calc-help.el (calc-describe-key):
10006         * emulation/edt.el (edt-electric-helpify):
10007         * international/mule-diag.el (mule-diag):
10008         * play/yow.el (apropos-zippy):
10009         * progmodes/python.el (python-describe-symbol):
10010         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10011         * textmodes/table.el (*table--cell-describe-mode)
10012         (*table--cell-describe-bindings):
10013         Use help-print-return-message rather than the now obsolete alias.
10015         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10016         (calendar-cursor-to-visible-date):
10017         * play/5x5.el (5x5-position-cursor):
10018         * play/decipher.el (decipher):
10019         * play/gomoku.el (gomoku-goto-xy):
10020         * play/landmark.el (lm-goto-xy):
10021         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10022         (mpuz-paint-digit):
10023         Use forward-line, not goto-line.
10025         * mail/rmail.el (rmail-obsolete): Delete custom group.
10026         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10027         (rmail-remote-password, rmail-remote-password-required):
10028         Remove unneeded :set-after and :set properties.
10030 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10032         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10034 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10036         * loadup.el: Remove leftover macos code.
10038         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10039         Explicitly pass the date format to git blame so that user local
10040         so that the output format can be parsed.
10042 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10044         * net/dbus.el (top): Don't check for (getenv
10045         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10047 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10049         * log-edit.el (log-edit-strip-single-file-name): New var.
10050         (log-edit-insert-changelog): Use it.  Bug#3571
10052 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10054         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10055         Bug#3287
10057         * help.el (help-print-return-message): Rename from
10058         print-help-return-message.
10060         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10061         cvs-mode-map parent hack.
10062         (log-view-mode): Derive from special-mode.
10064         * linum.el (linum-mode): window-size-change-functions is redundant.
10065         Adapt to new window-configuration-change-hook behavior.
10066         (linum-after-size, linum-after-config): Remove.
10068         * imenu.el (imenu-example--name-and-position)
10069         (imenu-example--lisp-extract-index-name)
10070         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10071         Mark as obsolete.
10073         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10074         (inferior-prolog-mode): Use it.
10075         (inferior-prolog-load-file): Reset list of errors.
10077 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10079         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10081         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10083 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10085         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10086         is running already.
10088 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * subr.el (listify-key-sequence-1): Use normal syntax since those
10091         integers are nowadays always represented by the same (positive) number
10092         on all platforms.
10093         (read-key-empty-map): New const.
10094         (read-key-delay): New var.
10095         (read-key): New function.
10096         (force-mode-line-update): Use with-current-buffer.
10097         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10098         (start-process-shell-command, start-file-process-shell-command):
10099         Discourage the use of command-args.
10101 2009-08-19  Glenn Morris  <rgm@gnu.org>
10103         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10105 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * simple.el (choose-completion-string): Don't rely on
10108         minibuffer-completing-file-name and ad-hoc checks to decide whether
10109         to continue completion or not.
10111         * minibuffer.el (minibuffer-hide-completions): New function.
10112         (completion--do-completion): Use it.
10113         (completions-annotations): New face.
10114         (completion--insert-strings): Use it.
10115         (completion-pcm--delim-wild-regex): Add docstring.
10116         (completion-pcm--string->pattern): Add support for 0-width delimiters
10117         in completion-pcm--delim-wild-regex.
10119 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10122         Remove unused var `buffer-modified-p'.
10124         * minibuffer.el (completion--do-completion): Move point for the #b001
10125         case as well (bug#4176).
10126         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10128 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10130         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10131         and :session buses.
10133 2009-08-18  Kenichi Handa  <handa@m17n.org>
10135         * international/ucs-normalize.el (ucs-normalize-version):
10136         Change to 1.1.
10137         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10138         (utf-8-hfs): Make it perform normalization on encoding too.
10140         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10141         (sentence-end-without-space): Delete duplicated chars.
10142         (sentence-end-base): Likewise.
10144         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10145         (html-mode): Delete duplicated chars from sentence-end-base.
10147         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10148         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10150 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10152         * files.el (hack-one-local-variable): If the mode function is for
10153         a minor mode, pass it an argument (Bug#4148).
10155 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10157         * net/tramp.el (tramp-register-completion-file-name-handler):
10158         Check also for (member 'partial-completion completion-styles).
10160 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10162         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10163         abbrev (Bug#3943).
10165 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10167         * progmodes/cperl-mode.el: Merge upstream 6.2.
10168         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10169         (cperl-forward-re): Check cperl-brace-recursing.
10170         (cperl-highlight-charclass): New function.
10171         (cperl-find-pods-heres): Use it.
10172         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10173         (cperl-beautify-regexp-piece): Fix column calculation.
10174         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10175         (cperl-beautify-level): Don't process entire regexp.
10176         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10177         calling man.
10178         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10179         (cperl-init-faces): Build a list in the normal way.
10181 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10183         * calendar/parse-time.el (parse-time-string-chars): Save match
10184         data.
10186 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10189         (sql-product): Use it.
10190         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10191         (sql-set-product): Add completion.
10192         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10193         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10194         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10195         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10196         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10197         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10198         (sql-highlight-db2-keywords): Remove.
10199         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10200         (sql-highlight-product): Use derived-mode-p.
10201         (sql-set-sqli-buffer): Use with-current-buffer.
10202         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10203         Simplify.
10205         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10207         * term.el: Fix commenting convention, turn comments into docstrings.
10209 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10211         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10213 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10215         * calendar/parse-time.el (parse-time-string-chars): Compute using
10216         character classes, to handle non-ascii characters (Bug#3190).
10218 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10220         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10221         another heredoc if the user adds another < (Bug#3226).
10223         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10224         Don't initialize based on window-system (Bug#4124).
10226         * facemenu.el (facemenu-read-color): Use a completion function
10227         that accepts any defined color, such as RGB triplets (Bug#3677).
10229         * files.el (get-free-disk-space): Change fallback default
10230         directory to /.  Expand DIR argument before switching to fallback.
10231         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10233 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10235         * files.el (load-library): Doc fix.
10237 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10239         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10240         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10241         incremental search string.
10243         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10244         XEmacs.
10246         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10247         (ediff-merge-region-is-non-clash)
10248         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10249         Also check if the job is really a merge job.
10251         * ediff.el (ediff-current-file): New function.
10253 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10255         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10256         conventions.
10257         (js-insert-and-indent): Delete function.
10258         (js-mode-map): Don't bind keys to js-insert-and-indent.
10259         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10260         (js-end-of-defun): Rename from js--end-of-defun.
10261         (js-auto-indent-flag): Delete variable.
10263 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10265         * progmodes/js.el: Remove proclaim statement.
10266         Defvar which-func-imenu-joiner-function to silence compiler.
10268         * files.el (auto-mode-alist): Use js-mode for .js files.
10270         * progmodes/js2-mode.el: Remove file.
10272         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10274         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10276         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10278 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10279             Karl Landstrom  <karl.landstrom@brgeight.se>
10281         * progmodes/js.el: New file.
10283 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10285         * timezone.el (timezone-parse-date): Add ability to understand ISO
10286         basic format (minimal separators) dates in addition to the
10287         already-supported extended format dates.
10289 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10291         * international/ucs-normalize.el: Add a `coding' file variable.
10293         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10295 2009-08-14  Sam Steingold  <sds@gnu.org>
10297         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10299 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10301         * faces.el (help-argument-name): Define it here instead of
10302         help-fns.el, because in daemon mode help-fns.el may be loaded when
10303         faces are still uninitialized (Bug#1078).
10305         * help-fns.el (help-argument-name): Move defface to faces.el.
10307 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10309         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10310         create buffer with a pty but no process so that GDB can make the
10311         inferior the controlling process.
10313 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10315         * international/ucs-normalize.el: New file.
10317 2009-08-13  Richard Stallman  <rms@gnu.org>
10319         * mail/rmail.el (rmail-get-attr-names):
10320         Accept an attribute header that is too short.
10322         * mail/rmail.el (rmail-forget-messages):
10323         Ignore nil elt in rmail-message-vector.  Use dotimes.
10325         * progmodes/compile.el (compilation-goto-locus):
10326         Use next-error-move-function.
10328         * simple.el (next-error-move-function): New variable.
10330 2009-08-12  Juri Linkov  <juri@jurta.org>
10332         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10333         always non-nil.  (Bug#4052)
10335         * replace.el (read-regexp): Return empty string when
10336         `default-value' is nil.
10337         (keep-lines-read-args): Don't use empty string as the
10338         default value for `read-regexp'.  (Bug#2495)
10340 2009-08-12  Juri Linkov  <juri@jurta.org>
10342         * international/mule-cmds.el (ucs-insert): Change arguments
10343         from `arg' to `character', `count', `inherit' to be the same
10344         as in `insert-char'.  Doc fix.  (Bug#4039)
10346         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10348 2009-08-12  Juri Linkov  <juri@jurta.org>
10350         * files-x.el: New file.
10352         * files.el: Move code that deals with adding/deleting
10353         file/directory-local variables to files-x.el.
10355         * Makefile.in (ELCFILES): Add files-x.elc.
10357 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10359         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10360         to use `goto-line'.
10361         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10362         `goto-line'.
10363         (gdb-invalidate-disassembly): Do not refresh upon receiving
10364         'update signal.  Instead, update all disassembly buffers only after
10365         threads list.
10366         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10367         (gdb-starting): Moved -data-list-register-names...
10368         (gdb-stopped): ...here so it's sent when first thread stops.
10369         (gdb-registers-handler-custom): Do nothing if register names are
10370         unknown yet.
10372         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10373         from `gdb-mi.el' to avoid extra tangling.
10375         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10376         change which breaks `gud-def' definitions used in `gdb'.
10377         (gdb-update-gud-running): No extra fuss for updating frame number.
10379 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10381         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10382         (describe-language-environment-map, setup-language-environment-map)
10383         (set-coding-system-map): Move initialization into declaration.
10384         (set-language-info-alist): Last arg to define-key-after can be skipped.
10386         * international/quail.el (quail-completion-1): Simplify.
10387         (quail-define-rules): Use slightly more compact code.
10388         (quail-insert-decode-map): Propertize keys, compact columns.
10390         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10391         Add goto-line.
10393 2009-08-10  Miles Bader  <miles@gnu.org>
10395         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10396         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10397         (js2-instance-member, js2-private-member, js2-private-function-call)
10398         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10399         (js2-magic-paren, js2-external-variable):
10400         Remove "-face" suffix from face names.
10401         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10402         (js2-highlight-undeclared-vars, js2-peek-token)
10403         (js2-parse-function-params, js2-mode-show-errors)
10404         (js2-mode-show-warnings, js2-make-magic-delimiter)
10405         (js2-mode-highlight-magic-parens): Update to use new face names.
10407 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10409         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10410         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10412 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10414         * subr.el: Provide hashtable-print-readable.
10416         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10417         hs-c-like-adjust-block-beginning.
10418         (hs-hide-block-at-point): Stop hiding at the beginning of
10419         hs-block-end-regexp (Bug#700).
10421 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10423         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10424         a macro.
10425         (gdb-registers-handler-custom): Do not fail when register names
10426         are unavailable.
10428 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10430         * progmodes/gdb-mi.el (gdb-control-all-threads)
10431         (gdb-control-current-thread): Interactive setters for
10432         `gdb-gud-control-all-threads' to use in menu.
10433         (gdb-show-run-p): Show «Go» when process is not active.
10434         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10435         gud/thread.xpm and gud/all.xpm.
10437 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10439         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10440         (nslookup-font-lock-keywords): Make it a variable.
10441         (net-utils-mode): New mode for viewing diagnostic network output.
10442         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10443         (net-utils-run-simple): New function.
10444         (ifconfig, iwconfig, netstat, arp, route): Use it.
10446 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10448         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10449         (gdb-memory-set-address, def-gdb-set-positive-number)
10450         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10451         after changing settings.
10452         (gdb-invalidate-disassembly): Update when first shown.
10453         (gdb-edit-locals-value): Fixed.
10454         (gdb-registers-handler-custom): Print registers in right order and
10455         allow changing register values (only for current thread yet).
10456         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10457         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10458         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10459         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10460         info in mode name.
10461         (gdb-registers-mode-map): TAB to switch to locals.
10463 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10465         * mail/rmail.el (rmail-add-mbox-headers)
10466         (rmail-set-message-counters-counter): Search for
10467         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10469 2009-08-08  Glenn Morris  <rgm@gnu.org>
10471         * Makefile.in (ELCFILES): Update.
10473 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10475         * mail/sendmail.el (mail-yank-original): Set
10476         buffer-file-coding-system from the one used by the message whose
10477         text is yanked.
10479         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10480         to "windows" when "pgnuplot" is used.
10481         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10482         call accept-process-output if "pgnuplot" is used.
10483         (calc-graph-init): Don't send -display and -geometry to
10484         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10485         running "pgnuplot -V" with shell-command-to-string.
10487         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10488         the default.
10490 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10492         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10493         org/org-latex.elc.
10495 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10497         * vc-dispatcher.el (vc-resynch-window): Update comment.
10499         * term.el (term-handle-ansi-escape): Add comments with the
10500         terminfo capabilities implemented.
10502 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10504         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10505         (gdb-var-create-handler): Rewritten using JSON parser.
10506         (gdb-propertize-header): Moved earlier.
10507         (gdb-set-header): Removed to avoid duplication.
10508         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10509         Refresh disassembly buffers only after threads list have been
10510         update.
10511         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10512         variables.
10514 2009-08-04  Juri Linkov  <juri@jurta.org>
10516         * files.el: Commands to add/delete file/directory-local variables.
10517         (read-file-local-variable, read-file-local-variable-value)
10518         (read-file-local-variable-mode, modify-file-local-variable)
10519         (modify-file-local-variable-prop-line)
10520         (modify-dir-local-variable): New functions.
10521         (add-file-local-variable, delete-file-local-variable)
10522         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10523         (add-dir-local-variable, delete-dir-local-variable)
10524         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10525         (copy-dir-locals-to-file-locals-prop-line): New commands.
10527 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10529         * abbrev.el (insert-abbrev-table-description): Prettify output.
10530         Suggested by Karl Chen.
10532 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10534         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10535         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10536         (gdb-overlay-arrow-position, gdb-thread-position)
10537         (gdb-disassembly-position): Declare variables.
10538         (gdb-wait-for-pending): Function now.
10539         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10540         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10541         compilation goes smoothly.
10542         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10543         (gdb-non-stop-setting): New customization setting which replaces
10544         `gdb-non-stop' so changing it doesn't break active GDB session.
10545         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10546         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10547         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10548         (gdb-show-threads-by-default): New customization options.
10549         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10550         routines.
10551         (gdb-get-buffer-create): Send buffers update signal when they are
10552         created.
10553         (gdb-invalidate-locals, gdb-invalidate-registers)
10554         (gdb-invalidate-breakpoints)
10555         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10556         (gdb-invalidate-memory): Accept update signal.
10557         (gdb-current-context-command): Use --frame option.
10558         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10559         Implement `gdb-frame-number' selection logic.
10560         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10561         whether to show GUD toolbar buttons.
10562         (gdb-thread-exited): Unselect current thread when it exits.
10563         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10564         (gdb-mark-line): Routine which sets overlay arrow or inverses
10565         video on fringeless displays.
10566         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10567         to build aligned columns of data in GDB buffers and set text
10568         properties line-by-line.
10569         (gdb-invalidate-breakpoints)
10570         (gdb-breakpoints-list-handler-custom)
10571         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10572         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10573         (gdb-registers-handler-custom): Align data columns.
10574         (gdb-locals-handler-custom): Now prints data like in variable
10575         declarations.
10576         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10577         Removed confusing buttons.
10578         (gdb-invalidate-threads): Append --frame.
10579         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10580         between breakpoints/threads buffers.
10581         (gdb-set-window-buffer): Now can ignore dedicated windows.
10582         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10583         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10584         (def-gdb-thread-buffer-gud-command): Replaces
10585         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10586         for fine thread control.
10587         (gdb-preempt-existing-or-display-buffer): New function used to
10588         display bound buffers without breaking window layout.
10589         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10590         (gdb-select-frame): New version of `gdb-frames-select' which now
10591         sets `gdb-frame-number' so commands may use --frame option instead
10592         of inner debugger state.
10593         (gdb-frame-handler): Do not set `gdb-frame-number'.
10594         (gdb-threads-mode-map): Select threads with mouse.
10596         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10597         avoid compilation warning.
10598         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10599         `gdb-show-stop-p`.
10601         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10602         Argument `key' renamed to `buffer-type'.
10603         (gdb-current-context-buffer-name): Do not add thread info to
10604         buffer name when no thread is selected.
10605         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10606         command (bug 3794).
10607         (gdb-thread-selected): Handle `=thread-selected' notification.
10608         (gdb-wait-for-pending): New macro to deal with congestion problems.
10609         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10610         breakpoints.
10611         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10612         This fixes problem similar to one described in bug 3947.
10613         (gud-menu-map): More menu items.
10614         (gdb-init-1): Reset `gdb-thread-number' to nil.
10616         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10617         non-stop settings.
10619         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10620         (gdb-current-context-command): Do not append --thread if
10621         `gdb-thread-number' is nil.
10622         (gdb-running-threads-count, gdb-stopped-threads-count): New
10623         variables.
10624         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10625         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10626         customization options.
10627         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10628         GUD commands.
10629         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10630         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10631         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10632         set `gdb-thread-number' and update `gud-running' properly.
10633         (gdb-running): Update threads list when new threads appear.
10634         (gdb-stopped): Support non-stop operation and new thread switching
10635         logic.
10636         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10637         (gdb-json-partial-output): New set of JSON routines.
10638         (def-gdb-auto-update-trigger): New `signal-list' optional
10639         argument.
10640         (gdb-thread-list-handler-custom): Update `gud-running',
10641         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10642         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10643         (gdb-continue-thread, gdb-step-thread): New commands for fine
10644         thread execution control.
10645         (gud-menu-map): New menu items to switch non-stop options.
10646         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10647         (gdb-send): Mimic RET properly (bug 3794).
10649         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10650         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10651         gdb-buffer-rules.
10652         (def-gdb-auto-update-handler): New nopreserve optional argument.
10653         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10655         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10656         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10657         (gdb-parent-mode): New mode to derive other GDB modes from.
10658         (gdb-display-disassembly-for-thread)
10659         (gdb-frame-disassembly-for-thread): New commands for threads
10660         buffer.
10662         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10663         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10664         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10665         (gdb-update): We now store all GDB buffers in a list so that they
10666         can be updated by traversing a list instead of calling invalidate
10667         triggers explicitly.
10668         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10669         pair for GDB buffer.
10670         (gdb-stack-buffer-name): Add thread information.
10671         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10672         handle pending triggers.
10673         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10674         (def-gdb-thread-buffer-simple-command)
10675         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10676         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10677         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10678         New commands which show buffers bound to thread.
10679         (gdb-stack-list-locals-regexp): Removed unused regexp.
10681         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10682         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10683         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10684         to (gud-comint-buffer) in *-buffer-name functions
10685         because (gdb-get-target-string) already does that.
10686         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10687         (gdb-changed-registers-handler): Rewritten without regexps.
10689         * progmodes/gdb-mi.el: Basic thread selection support.
10690         (gdb-thread-number): New variable.
10691         (gdb-current-context-command): New macro which adds --thread
10692         option to command.
10693         (gdb-threads-mode-map): Select thread with SPC.
10694         (gdb-thread-list-handler-custom): Mark current thread with overlay
10695         arrow.  Synchronize GDB thread and Emacs thread.
10696         (gdb-select-thread): New command which selects current thread.
10697         (gdb-invalidate-frames, gdb-invalidate-locals)
10698         (gdb-invalidate-registers): Use --thread option.
10700 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10702         * net/tramp.el (top): Make check for tramp-gvfs loading more
10703         robust.  (Bug#3977)
10704         (tramp-handle-insert-file-contents): `unwind-protect' must be
10705         inside `with-parsed-tramp-file-name'.
10707         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10708         fails.
10710 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10712         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10713         directory if CLASSPATH is not set.
10715 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10717         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10718         New defconst.
10719         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10721 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10723         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10724         Update freshmeat link.  Delete newsforge.com as it seems gone.
10726 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10728         * select.el (x-set-selection): Doc fix (Bug#4021).
10730         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10732         * help-fns.el (describe-variable): Treat list return values from
10733         dir-locals-find-file properly (Bug#4005).
10735 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10737         * net/tramp.el (tramp-debug-message): Print also microseconds.
10739 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10741         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10742         or END is non-nil.
10743         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10744         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10745         format.
10747         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10748         (tramp-get-file-property): Use it.
10750         * autorevert.el (auto-revert-handler): Allow
10751         `auto-revert-tail-mode' for remote files.
10753 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10755         * minibuffer.el (read-file-name): Treat confirm options to
10756         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10758 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10760         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10761         (font-lock-variable-name-face, font-lock-constant-face): Darken
10762         the colors for light backgrounds.
10764 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10766         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10767         month names.  (Bug#3987)
10769 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10771         * simple.el (line-move-finish): Pass whole number to
10772         line-move-to-column.
10773         (line-move-visual): Perform hscroll to the recorded position.
10775 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10777         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10779 2009-07-29  Alan Mackenzie  <acm@muc.de>
10781         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10783 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10785         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10786         (gdb-place-breakpoints): Use full path when setting breakpoints.
10788 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10790         * calc/calc.el (calc-mode-map): Add keybinding for
10791         `calc-transpose-lines'.
10793 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10795         * calc/calc-misc.el (calc-transpose-lines): New function.
10797 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10799         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10800         Simplify check for out-of-band methods.
10801         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10802         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10804 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10806         * vc-git.el (vc-git-checkin): Fix typo.
10808 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10810         * progmodes/js2-mode.el: New file.
10812 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10814         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10815         (gud-menu-map): Adjust tooltip accordingly.
10817 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10819         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10820         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10822         * add-log.el (change-log-mode-map): Add a menu.
10824 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10826         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10827         function returns nil.
10828         (dbus-handle-event): Handle special return value :ignore.
10829         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10831 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10833         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10834         it's not needed.
10836 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10838         Fix Bug#3888:
10840         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10842         * term/pc-win.el (x-display-name, x-colors)
10843         (x-select-enable-clipboard, x-select-text): Doc fix.
10845         * term/common-win.el (x-display-name, x-colors): Doc fix.
10847         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10848         (xw-defined-colors): Doc fix.
10850         * w32-fns.el (x-select-text, x-setup-function-keys)
10851         (x-get-selection, x-set-selection): Doc fix.
10853         * term/x-win.el (x-select-text, x-setup-function-keys)
10854         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10856         * select.el (x-set-selection): Doc fix.
10858 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10860         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10861         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10862         "IsNSSSupportAvailable" method is not available.  Reported by
10863         Steve Youngs <steve@sxemacs.org>.
10865 2009-07-24  Kenichi Handa  <handa@m17n.org>
10867         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10868         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10869         (build-unicode-category-table): Fix range checks.
10871 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10873         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10874         the buffer we try to sync is current when calling
10875         vc-resynch-buffer.
10877         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10878         not show up to date files.
10880 2009-07-24  Glenn Morris  <rgm@gnu.org>
10882         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10883         Add autoload cookies.  If necessary, initialize.
10884         (elint-log): Handle non-file buffers.
10885         (elint-initialize): Add optional argument to reinitialize.
10886         (elint-find-builtin-variables): Save excursion.
10888 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10890         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10891         for Lint.
10893 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10895         * vc.el (vc-print-log-internal): New function, split out from ...
10896         (vc-print-log): ... here.
10897         (vc-dir-move-to-goal-column): Declare.
10899         * vc-git.el (vc-git-add-signoff): New variable.
10900         (vc-git-checkin): Use it.
10901         (vc-git-toggle-signoff): New function.
10902         (vc-git-extra-menu-map): Bind it to menu.
10903         (vc-git--run-command-string): Accept a nil FILE argument.
10904         (vc-git-stash-list): New function.
10905         (vc-git-dir-extra-headers): Use it.
10907 2009-07-23  Glenn Morris  <rgm@gnu.org>
10909         * help-fns.el (describe-variable): Describe ignored and risky local
10910         variables in a similar way to that in which we describe safe ones.
10912         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10913         (byte-compile-output-file-form, byte-compile-output-docform)
10914         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10915         Give some more local variables with common names a "bytecomp-" prefix,
10916         so as not to shadow things during compilation.
10917         * emacs-lisp/cl-macs.el (load-time-value)
10918         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10919         `outbuffer' to `bytecomp-outbuffer'.
10921         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10922         since the next two variables cover them automatically now.
10923         (elint-builtin-variables, elint-autoloaded-variables): New.
10924         (elint-unknown-builtin-args): Remove all members, since they can be
10925         parsed automatically now.
10926         (elint-extra-errors): New.
10927         (elint-env-add-env, elint-env-add-macro): Use cadr.
10928         (elint-current-buffer): Use or.  Change final message.
10929         (elint-get-top-forms): Use line-end-position.
10930         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10931         and defalias.
10932         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10933         (regexp-assoc): Remove unused function.
10934         (elint-top-form): Set elint-current-pos, to record the start of the
10935         top-level form, for compilation-mode.
10936         (elint-form): Trap errors in macro expansion.  Use dolist.
10937         (elint-unbound-variable): Use elint-builtin-variables and
10938         elint-autoloaded-variables.
10939         (elint-get-args): Use cadr, or.
10940         (elint-check-cond-form): Use dolist, cadr.
10941         (elint-check-condition-case-form): Doc fix.  Use cadr.
10942         Use elint-extra-errors.
10943         (elint-log): New function.
10944         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10945         Distinguish errors and warnings.
10946         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10947         Use a bytecomp-style format.
10948         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10949         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10950         Don't truncate lines.
10951         (elint-initialize): Set builtin and autoloaded variable lists.
10952         Only process elint-unknown-builtin-args if non-nil.
10953         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10954         New functions.
10955         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10957 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10959         * net/newst-backend.el (newsticker--parse-atom-1.0)
10960         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10961         (newsticker--parse-rss-1.0):
10962         * progmodes/idlwave.el (idlwave-mode):
10963         * progmodes/idlw-shell.el (idlwave-shell-mode):
10964         * progmodes/vera-mode.el (vera-mode):
10965         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10966         * progmodes/vhdl-mode.el (vhdl-mode):
10967         * textmodes/table.el (table-generate-source)
10968         (table--warn-incompatibility):
10969         Hyperlink urls in docstrings with URL `...'.
10971 2009-07-22  Glenn Morris  <rgm@gnu.org>
10973         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10974         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10975         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10976         Remove leading * from defcustom docs.
10978         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10980         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10981         defcustom doc.
10982         (list-load-path-shadows): Optionally, just return shadows as a string.
10984         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10986 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10988         * mail/rmailedit.el (rmail-edit-mode): Use
10989         auto-save-include-big-deletions.
10991         * mail/rmail.el (rmail-variables): Use
10992         auto-save-include-big-deletions.
10994         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10995         changes.
10997 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10999         * calc/calc.el (calc-undo-length): New variable.
11000         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11002 2009-07-21  Richard Stallman  <rms@gnu.org>
11004         * files.el (auto-save-mode): Handle buffer-save-size = -2
11005         for toggling mode.
11007 2009-07-21  Glenn Morris  <rgm@gnu.org>
11009         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11011         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11013         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11014         silence compiler.  Instead...
11015         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11016         (ps-print-ensure-fontified): Update for above function name changes.
11018         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11019         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11020         silence compiler.  Instead...
11021         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11022         (mh-show-buffer): Only define for compiler.
11023         (pr-mh-current-message): Update for above function name changes.
11025         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11026         as an argument.
11027         (find-file-noselect, insert-file-1): Update for above change.
11029         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11031         * mail/mailclient.el (mailclient-send-it): Fix message.
11033         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11034         (edebug-eval): Check cl-debug-env is bound.
11035         (print-level, print-circle): Don't redefine built-in variables.
11037         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11038         (custom-print-vectors): Remove old comments from doc.
11040         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11041         (emerge-version): Make the variable an obsolete alias for the
11042         emacs-version variable.  Make the function obsolete.
11043         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11044         Emerge options, rather than merging in into the main Options menu.
11045         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11046         and auto advance modes.  Disable edit/fast items when not relevant.
11048 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11050         * term/vt420.el (terminal-init-vt420): Fix typo.
11052 2009-07-20  Sam Steingold  <sds@gnu.org>
11054         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11055         variable (removed from compile.el on 2004-03-11).
11057 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11059         * files.el (hack-local-variables-filter): Fix last change.
11061 2009-07-19  Juri Linkov  <juri@jurta.org>
11063         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11064         (dir-local-variables-alist): New buffer-local variable.
11065         (hack-local-variables-filter): If variable is not dir-local,
11066         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11067         because file-local overrides dir-local.
11068         (c-postprocess-file-styles) <declare-function>:
11069         Remove obsolete declaration.
11070         (hack-dir-local-variables): Add dir-local variable/value pair to
11071         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11073         * help-fns.el (describe-variable): Add information about
11074         file-local and dir-local variables.
11076 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11078         * files.el (hack-local-variables-filter): Rewrite.
11080 2009-07-19  Glenn Morris  <rgm@gnu.org>
11082         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11083         Silence compiler by only defining on XEmacs.
11085         * international/mule.el (auto-coding-regexp-alist): Only match
11086         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11088         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11089         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11090         (cal-menu-context-mouse-menu): Doc fix.
11092         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11094         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11096 2009-07-18  Juri Linkov  <juri@jurta.org>
11098         * info.el: Virtual Info keyword finder.
11099         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11100         (Info-finder-file): New variable.
11101         (Info-finder-find-file): New function.
11102         (finder-known-keywords, finder-package-info)
11103         (find-library-name, lm-commentary): Use defvar and
11104         declare-function to silence compiler warnings.
11105         (Info-finder-find-node): New function.
11106         (info-finder): New command.
11108         * subr.el (process-kill-buffer-query-function): New function.
11109         (add-hook)<kill-buffer-query-functions>: Add hook
11110         `process-kill-buffer-query-function'.
11112 2009-07-18  Alan Mackenzie  <acm@muc.de>
11114         * progmodes/cc-mode.el (c-before-hack-hook)
11115         (c-postprocess-file-styles): Give invocation of `c-set-style'
11116         DONT-OVERRIDE parameter of t.  Already set style variables will
11117         thus not be overridden by style settings given by `c-file-syle'.
11119         * files.el (hack-local-variables-filter): Remove entries with
11120         duplicate keys from `file-local-variables-alist'.
11122 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11124         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11125         x-set-selection if display-selections-p returns nil for the
11126         current frame.
11128 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11130         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11132 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11134         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11135         Accept nil in addition to a regexp.
11136         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11137         Accept nil in addition to a regexp.
11138         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11139         buffers that have an associated file.  Handle nil values of
11140         desktop-buffers-not-to-save and desktop-files-not-to-save.
11141         (Bug#3833)
11143         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11144         (x-disown-selection-internal): New functions.
11146 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11148         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11149         warning.
11150         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11151         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11153 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11155         * simple.el (set-mark): Revert last change.
11157 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11159         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11160         rendering of pngs is not possible instead of messaging a long
11161         description.
11163 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11165         * w32-fns.el (x-selection-owner-p): New function.
11167         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11168         (mouse-yank-at-click, mouse-yank-primary): If
11169         select-active-regions is non-nil, deactivate the mark before
11170         insertion.
11172         * simple.el (deactivate-mark, set-mark): Only save selection if we
11173         own it.
11175 2009-07-17  Kenichi Handa  <handa@m17n.org>
11177         * case-table.el (describe-buffer-case-table): Fix for the case
11178         that KEY is a cons.
11180 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11182         * vc-rcs.el (vc-rcs-find-file-hook):
11183         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11185 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11187         * net/tramp.el (tramp-wait-for-output): Handle the case when
11188         commands do not return a newline but a null byte before the shell
11189         prompt.  (Bug#3858)
11191 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11193         * term/ns-win.el (ns-set-alpha): Don't declare.
11194         (ns-set-background-alpha): Remove function.
11196 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11198         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11199         y-or-n-p, for safety.
11201 2009-07-16  Richard Stallman  <rms@gnu.org>
11203         * files.el (auto-save-mode): If buffer-saved-size is -2,
11204         don't clobber it.
11206         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11207         (rmail-retry-ignored-headers): Add more uninteresting fields.
11209 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11211         * net/rcirc.el (rcirc): Use history variables.
11212         (rcirc-server-name-history, rcirc-nick-name-history)
11213         (rcirc-server-port-history): New variables.
11215 2009-07-15  Kenichi Handa  <handa@m17n.org>
11217         * international/mule-cmds.el (set-language-environment-charset):
11218         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11219         ignore them.
11221         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11222         Delete unibyte-display.
11224 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11226         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11228 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11230         * simple.el (deactivate-mark): Optional argument FORCE.
11231         (set-mark): Use deactivate-mark.
11233         * info.el (Info-search): No need to check transient-mark-mode
11234         before calling deactivate-mark.
11236         * select.el (x-set-selection): Doc fix.
11237         (x-valid-simple-selection-p): Allow buffer values.
11238         (xselect--selection-bounds): Handle buffer values.  Suggested by
11239         David De La Harpe Golden.
11241         * mouse.el (mouse-set-region, mouse-drag-track): Call
11242         copy-region-as-kill before setting the mark, to let
11243         select-active-regions work.
11245 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11247         * simple.el (deactivate-mark): If select-active-regions is
11248         non-nil, copy the selection data into a string.
11249         (activate-mark): If select-active-regions is non-nil, set the
11250         selection to the current buffer.
11251         (set-mark): Update selection if select-active-regions is non-nil.
11253         * select.el (x-valid-simple-selection-p): Allow buffer values.
11255 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11258         and more featureful message-mode.
11260 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11262         * select.el (x-set-selection): Doc fix.
11263         (x-valid-simple-selection-p): Disallow selection data consisting
11264         of a list or cons of integers, since that is not used.
11265         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11266         (xselect-convert-to-string, xselect-convert-to-length)
11267         (xselect-convert-to-filename, xselect-convert-to-charpos)
11268         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11270 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11272         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11273         output in -break-info command (Emacs bug #3794).
11275 2009-07-14  Glenn Morris  <rgm@gnu.org>
11277         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11278         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11279         (edebug-print-length, edebug-print-level, edebug-print-circle)
11280         (edebug-sit-for-seconds, edebug-view-outside)
11281         (edebug-bounce-point, edebug-set-global-break-condition)
11282         (edebug-Go-nonstop-mode, edebug-trace-mode)
11283         (edebug-Trace-fast-mode, edebug-continue-mode)
11284         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11285         (edebug-visit-eval-list): Doc fixes.
11287         * subr.el (def-edebug-spec): Doc fix.
11289 2009-07-14  Kenichi Handa  <handa@m17n.org>
11291         * international/characters.el: Fix setting of category ?C.
11293 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11295         * term/ns-win.el (x-select-font): defalias x-select-font to
11296         ns-popup-font-panel instead of generate-fontset-menu.
11298 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11300         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11302 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11304         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11305         the PK\003\004 header (Bug#3770).
11307 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11309         * pcomplete.el (pcomplete-comint-setup): Check for
11310         shell-dynamic-complete-filename too.
11312 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11314         * simple.el (temporary-goal-column): Change the value for
11315         line-move-visual to a cons cell.
11316         (line-move-visual): Record or set the window hscroll, if
11317         necessary (Bug#3494).
11318         (line-move-1): Handle cons value of temporary-goal-column.
11320 2009-07-11  Kenichi Handa  <handa@m17n.org>
11322         * international/mule-diag.el (describe-character-set): Don't show
11323         width.
11325 2009-07-10  Sam Steingold  <sds@gnu.org>
11327         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11328         Omake sometimes indents the errors it prints, so allow all
11329         regexps to start with spaces.
11331 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11333         * cus-edit.el (customize-changed-options-previous-release):
11334         Bump value to 22.1.  (Bug#3804)
11336 2009-07-08  Sam Steingold  <sds@gnu.org>
11338         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11339         to be a cons cell (test . ignored-directory) to selectively ignore
11340         some directories depending on the location of the search.
11342 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11344         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11345         remote user is root, on the local host.
11346         (tramp-local-host-p): Either the local user or the remote user
11347         must be root.  (Bug#3771)
11349 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11351         * progmodes/gdb-mi.el (gdb): Remove description of
11352         gdb-use-separate-io-buffer.
11353         (menu): Don't allow toggling of or enable
11354         gdb-use-separate-io-buffer from menubar.
11356 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11358         * mail/unrmail.el (unrmail): Make sure the message ends with two
11359         newlines (Bug#3769).
11361 2009-07-08  Glenn Morris  <rgm@gnu.org>
11363         * calendar/calendar.el (calendar-current-date): Rework previous change.
11365 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11367         * calendar/calendar.el (calendar-current-date):
11368         Add an optional argument giving an offset from today.
11370 2009-07-08  Glenn Morris  <rgm@gnu.org>
11372         * tutorial.el (tutorial--describe-nonstandard-key):
11373         Adjust the message for when a key has been unbound.
11374         (help-with-tutorial): Hide the arch-tag.
11376 2009-07-08  Kenichi Handa  <handa@m17n.org>
11378         * international/fontset.el (setup-default-fontset): For each
11379         script, append (not set) font-specs.
11381         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11382         docstring.
11384 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11386         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11387         -data-list-register-names to ...
11388         (gdb-starting): ... here because GDB 7.0 requires execution to
11389         have started when using this MI command.
11390         (gdb-set-header): New function to distinguish select and
11391         unselected tabs in gdb buffers.
11392         (gdb-propertize-header): New macro that uses gdb-set-header.
11393         (gdb-breakpoints-header, gdb-locals-header): Use it.
11394         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11396 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11398         * Makefile.in (ELCFILES): Remove fadr.elc.
11400 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11402         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11403         may contain frame information, so `string-match' should be used.
11404         (gdb-update): Disassembly is invalidated through
11405         `gdb-get-selected-frame'.
11406         (gdb-pad-string): New function to pad string with spaces.
11407         (gdb-invalidate-disassembly): Invalidate only if the buffer
11408         exists.
11409         (gdb-disassembly-handler-custom): Column alignment.
11410         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11411         placing new ones.
11412         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11413         end of line, too.
11414         (gdb-frame-handler): Match convention to for disassembly buffer
11415         mode name.
11416         (gdb-stack-list-frames-handler): Rewritten without regexps.
11417         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11418         not highlight breakpoints without line information.
11419         (gdb-input): Add trailing newline to command.
11421         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11422         buffer properly.
11423         (gdb-breakpoints-list-handler-custom): Replacement for
11424         `gdb-break-list-handler'.  Using real parser instead of regexps
11425         now.
11426         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11427         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11428         to place breakpoints.
11429         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11430         functions.
11431         (gdb-disassembly-handler-custom): Show overlay arrow.
11432         (gdb-disassembly-place-breakpoints): Show breakpoints in
11433         disassembly buffer.
11434         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11435         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11436         instead of parsing breakpoints buffer.  Fixed old menu references
11437         in `gud-menu-map'.
11439         * fadr.el: Remove.
11441         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11442         (gdb-memory-address): New variable which holds top address of
11443         memory page shown in memory buffer.
11444         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11445         customization variables.
11446         New functions:
11447         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11448         display the memory buffer.
11449         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11450         buffer display parameters.
11451         (def-gdb-memory-format, gdb-memory-format-binary)
11452         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11453         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11454         Functions for setting memory buffer format.
11455         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11456         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11457         unit size used in memory buffer.
11458         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11459         to next/previous page of memory buffer.
11460         Now using (bindat-get-field) instead of fadr functions.
11462 2009-07-07  Sam Steingold  <sds@gnu.org>
11464         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11465         non-top-level files.
11467 2009-07-07  Kenichi Handa  <handa@m17n.org>
11469         * international/mule-cmds.el (reset-language-environment): Put
11470         the highset priority to the charset iso-8859-1.
11472 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11474         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11475         to the end of the line when locating the block (Bug#700).
11477 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11479         * net/tramp.el (tramp-handle-write-region): Flush file properties
11480         in case of short track.
11482 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11484         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11485         Coded custom representation of verilog error regular expressions
11486         to work with Emacs-22's new format.
11487         (verilog-error-regexp-xemacs-alist): Coded custom representation
11488         of verilog error regular expressions to work with XEmacs format.
11489         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11490         error recognition into XEmacs.
11491         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11492         error recognition into Emacs-22.
11494 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11496         * woman.el: Remove stand-alone closing parentheses.
11497         (woman-file-name, woman2-format-paragraphs)
11498         (woman-leave-blank-lines): Code cleanup.
11499         (woman-use-own-frame): Change default to nil.
11500         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11501         defaults to inherit from default faces.
11502         (woman2-process-escapes): Consume the newline after a stand-alone
11503         filler character (Bug#3651).
11505 2009-07-06  Glenn Morris  <rgm@gnu.org>
11507         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11508         (top-level): Move provide to the end.
11509         (ffap): Remove defunct URL from custom group.
11511         * subr.el (eval-after-load): Doc fix.
11513 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11515         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11516         `calc-embedded-word' is called twice.
11518 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11520         * files.el (find-alternate-file-other-window, find-alternate-file):
11521         Obey confirm-nonexistent-file-or-buffer.
11523 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11525         * dired-aux.el (dired-show-file-type): Handle remote files.
11527 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11529         * desktop.el (desktop-globals-to-save):
11530         Add file-name-history (Bug#2750).
11532 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11534         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11536 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11538         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11539         property on entire argument since this is what eshell-lisp-command
11540         expects.
11542 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11544         * net/tramp-gvfs.el (tramp-gvfs-methods)
11545         (tramp-gvfs-zeroconf-domain)
11546         (tramp-bluez-discover-devices-timeout): Add version flag.
11547         (tramp-gvfs-handler-mounted-unmounted)
11548         (tramp-gvfs-connection-mounted-p): Polish handling of
11549         incompatibilities between GVFS 0.2 and 1.0.
11551 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11553         * cus-start.el (all): Add make-pointer-invisible.
11555 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11557         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11558         formatted correctly.
11560 2009-07-02  Juri Linkov  <juri@jurta.org>
11562         * info.el: Virtual Info files and nodes.
11563         (Info-virtual-files, Info-virtual-nodes): New variables.
11564         (Info-current-node-virtual): New variable.
11565         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11566         New functions.
11567         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11568         to check for a virtual file instead of checking a fixed list
11569         of node names.
11570         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11571         instead of ad-hoc processing of "dir" and (apropos history toc).
11572         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11573         instead of ad-hoc processing of "dir" and (apropos history toc).
11574         Reread a file when moving from a virtual node.
11575         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11576         (Info-directory-toc-nodes, Info-directory-find-file)
11577         (Info-directory-find-node): New functions.
11578         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11579         (Info-history): Move part of code to
11580         `Info-history-find-node'.
11581         (Info-history-toc-nodes, Info-history-find-file)
11582         (Info-history-find-node): New functions.
11583         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11584         (Info-toc): Move part of code to `Info-toc-find-node'.
11585         (Info-toc-find-node): New function.
11586         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11587         the current Info file name to references because now the node
11588         "*TOC*" belongs to the same Info manual.
11589         (Info-toc-build): Rename from `Info-build-toc'.
11590         (Info-toc-nodes): Rename input argument `file' to `filename'.
11591         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11592         instead of ad-hoc processing of ("dir" apropos history toc).
11593         (Info-index-nodes): Use Info-virtual-file-p
11594         to check for a virtual file instead of checking a fixed list
11595         of node names.
11596         (Info-index-node): Add check for `Info-current-node-virtual'.
11597         Raise `save-match-data' higher up the tree to contain
11598         `search-forward' too (bug fix).
11599         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11600         (Info-virtual-index-nodes): New variable.
11601         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11602         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11603         (Info-apropos-file, Info-apropos-nodes): New variables.
11604         (Info-apropos-toc-nodes, Info-apropos-find-file)
11605         (Info-apropos-find-node, Info-apropos-matches): New functions.
11606         (info-apropos): Move part of code to `Info-apropos-find-node' and
11607         `Info-apropos-matches'.
11608         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11609         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11610         for a virtual file instead of checking a fixed list of node names.
11612         * simple.el (async-shell-command): New command.
11614         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11616         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11617         instead of `mount-info'.
11619 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11621         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11622         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11624 2009-07-02  Kenichi Handa  <handa@m17n.org>
11626         * international/mule.el (set-keyboard-coding-system): Force *-unix
11627         coding-system to avoid eol conversion.
11629 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11631         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11632         Add handler for `process-file', `shell-command' and
11633         `start-file-process'.
11634         (tramp-gvfs-handle-shell-command)
11635         (tramp-gvfs-handle-start-file-process)
11636         (tramp-gvfs-handle-process-file): New defuns.
11637         (tramp-synce-list-devices): Simplify check for existence of property.
11639 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11641         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11643 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11645         * language/korean.el (set-language-info-alist): Add korean-cp949,
11646         cp949 to spec.
11648 2009-07-01  Kenichi Handa  <handa@m17n.org>
11650         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11652         * international/encoded-kb.el: Deleted.
11654         * international/mule.el (set-keyboard-coding-system): Perform the
11655         necessary setup here instead of calling encoded-kbd-setup-display.
11657 2009-07-01  Glenn Morris  <rgm@gnu.org>
11659         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11661 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11663         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11665 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11667         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11668         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11669         (tramp-default-file-modes): Remove execute permissions.
11671         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11672         (top): Add a default for "synce" in `tramp-default-user-alist'.
11673         Add completion function for "synce" method.
11674         (tramp-hal-service, tramp-hal-path-manager)
11675         (tramp-hal-interface-manager, tramp-hal-interface-device):
11676         New defconst.
11677         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11678         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11679         New defuns.
11681         * net/trampver.el: Update release number.
11683 2009-06-30  Kenichi Handa  <handa@m17n.org>
11685         * international/fontset.el (setup-default-fontset): Add CJK fonts
11686         for symbols and the other miscellaneous characters.
11688         * language/korea-util.el (setup-korean-environment-internal):
11689         Make char-width-table suitable for Korean environments.
11690         (exit-korean-environment): Cancel above.
11692         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11693         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11694         setup-function to make char-width-table suitable for respective
11695         environments, and an exit-function to cancel that.
11697         * language/japan-util.el (setup-japanese-environment-internal):
11698         Call use-cjk-char-width-table with arg `ja_JP'.
11700         * international/characters.el (cjk-char-width-table): Delete it.
11701         (cjk-char-width-table-list): New variable.
11702         (use-cjk-char-width-table): New arg local-name.
11703         (use-default-char-width-table): Fix for the case that Emacs is
11704         already using the default char-width-table.
11706 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11708         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11709         modes mandatory.  (Bug#3712)
11711 2009-06-29  Alan Mackenzie  <acm@muc.de>
11713         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11714         correction between the visible width of TABs and their number of bytes.
11716 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11718         * server.el (server-buffer-done): Prevent kill-buffer from
11719         prompting by clearing the buffer modification flag (Bug#3696).
11721 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11723         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11724         (verilog-endcomment-reason-re): Support unique case and priority case.
11725         (verilog-basic-complete-re): Support localparam lineup.
11726         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11727         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11728         commenting.
11729         (verilog-leap-to-case-head): Now support *nested* unique &
11730         priority case statements.
11731         (verilog-auto-lineup): Make just declarations the default (as it
11732         had been).
11733         (verilog-leap-to-case-head): Support priority/unique case statements.
11734         (verilog-auto-lineup): Rework to give users radio buttons to
11735         select the various styles of automatic lineup.
11736         (verilog-error-regexp-alist): Rework to support the XEmacs style
11737         of error regular expressions from compilers, lint tools &
11738         simulators.  Note that GNU Emacs has made it impossible for a mode
11739         to load such things.
11740         (electric-verilog-terminate-line, verilog-indent-declaration)
11741         (verilog-auto-wiure): Rework for radio button selection of
11742         auto-lineup selection of specification of auto lineup.
11743         (verilog-beg-of-statement-1): Redesign to support proper operation
11744         in additional code, based on testing with auto-lineup.
11745         (verilog-calculate-indent, assignments & declarations)
11746         (verilog-backward-token): Enhance to support auto-lineup of
11747         assignments & declarations.
11748         (verilog-in-directive-p, verilog-at-struct-p): New function for
11749         easy test of whether we are.
11750         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11751         to support safe execution at almost anyline.
11752         (verilog-calc-1): Properly support indenting deep inside generate
11753         blocks.
11754         (verilog-init-font): Remove definition & use of verilog-init-font,
11755         as it is redundant with font-lock-defaults.
11756         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11757         to avoid circular calls if syntax-ppss is a function (as is the
11758         case now in 22.x GNU Emacs) as that function would sometimes call
11759         itself, leading to (nearly) infinite recursion.
11760         (verilog-ovm-begin-re, verilog-ovm-end-re)
11761         (verilog-ovm-statement-re, verilog-leap-to-head)
11762         (verilog-backward-token): Add support for OVM macros.  Some are
11763         complete statements, and others open and close scopes like begin
11764         and end.
11765         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11766         (verilog-defun-level-generate-only-re): Really fix the defun-list
11767         compilation issue.
11768         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11769         coverpoint, constraint and cross statements.
11770         (verilog-defun-level-list, verilog-generate-defun-level-list)
11771         (verilog-all-defun-level-list): Redo these specifications - it is
11772         too hard to support eval-when compile aggregation of lists also
11773         built at when-compile time.
11774         (verilog-defun-level-list): Place defconsts of variables used in
11775         building regular expressions which are built in eval-when-compile
11776         bodies in the same eval-when-compile body to facilitate compile
11777         without load.
11778         (verilog-beg-block-re-ordered): Support indenting
11779         virtual/protected tasks and functions.
11780         (verilog-defun-level-list, verilog-in-generate-region-p)
11781         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11782         indentation of some module items (generate items).
11783         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11784         across virtual/protected tasks and functions.
11786 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11788         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11789         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11790         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11791         in concatenations.  Reported by Yishay Belkind.
11792         (verilog-auto-ascii-enum): Support one-hot state machines in
11793         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11794         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11795         modport in AUTOINST and add vl-modport for users.  Reported by
11796         David Rogoff.
11797         (verilog-auto-inout-module, verilog-auto-inst)
11798         (verilog-decls-get-interfaces, verilog-insert-definition)
11799         (verilog-insert-one-definition, verilog-read-decls)
11800         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11801         (verilog-sig-modport, verilog-signals-combine-bus)
11802         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11803         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11804         Suggested by David Rogoff.
11805         (verilog-repair-open-comma): Fix non-insertion of comma when
11806         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11807         (verilog-make-width-expression): Simplify [A-1:0] expression
11808         widths to just {A{1'b0}}.
11809         (verilog-mode): Cleanup checkdoc warnings.
11810         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11811         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11812         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11813         (next-error-last-buffer): Fix byte-compiler warning.
11814         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11815         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11816         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11817         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11818         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11819         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11820         in AUTOINOUT.  Reported by Matthew Lovell.
11821         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11822         causing use of <= assignments.  Reported by Alex Reed.
11823         (verilog-read-decls): Fix triand, trior, wand, wor to be
11824         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11825         (verilog-extended-complete-re): Support import "DPI-C" functions.
11826         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11827         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11828         (verilog-insert-date, verilog-insert-year)
11829         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11830         Windows systems.  Reported by Michael Potts.
11831         (verilog-read-module-name): Fix AUTOINST when the child module
11832         declaration's name is a tick define.  Reported by Elliot Mednick.
11833         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11834         passed to next parameter's definition.  Reported by Bruce T.
11835         (verilog-read-decls): Fix detecting "parameter int" when using
11836         AUTOINSTPARAM.  Reported by Bruce T.
11837         (verilog-goto-defun): Fix goto not finding modules unless first
11838         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11839         (verilog-mode): Expand -f flag arguments on entry to mode so
11840         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11841         (verilog-getopt): Expand environment variables in -f file
11842         arguments.  Suggested by Lawrence Butcher.
11843         (verilog-set-define): Fix "Symbol's value as variable is void"
11844         when reading enumerations.
11845         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11846         Suggested by Stephen Peltan.
11847         (verilog-read-defines): Fix reading of enumerations in include
11848         files.  Reported by Steve Peltan.
11850 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11852         * files.el (trash-directory): Fix defcustom type.
11854 2009-06-28  Juri Linkov  <juri@jurta.org>
11856         * help-fns.el (describe-function-1): Correctly locate adviced
11857         functions in hyperlink (Bug#2438).
11859 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11861         * files.el (trash-directory): Change default to nil.
11862         (move-file-to-trash): If trash-directory is nil and
11863         system-move-file-to-trash is unbound, perform freedesktop-style
11864         trashing.
11866 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11868         * files.el (move-file-to-trash): Add freedesktop trash
11869         support (Bug#973).
11871 2009-06-28  Glenn Morris  <rgm@gnu.org>
11873         * autorevert.el (global-auto-revert-non-file-buffers)
11874         (global-auto-revert-mode): Doc fixes.
11876 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11878         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11880 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11882         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11883         opened an X connection before calling x-get-resource (Bug#3194).
11885         * play/doctor.el: Remove reference to obsolete website.
11886         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11888 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11890         Remove find-file-not-found-hook VC method.  (Bug#2757)
11891         * vc-hooks.el (vc-file-not-found-hook)
11892         (vc-default-find-file-not-found-hook): Remove functions.
11893         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11894         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11895         * vc.el:
11896         * vc-hg.el:
11897         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11899 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11901         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11902         compatibility function for `looking-back'.
11904         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11905         Use `ispell-looking-back'.
11907 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11909         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11910         rather than `filename'.
11912 2009-06-23  Miles Bader  <miles@gnu.org>
11914         * face-remap.el (text-scale-set): New function.
11916 2009-06-23  Glenn Morris  <rgm@gnu.org>
11918         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11920         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11922         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11924         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11926         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11927         Simplify Persian conditionals.
11929         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11930         variable `filename'.
11932         * comint.el (comint-insert-input): Doc fix.
11934         * Makefile.in (ELCFILES): Fix typo in previous change.
11936 2009-06-23  Miles Bader  <miles@gnu.org>
11938         * cus-start.el: Add entry for `recenter-redisplay'.
11940 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11942         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11943         Add an optional argument for the backend, use it instead of
11944         calling vc-backend.
11945         (vc-mode-line): Add an optional argument for the backend.
11946         Pass the backend to vc-state and vc-working-revision.  Move code for
11947         special handling for vc-state being a buffer to ...
11949         * vc-rcs.el (vc-rcs-find-file-hook):
11950         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11952         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11953         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11954         vc-stay-local-p and vc-mode-line calls.
11956         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11957         (vc-cvs-diff, vc-cvs-annotate-command)
11958         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11959         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11960         vc-mode-line calls.
11962         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11963         direct comparison.
11964         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11965         backend when calling vc-mode-line.
11966         (vc-register): Do not create a closure for calling the vc register
11967         function, call it directly.
11969 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11972         to make it obvious item can be clicked.
11974         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11976 2009-06-23  Kenichi Handa  <handa@m17n.org>
11978         * language/korea-util.el (korean-key-bindings): Change the binding
11979         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11980         same command.
11982 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11984         Sync with Tramp 2.1.16.
11986         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11988         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11989         when a loading of a package fails.  Completion function for rsync
11990         is `tramp-completion-function-alist-ssh'.
11991         (all): Replace all calls of `split-string' and
11992         `tramp-split-string' by `tramp-compat-split-string'.
11993         (tramp-default-method): Use `tramp-compat-process-running-p'.
11994         (tramp-default-proxies-alist): Allow also Lisp forms.
11995         (tramp-remote-path): Add choice "Private Directories".
11996         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11997         (tramp-domain-regexp): Allow also "-", "_" and ".".
11998         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11999         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12000         (tramp-debug-message): Insert header line in debug buffer.
12001         (tramp-handle-directory-files-and-attributes-with-stat):
12002         Care about filenames with spaces, or starting with "-".
12003         (tramp-handle-dired-uncache): New defun.
12004         (tramp-handle-insert-directory): Don't flush the directory from
12005         cache, this is handled by `dired-uncache' now.
12006         (tramp-handle-insert-file-contents): Improve error handling.
12007         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12008         Quote `tramp-end-of-output'.
12009         (tramp-action-password): Improve trace message.
12010         (tramp-check-for-regexp): Both echoes must be present, before removing.
12011         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12012         (tramp-compute-multi-hops): Eval cons cells of
12013         `tramp-default-proxies-alist'.
12014         (tramp-maybe-open-connection): Use the same command pattern for
12015         first hop and further hops.
12016         (tramp-wait-for-output): Remove handling of newlines.
12017         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12018         (tramp-split-string): Remove function.  It is handled in
12019         tramp-compat now.
12021         * net/tramp-cmds.el (tramp-bug):
12022         Recommend `tramp-cleanup-all-connections' in the bug mail.
12024         * net/tramp-compat.el (tramp-compat-split-string)
12025         (tramp-compat-process-running-p): New defuns.
12027         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12028         for `dired-uncache'.
12030         * net/tramp-gvfs.el: New package.
12032         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12033         Add handler for `dired-uncache'.
12034         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12036         * net/trampver.el: Update release number.  Make version check fit
12037         for SXEmacs 22.
12039 2009-06-22  Jim Meyering  <meyering@redhat.com>
12041         Automatically handle .xz suffix (XZ-compressed files), too.
12042         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12043         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12045 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12046             Nick Roberts  <nickrob@snap.net.nz>
12048         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12049         repository (http://sphinx.net.ru/hg/gdb-mi/).
12051 2009-06-22  Glenn Morris  <rgm@gnu.org>
12053         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12054         `mode' and `eval' entries.  (Bug#3430)
12056         * Makefile.in (ELCFILES): Add fadr.elc.
12058         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12059         differing behavior of \n and ^ in strings.  (Bug#3385)
12061         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12063         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12064         property.
12065         (lisp-indent-function): Make it a defcustom.
12067 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12069         * progmodes/gdb-ui.el: Replace with ...
12070         * progmodes/gdb-mi.el: ... this file.
12071         * progmodes/gud.el: Modify for gdb-mi.el.
12073 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12075         * fadr.el: New file.
12077 See ChangeLog.14 for earlier changes.
12079 ;; Local Variables:
12080 ;; coding: utf-8
12081 ;; End:
12083     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12085   This file is part of GNU Emacs.
12087   GNU Emacs is free software: you can redistribute it and/or modify
12088   it under the terms of the GNU General Public License as published by
12089   the Free Software Foundation, either version 3 of the License, or
12090   (at your option) any later version.
12092   GNU Emacs is distributed in the hope that it will be useful,
12093   but WITHOUT ANY WARRANTY; without even the implied warranty of
12094   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12095   GNU General Public License for more details.
12097   You should have received a copy of the GNU General Public License
12098   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12100 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1