* lisp/font-lock.el (font-lock-beginning-of-syntax-function):
[emacs.git] / lisp / ChangeLog
blob66865dc0b8aa4a8a5445cf4f8211e33642b3ad48
1 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * font-lock.el (font-lock-beginning-of-syntax-function):
4         Mark as obsolete.
6 2010-09-10  Glenn Morris  <rgm@gnu.org>
8         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
9         and tool-bar modes.  (Bug#6211)
10         (menu-bar-mode): Move setting of standard-value after the
11         minor-mode definition, otherwise it seems to have no effect.
13 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
15         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
16         Fix typo.  (Bug#6976)
18 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20         * whitespace.el: Allow cleaning up blanks without blank
21         visualization (Bug#6651).  Adjust help window for
22         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
23         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
24         (whitespace-style): Add new value 'face.  Adjust docstring.
25         (whitespace-space, whitespace-hspace, whitespace-tab):
26         Adjust foreground property face.
27         (whitespace-line-column): Adjust docstring and type declaration.
28         (whitespace-style-value-list, whitespace-toggle-option-alist)
29         (whitespace-help-text): Adjust const initialization.
30         (whitespace-toggle-options, global-whitespace-toggle-options):
31         Adjust docstring.
32         (whitespace-display-window, whitespace-interactive-char)
33         (whitespace-style-face-p, whitespace-color-on): Adjust code.
34         (whitespace-help-scroll): New fun.
36 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
38         * files.el (directory-abbrev-alist): Use \` as default regexp.
40         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
41         chars like - or ] (bug#6984).
42         (rx-any-condense-range): Explode 2-char ranges.
44 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * textmodes/bibtex.el:
47         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
49 2010-09-02  Glenn Morris  <rgm@gnu.org>
51         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
53 2010-08-31  Kenichi Handa  <handa@m17n.org>
55         * international/mule-cmds.el (standard-display-european-internal):
56         Setup standard-display-table for 8-bit characters by storing 8-bit
57         characters in the element vector.
59         * disp-table.el (standard-display-8bit):
60         Setup standard-display-table for 8-bit characters by storing 8-bit
61         characters in the element vector.
62         (standard-display-european): Likewise.
64 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
66         Sync with Tramp 2.1.19.
68         * net/tramp-cmds.el (tramp-cleanup-all-connections)
69         (tramp-reporter-dump-variable, tramp-load-report-modules)
70         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
71         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
73         * net/tramp-compat.el (top): Do not autoload
74         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
75         only when `start-file-process' is not bound.
76         (byte-compile-not-obsolete-vars): Define if not bound.
77         (tramp-compat-funcall): New defmacro.
78         (tramp-compat-line-beginning-position)
79         (tramp-compat-line-end-position)
80         (tramp-compat-temporary-file-directory)
81         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
82         (tramp-compat-copy-file, tramp-compat-copy-directory)
83         (tramp-compat-delete-file, tramp-compat-delete-directory)
84         (tramp-compat-number-sequence, tramp-compat-process-running-p):
85         Use it.
86         (tramp-advice-file-expand-wildcards): Do not use
87         `tramp-handle-file-remote-p'.
88         (tramp-compat-make-temp-file): Simplify fallback implementation.
89         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
90         (tramp-compat-copy-tree): Remove function.
91         (tramp-compat-delete-file): New defun.
92         (tramp-compat-delete-directory): Provide implementation for older
93         Emacsen.
94         (tramp-compat-file-attributes): Handle only
95         `wrong-number-of-arguments' error.
97         * net/tramp-fish.el (tramp-fish-handle-copy-file):
98         Add PRESERVE_SELINUX_CONTEXT.
99         (tramp-fish-handle-delete-file): Add TRASH arg.
100         (tramp-fish-handle-directory-files-and-attributes):
101         Do not use `tramp-fish-handle-file-attributes.
102         (tramp-fish-handle-file-local-copy)
103         (tramp-fish-handle-insert-file-contents)
104         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
106         * net/tramp-gvfs.el (top): Require url-util.
107         (tramp-gvfs-mount-point): Remove.
108         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
109         and `set-file-selinux-context'.
110         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
111         (tramp-gvfs-handle-file-selinux-context)
112         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
113         (with-tramp-dbus-call-method): Format trace message.
114         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
115         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
116         Implement backup call, when operation on local files fails.
117         Use progress reporter.  Flush properties of changed files.
118         (tramp-gvfs-handle-delete-file): Add TRASH arg.
119         Use `tramp-compat-delete-file'.
120         (tramp-gvfs-handle-expand-file-name): Expand "~/".
121         (tramp-gvfs-handle-make-directory): Make more traces.
122         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
123         (tramp-gvfs-url-file-name): Hexify file name in url.
124         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
125         into account for the resulting file name.
126         (tramp-gvfs-handler-askquestion): Preserve current message, in
127         order to let progress reporter continue afterwards.  (Bug#6257)
128         Return dummy mountpoint, when the answer is "no".
129         See `tramp-gvfs-maybe-open-connection'.
130         (tramp-gvfs-handler-mounted-unmounted)
131         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
132         attribute "default_location".  Set "prefix" property.
133         Handle default-location.
134         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
135         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
136         exists.  Raise an error, if not (due to a corresponding answer
137         "no" in interactive questions, for example).
138         Use `tramp-compat-funcall'.
140         * net/tramp-imap.el (top): Autoload `epg-make-context'.
141         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
142         (tramp-imap-do-copy-or-rename-file)
143         (tramp-imap-handle-insert-file-contents)
144         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
145         (tramp-imap-handle-delete-file): Add TRASH arg.
147         * net/tramp-smb.el (tramp-smb-handle-copy-file):
148         Add PRESERVE-SELINUX-CONTEXT.
149         (tramp-smb-handle-copy-file)
150         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
151         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
152         Use `with-progress-reporter'.
153         (tramp-smb-handle-delete-file): Add TRASH arg.
155         * net/tramp.el (tramp-methods): Move hostname to the end in all
156         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
157         appropriate.
158         (tramp-verbose): Describe verbose level 9.
159         (tramp-completion-function-alist)
160         (tramp-file-name-regexp, tramp-chunksize)
161         (tramp-local-coding-commands, tramp-remote-coding-commands)
162         (with-connection-property, tramp-completion-mode-p)
163         (tramp-action-process-alive, tramp-action-out-of-band)
164         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
165         (tramp-exists-file-name-handler): Fix docstring.
166         (tramp-remote-process-environment): Use `format' instead of
167         `concat'.  Protect version string by apostroph.
168         (tramp-shell-prompt-pattern): Do not use a shy group in case of
169         XEmacs.
170         (tramp-file-name-regexp-unified)
171         (tramp-completion-file-name-regexp-unified): On W32 systems, do
172         not regard the volume letter as remote filename.  (Bug#5447)
173         (tramp-perl-file-attributes)
174         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
175         (tramp-vc-registered-read-file-names): Read input as
176         here-document, otherwise the command could exceed maximum length
177         of command line.
178         (tramp-file-name-handler-alist): Add `file-selinux-context' and
179         `set-file-selinux-context'.
180         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
181         backtrace functions.
182         (tramp-error-with-buffer): Don't show the connection buffer when
183         we are in completion mode.
184         (tramp-progress-reporter-update, tramp-remote-selinux-p)
185         (tramp-handle-file-selinux-context)
186         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
187         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
188         New defuns.
189         (with-progress-reporter): New defmacro.
190         (tramp-debug-outline-regexp): New defconst.
191         (top, tramp-rfn-eshadow-setup-minibuffer)
192         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
193         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
194         (tramp-completion-mode-p, tramp-check-for-regexp)
195         (tramp-open-connection-setup-interactive-shell)
196         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
197         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
198         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
199         Use `tramp-compat-funcall'.
200         (tramp-handle-make-symbolic-link): Flush file properties.
201         (tramp-handle-load, tramp-handle-file-local-copy)
202         (tramp-handle-insert-file-contents, tramp-handle-write-region)
203         (tramp-handle-vc-registered, tramp-maybe-send-script)
204         (tramp-find-shell): Use `with-progress-reporter'.
205         (tramp-do-file-attributes-with-stat): Add space in format string,
206         in order to work around a bug in pdksh.  Reported by Gilles Pion
207         <gpion@lfdj.com>.
208         (tramp-handle-verify-visited-file-modtime): Do not send a command
209         when the connection is not established.
210         (tramp-handle-set-file-times): Simplify the check for utc.
211         (tramp-handle-directory-files-and-attributes)
212         (tramp-get-remote-path): Use `copy-tree'.
213         (tramp-completion-handle-file-name-all-completions): Ensure, that
214         non remote files are still checked.  Oops.
215         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
216         Handle PRESERVE-SELINUX-CONTEXT.
217         (tramp-do-copy-or-rename-file): Add progress reporter.
218         (tramp-do-copy-or-rename-file-directly): Do not use
219         `tramp-handle-file-remote-p'.
220         (tramp-do-copy-or-rename-file-out-of-band):
221         Use `tramp-compat-delete-directory'.
222         (tramp-do-copy-or-rename-file-out-of-band)
223         (tramp-compute-multi-hops, tramp-maybe-open-connection):
224         Use `format-spec-make'.
225         (tramp-handle-delete-file): Add TRASH arg.
226         (tramp-handle-dired-uncache): Flush directory cache, not only file
227         cache.
228         (tramp-handle-expand-file-name)
229         (tramp-completion-handle-file-name-all-completions)
230         (tramp-completion-handle-file-name-completion):
231         Use `tramp-connectable-p'.
232         (tramp-handle-start-file-process): Set connection property "vec".
233         Use it, in order to invalidate file caches.  Check only for
234         `remote-tty' process property.
235         Implement tty setting.  (Bug#4604, Bug#6360)
236         (tramp-file-name-for-operation): Add `call-process-region' and
237         `set-file-selinux-context'.
238         (tramp-find-foreign-file-name-handler)
239         (tramp-advice-make-auto-save-file-name)
240         (tramp-set-auto-save-file-modes): Remove superfluous check for
241         `stringp'.  This is done inside `tramp-tramp-file-p'.
242         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
243         operations when we are in completion mode.  This gives the user
244         the chance to correct the file name in the minibuffer.
245         (tramp-completion-mode-p): Use `non-essential'.
246         (tramp-handle-file-name-all-completions): Backward/ XEmacs
247         compatibility: Use `completion-ignore-case' if
248         `read-file-name-completion-ignore-case' does not exist.
249         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
250         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
251         `tramp-open-shell'.
252         (tramp-action-password): Hide password prompt before next run.
253         (tramp-process-actions): Widen connection buffer for the trace.
254         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
255         process property.  Trace stty settings if `tramp-verbose' >= 9.
256         Apply workaround for IRIX64 bug.  Move argument of last
257         `tramp-send-command' where it belongs to.
258         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
259         front of `login-args'.
260         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
261         on "/dev/null" instead of "/".
262         (tramp-get-ls-command-with-dired): Make test for "--dired"
263         stronger.
264         (tramp-set-auto-save-file-modes): Adapt version check.
265         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
266         (tramp-handle-process-file): Call the program in a subshell, in
267         order to preserve working directory.
268         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
269         `tramp-remote-sh' from `tramp-methods'.
270         (tramp-get-ls-command): Make test for "--color=never" stronger.
271         (tramp-check-for-regexp): Use (forward-line 1).
273         * net/trampver.el: Update release number.
275 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
277         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
278         empty argument to gvfs-copy.
280 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
282         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
283         handle new TRASH arg of `delete-file'.
285 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
287         * net/tramp.el (tramp-handle-insert-directory): Don't use
288         `forward-word', its default syntax could be changed.
290 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
291             Michael Albinus  <michael.albinus@gmx.de>
293         Implement compression for inline methods.
295         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
296         (tramp-copy-size-limit): Allow also nil.
297         (tramp-inline-compress-commands): New defconst.
298         (tramp-find-inline-compress, tramp-get-inline-compress)
299         (tramp-get-inline-coding): New defuns.
300         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
301         replaced by `tramp-get-inline-coding'.
302         (tramp-handle-file-local-copy, tramp-handle-write-region)
303         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
305 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
307         Detect ssh 'ControlMaster' argument automatically in some cases.
309         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
310         (tramp-default-method): Use it.
312 2010-08-26  Karel Klíč  <kklic@redhat.com>
314         * net/tramp.el (tramp-file-name-for-operation):
315         Add file-selinux-context.
317 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
319         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
321 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
323         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
324         (Bug#6907).
326 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
328         * progmodes/python.el (python-block-pairs): Allow use of "finally"
329         with "else" (Bug#3991).
331 2010-08-22  Leo  <sdl.web@gmail.com>
333         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
334         (ignore, bright, dim, keyword): Split list of nicknames before
335         passing to rcirc-add-or-remove (Bug#6894).
337 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
339         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
341 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
343         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
344         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
345         New version 13.0.
346         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
347         Adjust initialization.
348         (whitespace-bob-marker, whitespace-eob-marker)
349         (whitespace-buffer-changed): New vars.
350         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
351         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
352         (whitespace-post-command-hook, whitespace-display-char-on):
353         Adjust code.
354         (whitespace-looking-back, whitespace-buffer-changed): New funs.
355         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
357 2010-08-21  Leo  <sdl.web@gmail.com>
359         Fix buffer-list rename&refresh after killing a buffer in ido.
360         * lisp/ido.el: Revert Óscar's.
361         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
362         Remember the buffers at head, rather than their name.
363         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
365 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
366             Stefan Monnier  <monnier@iro.umontreal.ca>
368         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
369         extra backslash added to each line (bug#6890).
371 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * subr.el (read-key): Don't echo keystrokes (bug#6883).
375 2010-08-21  Glenn Morris  <rgm@gnu.org>
377         * menu-bar.el (menu-bar-games-menu): Add landmark.
379 2010-08-20  Glenn Morris  <rgm@gnu.org>
381         * align.el (align-regexp): Make group and spacing arguments
382         use the interactive defaults when non-interactive.  (Bug#6698)
384         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
385         expansion, so as not to need sendmail.
386         (mail-text-start): Remove declaration.
387         (rmail-retry-failure): Require sendmail.
389 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
393 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
395         * progmodes/flymake.el (flymake-start-syntax-check-process):
396         Use `start-file-process' in order to let it run also on remote hosts.
398 2010-08-18  Kenichi Handa  <handa@m17n.org>
400         * files.el: Add `word-wrap' as safe local variable.
402 2010-08-18  Glenn Morris  <rgm@gnu.org>
404         * woman.el (woman-translate): Case matters.  (Bug#6849)
406 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
408         * simple.el (kill-region): Doc fix (Bug#6787).
410 2010-08-14  Glenn Morris  <rgm@gnu.org>
412         * calendar/diary-lib.el (diary-header-line-format):
413         Fit it to the window, not the frame.
415 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
417         * subr.el (ignore-errors): Add debug declaration.
419 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
421         * whitespace.el (whitespace-color-off): Remove post-command-hook
422         locally.
424 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
426         * replace.el (replace-highlight): Bind isearch-forward and
427         isearch-error, ensuring that highlighting is updated if the user
428         switches the search direction (Bug#6808).
430         * isearch.el (isearch-lazy-highlight-forward): New var.
431         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
432         (isearch-lazy-highlight-update): Use it.
434 2010-08-06  Kenichi Handa  <handa@m17n.org>
436         * international/mule.el (define-charset): Store NAME as :base property.
437         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
438         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
439         current priority.  Force using the designation of the specific
440         charset by adding `charset' text property.  Improve the whole
441         algorithm.
443 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
445         * emulation/pc-select.el (pc-selection-mode-hook)
446         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
447         (pc-selection-mode): Fix typos in docstrings.
449 2010-08-04  Kenichi Handa  <handa@m17n.org>
451         * language/cyrillic.el: Don't add "microsoft-cp1251" to
452         ctext-non-standard-encodings-alist here.
454         * international/mule.el (ctext-non-standard-encodings-alist):
455         Add "koi8-r" and "microsoft-cp1251".
456         (ctext-standard-encodings): New variable.
457         (ctext-non-standard-encodings-table): List only elements for
458         non-standard encodings.
459         (ctext-pre-write-conversion): Adjust for the above change.
460         Check ctext-standard-encodings.
462         * international/mule-conf.el (compound-text): Doc fix.
463         (ctext-no-compositions): Doc fix.
464         (compound-text-with-extensions): Doc fix.
466 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
470 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
472         * progmodes/which-func.el (which-func-format): Split help-echo text
473         into lines, like other mode-line tooltips.
475         * server.el (server-start): When using TCP sockets, force IPv4
476         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
478 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
482 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
484         * term.el (term-delimiter-argument-list): Reflow docstring.
485         (term-read-input-ring, term-write-input-ring, term-send-input)
486         (term-bol, term-erase-in-display, serial-supported-or-barf):
487         Fix typos in docstrings.
489 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
493 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
495         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
497 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
499         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
500         Fix typo in docstring (bug#6747).
502 2010-07-30  Leo  <sdl.web@gmail.com>
504         * eshell/esh-io.el (eshell-get-target): Better detection of
505         read-only file (Bug#6762).
507 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
509         * align.el (align-default-spacing): Doc fix.
510         (align-region-heuristic, align-regexp): Fix typos in docstrings.
512 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
514         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
516 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
518         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
520 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
522         * time.el (display-time-day-and-date): Remove spurious * in docstring.
523         (display-time-world-buffer-name, display-time-world-mode-map):
524         Fix typos in docstrings.
526 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
528         * image-mode.el (image-display-size): New function.
529         (image-forward-hscroll, image-next-line, image-eol, image-eob)
530         (image-mode-fit-frame): Use it (Bug#6639).
532 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
534         * dired.el (dired-buffers-for-dir): Handle list values of
535         dired-directory (Bug#6636).
537 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
539         * vc.el (vc-coding-system-inherit-eol): New defvar.
540         (vc-coding-system-for-diff): Use it to decide whether to inherit
541         from the file the EOL format for reading the diffs of that file.
542         (Bug#4451)
544 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
546         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
547         unibyte, so compressed attachments are not compressed again.
549 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
551         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
552         now that unicode is used (Bug#6594).
554 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
556         * simple.el (push-mark-command): Set the selection if
557         select-active-regions is non-nil.
559 2010-07-10  Glenn Morris  <rgm@gnu.org>
561         * calendar/calendar.el (calendar-week-end-day): New function.
562         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
563         Respect calendar-week-start-day.  (Bug#6606)
564         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
565         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
566         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
567         respect calendar-week-start-day.
569 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
571         * simple.el (use-region-p): Doc fix (Bug#6607).
573 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
575         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
576         builtins (BufferError, BytesWarning, WindowsError; callables
577         bin, bytearray, bytes, format, memoryview, next, print; __package__).
579 2010-07-07  Glenn Morris  <rgm@gnu.org>
581         * play/zone.el (zone-fall-through-ws): Fix next-line ->
582         forward-line fallout.
584 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
586         * mouse.el (mouse-appearance-menu): Add docstring.
588         * help.el (describe-key): Print up-event using key-description.
590 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
592         * net/zeroconf.el (zeroconf-resolve-service)
593         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
594         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
596 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
598         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
600 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
602         Avoid displaying files with a nil state in vc-dir.
603         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
604         cases that cause insertion.
605         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
606         with a nil state.
608 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
610         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
612 2010-06-29  Leo  <sdl.web@gmail.com>
614         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
616 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
618         * generic-x.el (bat-generic-mode): Fix regexp for command line
619         switches (Bug#5719).
621 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
623         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
624         of nconc to avoid pure storage error (Bug#6239).
626 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
628         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
629         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
630         bindings of bookmark-automatically-show-annotations (Bug#6515).
632 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
634         * arc-mode.el (archive-zip-extract): Don't quote the file name on
635         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
637 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
639         * comint.el (make-comint, make-comint-in-buffer): Mention return
640         value in the docstrings.  (Bug#6498)
642 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
644         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
645         since it is not present when using some non-default switches.
647 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
649         * simple.el (compose-mail): Fix doc string to refer to
650         `compose-mail-user-agent-warnings', instead of to the
651         nonexistent `compose-mail-check-user-agent'.
653 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
655         Fix vc-annotate for renamed files when using Git.
656         * vc-git.el (vc-git-find-revision): Deal with empty results from
657         ls-files.  Doe not pass the object as a file name to cat-file, it
658         is not a file name.
659         (vc-git-annotate-command): Pass the file name using -- to avoid
660         ambiguity with the revision.
661         (vc-git-previous-revision): Pass a relative file name.
663 2010-06-22  Glenn Morris  <rgm@gnu.org>
665         * progmodes/js.el (js-mode-map): Use standard capitalization and
666         ellipses for menu entries.
668         * wid-edit.el (widget-complete): Doc fix.
670 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
672         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
674 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
676         Fix annotating other revisions for renamed files in vc-annotate.
677         * vc-annotate.el (vc-annotate): Add an optional argument for the
678         VC backend.  Use it when non-nil.
679         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
681         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
682         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
683         Do not pass the file name to the 'previous-revision call when we
684         don't want a file diff.  (Bug#6489)
686 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
688         Fix finding revisions for renamed files in vc-annotate.
689         * vc.el (vc-find-revision): Add an optional argument for
690         the VC backend.  Use it when non-nil.
691         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
692         backend to vc-find-revision.  (Bug#6487)
694 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
696         Fix reading file names in Git annotate buffers.
697         * vc-git.el (vc-git-annotate-extract-revision-at-line):
698         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
700 2010-06-20  Alan Mackenzie  <acm@muc.de>
702         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
703         in file local variables, set it first.
705 2010-06-19  Glenn Morris  <rgm@gnu.org>
707         * descr-text.el (describe-char-unicode-data): Insert separating
708         space when needed.  (Bug#6422)
710         * progmodes/idlwave.el (idlwave-action-and-binding):
711         Fix typo in 2009-12-03 change.  (Bug#6450)
713 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * subr.el (read-quoted-char): Fix up last change (bug#6290).
717 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * font-lock.el (font-lock-major-mode): Rename from
720         font-lock-mode-major-mode to distinguish it from
721         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
722         (font-lock-set-defaults):
723         * font-core.el (font-lock-default-function): Adjust users.
724         (font-lock-mode): Don't set it at all.
726 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * vc-annotate.el (vc-annotate): Use vc-read-revision.
730 2010-06-15  Glenn Morris  <rgm@gnu.org>
732         * calendar/appt.el (appt-time-msg-list): Doc fix.
733         (appt-check): Let-bind appt-warn-time.
734         (appt-add): Make the 3rd argument optional.
735         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
736         Only add WARNTIME to the output list if non-nil.
738 2010-06-15  Ivan Kanis  <apple@kanis.eu>
740         * calendar/appt.el (appt-check): Let the 3rd element of
741         appt-time-msg-list specify the warning time.
742         (appt-add): Add new argument with the warning time.  (Bug#5176)
744 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
746         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
747         older than version 1.6.  (Bug#6361)
749 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
751         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
752         used by cl-do-arglist.  (Bug#6408)
754 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
756         * emacs-lisp/advice.el (ad-compile-function):
757         Define warning-suppress-types before we let-bind it (bug#6275).
759         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
760         declare it, make it buffer-local and permanent-local (bug#6324).
761         (vc-resynch-window): Adjust name.
762         * vc-hooks.el (vc-find-file-hook): Adjust name.
764 2010-06-07  Jonathan Rockway  <jon@jrock.us>
766         * net/rcirc.el: Add support for password authentication.
767         (rcirc-server-alist): Add :password keyword.
768         (rcirc): Ask for a password, or get it from the server's alist.
769         (rcirc-connect): Add password argument.  Pass it to server.
771 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
773         * net/dbus.el (dbus-register-method): Declare function.
774         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
775         (dbus-introspect): Doc fix.
776         (dbus-event-bus-name, dbus-introspect-get-interface)
777         (dbus-introspect-get-argument): Reflow docstrings.
779 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
781         * term/common-win.el (x-colors): Add "dark green" and "dark
782         turquoise" (Bug#6332).
784 2010-06-03  Eric Ludlam  <zappo@gnu.org>
786         * cedet/semantic/lex-spp.el
787         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
788         invalid values during save, just save a nil (Bug#6324).
790 2010-06-03  Glenn Morris  <rgm@gnu.org>
792         * desktop.el (desktop-clear-preserve-buffers):
793         Add "*Warnings*" buffer.  (Bug#6336)
795 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
797         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
799 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
801         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
802         `file-directory-p' to the filename part rather than to the whole text.
804 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
806         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
807         (bug#6231).
809 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
813 2010-05-31  Drew Adams  <drew.adams@oracle.com>
815         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
817 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
819         * subr.el (momentary-string-display): Just use read-event to read
820         the exit event (Bug#6238).
822 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
824         * ansi-color.el: Delete unused escape sequences (Bug#6085).
825         (ansi-color-drop-regexp): New constant.
826         (ansi-color-apply, ansi-color-filter-region)
827         (ansi-color-apply-on-region): Delete unrecognized control sequences.
828         (ansi-color-apply): Build string list before calling concat.
830 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
832         * progmodes/verilog-mode.el (verilog-type-font-keywords):
833         Use font-lock-constant-face, not obsolete font-lock-reference-face.
835 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
837         * htmlfontify.el (hfy-face-resolve-face): New function.
838         (hfy-face-to-style): Use it (Bug#6279).
840 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * epa.el (epa--select-keys): Don't explicitly delete the window since
843         that can fail (e.g. sole window in frame).  Use dedication instead.
845 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
847         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
849 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * subr.el (read-quoted-char): Resolve modifiers after key
852         remapping (bug#6212).
854 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * tmm.el (tmm-prompt): Don't try to precompute bindings.
857         (tmm-get-keymap): Compute shortcuts (bug#6171).
859 2010-05-10  Glenn Morris  <rgm@gnu.org>
861         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
862         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
864 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
866         * Version 23.2 released.
868 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
870         * international/mule.el (auto-coding-alist):  Only purecopy
871         car of each item, not the whole list (Bug#6083).
873 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
875         * progmodes/js.el (js-mode): Make paragraph variables local before
876         calling c-setup-paragraph-variables (Bug#6071).
878 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
880         * composite.el (compose-region, reference-point-alist): Fix typos
881         in the doc strings.
883 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
885         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
886         gnuplot's "set" command.
888 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
890         * abbrev.el (last-abbrev-text): Doc fix.
891         (abbrev-prefix-mark): Don't escape parenthesis.
893 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
895         * composite.el (find-composition): Doc fix.
897 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
899         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
900         (sql-oracle-program, sql-sqlite-options)
901         (sql-query-placeholders-and-send): Doc fixes.
902         (sql-set-product, sql-interactive-mode): Reflow docstrings.
903         (sql-imenu-generic-expression, sql-buffer)
904         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
905         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
906         (sql-mode-sybase-font-lock-keywords)
907         (sql-mode-informix-font-lock-keywords)
908         (sql-mode-interbase-font-lock-keywords)
909         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
910         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
911         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
912         (sql-product-feature, sql-highlight-product)
913         (comint-line-beginning-position, sql-rename-buffer)
914         (sql-toggle-pop-to-buffer-after-send-region)
915         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
916         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
917         Fix typos in docstrings.
919 2010-04-23  Juri Linkov  <juri@jurta.org>
921         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
922         property instead of `invisible' and `after-string' (bug#5998).
924 2010-04-23  Juri Linkov  <juri@jurta.org>
926         * image-mode.el (image-mode-as-text): Fix typo in docstring.
928 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
930         * filecache.el (file-cache-add-directory-list)
931         (file-cache-add-directory-recursively): Fix typos in docstrings.
933 2010-04-22  Kenichi Handa  <handa@m17n.org>
935         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
936         (gujarati-composable-pattern): Fix typo.
938 2010-04-20  Kenichi Handa  <handa@m17n.org>
940         * language/indian.el (oriya-composable-pattern)
941         (tamil-composable-pattern, malayalam-composable-pattern):
942         Add two-part vowels to "v" (vowel sign).
944 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
946         * files.el (copy-directory): Handle symlinks (Bug#5982).
948         * progmodes/compile.el (compilation-next-error-function):
949         Revert 2009-10-12 change (Bug#5983).
951 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
953         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
954         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
955         (Bug#5846).
957 2010-04-20  Glenn Morris  <rgm@gnu.org>
959         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
961         * minibuffer.el (completion-at-point): Doc fix.
963 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
965         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
966         Don't destroy list before using it.
968 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
970         Fix the version number for added files.
971         * vc-hg.el (vc-hg-working-revision): Check if the file is
972         registered after hg parent fails (Bug#5961).
974 2010-04-17  Glenn Morris  <rgm@gnu.org>
976         * htmlfontify.el (htmlfontify-buffer)
977         (htmlfontify-copy-and-link-dir): Autoload entry points.
979 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
981         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
982         name relative to the project root (Bug#5960).
984 2010-04-16  Glenn Morris  <rgm@gnu.org>
986         * vc-git.el (vc-git-print-log): Doc fix.
988 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
990         * ido.el (ido-file-internal): Fix 2009-12-02 change.
992 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
994         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
995         default settings (Bug#5928).
997 2010-04-10  Glenn Morris  <rgm@gnu.org>
999         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1000         New function.
1001         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1003 2010-04-07  Kenichi Handa  <handa@m17n.org>
1005         * language/indian.el (malayalam-composable-pattern): Fix previous
1006         change (add U+0D4D "SIGN VIRAMA").
1007         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1008         (tamil-composable-pattern): Fix typo in the regexp.
1009         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1010         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1011         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1013 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1015         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1016         paragraph-separate (Bug#5821).
1018 2010-04-05  Juri Linkov  <juri@jurta.org>
1020         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1022         * info.el (Info-find-node-2): Comment out code that skips
1023         breadcrumbs line.
1024         (Info-mouse-follow-link): New command.
1025         (Info-link-keymap): New keymap.
1026         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1027         Return a string with links instead of inserting breadcrumbs
1028         to the Info buffer.
1029         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1030         Instead of putting the `invisible' text property over the Info
1031         header, make an overlay over the Info header with the `invisible'
1032         property and `after-string' set to the string returned by
1033         `Info-breadcrumbs'.
1035 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1037         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1038         Reported by monkey@sandpframing.com.
1040 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1042         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1043         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1044         (semantic-imenu-goto-function): Reflow docstring.
1046 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1048         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1049         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1051 2010-03-30  Kenichi Handa  <handa@m17n.org>
1053         * language/sinhala.el (composition-function-table): Fix regexp for
1054         the new Unicode specification.
1056         * language/indian.el (devanagari-composable-pattern)
1057         (tamil-composable-pattern, kannada-composable-pattern)
1058         (malayalam-composable-pattern): Adjust for the new Unicode
1059         specification.
1060         (bengali-composable-pattern, gurmukhi-composable-pattern)
1061         (gujarati-composable-pattern, oriya-composable-pattern)
1062         (telugu-composable-pattern): New variables to cope with the new
1063         Unicode specification.  Use them in composition-function-table.
1065 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1067         Make tmm-menubar work for the Buffers menu again (bug#5726).
1068         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1069         vectors rather than cons cells, as used in menu-bar-update-buffers.
1071 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1073         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1074         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1075         electric punctuation for "{}();,:" (Bug#5586).
1077         * mail/sendmail.el (mail-default-directory): Doc fix.
1079 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1081         * mail/sendmail.el (mail-default-directory): Doc fix.
1083 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1085         * subr.el (version-regexp-alist, version-to-list)
1086         (version-list-<, version-list-=, version-list-<=)
1087         (version-list-not-zero, version<, version<=, version=): Doc fix.
1088         (Bug#5744).
1090 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1091             Nick Roberts  <nickrob@snap.net.nz>
1093         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1094         (gdb-init-1): Use it.
1096 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1098         * vc.el (vc-root-diff): Doc fix.
1100 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1102         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1104         * simple.el (append-to-buffer): Fix last change.
1106 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1108         * simple.el (append-to-buffer): Ensure that point is preserved if
1109         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1110         (Bug#5749)
1112 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1115         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1116         not be present any more.
1118 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1120         * faces.el (set-face-attribute): Fix typo in docstring.
1121         (face-valid-attribute-values): Reflow docstring.
1123         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1125 2010-03-23  Glenn Morris  <rgm@gnu.org>
1127         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1129 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1131         * indent.el (indent-for-tab-command): Doc fix.
1133 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1135         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1136         (image-dired-read-comment): Doc fix.
1138         * json.el (json-object-type, json-array-type, json-key-type)
1139         (json-false, json-null, json-read-number):
1140         * minibuffer.el (completion-in-region-functions):
1141         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1142         (cal-tex-cursor-week):
1143         * emacs-lisp/trace.el (trace-function):
1144         * eshell/em-basic.el (eshell/printnl):
1145         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1146         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1147         * obsolete/levents.el (allocate-event, event-key, event-object)
1148         (event-point, event-process, event-timestamp, event-to-character)
1149         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1150         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1151         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1152         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1153         (reftex-highlight-selection): Fix typos in docstrings.
1155 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1157         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1159 2010-03-18  Glenn Morris  <rgm@gnu.org>
1161         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1162         2008-02-13 without comment; mark it obsolete.
1163         (rmail-highlight-headers): Use rmail-highlight-face once more.
1165 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1167         * woman.el (woman2-process-escapes): Only consume the newline if
1168         the filler character is on a line by itself (Bug#5729).
1170 2010-03-16  Kenichi Handa  <handa@m17n.org>
1172         * language/indian.el (devanagari-composable-pattern): Add more
1173         consonants.
1175 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1177         * net/trampver.el: Update release number.
1179 2010-03-13  Glenn Morris  <rgm@gnu.org>
1181         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1183 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1185         * net/tramp.el (tramp-find-executable):
1186         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1187         output of "wc -l" more robust.
1188         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1189         (tramp-open-connection-setup-interactive-shell): Remove workaround
1190         for OpenSolaris bug, it is not needed anymore.
1192 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
1194         * cedet/semantic/imenu.el: New file, from the CEDET repository
1195         (Bug#5412).
1197 2010-03-12  Glenn Morris  <rgm@gnu.org>
1199         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1201 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1203         * files.el (auto-mode-alist): Accept more verilog file patterns.
1205 2010-03-09  Miles Bader  <miles@gnu.org>
1207         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1208         instead of "format:"; this ensures that the output is
1209         newline-terminated.
1211 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1213         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1214         that all errors are caught, and that the return value is always a
1215         list (Bug#5692).
1217 2010-03-08  Kenichi Handa  <handa@m17n.org>
1219         * language/misc-lang.el (windows-1256): New coding system.
1220         (cp1256): New alias of windows-1256 (bug#5690).
1222 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1224         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1225         call to rfc822-bad-address.  (Bug#5692)
1227 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1229         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1230         Use vc-git-root as default directory for revision path (Bug#5657).
1232 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1234         * calculator.el (calculator): Don't bind split-window-keep-point
1235         (Bug#5674).
1237 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * vc-git.el: Re-flow to fit into 80 columns.
1240         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1241         Remove spurious `quote' element in each case alternative.
1242         (vc-git-show-log-entry): Use prog1.
1243         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1245 2010-03-06  Glenn Morris  <rgm@gnu.org>
1247         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1248         Update template copyright to GPLv3+.
1250 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1254 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1256         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1257         definition, not the name (Bug#5481).
1259 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1261         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1262         argument with a local variable.  (Bug#5670)
1264 2010-03-02  Juri Linkov  <juri@jurta.org>
1266         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1268 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1270         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1271         error when FILENAME and NEWNAME are existing remote directories.
1273         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1274         parameter DIR-FLAG.
1276 2010-03-02  Glenn Morris  <rgm@gnu.org>
1278         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1279         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1281 2010-03-01  Kenichi Handa  <handa@m17n.org>
1283         * language/burmese.el (burmese-composable-pattern): Rename from
1284         myanmar-composable-pattern.
1286         * international/characters.el (script-list):
1287         * international/fontset.el (script-representative-chars):
1288         Change myanmar to burmese.
1289         (otf-script-alist): Likewise.
1290         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1292 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1294         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1296 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1298         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1300 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1302         * net/tramp.el (tramp-handle-write-region): START can be a string.
1303         Take care in the checks.  Reported by Dan Davison
1304         <davison@stats.ox.ac.uk>.
1306 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1308         * net/dbus.el (dbus-introspect, dbus-get-property)
1309         (dbus-set-property, dbus-get-all-properties): Use
1310         `dbus-call-method' when noninteractive.  (Bug#5645)
1312 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1314         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1315         * emacs-lisp/elint.el (elint-add-required-env):
1316         * cedet/semantic/db-find.el
1317         (semanticdb-find-translate-path-brutish-default):
1318         * cedet/ede/make.el (ede-make-check-version):
1319         * calendar/icalendar.el (icalendar--add-diary-entry):
1320         * calc/calcalg2.el (math-tracing-integral):
1321         * files.el (recover-session-finish): Use with-current-buffer
1322         instead of save-excursion.
1324 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         Fix in-buffer completion when after-change-functions modify the buffer.
1327         * minibuffer.el (completion--replace): New function.
1328         (completion--do-completion): Use it and use relative movement.
1330 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1332         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1334 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1336         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1337         Allow the characters _<> in the stack entry (Bug#5653).
1339 2010-02-26  Kenichi Handa  <handa@m17n.org>
1341         * language/burmese.el: Fix entries in composition-function-table.
1342         (myanmar-composable-pattern): New variable.
1344         * international/fontset.el (setup-default-fontset): Add an entry
1345         for myanmar.
1347         * international/characters.el (script-list): Add Myanmar
1348         Extended-A.
1350 2010-02-26  Glenn Morris  <rgm@gnu.org>
1352         * custom.el (custom-initialize-delay): Doc fix.
1354         * mail/sendmail.el (send-mail-function): Autoload the call
1355         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1357 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1359         * files.el (hack-local-variables-filter): For eval forms, also
1360         check safe-local-variable-p (Bug#5636).
1362 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1364         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1365         and use c(ad)r of cddr (Bug#5640).
1367 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1369         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1370         setting the modes by `ignore-errors'.  It might fail, for example
1371         if the file is not owned by the user but the group.
1372         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1374 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1376         * files.el (directory-listing-before-filename-regexp): Use
1377         stricter matching for iso-style dates, to avoid false matches with
1378         date-like filenames (Bug#5597).
1380         * htmlfontify.el (htmlfontify): Doc fix.
1382         * eshell/eshell.el (eshell): Doc fix.
1384         * startup.el (fancy-about-screen): In mode-line, apply
1385         mode-line-buffer-id face only to the buffer name (Bug#5613).
1387 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1389         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1390         In `watcom' anchor regexp to start of line, to avoid slowness
1391         (Bug#5599).
1393 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1395         * subr.el (remove-yank-excluded-properties): Explain in a comment
1396         why `category' property is removed.
1398 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1400         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1401         2010-02-17 change.
1403 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1405         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1406         (icalendar--convert-weekly-to-ical)
1407         (icalendar--convert-yearly-to-ical)
1408         (icalendar--convert-block-to-ical)
1409         (icalendar--convert-cyclic-to-ical)
1410         (icalendar--convert-anniversary-to-ical): Take care of time
1411         specifications where hour has 1-digit only (Bug#5549).
1413 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1415         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1416         of disassemble output in GDB 7.1.
1418 2010-02-19  Glenn Morris  <rgm@gnu.org>
1420         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1421         property.  (Bug#5593)
1423 2010-02-18  Sam Steingold  <sds@gnu.org>
1425         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1427 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         Use abbreviated file names in bookmarks (bug#5591).
1430         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1431         calls to expand-file-name.
1432         (bookmark-relocate): Use abbreviated file names in bookmarks.
1433         (bookmark-load): Use abbreviated file names in messages.
1435 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1437         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1438         expand "." and "..".  Reported by Thierry Volpiatto
1439         <thierry.volpiatto@gmail.com>.
1441 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1443         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1444         permissions of the temporary file to "0600".  In case the remote
1445         file has no read permissions for the owner, there might be
1446         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1448 22010-02-18  Glenn Morris  <rgm@gnu.org>
1450         * emacs-lisp/authors.el (authors-renamed-files-alist):
1451         Add entries for INSTALL.CVS.
1453 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1455         * vc-bzr.el: Fix typo in Known Bugs section.
1457         * isearch.el (isearch-update-post-hook): New hook.
1458         (isearch-update): Use the new hook.
1460 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1462         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1463         Fix errors in copying directories.
1464         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1465         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1466         (tramp-handle-delete-file)
1467         (tramp-handle-dired-recursive-delete-directory)
1468         (tramp-handle-write-region): Flush also the cache for the upper
1469         directory.
1471 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1473         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1475         * cus-edit.el (hardware): Doc fix.
1477         * man.el (man): Add to external custom group.
1479         * delim-col.el (columns): Move to wp custom group.
1481         * doc-view.el (doc-view): Add to data custom group.
1483         * cedet/data-debug.el (data-debug): Move to extensions group.
1485         * cedet/ede.el (ede):
1486         * cedet/srecode.el (srecode):
1487         * cedet/semantic.el (semantic): Put in tools and extensions group.
1489         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1491         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1492         by ispell-parse-output (Bug#5575).
1494 2010-02-16  Kenichi Handa  <handa@m17n.org>
1496         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1497         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1498         (skkdic-convert): Use `euc-japan' coding system for writing.
1500 2010-02-16  Glenn Morris  <rgm@gnu.org>
1502         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1503         tex-main-file before using it.  (Bug#5562)
1505 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1508         warnings, since it is annoying for the user to see them each time he
1509         runs the code.
1511 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1513         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1514         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1515         instead of PROC for caching "first-password-request".  Otherwise,
1516         new processes would not profit from passwords already entered.
1518         * net/tramp-cache.el (tramp-dump-connection-properties):
1519         Don't save "first-password-request" property.
1521 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1523         * outline.el (outline-head-from-level):
1524         * simple.el (with-wrapper-hook):
1525         * cedet/ede.el (ede-run-target, project-delete-target)
1526         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1527         (ede-adebug-project, ede-adebug-project-parent)
1528         (ede-adebug-project-root):
1529         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1530         (elint-defun, elint-buffer-env, elint-top-form-logged)
1531         (elint-unbound-variable):
1532         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1533         Fix typos in docstrings.
1535 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1537         * files.el (insert-directory): When WILDCARD-REGEXP and
1538         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1539         whole directory.  (Bug#5551)
1541         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1542         dired's alignment sanity.  (Bug#5516)
1544 2010-02-14  Juri Linkov  <juri@jurta.org>
1546         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1547         Remove remaining ^H with their preceding chars.  (Bug#5566)
1549 2010-02-13  Glenn Morris  <rgm@gnu.org>
1551         * simple.el (transpose-subr): Give it a doc-string.
1553         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1554         Doc fixes.
1556 2010-02-12  Juri Linkov  <juri@jurta.org>
1558         * arc-mode.el (archive-unique-fname): Make directories for nested
1559         archives.  (Bug#5540)
1561 2010-02-12  Juri Linkov  <juri@jurta.org>
1563         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1565 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * subr.el (copy-overlay): Handle deleted overlays.
1569         * man.el (Man-completion-table): Don't signal an error if we can't run
1570         manual-program (bug#4056).
1572 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1574         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1576 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1578         * info.el (Info-bookmark-jump): Simplify.
1580         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1581         (bookmark-default-handler): Accept new bookmark field `buffer'.
1583 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1585         * iswitchb.el (iswitchb-completions): Revert last change.
1587 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1589         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1590         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1591         This prevents file names like "~/" being listed literally.
1593 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1595         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1596         Remove dead code.  (Bug#5546)
1598 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1600         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1601         correctly (Bug#5548).
1603 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1605         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1606         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1608 2010-02-08  Kenichi Handa  <handa@m17n.org>
1610         * international/mule-util.el (with-coding-priority): Add autoload
1611         cookie for putting `lisp-indent-function'.
1613 2010-02-07  Glenn Morris  <rgm@gnu.org>
1615         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1616         Move F2003 named interfaces from keywords-2 to keywords-1, and
1617         use function-name-face rather than constant-face.
1618         Simplify "abstract interface" regexp.
1620 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1622         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1623         ID-FORMAT.  Pass it to `file-attributes'.
1625         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1627 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1629         * faces.el (set-face-attribute): Allow calling
1630         internal-set-lisp-face-attribute with 'unspecified family and
1631         foundry argument (Bug#5536).
1633 2010-02-07  Glenn Morris  <rgm@gnu.org>
1635         * progmodes/f90.el (f90-font-lock-keywords-2)
1636         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1637         Handle F2003 named interfaces.
1639 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1641         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1642         beg and end before calling c-get-state-before-change-functions.
1644 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1646         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1648 2010-02-05  Juri Linkov  <juri@jurta.org>
1650         * doc-view.el (doc-view-mode):
1651         * image-mode.el (image-mode): Put property mode-class=special.
1652         (Bug#4896)
1654 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1656         * vc-svn.el (vc-svn-revision-table): New function.
1658 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1660         * net/ange-ftp.el (ange-ftp-insert-directory):
1661         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1662         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1663         Handle also directories.  (Bug#5478)
1665 2010-02-05  Glenn Morris  <rgm@gnu.org>
1667         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1669 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1671         * startup.el (command-line-1): Convert options beginning with a
1672         single dash as well (Bug#5519).
1674 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1677         * minibuffer.el (completion-initials-expand): Only check the presence
1678         of delims *within* the boundaries, since otherwise the / delim is
1679         always found for files.
1681         Fix up various corner case problems.
1682         * doc-view.el (doc-view-last-page-number): New function.
1683         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1684         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1685         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1686         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1687         (doc-view-convert-current-doc): Don't create the resolution.el file
1688         here any more.
1689         (doc-view-pdf/ps->png): Do it here instead.
1690         (doc-view-already-converted-p): Check that resolution.el is present.
1691         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1692         windows that are not yet showing images.
1694 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1696         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1697         `dired-uncache' for every elemnt which is an absolute file name.
1699         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1700         directory, handle its directory component.
1701         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1702         function is called permanently and creates noise, otherwise.
1704         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1705         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1706         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1708 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1710         * macros.el (apply-macro-to-region-lines):
1711         Minor simplification.  (Bug#5485)
1713 2010-02-04  Glenn Morris  <rgm@gnu.org>
1715         * mail/rmail.el (rmail-show-message-1): Handle malformed
1716         quoted-printable text.  (Bug#5441)
1718         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1720         * simple.el (visual-line-mode): Capitalize lighter.
1722 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1724         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1725         list of files considered for "virtual buffer" completions.
1727 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1729         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1730         also in case of (and (not full) (not wildcard)). This is needed,
1731         when dired is called with a list of files, which are not in
1732         `default-directory'.  (Bug#5478)
1734 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1738 2010-02-02  Juri Linkov  <juri@jurta.org>
1740         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1741         from unidiff to allow function-line after @@.
1743 2010-02-02  Juri Linkov  <juri@jurta.org>
1745         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1746         '(RCS SCCS) with inverted condition.
1748 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1751         messages.
1753 2010-02-01  Juri Linkov  <juri@jurta.org>
1755         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1756         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1757         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1758         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1760 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1763         (doc-view-revert-buffer): New command.
1764         (doc-view-mode-map): Use it.
1766 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1768         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1769         pending merge is detected.
1771 2010-01-31  Juri Linkov  <juri@jurta.org>
1773         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1774         beginning of interactive spec like all other grep commands do.
1775         Put "all" in front of "gz".  (Bug#5260)
1777 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1779         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1781 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1783         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1784         regexp is incorrect (Bug#5476).
1786 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1788         * net/tramp.el (tramp-handle-insert-directory): Handle also
1789         symlinks, when FILENAME is not in `default-directory'.
1791 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1793         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1794         FILE is not in `default-directory'.  (Bug#5478)
1796         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1797         of SWITCHES.  Handle the case, FILENAME is not in
1798         `default-directory'.  (Bug#5478)
1799         (tramp-register-file-name-handlers): Add safe-magic property.
1801 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1803         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1804         unzip (Bug#5475).
1806 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1808         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1809         (flymake-master-make-header-init): Add other C++ filename masks.
1810         (flymake-find-possible-master-files)
1811         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1813 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1815         Fix some busybox annoyances.
1817         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1818         not responding." string.
1819         (tramp-open-connection-setup-interactive-shell): Dump stty
1820         settings.  Enable "neveropen" arg for all `tramp-send-command'
1821         calls.  Handle "=" in variable values properly.
1822         (tramp-find-inline-encoding): Raise an error, when no encoding is
1823         found.
1824         (tramp-wait-for-output): Check, whether PROC buffer is available.
1825         Remove spurious " ^H" sequences, sent by busybox.
1826         (tramp-get-ls-command): Suppress coloring, if possible.
1828 2010-01-28  Glenn Morris  <rgm@gnu.org>
1830         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1832         * log-edit.el (log-edit-strip-single-file-name): Add missing
1833         :safe, :group, and :version tags.
1835 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1837         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1838         buffers.  (Bug#5477)
1840 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1842         * files.el (delete-directory): Handle moving to trash without
1843         first doing recursion (Bug#5436).
1845 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1847         * vc-hooks.el (vc-path): Mark as obsolete.
1849 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1851         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1852         names too.
1854         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1855         for the short log.
1856         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1858 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1860         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1862         * vc-bzr.el (vc-bzr-revision-table): New function.
1864 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1866         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1867         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1869 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1871         Remove support for adding --signoff on commit.
1872         Future support will use an incompatible generic mechanism.
1873         * vc-git.el (vc-git-add-signoff): Remove variable.
1874         (vc-git-toggle-signoff): Remove function.
1875         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1877         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1878         from xterm-set-background-mode.  Return t if the background mode
1879         was set.
1880         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1881         earlier, call it again in case the background mode has changed.
1883 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1885         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1886         (Bug#3541).
1888 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1890         * emacs-lisp/assoc.el (aelement): Doc fix.
1891         (aput, adelete, amake): Use lexical-let (Bug#5450).
1893 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1895         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1896         is the same as subprogram call, not declaration.  (Bug#5435).
1898 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1900         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1901         (tramp-smb-maybe-open-connection): Use it.
1903 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1905         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1907 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1909         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1910         just because we see "encoding: 8bit".
1911         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1913 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1915         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1917 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1919         * jka-compr.el (jka-compr-load): If load-file is not in
1920         load-history, try its file-truename version.  (bug#5447)
1922 2010-01-21  Alan Mackenzie  <acm@muc.de>
1924         Fix a situation where deletion of a cpp construct throws an error.
1925         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1926         invoking c-with-all-but-one-cpps-commented-out, check that the
1927         special cpp construct is still in the buffer.
1928         (c-parse-state): Record the special cpp with markers, not numbers.
1930 2010-01-21  Kenichi Handa  <handa@m17n.org>
1932         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1933         process last-command-event, as it is now decoded first (Bug#5380).
1935 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1937         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1939 2010-01-20  Glenn Morris  <rgm@gnu.org>
1941         * indent.el (tab-always-indent): Fix custom-type.
1943 2010-01-19  Alan Mackenzie  <acm@muc.de>
1945         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1946         buffer throws "args out of range".
1947         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1948         playing the role of delimiter.
1950 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1952         * progmodes/ada-mode.el: Fix bug#5400.
1953         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1954         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1955         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1956         Improve comments in "is" portion.  Handle null procedure declaration.
1957         (ada-move-to-end): Improve doc string.
1959 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1961         * ido.el (ido-cur-list): Initialize to nil.
1962         Remove obsolete information from commentary.
1963         (ido-choice-list): Initialize to nil.
1964         (ido-get-bufname): Reject minibuffers.
1965         (ido-make-buffer-list): If "default" is a nonexistent
1966         buffer, ignore it, as per the function's comment.
1967         (ido-kill-buffer-internal): New function.
1968         (ido-kill-buffer-at-head): Use it.
1969         (ido-visit-buffer): Likewise.
1971 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1973         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1975 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1977         * cedet/ede/locate.el (ede-locate-file-in-project)
1978         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1979         (ede-enable-locate-on-project): Fix typos in error messages.
1981         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1982         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1983         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1984         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1985         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1986         Fix typos in menu help.
1988         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1989         Fix typos in chart titles.
1991         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1992         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1993         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1994         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1995         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1996         (semantic-parse-stream, semantic-parse-region)
1997         (semantic-parse-region-default, semantic--set-buffer-cache)
1998         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1999         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2000         (semantic-default-submodes):
2001         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2002         (semanticdb-create-ebrowse-database)
2003         (semanticdb-find-tags-for-completion-method)
2004         (semanticdb-find-tags-by-class-method)
2005         (semanticdb-deep-find-tags-by-name-method)
2006         (semanticdb-deep-find-tags-for-completion-method):
2007         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2008         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2009         (semanticdb-find-tags-for-completion-method)
2010         (semanticdb-find-tags-by-class-method)
2011         (semanticdb-deep-find-tags-for-completion-method):
2012         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2013         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2014         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2015         (semanticdb-find-tags-by-name-method)
2016         (semanticdb-find-tags-by-name-regexp-method)
2017         (semanticdb-find-tags-for-completion-method)
2018         (semanticdb-find-tags-by-class-method)
2019         (semanticdb-find-tags-external-children-of-type-method)
2020         (semanticdb-find-tags-subclasses-of-type-method)
2021         (semanticdb-deep-find-tags-by-name-method)
2022         (semanticdb-deep-find-tags-by-name-regexp-method)
2023         (semanticdb-deep-find-tags-for-completion-method):
2024         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2025         (semanticdb-enable-gnu-global-in-buffer)
2026         (semanticdb-find-tags-for-completion-method)
2027         (semanticdb-deep-find-tags-by-name-method)
2028         (semanticdb-deep-find-tags-for-completion-method):
2029         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2030         (javascript-mode, semanticdb-find-translate-path)
2031         (semanticdb-find-tags-for-completion-method)
2032         (semanticdb-find-tags-by-class-method)
2033         (semanticdb-deep-find-tags-by-name-method)
2034         (semanticdb-deep-find-tags-for-completion-method)
2035         (semanticdb-find-tags-external-children-of-type-method):
2036         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2037         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2038         (global-semantic-idle-scheduler-mode):
2039         * cedet/srecode/dictionary.el (srecode-field-value)
2040         (srecode-dictionary-add-section-dictionary):
2041         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2042         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2043         (describe-class, eieio-describe-generic, describe-generic):
2044         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2045         (eieio-speedbar-expand):
2046         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2047         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2048         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2049         (viper-del-backward-char-in-replace, viper-backward-indent)
2050         (viper-brac-function, viper-register-to-point, viper-submit-report):
2051         * net/tramp.el (tramp-remote-coding-commands):
2052         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2053         Fix typos in docstrings.
2055 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2057         * mail/sendmail.el (mail-yank-original): Set the mark if the
2058         specified function for yanking does not do it.
2060 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2062         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2064         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2065         resyncing a directory.
2067 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2069         * progmodes/ada-mode.el: Fix bug#1920.
2070         (ada-ident-re): Delete ., allow multibyte characters.
2071         (ada-goto-label-re): New; matches goto labels.
2072         (ada-block-label-re): New; matches block labels.
2073         (ada-label-re): New; matches both.
2074         (ada-named-block-re): Deleted; callers changed to use
2075         `ada-block-label-re' instead.
2076         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2077         Use `ada-block-label-re'.
2078         (ada-indent-on-previous-lines): Improve handling of goto labels.
2079         (ada-get-indent-block-start): Special-case block label.
2080         (ada-get-indent-label): Split into `ada-indent-block-label' and
2081         `ada-indent-goto-label'.
2082         (ada-goto-stmt-start, ada-goto-next-non-ws):
2083         Optionally ignore goto labels.
2084         (ada-goto-next-word): Simplify.
2085         (ada-indent-newline-indent-conditional): Insert newline before
2086         trying to fix indentation; doc fix.
2088 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2090         * calc/calc.el (calc-command-flags): Give it an initial value.
2092 2010-01-17  Glenn Morris  <rgm@gnu.org>
2094         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2096 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2098         * cedet/semantic.el (semantic-mode):
2099         * files.el (minibuffer-with-setup-hook):
2100         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2101         (artist-key-draw-continously, artist-key-do-continously-continously)
2102         (artist-key-set-point-continously, artist-mouse-draw-continously):
2103         Fix typos in docstrings.
2105 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2107         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2108         return t (Bug#3898).
2110 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2112         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2113         can parse the output of the external commands (Bug#5279).
2115 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2117         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2119 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2121         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2123         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2125         * startup.el (command-line): Remove unused --icon-type arg.
2126         Handle --display arg, passing it to command-line-1 (Bug#5392).
2128 2010-01-16  Mario Lang  <mlang@delysid.org>
2130         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2131         * cedet/ede/files.el (ede-expand-filename):
2132         * cedet/ede/simple.el (ede-simple-project):
2133         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2134         (semantic-complete-inline-tag-engine):
2135         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2136         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2137         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2138         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2139         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2140         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2141         * emacs-lisp/chart.el (chart-translate-namezone):
2142         * textmodes/artist.el (artist-compute-popup-menu-table):
2143         Remove duplicated words in doc-strings.
2145 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2147         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2148         to mairix-search to suppress threading (Bug#5342).
2150 2010-01-15  Kenichi Handa  <handa@m17n.org>
2152         * international/mule-cmds.el (canonicalize-coding-system-name):
2153         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2155 2010-01-15  Glenn Morris  <rgm@gnu.org>
2157         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2159         * wid-edit.el (widget-keymap): Doc fix.
2161         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2162         former seems to be more widely accepted by various svn versions.
2164 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2166         * find-cmd.el (find-constituents):
2167         * vc-arch.el (vc-arch-root):
2168         * window.el (window-body-height, pop-up-frames):
2169         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2170         (semantic-no-reparse-needed-change-hook):
2171         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2172         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2173         (srecode-template-inserter-ask, srecode-template-inserter-width)
2174         (srecode-template-inserter-section-start)
2175         (srecode-template-inserter-section-end, srecode-insert-method):
2176         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2177         * progmodes/ada-stmt.el (ada-if):
2178         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2179         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2180         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2181         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2183         * progmodes/flymake.el (flymake-post-syntax-check):
2184         Fix typo in error message.
2186 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2188         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2189         which is always a string.  (Bug#5313)
2191 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2193         * progmodes/ada-xref.el (ada-default-prj-properties):
2194         Simplify previous change.
2196 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2198         * progmodes/ada-xref.el (ada-default-prj-properties):
2199         Default ada_project_path to $ADA_PROJECT_PATH.
2201 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2203         * progmodes/ada-mode.el (ada-create-keymap):
2204         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2206 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2208         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2209         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2210         (ada-get-current-indent, ada-imenu-generic-expression)
2211         (ada-which-function): Check for it.
2213 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2215         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2216         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2218 2010-01-14  Glenn Morris  <rgm@gnu.org>
2220         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2222 2010-01-14  Kenichi Handa  <handa@m17n.org>
2224         * composite.el (auto-composition-mode): Make it a buffer local
2225         variable (permanent-local).
2226         (auto-composition-function): Set the default value to
2227         auto-compose-chars.
2228         (auto-composition-mode): Make it a simple function, not a minor mode.
2229         (global-auto-composition-mode): Likewise.
2230         (turn-on-auto-composition-if-enabled): Delete it.
2232 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2234         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2236 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2238         * files.el (copy-directory): Compute target for recursive
2239         directories with identical names.  (Bug#5343)
2241 2010-01-12  Glenn Morris  <rgm@gnu.org>
2243         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2244         it to bug-gnu-emacs rather than emacs-pretest-bug.
2246 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2248         * cedet/data-debug.el (data-debug): Fix customization group reference.
2250 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2252         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2253         (semantic-analyze-context, semantic-analyze-context-assignment)
2254         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2255         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2256         (semantic-java-doc-keywords-map):
2257         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2258         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2259         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2260         (semantic-c-classname, semantic-format-tag-uml-prototype)
2261         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2262         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2263         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2264         (semantic-get-local-variables, semantic-end-of-command)
2265         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2266         (lisp-mode):
2267         * cedet/semantic/bovine/make.el (makefile-mode):
2268         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2269         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2270         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2271         (semantic-lex, semantic-get-local-variables, python-mode):
2272         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2273         * cedet/srecode/extract.el (srecode-extract-state-set)
2274         (srecode-extract-method): Fix typos in docstrings.
2276 2010-01-11  Sam Steingold  <sds@gnu.org>
2278         * imenu.el (imenu-default-create-index-function): Detect infinite
2279         loops caused by imenu-prev-index-position-function.
2281 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2283         * htmlfontify.el (htmlfontify-load-rgb-file)
2284         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2285         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2286         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2287         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2288         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2289         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2290         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2291         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2292         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2293         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2294         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2295         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2296         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2297         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2298         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2299         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2300         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2301         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2302         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2303         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2304         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2305         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2306         backslash-quoting from parentheses, etc.
2308 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2310         * progmodes/js.el: Autoload javascript-mode alias.
2312 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2314         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2315         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2316         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2317         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2318         Fix typos in docstrings.
2319         (ffap-url-regexp): Doc fix.
2320         (ffap-at-mouse): Fix typo in message.
2322 2010-01-11  Glenn Morris  <rgm@gnu.org>
2324         * version.el (emacs-copyright): Set copyright year to 2010.
2326 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         * format.el (format-annotate-function): Only set
2329         write-region-post-annotation-function after running to-fn so as not to
2330         affect nested write-region calls (bug#5273).
2332 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2334         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2335         Add python parser.
2337         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2338         wisent/python.el.
2340 2010-01-10  Richard Kim  <emacs18@gmail.com>
2342         * cedet/semantic/wisent/python-wy.el:
2343         * cedet/semantic/wisent/python.el: New files.
2345 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2347         * man.el (Man-goto-section): Signal error if the section is not
2348         found (Bug#5317).
2350 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2352         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2353         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2355 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2357         * progmodes/compile.el: Don't treat compile-command as safe if
2358         compilation-read-command might be nil (Bug#4218).
2360 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2362         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2363         NS options.
2365 2010-01-08  Kenichi Handa  <handa@m17n.org>
2367         * international/fontset.el (build-default-fontset-data):
2368         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2370 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2372         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2373         to `create-file-buffer' as it expects, not just a buffer name.
2374         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2375         to help uniquify.  (Bug#3224)
2377 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2379         * font-setting.el (font-setting-change-default-font): Use user-spec
2380         instead of name.
2382 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2384         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2386 2010-01-05  Tom Tromey  <tromey@redhat.com>
2388         * progmodes/python.el (python-font-lock-keywords):
2389         Handle qualified decorators (Bug#881).
2391 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2393         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2394         in a lightweight checkout.
2396 2010-01-05  Kenichi Handa  <handa@m17n.org>
2398         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2400 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2402         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2404 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2406         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2407         checkouts.  (Bug#618)
2408         (vc-bzr-log-view-mode): Also highlight the author.
2409         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2410         (vc-bzr-shelve-menu-map):
2411         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2412         (vc-bzr-shelve-apply): Make prompt more explicit.
2414 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2416         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2417         They are valid characters in URL paths (rfc3986), and at least
2418         Firefox does not understand the encoded version (Bug#3166).
2420 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2422         * progmodes/octave-mod.el (octave-end-keywords)
2423         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2424         Add "end" keyword (Bug#3061).
2425         (octave-end-as-array-index-p): New function.
2426         (calculate-octave-indent): Use it.
2428 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2430         * bookmark.el: Consistently put the text property on the bookmark name.
2431         (bookmark-bmenu-marks-width): Bump back to 2, to include
2432         annotation marks.
2433         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2434         property on the bookmark name, instead of not putting it at all.
2435         (bookmark-bmenu-list): Fix where we put the text property.
2437 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2439         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2440         for showing buffer modified state (as added in the previous change).
2442 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2444         * bookmark.el: Show modified state of bookmark buffer more accurately.
2445         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2446         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2447         (with-buffer-modified-unmodified): New macro.
2448         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2449         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2450         Use new macro to preserve the buffer modified state.
2452 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2454         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2455         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2456         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2457         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2458         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2459         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2460         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2462 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2464         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2465         Make the lines in the generated doc string shorter.  (Bug#4668)
2467 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2469         * net/rcirc.el: Add follow-link binding (Bug#4738).
2471 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2473         * Makefile.in (bzr-update): Rename from cvs-update.
2474         (cvs-update): New target for backward compatibility.
2476         * makefile.w32-in (bzr-update): Rename from cvs-update.
2477         (cvs-update): New target for backward compatibility.
2479 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2481         * bookmark.el: Remove gratuitous gratitude.
2483 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2485         * bookmark.el (bookmark-bmenu-any-marks): New function
2486         (bookmark-bmenu-save): Clear buffer modification if no marks.
2488 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2490         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2491         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2492         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2493         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2495         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2496         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2497         To: emacs-devel {_AT_} gnu.org
2498         Subject: bookmark.el bug report
2499         Date: Mon, 28 Dec 2009 14:19:16 +0800
2500         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2502 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2504         * bookmark.el: Improvements suggested by Drew Adams:
2505         (bookmark-bmenu-ensure-position): New name for
2506         `bookmark-bmenu-check-position'.  Just ensure the position,
2507         don't return any meaningful value.
2508         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2509         New constants.
2511 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2513         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2514         (bookmark-yank-point, bookmark-bmenu-check-position):
2515         Fix typos in docstrings.
2516         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2517         (bookmark-name-from-full-record, bookmark-get-position)
2518         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2519         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2520         Remove useless quoting of parenthesis, etc. in docstrings.
2522         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2523         (ediff-append-custom-diff): Fix typo in error message.
2524         (ediff-meta-mark-equal-files): Fix typos in messages.
2526         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2528         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2529         Fix typo in docstring.
2531         * net/imap-hash.el (imap-hash-make): Doc fix.
2532         (imap-hash-test): Fix typo in error message; reflow docstring.
2533         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2534         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2535         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2536         Fix typos in docstrings.
2537         (imap-hash-open-connection): Fix typo in error message.
2539         * play/gomoku.el (gomoku): Fix typos in docstring.
2541         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2542         (gdb-jsonify-buffer): Fix typos in docstring.
2543         (gdb-goto-breakpoint): Fix typo in error message.
2544         ("Display Other Windows"): Fix typo in help message.
2545         (gdb-speedbar-expand-node): Fix typo in question.
2547         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2548         (idlwave-html-system-help-location, idlwave-html-help-location)
2549         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2550         (idlwave-help-browser-generic-args, idlwave-help-directory)
2551         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2552         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2553         (idlwave-online-help, idlwave-help-html-link)
2554         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2555         Fix typos in docstrings.
2556         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2557         Reflow docstrings.
2558         (idlwave-help-assistant-start): Fix typo in error message.
2560         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2561         (octave-electric-space): Fix typos in docstrings.
2563 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2565         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2567 2010-01-01  Juri Linkov  <juri@jurta.org>
2569         * comint.el (comint-input-ring-size): Make it a defcustom and
2570         increase the default to 500 (Bug#5148).
2572 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2574         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2575         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2576         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2578 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2580         Show working revision correctly for mercurial.
2581         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2582         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2584 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2586         Declare some functions for the byte-compiler.
2587         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2588         (speedbar-timer-fn, speedbar-change-expand-button-char)
2589         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2591 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2593         This changeset reverts GDB Graphical Interface to use annotations.
2594         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2596 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2598         Make vc-dir work on subdirectories of the bzr root.
2599         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2600         file names relative to it.
2601         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2602         relative directory to vc-bzr-after-dir-status.
2604 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2606         * font-lock.el (font-lock-refresh-defaults): New function, which
2607         can be used to let font-lock react to external changes in
2608         variables like font-lock-defaults and keywords.
2609         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2611 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2613         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2615         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2617 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2619         Supersede color.diff settings in git log (bug#5211).
2621         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2622         escape chars in its output when the user has color.diff set to `always'.
2623         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2625 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2627         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2628         node.  Keep previous "Index" name to work with past coreutils too.
2630         * man.el (man): Revise docstring a bit to show -a and -l as
2631         examples.  Add -k description since support for it has otherwise
2632         been a secret.  (Further to bug#3717.)
2633         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2634         "no matches" rather than "Can't find manpage", as the latter reads
2635         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2637 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2639         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2640         switches.  Check also for //SUBDIRED// line.
2642 2009-12-25  Kenichi Handa  <handa@m17n.org>
2644         * language/indian.el (devanagari-composable-pattern): Fixed to
2645         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2646         Devanagari.
2647         (malayalam-composable-pattern): Fix previous change.
2649 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2651         * ps-print.el (ps-face-attributes): It was not returning the
2652         attribute face for faces specified as string.  Reported by harven
2653         <harven@free.fr>.  (Bug#5254)
2654         (ps-print-version): New version 7.3.5.
2656 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2658         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2659         timezone names.
2660         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2661         (icalendar--add-diary-entry): Remove the trailing blank that
2662         diary-make-entry inserts.
2664 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2666         Make `file-expand-wildcards' work for remote files.
2668         * files.el (file-expand-wildcards): In case of remote files, check
2669         only local file name part for wildcards.  Provide feature 'files
2670         and subfeature 'remote-wildcards.  (Bug#5198)
2672         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2673         if there is already an established connection.
2674         (tramp-advice-file-expand-wildcards): Remove it.
2676         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2677         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2678         Activate advice for older GNU Emacs versions.  (Bug#5237)
2680 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2682         Some doc fixes (more needed).
2684         * find-cmd.el (find-constituents): Reflow docstring.
2685         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2686         (find-generic): Doc fix.
2688 2009-12-17  Juri Linkov  <juri@jurta.org>
2690         Fix regression from 23.1 to allow multiple modes in Local Variables.
2692         * files.el (hack-local-variables-filter): While ignoring duplicates,
2693         don't take `mode' into account.
2694         (hack-local-variables-filter, hack-dir-local-variables): Don't
2695         remove duplicate `mode' from local-variables-alist (like `eval').
2697 2009-12-17  Juri Linkov  <juri@jurta.org>
2699         Make `dired-diff' more safe.  (Bug#5225)
2701         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2702         `current' or when `file' is a directory of the `current' file.
2704 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2706         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2707         unconditionally preloaded files.
2709 2009-12-16  Juri Linkov  <juri@jurta.org>
2711         Revert to old 23.1 logic of using the file at the mark as default.
2712         * dired-aux.el (dired-diff): Use the file at the mark as default
2713         if it's not the same as the current file, and the target dir is
2714         the current dir or the mark is active.  Add the current file
2715         as the arg of `dired-dwim-target-defaults'.  Use the default file
2716         in the prompt.  (Bug#5225)
2718 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2720         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2721         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2722         (tramp-check-for-regexp): Check also, when an echoing shell stops
2723         to echo sent commands.
2725 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2727         * Makefile.in: Revert last change (Bug#5191).
2729 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2731         * vc-hg.el (vc-hg-print-log): Fix argument order.
2732         (vc-hg-working-revision): Make sure the command is executed in a
2733         known environment so that we can parse the output.  (Bug#4417)
2735 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2737         * progmodes/python.el (python-symbol-completions): Remove text
2738         properties from symbol string before calling python-send-receive.
2740 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2742         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2743         when there are values for both file and line.  (Bug#5060)
2745 2009-12-14  Juri Linkov  <juri@jurta.org>
2747         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2748         whitespace after the file name of the first line of unified format,
2749         because git-diff doesn't output whitespace and file modification time
2750         after the file name.
2752 2009-12-14  David Kastrup  <dak@gnu.org>
2754         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2755         check if it already has the `display' property added by
2756         `Info-display-images-node', and not put the `invisible' property
2757         in this case.
2759 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2761         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2762         (semantic-mru-bookmark-mode): Doc fixes.
2764         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2765         of assert.
2767 2009-12-13  Glenn Morris  <rgm@gnu.org>
2769         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2770         (report-emacs-bug): In message-mode, sort manually before storing
2771         original report text.  (Bug#5178)
2772         Remove superfluous save-excursion.
2774 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2776         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2777         when responding to "GetAll" properties.
2779 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2781         * simple.el (compose-mail): Remove mail-setup-with-from from
2782         customization checks.
2784 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2786         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2787         RAR archives created on Unix systems.
2789 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2792         the varalias that was accidentally removed by the 2009-11-19 change
2793         (bug#5186).
2795 2009-12-12  Kenichi Handa  <handa@m17n.org>
2797         * language/indian.el (indian-compose-regexp): New function.
2798         (malayalam-composable-pattern): Fix the pattern.
2799         (composition-function-table): Set malayalam-composable-pattern for
2800         Malayalam characters.
2802 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2804         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2805         rather than down-mouse-1, based on follow-link conventions.
2807         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2808         are compiled.
2810 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2812         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2813         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2814         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2815         (verilog-leap-to-head, verilog-backward-token):
2816         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2818 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2820         * progmodes/verilog-mode.el (verilog-auto-lineup)
2821         (verilog-nameable-item-re): Cleanup user-visible spelling and
2822         documentation errors.  One reported by Gary Delp.
2823         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2824         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2825         package, bug195.  Reported by Pierre-David Pfister.
2827 2009-12-11  Glenn Morris  <rgm@gnu.org>
2829         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2831         * mail/emacsbug.el: No longer require sendmail.
2832         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2833         (report-emacs-bug-orig-text): Doc fix.
2834         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2835         New local variables, to adapt to different mail-user-agents.
2836         (report-emacs-bug): Fix test for a gnu.org address.
2837         Use overlays for emphasis, since font-lock defeats 'face property.
2838         Pretest bugs also end up at the newsgroup these days.
2839         Stop message-mode stripping text properties.
2840         Set and use the new buffer-local variables.
2841         (report-emacs-bug-hook): Add doc-string.
2842         Remove some unnecessary save-excursions and simplify.
2843         Use the appropriate hook and send-command.
2845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2846         capitalization of some menu entries.
2848 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2850         * whitespace.el (whitespace-display-char-on): Ensure
2851         `buffer-display-table' is unique when two or more windows are
2852         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2853         New version 12.1.
2855 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2857         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2858         characters in the Attribute field.
2860 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2862         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2864 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2867         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2868         Disregard autoload-excludes.
2869         (update-directory-autoloads): Obey autoload-excludes here instead.
2870         But don't store its contents in no-autoloads and remove entries that
2871         refer to excludes files.
2873 2009-12-10  Glenn Morris  <rgm@gnu.org>
2875         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2876         (expand-mail-aliases): Define for compiler.
2878         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2879         Define for compiler.
2881         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2882         appropriate for the mail-user-agent in use.
2884 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2886         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2888 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2890         Fix short log parsing and fontification.
2891         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2892         Fix fontification for the [merge] label.
2894 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2896         Drop some properties to avoid surprises.
2897         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2898         (hfy-fontify-buffer): Use it.
2900 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         Minor cleanup.
2903         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2904         Adjust all callers.
2905         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2906         args compulsory.  Adjust callers.
2907         (ffap-gopher-at-point): Remove unused var `name'.
2909         Get rid of the ELCFILES abomination.
2910         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2911         (compile-elcfiles): New phony target.
2912         (compile-main): Compute ELCFILES dynamically.
2913         (compile-clean): New target to remove left-over elc files.
2914         (compile, all): Use it.
2916 2009-12-09  Kenichi Handa  <handa@etlken>
2918         * international/mule-diag.el: Require help-mode instead of help-fns.
2920 2009-12-09  Kenichi Handa  <handa@m17n.org>
2922         * international/mule-cmds.el (ucs-names): Supply sufficiently
2923         fine ranges instead of pre-calculating accurate ranges.
2924         Iterate with bigger gc-cons-threshold.
2926 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2928         Add support for stashing a snapshot of the current tree.
2929         * vc-git.el (vc-git-stash-snapshot): New function.
2930         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2932 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2934         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2935         instead of `(beginning|end)-of-line'.
2937 2009-12-08  Glenn Morris  <rgm@gnu.org>
2939         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2941         * Makefile.in (ELCFILES): Regenerate.
2943 2009-12-07  Juri Linkov  <juri@jurta.org>
2945         Don't lazy-highlight the comint output in history Isearch mode.
2947         * comint.el (comint-history-isearch-search): Instead of
2948         `comint-line-beginning-position', use `comint-after-pmark-p'
2949         to check if point if before the process mark, and go to
2950         `process-mark' in this case.
2952 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2954         * textmodes/tex-mode.el (latex-complete)
2955         (latex-indent-or-complete): Remove.
2956         (latex-mode): Set completion-at-point-functions instead.
2958         Provide a standard completion command and hook it into TAB.
2959         * minibuffer.el (completion-at-point-functions): New var.
2960         (completion-at-point): New command.
2961         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2962         * progmodes/python.el (python-mode-map): Use completion-at-point.
2963         (python-completion-at-point): Rename from python-partial-symbol and
2964         adjust for use in completion-at-point-functions.
2965         (python-mode): Setup completion-at-point for Python completion.
2966         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2967         extracted from lisp-complete-symbol.
2968         (lisp-complete-symbol): Use it.
2969         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2970         setup completion-at-point for Elisp completion.
2971         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2972         Use completion-at-point.
2973         * ielm.el (ielm-map): Use completion-at-point.
2974         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2975         * progmodes/sym-comp.el: Move to...
2976         * obsolete/sym-comp.el: Move from progmodes.
2978 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2980         Prevent save-buffer in Rmail buffers from using the coding-system
2981         of the current message, and from clobbering the encoding mnemonics
2982         in the mode line (Bug#4623).
2984         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2985         flag, too.
2986         (rmail-message-encoding): New variable.
2987         (rmail-write-region-annotate): Record the encoding of the current
2988         message in rmail-message-encoding.
2989         (rmail-after-save-hook): New function, restores the encoding of
2990         the current message after the message collection is saved.
2992 2009-12-07  Juri Linkov  <juri@jurta.org>
2994         * progmodes/grep.el (grep-read-files): Use `completing-read'
2995         instead of `read-string'.  Set its `collection' arg to
2996         `read-file-name-internal'.  (Bug#4301)
2998 2009-12-07  Juri Linkov  <juri@jurta.org>
3000         Correctly restore original Isearch point.  (Bug#4994)
3002         * isearch.el (isearch-mode): Move `isearch-push-state' after
3003         `(run-hooks 'isearch-mode-hook)'.
3004         (isearch-cancel): When `isearch-push-state-function' is defined,
3005         let-bind `isearch-cmds' to the first state (the last element of
3006         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3007         function and restores the original point).  Otherwise, move point
3008         to `isearch-opoint'.
3010 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3012         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3013         chars that don't have names, so the table can be built much faster at
3014         run-time.
3016 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3018         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3019         change.  Suggested by David Kastrup.
3021         * simple.el (compose-mail): Check for incompatibilities and warn.
3022         (compose-mail-user-agent-warnings): New option.
3024 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3026         Support showing a single log entry from vc-annotate.
3027         * vc.el (print-log): Add a new argument: START-REVISION.
3028         (vc-print-log-internal): Add a new optional argument and
3029         pass it to the backend.
3030         (vc-print-log, vc-print-root-log): Adjust callers.
3031         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3032         buffer already displays the requested log entry, use it.
3033         Otherwise display only the log entry in question.
3034         * vc-svn.el (vc-svn-print-log):
3035         * vc-mtn.el (vc-mtn-print-log):
3036         * vc-hg.el (vc-hg-state):
3037         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3038         (vc-git-show-log-entry): Return t on success.
3039         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3040         (vc-bzr-show-log-entry): Return t on success.
3041         * vc-rcs.el (vc-rcs-print-log):
3042         * vc-sccs.el (vc-sccs-print-log):
3043         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3045 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3047         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3048         Add menus to the meta mode.  (Bug#5043)
3050 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3052         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3053         event-key.
3055         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3057 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3059         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3060         Berbain <raphael.berbain@gmail.com>.
3062         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3063         characters.
3064         (tramp-initial-end-of-output): New defconst.
3065         (tramp-methods, tramp-find-shell)
3066         (tramp-open-connection-setup-interactive-shell)
3067         (tramp-maybe-open-connection): Use it.
3068         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3069         existence of `#' and `$'.
3071         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3072         `tramp-initial-end-of-output'.
3074 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3076         Get the background mode from the terminal for xterm, and set
3077         faces accordingly.
3078         * term/xterm.el (xterm-set-background-mode): New function.
3079         (terminal-init-xterm): Use it in case xterm supports background
3080         color queries.  Recompute faces after getting the background
3081         color.
3083 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3085         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3086         number comment back on its own line, for easier parsing.
3088 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         Make it work for non-file buffers (bug#5102).
3091         * doc-view.el (doc-view-current-cache-dir):
3092         Use doc-view-buffer-file-name rather than buffer-file-name.
3093         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3095 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3097         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3098         author field is too short.
3100 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3102         * vc-git.el (vc-git-print-log): Handle a limit argument.
3103         Display the short log in graph form and with labels.
3104         (vc-git-log-view-mode): Handle labels.
3106         Make vc-revert change VC state from 'added to 'unregistered.
3107         * vc-git.el (vc-git-revert): Call git reset first.
3109 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3111         * net/newst-backend.el, net/newst-plainview.el:
3112         * net/newst-reader.el, net/newst-ticker.el:
3113         * net/newst-treeview.el, net/newsticker.el:
3114         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3116 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3118         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3120         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3121         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3122         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3123         Update annotation regexp.
3125         * simple.el (beginning-of-visual-line): Constrain to field
3126         boundaries (Bug#5106).
3128 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3130         * xml.el (xml-substitute-numeric-entities): Move
3131         newsticker--decode-numeric-entities in newst-backend.el to
3132         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3133         * net/newst-backend.el (newsticker--parse-generic-feed)
3134         (newsticker--parse-generic-items)
3135         (newsticker--decode-numeric-entities): Move
3136         newsticker--decode-numeric-entities in newst-backend.el to
3137         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3139 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3141         * progmodes/js.el (js--js-not): Add null to the list of values.
3143 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3145         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3147 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3149         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3150         delimiter if it is at the end of the current line.
3151         (bibtex-generate-url-list): Fix docstring.
3153 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3156         minibuffer's content with itself.
3157         Fold the confirm-after-completion case into the `confirm' case.
3158         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3160 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3162         * ffap.el (ffap-rfc-path): Make this a defcustom since
3163         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3165         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3166         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3168 2009-12-05  Juri Linkov  <juri@jurta.org>
3170         Save and restore dired buffer's point positions too.  (Bug#4880)
3172         * dired.el (dired-save-positions): Return in the first element
3173         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3174         Doc fix.
3175         (dired-restore-positions): First restore buffer's position.
3176         While restoring window's positions, check if window still displays
3177         the original buffer.
3179 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3181         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3182         if possible.
3184         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3185         Make argument optional.
3187         * shell.el (shell): Require ansi-color (Bug#5113).
3189         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3191         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3193 2009-12-05  Alan Mackenzie  <acm@muc.de>
3195         * progmodes/cc-mode.el (c-before-hack-hook)
3196         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3197         `c-file-style' to work again.  This reversion restores the current
3198         software to its state in Emacs 23.1.  (Bug#4146)
3200 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3202         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3203         comment-start-skip to comment-end-skip as comment (Bug#4781).
3205 2009-12-05  Juri Linkov  <juri@jurta.org>
3207         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3208         for virtual nodes.  (Bug#4147)
3209         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3210         when moving from a virtual node.
3211         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3212         (Info-mode): Add `Info-virtual-index' to the docstring.
3214 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3216         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3217         Describe project macro symbols.
3219         * cedet/semantic/complete.el (semantic-complete-do-completion):
3220         Don't call semantic-collector-current-exact-match.
3222         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3223         ede-objects as targets.
3225         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3226         a target's object list even if compiler vars are already in the
3227         Makefile.
3229         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3230         list of headers producing necessary macros.
3232 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3234         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3235         track of the buffer position of the end of a BibTeX entry as this
3236         position may change during reformatting.
3237         (bibtex-format-entry): Remove whitespace before processing
3238         numerical fields so that we recognize the latter properly.
3239         (bibtex-reformat): Do not use push which changes the global value
3240         of bibtex-entry-format.
3241         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3242         (bibtex-field-re-init): Replace only space characters by regexp
3243         for whitespace.
3244         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3245         (bibtex-initialize): Also update bibtex-strings.
3246         (bibtex-kill-field): Preserve white space at end of entry.
3247         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3248         Update bibtex-reference-keys.
3250 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3253         point after a star, if that's the only place where modifications can
3254         make progress.
3256 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3258         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3259         in docstrings.
3261 2009-12-04  Juri Linkov  <juri@jurta.org>
3263         * proced.el (proced): Call `(proced-update t)' to update process
3264         information instead of only running proced-post-display-hook.
3265         (proced-send-signal): Add a leading space to the buffer name
3266         " *Marked Processes*" to make this buffer ephemeral.
3268 2009-12-04  Juri Linkov  <juri@jurta.org>
3270         * dired.el (dired-auto-revert-buffer): New defcustom.
3271         (dired-internal-noselect): Use it.
3273 2009-12-04  Juri Linkov  <juri@jurta.org>
3275         Change roles of modes and functions in image-mode.el (Bug#5062).
3277         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3278         in `auto-mode-alist'.
3279         (image-mode-previous-major-mode): New variable.
3280         (image-minor-mode-map): Rename from `image-mode-text-map'.
3281         (image-mode): Move graceful error-handling code from
3282         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3283         (image-minor-mode): Remove all image-handling code.
3284         Replace `image-mode-text-map' with `image-minor-mode-map'.
3285         Check for `image-type' in mode-line format string.
3286         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3287         (image-mode-as-text): New function with most code from
3288         `image-mode-maybe'.
3289         (image-toggle-display-text): Move code that removes image
3290         properties from `image-toggle-display' to here.
3291         (image-toggle-display-image): New function with code that adds
3292         image properties copied from `image-toggle-display'.
3293         (image-toggle-display): Remove most code with leaving only code
3294         that toggles between `image-mode-as-text' and `image-mode'.
3296 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3298         * net/newst-treeview.el
3299         (newsticker--treeview-list-highlight-start): Restored call to
3300         save-excursion: Selected item was stuck.
3301         (newsticker--treeview-list-select): New.
3302         (newsticker--treeview-item-show-text)
3303         (newsticker--treeview-item-show)
3304         (newsticker--treeview-item-update): Use new
3305         newsticker-treeview-item-mode.
3306         (newsticker-treeview-update): Keep current item.
3307         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3308         (newsticker--treeview-first-feed): Doc change.
3309         (newsticker-treeview-list-menu)
3310         (newsticker-treeview-item-menu): Added menu entries.
3311         (newsticker-treeview-item-mode): New.
3313         * net/newst-backend.el (newsticker-customize): Delete other
3314         windows.
3316 2009-12-04  Sam Steingold  <sds@gnu.org>
3318         * log-view.el (log-view-mode-map): "q" calls quit-window,
3319         like in all the other non-self-insert buffers.
3321 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         Minor cleanup.
3324         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3325         key decoding rather than do it manually via last-input-event +
3326         ascii-character.
3327         (term-exec): Use delete-and-extract-region.
3328         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3329         (term-process-pager): Remove unused var `i'.
3330         (term-dynamic-simple-complete): Make obsolete.
3331         (serial-update-config-menu): Remove unused vars `y' and `str'.
3332         (term-update-mode-line): Remove unused var `temp'.
3334 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3336         Limit the number of log entries displayed by default.
3337         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3338         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3339         using a prefix argument.
3341 2009-12-03  Glenn Morris  <rgm@gnu.org>
3343         * progmodes/idlwave.el (class): Restore still useful declaration.
3345 2009-12-03  Alan Mackenzie  <acm@muc.de>
3347         Enhance `c-parse-state' to run efficiently in "brace deserts".
3349         * progmodes/cc-mode.el (c-basic-common-init):
3350         Call c-state-cache-init.
3351         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3352         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3353         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3355         * progmodes/cc-langs.el (c-before-font-lock-function):
3356         c-extend-and-neutralize-syntax-in-CPP has been renamed
3357         c-neutralize-syntax-in-and-mark-CPP.
3359         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3360         with `category' properties now, not `syntax-table' ones.
3362         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3363         enhanced (but slower) version of c-end-of-macro that won't land
3364         inside a literal or on another awkward character.
3365         (c-state-cache-too-far, c-state-cache-start)
3366         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3367         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3368         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3369         (c-state-min-scan-pos, c-state-brace-pair-desert)
3370         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3371         buffer local variables.
3372         (c-state-literal-at, c-state-lit-beg)
3373         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3374         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3375         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3376         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3377         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3378         (c-renarrow-state-cache)
3379         (c-append-lower-brace-pair-to-state-cache)
3380         (c-state-push-any-brace-pair, c-append-to-state-cache)
3381         (c-remove-stale-state-cache)
3382         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3383         (c-invalidate-state-cache-1, c-parse-state-1)
3384         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3385         (c-parse-state): Enhance and refactor.
3386         (c-debug-parse-state): Amend to deal with all the new variables.
3388         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3389         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3390         modify to use category text properties rather than syntax-table ones.
3391         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3392         to switch off/on the syntactic paren property of C++ template
3393         delimiters using the category property.
3394         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3395         template delims suppressed.
3396         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3397         New constant/macros which apply category properties to the start
3398         and end of preprocessor constructs.
3399         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3400         "comment out" the syntactic value of characters in preprocessor
3401         constructs.
3402         (c-with-cpps-commented-out)
3403         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3404         with characters in all or all but one preprocessor constructs
3405         "commented out".
3407 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3409         * proced.el (proced-filter-alist): Use regexp-quote.
3411 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3413         Cleanup.
3414         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3415         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3416         arguments.  Expand `default-directory'.
3418         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3419         the benefit of returning an expanded localname.
3420         (tramp-tramp-file-p): Handle the case NAME is not a string.
3422 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3424         Add support for bzr shelve/unshelve.
3425         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3426         (vc-bzr-extra-menu-map): New variables.
3427         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3428         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3429         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3430         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3431         (vc-bzr-dir-extra-headers): Display shelves.
3433         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3435 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * textmodes/bibtex.el (bibtex-complete-internal):
3438         Use completion-in-region.
3439         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3441 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3443         Support applying stashes.  Improve UI.
3444         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3445         (vc-git-stash-apply, vc-git-stash-pop)
3446         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3447         (vc-git-stash-menu): New functions.
3448         (vc-git-stash-menu-map): New variable.
3449         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3451 2009-12-03  Glenn Morris  <rgm@gnu.org>
3453         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3454         (vc-print-log-internal): Fix previous change.
3455         (vc-revert): Correct pluralization.
3457 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3460         it to be an alist any more.
3461         (makefile-complete): Use completion-in-region.
3463         * progmodes/octave-mod.el (octave-complete-symbol):
3464         Use completion-in-region.
3466         Misc cleanup.
3467         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3468         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3469         (idlwave-complete-class): Don't quote lambda.
3470         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3471         (idlwave-mode-map): Move initialization into declaration.
3472         (idlwave-action-and-binding): Use backquotes.
3473         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3474         Simplify.
3475         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3476         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3477         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3478         `parts', and `all-parts'.
3479         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3480         (idlwave-convert-xml-system-routine-info): Remove unused string
3481         `version-string'.
3482         (idlwave-display-user-catalog-widget): Use dolist.
3483         (idlwave-scanning-lib): Declare dynamically-scoped var.
3484         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3485         (completion-highlight-first-word-only): Declare to silence bytecomp.
3486         (idlwave-popup-select): Tighten scope of `resp'.
3487         (idlwave-find-struct-tag): Remove unused var `beg'.
3488         (idlwave-after-load-rinfo-hook): Declare.
3489         (idlwave-sintern-class-info): Remove unused var `taglist'.
3490         (idlwave-find-class-definition): Remove unused var `list'.
3491         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3492         (idlwave-what-module-find-class): Remove unused var `classes'.
3494 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3496         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3498 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3501         buffers visited.  Remove redundant current-buffer-saving.
3503 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         Use completion-in-buffer and remove uses of dynamic scoping.
3506         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3507         (pascal-buffer-to-use, pascal-flag): Don't declare.
3508         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3509         (pascal-get-completion-decl, pascal-keyword-completion):
3510         Add `pascal-str' argument, save-excursion,
3511         return the found completions, and don't filter with pascal-pred.
3512         (pascal-completion-cache): New var.
3513         (pascal-completion): Don't switch buffer any more (it was never
3514         necessary).  Don't save-excursion any more (it's done by the called
3515         subroutines).  Use a cache to avoid redundant computations.
3516         Use complete-with-action rather than pascal-completion-response and
3517         let it apply the predicate as well.
3518         (pascal-complete-word): Use completion-in-buffer when
3519         pascal-toggle-completions is nil.
3520         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3521         not used any more.
3522         (pascal-comp-defun): Don't change buffer any more.
3523         Use complete-with-action rather than pascal-completion-response and
3524         let it apply the predicate as well.
3525         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3526         when neded.
3528 2009-12-02  Kenichi Handa  <handa@m17n.org>
3530         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3531         shape for all Indic scripts.
3533 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         Use completion-in-buffer.
3536         * wid-edit.el (widget-field-text-end): New function.
3537         (widget-field-value-get): Use it.
3538         (widget-string-complete, widget-file-complete)
3539         (widget-color-complete): Use it and completion-in-region.
3540         (widget-complete): Don't narrow the buffer.
3542 2009-12-02  Glenn Morris  <rgm@gnu.org>
3544         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3545         (rmail-select-summary): Use rmail-pop-to-buffer.
3546         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3547         rmail-pop-to-buffer, to prevent horizontal splits.
3549         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3550         save-excursion with save-current-buffer.
3551         Widen before searching.  (Bug#5093)
3552         (diary-list-sexp-entries): Remove superfluous save-excursion.
3554 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3556         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3557         name.  (Bug#5038)
3559 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3561         * ido.el (ido-file-internal): Handle filenames at point that do
3562         not have a directory part.  (Bug#5049)
3564 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3566         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3567         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3569 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3571         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3572         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3573         any more.
3575 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * comint.el (comint-insert-input): Ignore clicks to the right of
3578         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3580         * vc.el (vc-print-log-internal): Don't wait for the process to
3581         terminate before setting up the major mode.
3583         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3584         in case.
3586         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3587         the last element.
3589         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3591 2009-12-01  Glenn Morris  <rgm@gnu.org>
3593         * window.el (window--display-buffer-2): Fix previous changes.
3595 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3597         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3599 2009-12-01  Glenn Morris  <rgm@gnu.org>
3601         * Makefile.in (ELCFILES): Add mpc.elc.
3603 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * mpc.el: New file.
3607 2009-12-01  Glenn Morris  <rgm@gnu.org>
3609         * window.el (window-to-use): Define for compiler.
3611         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3612         consistent with others (no final period).
3614         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3615         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3617 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3619         Make vc-print-log buttons work.
3620         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3622 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3624         * savehist.el (savehist-autosave-interval): Allow setting to nil
3625         through customize.  (Bug#5056)
3627 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3629         Fix references to jit-lock properties.
3630         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3631         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3632         (perl-font-lock-special-syntactic-constructs):
3633         Quote jit-lock-defer-multiline property.
3635 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3637         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3639 2009-11-30  Juri Linkov  <juri@jurta.org>
3641         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3642         value `buffer' of `multi-isearch-next-buffer-current-function'.
3643         Use `(current-buffer)' when `buffer' is nil.
3644         (multi-isearch-next-buffer-from-list): Don't fallback to
3645         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3647 2009-11-30  Juri Linkov  <juri@jurta.org>
3649         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3650         of buffers with `get-buffer' to `multi-isearch-buffers'.
3651         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3652         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3653         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3654         FILES with `expand-file-name' converting relative file names
3655         to absolute.  Doc fix.  (Bug#4727)
3657 2009-11-30  Juri Linkov  <juri@jurta.org>
3659         * misearch.el (multi-isearch-read-buffers)
3660         (multi-isearch-read-matching-buffers): New functions.
3661         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3662         Use them in the `interactive' spec.  Doc fix.
3663         (multi-isearch-read-files, multi-isearch-read-matching-files):
3664         New functions.
3665         (multi-isearch-files, multi-isearch-files-regexp):
3666         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3668 2009-11-30  Juri Linkov  <juri@jurta.org>
3670         * doc-view.el (doc-view-continuous):
3671         Rename from `doc-view-continuous-mode'.
3672         (doc-view-menu): Move "Toggle display" to the top.
3673         Add submenu "Continuous" with radio buttons "Off"/"On"
3674         and "Save as Default".
3675         (doc-view-scroll-up-or-next-page)
3676         (doc-view-scroll-down-or-previous-page)
3677         (doc-view-next-line-or-next-page)
3678         (doc-view-previous-line-or-previous-page): Rename
3679         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3681 2009-11-30  Juri Linkov  <juri@jurta.org>
3683         * comint.el (comint-mode-map): Rebind `M-r' from
3684         `comint-previous-matching-input' to
3685         `comint-history-isearch-backward-regexp'.
3686         Unbind `M-s' to allow global key binding `M-s'.
3687         Add menu items for `comint-history-isearch-backward' and
3688         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3690 2009-11-30  Juri Linkov  <juri@jurta.org>
3692         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3693         For def=recenter, replace `recenter' with `recenter-top-bottom'
3694         that is called with `this-command' and `last-command' let-bound
3695         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3696         set `recenter-last-op' to nil.  (Bug#4981)
3698 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         Minor cleanup and simplification.
3701         * filecache.el (file-cache-add-directory)
3702         (file-cache-add-directory-recursively)
3703         (file-cache-add-from-file-cache-buffer)
3704         (file-cache-delete-file-regexp, file-cache-delete-directory)
3705         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3706         (file-cache-temp-minibuffer-message): Delete function.
3707         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3709         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3710         Don't signal an error when bumping into EOB in tr, s, or y.
3712 2009-11-29  Juri Linkov  <juri@jurta.org>
3714         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3715         (Bug#4960)
3717         * descr-text.el (describe-char-unidata-list): Use lowercase name
3718         for "Unicode name" like in other tags.
3720 2009-11-29  Juri Linkov  <juri@jurta.org>
3722         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3723         New compatibility macro.
3724         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3726 2009-11-29  Juri Linkov  <juri@jurta.org>
3728         Add defcustom to define the cycling order of `recenter-top-bottom'.
3729         (Bug#4981)
3731         * window.el (recenter-last-op): Doc fix.
3732         (recenter-positions): New defcustom.
3733         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3734         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3736 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3738         Improve integration of Tramp and ange-ftp in eshell.
3740         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3741         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3742         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3744         * eshell/esh-util.el (top): Require also Tramp when compiling.
3745         (eshell-directory-files-and-attributes): Check for FTP remote
3746         connection.
3747         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3748         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3749         (eshell-file-attributes): Handle ".".  Return `entry'.
3751         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3752         (ange-ftp-directory-files-and-attributes)
3753         (ange-ftp-real-directory-files-and-attributes): New defuns.
3755         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3756         shell with "exec" when possible.  This prevents trailing prompts
3757         in `start-file-process'.
3759 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         Try and remove assumptions about point-min==1.
3762         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3763         (rng-compute-mode-line-string): Show the validation percentage in
3764         terms of the narrowed text, not the widened text.
3765         (rng-do-some-validation): Don't catch internal errors when debugging.
3766         (rng-first-error): Simplify.
3767         (rng-after-change-function): Remove work around.  AFAIK the bug has
3768         been fixed a while ago.
3770         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3771         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3773         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3775         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3776         `cd' doesn't always do it for us (bug#5067).
3778         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3779         on 2009-10-25 as part of some other change (bug#5067).
3781 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3783         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3784         `suspicious'.
3785         (byte-compile-warnings): Use byte-compile-warning-types.
3786         (byte-compile-save-excursion): Warn about use of set-buffer right
3787         after save-excursion.
3789         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3790         the excursion as well.
3792 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3794         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3795         providing a Tramp related implementation of "su" and "sudo".
3796         (eshell-unix-initialize): Add "su" and "sudo".
3798 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3800         * net/socks.el (socks-send-command): Convert binary request to
3801         unibyte before sending.  This fixes mishandling of some port
3802         numbers such as 129.
3804 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * help.el (describe-bindings-internal): Remove `interactive'.
3808         * man.el (Man-completion-table): Trim a terminating "(".
3809         Remove the space between name page a section.
3810         Add the command's description on the `help-echo' property.
3811         Remove `process-connection-type' binding since it's unused by
3812         call-process.
3813         Provide completion for the "<section> <name>" format as well.
3814         (Man-default-man-entry): Remove spurious var shadowing the argument.
3816 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3818         * log-view.el: Add "Keywords: tools", since its other keywords
3819         aren't in finder-known-keywords, and following vc.el.
3821         * sha1.el (sha1-string-external): default-directory "/" in case
3822         otherwise non-existent.  process-connection-type pipe for touch of
3823         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3825 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         Misc coding convention cleanups.
3828         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3829         hfy-init-kludge-hooks.
3830         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3831         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3832         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3833         and push.
3834         (hfy-slant, hfy-weight): Use tables rather than code.
3835         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3836         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3837         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3838         (hfy-face-to-css): Remove `nconc' with single arg.
3839         (hfy-p-to-face-lennart): Use `or'.
3840         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3841         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3842         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3843         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3844         (hfy-force-fontification): Use run-hooks.
3846 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3848         Various minor fixes.
3849         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3850         Javascript belongs in the header, not the body.
3851         (hfy-javascript): Remove.
3852         (hfy-fontify-buffer): Don't insert it any more.
3853         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3854         Fix bug in invis handling when there were no invis props in a chunk.
3856 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3860 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3862         * finder.el (finder-mode-map): Add a menu.
3864 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3866         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3867         "unsigned" structs.
3869         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3870         fork" statement better.
3872 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3874         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3875         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3876         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3877         Reported by Clay Douglass.
3879         (verilog-auto-inst, verilog-auto-star-safe)
3880         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3881         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3882         Pierre-David Pfister.
3884 2009-11-26  Glenn Morris  <rgm@gnu.org>
3886         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3887         the scope.
3889 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3891         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3892         Really use previous revision.
3894 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3896         * man.el (Man-completion-table): default-directory "/" in case
3897         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3898         not to truncate long names.  process-connection-type pipe to avoid
3899         any chance of hitting the pseudo-tty TIOCGWINSZ.
3900         (man): completion-ignore-case t for friendliness and since man
3901         itself is case-insensitive on the command line.
3902         Further to Bug#3717.
3904         * arc-mode.el: Add "Keywords: files", so the details in its
3905         commentary can be reached from finder-by-keyword.
3906         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3907         editing mode, but it's comms related and sgml-mode.el has "comm"
3908         on that basis too.
3909         * textmodes/bibtex-style.el: Add "Keywords: tex".
3910         * international/isearch-x.el, international/ja-dic-cnv.el:
3911         * international/ja-dic-utl.el, international/kkc.el:
3912         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3914 2009-11-25  Juri Linkov  <juri@jurta.org>
3916         * man.el (Man-completion-table): Modify regexp to include
3917         section names to completion strings.  (Bug#3717)
3919 2009-11-25  Juri Linkov  <juri@jurta.org>
3921         Search recursively in gzipped files.  (Bug#4982)
3923         * progmodes/grep.el (grep-highlight-matches): Add new options
3924         `always' and `auto'.  Doc fix.
3925         (grep-process-setup): Check `grep-highlight-matches' for
3926         `auto-detect' to determine the need to compute grep defaults.
3927         Move Windows/DOS specific --colors settings handling
3928         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3929         to get the value of "--color=".
3930         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3931         has the value `auto-detect'.  Move Windows/DOS specific settings
3932         from `grep-process-setup'.
3933         (zrgrep): New command with alias `rzgrep'.
3935 2009-11-25  Juri Linkov  <juri@jurta.org>
3937         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3938         to nil instead of switching off view-mode.  (Bug#4896)
3940 2009-11-25  Juri Linkov  <juri@jurta.org>
3942         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3944         * mwheel.el (mwheel-scroll-up-function)
3945         (mwheel-scroll-down-function): New defvars.
3946         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3947         `scroll-up', and `mwheel-scroll-down-function' instead of
3948         `scroll-down'.
3950         * doc-view.el (doc-view-scroll-up-or-next-page)
3951         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3952         Use this ARG in the call to image-scroll-up/image-scroll-down.
3953         Change `interactive' spec to "P".  Goto next/previous page only
3954         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3955         SPC/DEL case).  Doc fix.
3956         (doc-view-next-line-or-next-page)
3957         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3958         for consistency.
3959         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3960         `doc-view-scroll-up-or-next-page', and buffer-local
3961         `mwheel-scroll-down-function' to
3962         `doc-view-scroll-down-or-previous-page'.
3964 2009-11-25  Juri Linkov  <juri@jurta.org>
3966         Provide additional default values (directories at other Dired
3967         windows) via M-n in the minibuffer of some Dired commands.
3969         * dired-aux.el (dired-diff, dired-compare-directories)
3970         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3971         `minibuffer-default' in `minibuffer-with-setup-hook'.
3972         (dired-dwim-target-directory): Find a window that displays Dired
3973         buffer instead of failing when the next window is not Dired.
3974         Use `get-window-with-predicate' to find for the next Dired window.
3975         (dired-dwim-target-defaults): New function.
3977         * ediff-util.el (ediff-read-file-name):
3978         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3979         in `minibuffer-with-setup-hook'.
3981 2009-11-25  Juri Linkov  <juri@jurta.org>
3983         Provide additional default values (file name at point or at the
3984         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3986         * minibuffer.el (read-file-name-defaults): New function.
3987         (read-file-name): Reset `minibuffer-default' to nil when
3988         it duplicates initial input `insdef'.
3989         Bind `minibuffer-default-add-function' to lambda that
3990         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3991         (minibuffer-insert-file-name-at-point): New command.
3993         * files.el (file-name-at-point-functions): New defcustom.
3994         (find-file-default): Remove defvar.
3995         (find-file-read-args): Don't use `find-file-default'.
3996         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3997         to `read-file-name'.
3998         (find-file-literally): Use `read-file-name' with
3999         `confirm-nonexistent-file-or-buffer'.
4001         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4003         * dired.el (dired-read-dir-and-switches):
4004         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4005         to `read-file-name'.
4006         (dired-file-name-at-point): New function.
4007         (dired-mode): Add hook `dired-file-name-at-point' to
4008         `file-name-at-point-functions'.
4010 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         Really make the *Completions* window soft-dedicated (bug#5030).
4013         * window.el (window--display-buffer-2): Add `dedicated' argument.
4014         (display-buffer): Pass it when needed so the dedicated flag is set
4015         after calling set-window-buffer, which would otherwise reset it.
4017 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * progmodes/meta-mode.el (meta-complete-symbol):
4020         * progmodes/etags.el (complete-tag):
4021         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4022         Use completion-in-region.
4024         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4025         (dabbrev-completion): Use completion-in-region.
4026         (dabbrev--abbrev-at-point): Simplify regexp.
4028         * abbrev.el (abbrev--before-point): Use word-motion functions
4029         if :regexp is not specified (bug#5031).
4031         * subr.el (string-prefix-p): New function.
4033         * man.el (Man-completion-cache): New var.
4034         (Man-completion-table): Use it.
4036         * vc.el (vc-print-log-internal): Make `limit' optional for better
4037         compatibility (e.g. with vc-annotate.el).
4039 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4041         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4042         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4044         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4045         when .el source file not found or other error.
4047 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4049         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4051 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4053         Handle the [back] button properly (bug#4979).
4054         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4055         Use help-setup-xref, help-buffer, and with-help-window.
4056         (describe-char): Add `buffer' argument.
4057         Pass proper command to help-setup-xref.  Don't meddle with
4058         help-xref-stack-item directly.
4059         (describe-text-category): Use with-help-window and help-buffer.
4061         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4062         for the displayed buffer (bug#4887).
4064         * man.el (Man-completion-table): New function.
4065         (man): Use it.
4067 2009-11-24  David Reitter  <david.reitter@gmail.com>
4069         * vc-git.el (vc-git-registered): Use checkout directory (where
4070         .git is) rather than the file's directory and a relative path spec
4071         to work around a bug in git.
4073 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4075         Improve handling of processes on remote hosts.
4077         * eshell/esh-util.el (eshell-path-env): New defvar.
4078         (eshell-parse-colon-path): New defun.
4079         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4081         * eshell/esh-ext.el (eshell-search-path):
4082         Use `eshell-parse-colon-path'.
4083         (eshell-remote-command): Remove argument HANDLER.
4084         (eshell-external-command): Check for FTP remote connection.
4086         * eshell/esh-proc.el (eshell-gather-process-output):
4087         Use `file-truename', in order to start also symlinked files.
4088         Apply `start-file-process' instead of `start-process'.
4089         Shorten `command' to the local file name part.
4091         * eshell/em-cmpl.el (eshell-complete-commands-list):
4092         Use `eshell-parse-colon-path'.
4094         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4096         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4097         to `eshell-directory-change-hook'.
4099 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4101         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4102         because it could be enabled automatically if view-read-only is non-nil.
4104 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4106         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4107         made on 2009-11-22.
4109 2009-11-24  Glenn Morris  <rgm@gnu.org>
4111         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4112         deleted variable bookmark-bmenu-bookmark-column.
4114         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4115         Move after definition of global-semantic-idle-tag-highlight-mode.
4117 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4121 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4123         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4124         two slashes to the "file:" prefix.
4125         (browse-url-file-url): De-munge Cygwin filenames before passing
4126         them to Windows browser.
4127         (browse-url-default-windows-browser): Use call-process.
4129 2009-11-23  Juri Linkov  <juri@jurta.org>
4131         Implement DocView Continuous mode.  (Bug#4896)
4132         * doc-view.el (doc-view-continuous-mode): New defcustom.
4133         (doc-view-mode-map): Bind C-n/<down> to
4134         `doc-view-next-line-or-next-page', C-p/<up> to
4135         `doc-view-previous-line-or-previous-page'.
4136         (doc-view-next-line-or-next-page)
4137         (doc-view-previous-line-or-previous-page): New commands.
4139 2009-11-23  Juri Linkov  <juri@jurta.org>
4141         Implement Isearch in comint input history.  (Bug#3746)
4142         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4143         `isearch-mode-hook'.
4144         (comint-history-isearch): New defcustom.
4145         (comint-history-isearch-backward)
4146         (comint-history-isearch-backward-regexp): New commands.
4147         (comint-history-isearch-message-overlay): New buffer-local variable.
4148         (comint-history-isearch-setup, comint-history-isearch-end)
4149         (comint-goto-input, comint-history-isearch-search)
4150         (comint-history-isearch-message, comint-history-isearch-wrap)
4151         (comint-history-isearch-push-state)
4152         (comint-history-isearch-pop-state): New functions.
4154 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4156         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4157         return.
4158         (tramp-handle-make-symbolic-link)
4159         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4160         Quote file names.
4161         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4162         (tramp-handle-process-file): Use it.
4164 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * window.el (move-to-window-line-last-op): Remove.
4167         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4169 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4171         Make M-r mirror the new cycling behavior of C-l.
4172         * window.el (move-to-window-line-last-op): New var.
4173         (move-to-window-line-top-bottom): New command.
4174         (global-map): Bind M-r move-to-window-line-top-bottom.
4176 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4178         * dired-x.el (dired-guess-shell-alist-default):
4179         Support xz format.  (Bug#4953)
4181 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4183         * cedet/srecode/map.el (srecode-get-maps):
4184         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4185         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4186         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4187         (semantic-toggle-decoration-style):
4188         * cedet/semantic/decorate/include.el
4189         (semantic-decoration-include-describe)
4190         (semantic-decoration-unknown-include-describe)
4191         (semantic-decoration-unparsed-include-describe)
4192         (semantic-decoration-all-include-summary):
4193         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4194         * cedet/semantic/analyze/complete.el
4195         (semantic-analyze-possible-completions):
4196         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4197         (semantic-show-unmatched-syntax-mode)
4198         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4199         (semantic-highlight-func-mode):
4200         * cedet/semantic/util.el (semantic-describe-buffer):
4201         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4202         (semantic-symref-find-tags-by-name)
4203         (semantic-symref-find-tags-by-regexp)
4204         (semantic-symref-find-tags-by-completion)
4205         (semantic-symref-find-file-references-by-name)
4206         (semantic-symref-find-text):
4207         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4208         (senator-yank-tag):
4209         * cedet/semantic/scope.el (semantic-calculate-scope):
4210         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4211         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4212         (define-semantic-idle-service):
4213         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4214         (semantic-complete-analyze-inline-idle):
4215         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4216         * cedet/mode-local.el (describe-mode-local-bindings)
4217         (describe-mode-local-bindings-in-mode):
4218         * cedet/ede/make.el (ede-make-check-version):
4219         * cedet/ede/locate.el (ede-enable-locate-on-project):
4220         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4221         (cedet-idutils-version-check):
4222         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4223         (cedet-gnu-global-version-check):
4224         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4225         (cedet-cscope-version-check): Use called-interactively-p instead
4226         of interactive-p.
4228         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4229         Use semantic-format-tag-prototype.
4231 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4233         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4234         last-command-char/last-command-event.
4235         (viper-prefix-arg-value): Do correct conversion of event-char for
4236         XEmacs.
4238         * emulation/viper-util.el, emulation/viper.el:
4239         Use viper-last-command-char instead of
4240         last-command-char/last-command-event.
4242         * ediff-init.el, ediff-mult.el, ediff-util.el:
4243         Replace last-command-char and last-command-event
4244         with (ediff-last-command-char) everywhere.
4246         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4247         created in fundamental mode.
4249         * ediff.el (ediff-version): Revert the change of interactive-p to
4250         called-interactively-p.
4252 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4254         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4255         generation from word-movement command names.
4257 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4259         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4260         (semantic-complete-jump-local, semantic-complete-jump):
4261         Improve prompt string.
4263 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4265         * cus-start.el (all): Add native condition for font-use-system-font.
4267 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4269         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4270         Correct the patch from 2009-11-18.  (Bug#3910)
4272 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4274         * progmodes/subword.el: Rename from lisp/subword.el.
4276         * subword.el: Rename to progmodes/subword.el.
4278         * Makefile.in (ELCFILES): Adapt to subword.el move.
4280 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4281             Stefan Monnier  <monnier@iro.umontreal.ca>
4283         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4284         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4285         (bookmark-bmenu-show-filenames): Use push.
4286         (bookmark-bmenu-hide-filenames): Use local var instead of
4287         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4288         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4289         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4290         filenames now that the bookmark names are always available.
4292 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4294         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4295         (bookmark-search-pattern): Move and leave unbound.
4296         (bookmark-bmenu-mode-map): Change binding.
4297         (bookmark-read-search-input): Simplify.
4298         Don't use text-char-description.  Don't error on non-char events.
4299         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4300         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4301         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4302         Use a local var for the timer.
4303         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4304         (i.e. bookmark-bmenu-search).
4306 2009-11-21  Glenn Morris  <rgm@gnu.org>
4308         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4310 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4312         * net/browse-url.el (browse-url-default-windows-browser):
4313         Use cygstart for cygwin.
4315 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4317         * bookmark.el: Formatting and doc fixes only:
4318         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4319         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4320         Minor grammar and punctuation fixes in doc string.
4321         (bookmark-read-search-input): Adjust to fit within 80 columns.
4323 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4325         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4326         (c-backward-into-nomenclature): Adapt to subword renaming.
4328         * subword.el (subword-forward, subword-backward, subword-mark)
4329         (subword-kill, subword-backward-kill, subword-transpose)
4330         (subword-downcase, subword-upcase, subword-capitalize)
4331         (subword-forward-internal, subword-backward-internal):
4332         Rename from forward-subword, backward-subword, mark-subword,
4333         kill-subword, backward-kill-subword, transpose-subwords,
4334         downcase-subword, upcase-subword, capitalize-subword,
4335         forward-subword-internal, backward-subword-internal.
4337 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4339         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4340         New options.
4341         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4342         New vars.
4343         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4344         (bookmark-bmenu-filter-alist-by-regexp)
4345         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4346         (bookmark-bmenu-search): New command.
4347         (bookmark-bmenu-mode-map): Bind it.
4349 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4351         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4353         * cedet/semantic/idle.el (define-semantic-idle-service)
4354         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4356 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4358         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4359         backward-subword to quit the byte-compiler.
4361         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4363         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4365         * progmodes/cc-cmds.el (c-update-modeline)
4366         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4367         Refer to subword.el functions instead of cc-subword.el.
4369         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4370         subword.el functions instead of cc-subword.el.
4372         * progmodes/cc-subword.el: Rename to subword.el.
4373         * subword.el: Rename from progmodes/cc-subword.el.
4374         (subword-mode-map): Rename from c-subword-mode-map.
4375         (subword-mode): Rename from c-subword-mode.
4376         (global-subword-mode): New global minor mode.
4377         (forward-subword): Rename from c-forward-subword.
4378         (backward-subword): Rename from c-backward-subword.
4379         (mark-subword): Rename from c-mark-subword.
4380         (kill-subword): Rename from c-kill-subword.
4381         (backward-kill-subword): Rename from c-backward-kill-subword.
4382         (transpose-subwords): Rename from c-tranpose-subword.
4383         (downcase-subword): Rename from c-downcase-subword.
4384         (capitalize-subword): Rename from c-capitalize-subword.
4385         (forward-subword-internal): Rename from c-forward-subword-internal.
4386         (backward-subword-internal): Rename from c-backward-subword-internal.
4388 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4390         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4391         from a dired buffer.
4392         (vc-dired-deduce-fileset): New function.
4393         (vc-root-diff, vc-print-root-log): Use it.
4395         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4396         nil LIMIT argument to vc-print-log-internal.
4398 2009-11-20  Glenn Morris  <rgm@gnu.org>
4400         * Makefile.in (ELCFILES): Regenerate.
4402 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4404         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4406         * cedet/semantic.el: Enable idle-mode menu items only if
4407         global-semantic-idle-scheduler-mode is enabled.
4408         (semantic-default-submodes): Doc fix.
4410         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4411         When turning off, disable other idle modes.
4413 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4415         * calc/calc.el (calc-set-mode-line):
4416         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4417         (math-format-number): Rename `math-format-complement-signed' to
4418         `math-format-twos-complement'.
4420         * calc/calc-bin.el (math-format-twos-complement): Rename from
4421         math-format-complement-signed.
4422         (calc-radix): Rename `calc-complement-signed-mode' to
4423         `calc-twos-complement-mode'.
4424         (calc-octal-radix, calc-hex-radix): Add an argument for
4425         two's complement.
4427         * calc/calc-embed.el (calc-embedded-mode-vars):
4428         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4430         * calc/calc-ext.el (calc-init-extensions):
4431         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4432         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4434         * calc/calc-units.el (math-build-units-table-buffer):
4435         Let `calc-twos-complement-mode' be nil.
4437         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4438         entries.
4440         * calc/calc-vec.el (calcFunc-vunpack):
4441         * calc/calc-aent.el (calc-do-calc-eval):
4442         * calc/calc-forms.el (math-format-date):
4443         * calc/calc-graph.el (calc-graph-plot):
4444         * calc/calc-math.el (math-use-emacs-fn):
4445         * calc/calccomp.el (math-compose-expr):
4446         Let `calc-twos-complement-mode' be nil.
4448 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4451         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4452         * minibuffer.el (completion-in-region-functions): New hook.
4453         (completion-in-region): New function.
4454         * emacs-lisp/lisp.el (lisp-complete-symbol):
4455         * pcomplete.el (pcomplete-std-complete): Use it.
4457 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4459         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4460         (latex-complete-alist): New vars.
4461         (latex-string-prefix-p, latex-complete-bibtex-keys)
4462         (latex-complete-envnames, latex-complete-refkeys)
4463         (latex-complete-data): New functions.
4464         (latex-complete, latex-indent-or-complete): New commands.
4466         * window.el (display-buffer-mark-dedicated): New var.
4467         (display-buffer): Obey it.
4468         * minibuffer.el (minibuffer-completion-help): Use it.
4470         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4472         * filecache.el (file-cache-add-file): Use push and cons.
4473         (file-cache-delete-file-regexp): Use push.
4474         (file-cache-complete): Use completion-in-region.
4476         * simple.el (with-wrapper-hook): Fix thinko.
4478         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4479         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4480         Use with-current-buffer and string-to-number.
4481         (hfy-fallback-colour-values): Use assoc-string.
4482         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4483         (hfy-face-at): Remove unused var `found-face'.
4484         (hfy-compile-stylesheet): Remove unused var `css'.
4485         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4486         and `orig-buffer'.
4487         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4488         Use with-current-buffer.
4489         (hfy-text-p): Use expand-file-name and fewer setq.
4491 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4493         * htmlfontify.el, hfy-cmap.el: New files.
4495 2009-11-19  Juri Linkov  <juri@jurta.org>
4497         * minibuffer.el (completions-format): New defcustom.
4498         (completion--insert-strings): Implement vertical format.
4500         * simple.el (switch-to-completions): Move point to the first
4501         completion when point was at the beginning of the buffer.
4503 2009-11-19  Juri Linkov  <juri@jurta.org>
4505         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4507         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4509 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4511         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4512         (mail-signature): Change default to t.
4513         (mail-from-style): Deprecate `system-default' value.
4514         (mail-insert-from-field): For default value of mail-from-style,
4515         default to `angles' unless `angles' needs quoting and `parens'
4516         does not.
4517         (mail-citation-prefix-regexp): Use citation regexp from
4518         message-mode.
4520 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4522         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4523         Set variables for computing the prompt for reading password.
4525 2009-11-19  Glenn Morris  <rgm@gnu.org>
4527         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4529         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4531         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4532         (newsticker-treeview-listwindow-height): Fix custom type.
4534 2009-11-19  Kenichi Handa  <handa@m17n.org>
4536         * descr-text.el (describe-char-padded-string): Compose with TAB
4537         only if there's a font for CH.
4538         (describe-char): Fix the condition for detecting a trivial composition.
4540 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4542         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4543         more accurate version of the regexp.  (Bug#3910)
4545 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4547         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4549 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4551         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4552         (font-setting-change-default-font): Fix typo in docstring.
4554 2009-11-18  Alan Mackenzie  <acm@muc.de>
4556         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4558 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4560         * font-setting.el (font-use-system-font): Move ...
4562         * cus-start.el (all): ... to here.
4564 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4566         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4567         Don't set `ad-return-value' if `ad-do-it' doesn't.
4569         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4570         modification time.
4572 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4574         * menu-bar.el: Put "Use system font" in Option-menu.
4575         (menu-bar-options-save): Add font-use-system-font.
4577         * loadup.el: If feature system-font-setting or font-render-setting is
4578         there, load font-setting.
4580         * Makefile.in (ELCFILES): Add font-settings.el.
4581         * font-setting.el: New file.
4583 2009-11-17  Glenn Morris  <rgm@gnu.org>
4585         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4587         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4588         Preserve point in the list buffer.  (Bug#4939)
4589         Use point-at-eol.
4590         (newsticker--treeview-list-update-highlight)
4591         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4593 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4595         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4596         Remove.
4598         * calc/calc-ext.el (calc-init-extensions): Remove references to
4599         symclip.
4601         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4603         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4604         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4605         `calc-symclip'.
4607 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4609         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4610         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4612         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4613         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4614         Ignore trailing spaces by omit-nulls to split-string (fixing
4615         regression from Emacs 21 due to the incompatible split-string
4616         change).  (Bug #4928.)
4618 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4620         * vc.el (vc-log-show-limit): Default to 2000.
4621         (vc-print-log-internal): Insert buttons to request more entries
4622         when limiting the output.
4624         * vc-sccs.el (vc-sccs-print-log):
4625         * vc-rcs.el (vc-rcs-print-log):
4626         * vc-cvs.el (vc-cvs-print-log):
4627         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4628         LIMIT is non-nil.
4630 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4632         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4633         error when `tramp-gvfs-dbus-event-vector' is set.
4634         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4636 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4640 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4642         * net/dbus.el (dbus-unregister-service): New defun.
4643         (dbus-register-property): Register the handlers of
4644         "org.freedesktop.DBus.Properties" for SERVICE.
4645         (dbus-property-handler): Fix docstring.
4647 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4649         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4650         Quote doc string reference in defvaralias as it is not in special form.
4651         (byte-compile-output-docform): Doc fix.
4653 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4655         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4656         (calc-complement-signed-mode): New variables.
4657         (calc-set-mode-line): Add indicator for twos-complements.
4658         (math-format-number): Format twos-complement notation.
4660         * calc/calc-bin.el (calc-word-size): Reset the variables
4661         `math-2-word-size' and `math-half-2-word-size'.
4662         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4663         (calc-symclip): New functions.
4665         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4667         * calc/calc-embed.el (calc-embedded-mode-vars):
4668         Add `calc-complement-signed-mode' to the list of modes.
4670         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4671         (calc-b-oper-keys): Add `calc-symclip' to list.
4673         * calc/calc-ext.el (math-read-number-fancy): Read complement
4674         signed numbers.
4675         (calc-init-extensions): Add binding for `calc-symclip'.
4676         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4678         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4679         `calc-symclip'.
4680         (calc-modes-menu): Add item for twos complement mode.
4682         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4684 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4686         * register.el (jump-to-register, insert-register): Handle Semantic
4687         tags.  From commented-out advice in semantic/senator.el.
4689 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4691         * vc.el (vc-log-show-limit): New variable.
4692         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4693         when using a prefix argument.
4694         (vc-print-log-internal): Add new argument LIMIT.
4696         * vc-svn.el (vc-svn-print-log):
4697         * vc-mtn.el (vc-mtn-print-log):
4698         * vc-hg.el (vc-hg-print-log):
4699         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4700         pass it to the log command when set.  Make the BUFFER argument
4701         non-optional.
4703         * vc-sccs.el (vc-sccs-print-log):
4704         * vc-rcs.el (vc-rcs-print-log):
4705         * vc-git.el (vc-git-print-log):
4706         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4707         ignore it.  Make the BUFFER argument non-optional
4709         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4711 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4713         * dired.el (dired-mode-map): Move encryption items to "Operate"
4714         menu (Bug#4703).
4716         * strokes.el (strokes-update-window-configuration): Make strokes
4717         buffer current before erasing (Bug#4906).
4719         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4720         (semantic-idle-summary-mode): Define using define-minor-mode
4721         instead of define-semantic-idle-service.
4722         (semantic-idle-summary-mode): New function.
4723         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4724         that mouse motion does not reset the echo area.
4726 2009-11-15  Juri Linkov  <juri@jurta.org>
4728         * simple.el (set-mark-default-inactive): Add :type, :group
4729         and :version.  (Bug#4876)
4731 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4733         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4734         (archive-unique-fname): ... here.  (Bug#4929)
4736 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4739         with a real fix.
4741         * novice.el (disabled-command-function): Add useful args.
4742         Setup the help buffer so that [back] works.
4743         Remove redundant call to help-mode.
4744         (disabled-command-function): Use `case'.
4745         (en/disable-command): New function extracted from enable-command.
4746         (enable-command, disable-command): Use it.
4748 2009-11-14  Glenn Morris  <rgm@gnu.org>
4750         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4751         constants.  (Bug#4913)
4753         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4755 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4757         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4758         defined in C that have no doc-strings.  (Bug#1063)
4760 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4762         * cus-edit.el (data, files):
4763         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4765 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4767         * simple.el (shell-command): Doc fix (Bug#4891).
4769         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4771 2009-11-14  Glenn Morris  <rgm@gnu.org>
4773         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4774         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4775         If they are already loaded, eval-after-load will do the right thing.
4777         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4778         compiling.
4780         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4782         * simple.el (x-selection-owner-p): Declare.
4783         (read-mail-command): Use custom radio type rather than choice.
4784         (completion-no-auto-exit): Doc fix.
4786         * custom.el (defgroup):
4787         * epg-config.el (epg): Doc fixes.
4789 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4791         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4792         * international/ccl.el (define-ccl-program): Do not purecopy the
4793         docstring, defconst does it anyway.
4795 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4798         a second time.
4800         * x-dnd.el (x-dnd-maybe-call-test-function):
4801         * window.el (split-window-vertically):
4802         * whitespace.el (whitespace-help-on):
4803         * vc-rcs.el (vc-rcs-consult-headers):
4804         * userlock.el (ask-user-about-lock-help)
4805         (ask-user-about-supersession-help):
4806         * type-break.el (type-break-force-mode-line-update):
4807         * time-stamp.el (time-stamp-conv-warn):
4808         * terminal.el (te-set-output-log, te-more-break, te-filter)
4809         (te-sentinel, terminal-emulator):
4810         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4811         (term-write-input-ring, term-check-source, term-start-output-log):
4812         (term-display-buffer-line, term-dynamic-list-completions):
4813         (term-ansi-make-term, serial-term):
4814         * subr.el (selective-display):
4815         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4816         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4817         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4818         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4819         (speedbar-remove-localized-speedbar-support)
4820         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4821         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4822         (speedbar-buffers-line-directory):
4823         * simple.el (shell-command-on-region, append-to-buffer)
4824         (prepend-to-buffer):
4825         * shadowfile.el (shadow-save-todo-file):
4826         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4827         (scroll-bar-maybe-set-window-start):
4828         * sb-image.el (speedbar-image-dump):
4829         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4830         (load-save-place-alist-from-file):
4831         * ps-samp.el (ps-print-message-from-summary):
4832         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4833         (ps-background-image, ps-begin-job, ps-do-despool):
4834         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4835         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4836         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4837         (pr-call-process, pr-file-list, pr-interface-save):
4838         * novice.el (disabled-command-function)
4839         (enable-command, disable-command):
4840         * mouse.el (mouse-buffer-menu-alist):
4841         * mouse-copy.el (mouse-kill-preserving-secondary):
4842         * macros.el (kbd-macro-query):
4843         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4844         * informat.el (batch-info-validate):
4845         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4846         * hippie-exp.el (try-expand-dabbrev-visible):
4847         * help-mode.el (help-make-xrefs):
4848         * help-fns.el (describe-variable):
4849         * generic-x.el (bat-generic-mode-run-as-comint):
4850         * finder.el (finder-mouse-select):
4851         * find-dired.el (find-dired-sentinel):
4852         * filesets.el (filesets-file-close):
4853         * files.el (list-directory):
4854         * faces.el (list-faces-display, describe-face):
4855         * facemenu.el (list-colors-display):
4856         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4857         * epg.el (epg--process-filter, epg-cancel):
4858         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4859         (epa--read-signature-type):
4860         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4861         (emerge-file-names):
4862         * ehelp.el (electric-helpify):
4863         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4864         * ediff-vers.el (rcs-ediff-view-revision):
4865         * ediff-util.el (ediff-setup):
4866         * ediff-mult.el (ediff-append-custom-diff):
4867         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4868         (ediff-wordify):
4869         * echistory.el (Electric-command-history-redo-expression):
4870         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4871         * disp-table.el (describe-display-table):
4872         * dired.el (dired-find-buffer-nocreate):
4873         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4874         * dabbrev.el (dabbrev--same-major-mode-p):
4875         * chistory.el (list-command-history):
4876         * apropos.el (apropos-documentation):
4877         * allout.el (allout-obtain-passphrase):
4878         (allout-copy-exposed-to-buffer):
4879         (allout-verify-passphrase): Use with-current-buffer.
4881 2009-11-13  Glenn Morris  <rgm@gnu.org>
4883         * Makefile.in (ELCFILES): Regenerate.
4885 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4887         * net/dbus.el (dbus-registered-objects-table): Rename from
4888         `dbus-registered-functions-table', because it contains also properties.
4889         (dbus-unregister-object): Unregister also properties.
4890         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4891         Use a timeout of 500 msec, in order to not block.
4892         (dbus-register-property, dbus-property-handler): New defuns.
4894 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4896         * simple.el (minibuffer-default-add-completions): Drop deprecated
4897         4th arg.
4899 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4901         * textmodes/artist.el (artist-mouse-choose-operation):
4902         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4903         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4904         (artist-compute-up-event-key): New function.
4905         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4907 2009-11-13  Kenichi Handa  <handa@m17n.org>
4909         * language/japan-util.el: Make sure that the value of jisx0208
4910         property is jisx0208 character.
4912 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4914         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4915         car or each item, not the whole list.
4917 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * minibuffer.el (minibuffer-completion-help):
4920         Use minibuffer-hide-completions.
4922 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4924         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4925         (dired-revert): Use them (bug#4880).
4927 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4929         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4931 2009-11-12  Juri Linkov  <juri@jurta.org>
4933         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4934         New functions.
4935         (find-file-literally-at-point): Alias of `ffap-literally'.
4937 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4939         * textmodes/ispell.el (ispell-skip-region-alist):
4940         * textmodes/css-mode.el (auto-mode-alist):
4941         * progmodes/compile.el (auto-mode-alist):
4942         * international/mule.el (ctext-non-standard-encodings-alist)
4943         (ctext-non-standard-encodings-regexp):
4944         * simple.el (shell-command-switch, text-read-only):
4945         * replace.el (occur-mode-map):
4946         * paths.el (rmail-file-name):
4947         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4948         * find-file.el (ff-special-constructs):
4949         * files.el (file-name-handler-alist):
4950         * composite.el: Purecopy strings.
4952         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4954 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4956         * widget.el (define-widget): Purecopy the docstring.
4957         * international/mule-cmds.el (charset): Do not purecopy the
4958         docstring here, define-widget does it.
4960         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4961         * textmodes/bibtex-style.el (auto-mode-alist):
4962         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4963         * progmodes/compile.el (compile-command):
4964         * language/korea-util.el (default-korean-keyboard):
4965         * international/mule-conf.el (file-coding-system-alist):
4966         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4967         * tooltip.el (tooltip-frame-parameters):
4968         * newcomment.el (comment-end, comment-padding):
4969         * dired.el (dired-trivial-filenames):
4970         * comint.el (comint-file-name-prefix): Purecopy initial values.
4972 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4974         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4975         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4976         `tramp-unload'.
4977         (tramp-advice-make-auto-save-file-name)
4978         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4979         after removing the advice.
4981 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4983         * progmodes/grep.el (grep-regexp-alist):
4984         * international/mule-cmds.el (iso-2022-control-alist):
4985         * emacs-lisp/timer.el (timer-duration-words):
4986         * subr.el (version-separator, version-regexp-alist):
4987         * minibuffer.el (completion-styles-alist):
4988         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4989         Change defvars to defconsts.
4991         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4992         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4993         * international/mule-conf.el: Allow to be byte compiled.
4995         * international/mule.el (define-charset): Purecopy props.
4996         (load-with-code-conversion): Purecopy doc string and file name.
4997         (put-charset-property): Purecopy strings.
4998         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5000         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5001         (define-char-code-property): Correctly purecopy the table.
5003         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5005         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5007         * subr.el (add-hook): Purecopy strings.
5008         (eval-after-load): Purecopy load-history-regexp and the form.
5010         * custom.el (custom-declare-group): Purecopy load-file-name.
5012         * subr.el (menu-bar-separator): New defconst.
5013         * net/eudc.el (eudc-tools-menu):
5014         * international/mule-cmds.el (set-coding-system-map)
5015         (mule-menu-keymap):
5016         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5017         * vc-hooks.el (vc-menu-map):
5018         * replace.el (occur-mode-map):
5019         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5020         (menu-bar-edit-menu, menu-bar-goto-menu)
5021         (menu-bar-custom-menu, menu-bar-showhide-menu)
5022         (menu-bar-options-menu, menu-bar-tools-menu)
5023         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5024         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5025         (menu-bar-help-menu):
5026         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5027         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5029         * term/x-win.el (x-gtk-stock-map):
5030         * progmodes/vera-mode.el (auto-mode-alist):
5031         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5032         (inferior-lisp-program, inferior-lisp-load-command):
5033         * progmodes/hideshow.el (hs-special-modes-alist):
5034         * progmodes/gud.el (same-window-regexps):
5035         * progmodes/grep.el (grep-program, find-program, xargs-program):
5036         * net/telnet.el (same-window-regexps):
5037         * net/rlogin.el (same-window-regexps):
5038         * language/ethiopic.el (font-ccl-encoder-alist):
5039         * vc-sccs.el (vc-sccs-master-templates):
5040         * vc-rcs.el (vc-rcs-master-templates):
5041         * subr.el (cl-assertion-failed):
5042         * simple.el (next-error-overlay-arrow-position):
5043         * lpr.el (lpr-command):
5044         * locate.el (locate-ls-subdir-switches):
5045         * info.el (same-window-regexps, info)
5046         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5047         * image-mode.el (image-mode, auto-mode-alist):
5048         * hippie-exp.el (hippie-expand-ignore-buffers):
5049         * format.el (format-alist):
5050         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5051         (find-name-arg):
5052         * facemenu.el (facemenu-keybindings):
5053         * dired.el (dired-listing-switches, dired-chown-program):
5054         * diff.el (diff-switches, diff-command):
5055         * cus-edit.el (same-window-regexps):
5056         * bindings.el (mode-line-mule-info)
5057         (mode-line-buffer-identification): Purecopy strings.
5059 2009-11-11  Juri Linkov  <juri@jurta.org>
5061         * simple.el (dired-get-filename) <declare-function>:
5062         Tell the byte-compiler about dired-get-filename.
5063         (shell-command): In Dired mode, get filename from the current line
5064         as the default value.
5066 2009-11-10  Glenn Morris  <rgm@gnu.org>
5068         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5069         * calendar/holidays.el, progmodes/cperl-mode.el:
5070         Update x-popup-menu declarations.
5072         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5073         (list-load-path-shadows): Use dolist.
5074         (list-load-path-shadows): Use with-current-buffer.
5076 2009-11-10  Juri Linkov  <juri@jurta.org>
5078         * minibuffer.el (read-file-name): Support a list of default values
5079         in `default-filename'.  Use the first file name where only one
5080         element is required.  Doc fix.
5082 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5084         * net/dbus.el (dbus-unregister-object): Release service, if no
5085         other method is registered for it.
5087 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5089         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5090         bookmark-sort-flag is non-nil (Bug#4653).
5092 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5094         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5095         the progress reporter entirely.
5097         * emulation/cua-base.el: Add CUA property to some CC mode commands
5098         (Bug#4100).
5100 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5102         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5103         at end of sentence (Bug#4818).
5105 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5107         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5108         Handle "see declaration of" MSFT statements (Bug#4100).
5110 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5112         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5113         (tramp-advice-file-expand-wildcards): Unload via
5114         `ad-remove-advice'.
5116         * net/trampver.el: Update release number.
5118 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5120         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5121         `ad-do-it'.
5123 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5125         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5126         in order to keep context in SELinux.
5128 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5130         * dired-aux.el (dired-query): Place cursor in echo area and allow
5131         C-g.
5133         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5134         menu item if not on a directory (Bug#4701).
5136 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5138         Sync with Tramp 2.1.17.
5140         * net/tramp.el (tramp-handle-copy-directory): Don't use
5141         `file-remote-p' (due to compatibility).
5143         * net/tramp-compat.el (tramp-compat-copy-directory)
5144         (tramp-compat-delete-directory): New defuns.
5146         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5147         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5148         `tramp-compat-delete-directory'.
5150         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5151         (tramp-smb-handle-delete-directory): Use
5152         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5154         * net/trampver.el: Update release number.
5156 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5158         * tar-mode.el (tar-copy): Call write-region on the right buffer
5159         (Bug#4857).
5161         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5162         by hand, if necessary (Bug#4878).
5164 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5166         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5167         align size column (Bug#4839).
5169         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5170         statement.
5172 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5174         * progmodes/ld-script.el (auto-mode-alist):
5175         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5177         * cus-face.el (custom-declare-face): Purecopy face spec.
5179 2009-11-06  Kenichi Handa  <handa@m17n.org>
5181         * international/uni-bidi.el: Re-generated.
5182         * international/uni-category.el: Re-generated.
5183         * international/uni-combining.el: Re-generated.
5184         * international/uni-mirrored.el: Re-generated.
5186 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5188         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5189         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5190         (tex-start-options, slitex-run-command, latex-run-command)
5191         (tex-run-command, tex-directory):
5192         * textmodes/ispell.el (ispell-html-skip-alists)
5193         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5194         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5195         (adaptive-fill-regexp):
5196         * textmodes/dns-mode.el (auto-mode-alist):
5197         * progmodes/python.el (interpreter-mode-alist):
5198         * progmodes/etags.el (tags-compression-info-list):
5199         * progmodes/etags.el (tags-file-name):
5200         * net/browse-url.el (browse-url-galeon-program)
5201         (browse-url-firefox-program):
5202         * mail/sendmail.el (mail-signature-file)
5203         (mail-citation-prefix-regexp):
5204         * international/mule-conf.el (eight-bit):
5205         * international/latexenc.el (latex-inputenc-coding-alist):
5206         * international/fontset.el (x-pixel-size-width-font-regexp):
5207         * emacs-lisp/warnings.el (warning-type-format):
5208         * emacs-lisp/trace.el (trace-buffer):
5209         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5210         (emacs-lisp-mode-map):
5211         * calendar/holidays.el (holiday-solar-holidays)
5212         (holiday-bahai-holidays, holiday-islamic-holidays)
5213         (holiday-christian-holidays, holiday-hebrew-holidays)
5214         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5215         (hebrew-holidays-1, holiday-oriental-holidays)
5216         (holiday-general-holidays):
5217         * x-dnd.el (x-dnd-known-types):
5218         * tool-bar.el (tool-bar):
5219         * startup.el (site-run-file):
5220         * shell.el (shell-dumb-shell-regexp):
5221         * rfn-eshadow.el (file-name-shadow-tty-properties)
5222         (file-name-shadow-properties):
5223         * paths.el (remote-shell-program, news-directory):
5224         * mouse.el ([C-down-mouse-3]):
5225         * menu-bar.el (menu-bar-tools-menu):
5226         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5227         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5228         (jka-compr-compression-info-list):
5229         * isearch.el (search-whitespace-regexp):
5230         * image-file.el (image-file-name-extensions):
5231         * find-dired.el (find-ls-option):
5232         * files.el (directory-listing-before-filename-regexp)
5233         (directory-free-space-args, insert-directory-program)
5234         (list-directory-brief-switches, magic-fallback-mode-alist)
5235         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5236         (automount-dir-prefix):
5237         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5238         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5239         (face-font-registry-alternatives, face-font-registry-alternatives)
5240         (face-font-family-alternatives):
5241         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5242         (facemenu-foreground-menu, facemenu-face-menu):
5243         * epa-hook.el (epa-file-name-regexp):
5244         * dnd.el (dnd-protocol-alist):
5245         * textmodes/rst.el (auto-mode-alist):
5246         * button.el (default-button): Purecopy strings.
5248 2009-11-06  Glenn Morris  <rgm@gnu.org>
5250         * Makefile.in (ELCFILES): Update.
5252 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5255         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5257         * nxml/xsd-regexp.el (xsdre-gen-categories):
5258         * nxml/xmltok.el (xmltok-parse-entity):
5259         * nxml/rng-parse.el (rng-parse-validate-file):
5260         * nxml/rng-maint.el (rng-format-manual)
5261         (rng-manual-output-force-new-line):
5262         * nxml/rng-loc.el (rng-save-schema-location-1):
5263         * nxml/rng-cmpct.el (rng-c-parse-file):
5264         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5265         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5267 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5269         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5270         Remove extra save-excursions and make-variable-buffer-local's.
5271         Suggested by Stefan Monnier.
5273         (verilog-getopt-file, verilog-module-inside-filename-p)
5274         (verilog-set-define): Merge GNU 1.35 and repair changes from
5275         switching to using with-current-buffer.
5277         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5278         being treated as a number and confusing AUTORESET.
5279         Reported by Dan Dever.
5281         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5282         Add verilog-auto-ignore-concat to fix backward compatibility with
5283         older verilog-modes.  Reported by Dan Katz.
5285         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5286         containing closing anchors "...$".
5288         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5289         Reported by Wade Smith.
5291         (verilog-batch-execute-func): Comment on function usage.
5293 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5295         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5296         for labels.
5298         (verilog-label-re, verilog-calc-1): Support proper indent of named
5299         asserts.
5301         (verilog-backward-token, verilog-basic-complete-re)
5302         (verilog-beg-of-statement, verilog-indent-re): Support proper
5303         indent of the assert statement at the beginning of a block of text.
5305         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5306         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5307         tokens as begins.
5309 2009-11-05  Glenn Morris  <rgm@gnu.org>
5311         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5312         Emacs 19.  (Bug#1531)
5313         (byte-compile-fix-header): Update for the above change.
5314         Drop test for epoch::version.
5316         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5317         * cus-dep.el (custom-make-dependencies):
5318         * finder.el (finder-compile-keywords):
5319         Use autoload-rubric's feature argument.
5321         * calendar/diary-lib.el (top-level): Make load behave more like require.
5323         * vc-git.el (vc-git-stash-map): Move definition before use.
5325 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5327         * custom.el (custom-declare-group): Purecopy standard-value.
5328         (custom-declare-group): Purecopy custom-prefix.
5330         * international/mule.el (load-with-code-conversion):
5331         Call do-after-load-evaluation unconditionally.
5333         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5335 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5339 2009-11-04  Glenn Morris  <rgm@gnu.org>
5341         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5342         (byte-compile-compatibility): Remove option.
5343         (byte-compile-close-variables, byte-compile-fix-header)
5344         (byte-compile-insert-header, byte-compile-output-docform)
5345         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5346         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5347         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5348         (byte-compile-insert, byte-compile-defun):
5349         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5350         (byte-defop-compiler19): Remove.
5351         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5352         used by anything.  Replace all calls with byte-defop-compiler.
5354 2009-11-04  Juri Linkov  <juri@jurta.org>
5356         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5357         (menu-bar-options-menu): Don't quote the `prop' arg of
5358         `menu-bar-make-mm-toggle'.
5360 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5362         * calendar/calendar.el (cal-loaddefs):
5363         * calendar/diary-lib.el (diary-loaddefs):
5364         * calendar/holidays.el (hol-loaddefs):
5365         * eshell/esh-module.el (esh-groups): Load rather than require.
5367 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5370         point-min==1.
5371         (todo-top-priorities): Only display-buffer when called interactively.
5372         (todo-item-start): Don't save excursion point.
5373         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5374         (todo-insert-item-here, todo-file-item, todo-remove-item):
5375         Adjust uses of todo-item-start and todo-item-end.
5377         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5378         (autoload-rubric): Don't use any more.
5379         * cedet/semantic/fw.el (semantic/loaddefs):
5380         * cedet/srecode.el (srecode/loaddefs):
5381         * cedet/ede.el (ede/loaddefs): Load rather than require.
5382         * cedet/ede/cpp-root.el:
5383         * cedet/ede/emacs.el:
5384         * cedet/ede/files.el:
5385         * cedet/ede/linux.el:
5386         * cedet/ede/locate.el:
5387         * cedet/ede/make.el:
5388         * cedet/ede/shell.el:
5389         * cedet/ede/speedbar.el:
5390         * cedet/ede/system.el:
5391         * cedet/ede/util.el:
5392         * cedet/semantic/analyze.el:
5393         * cedet/semantic/bovine.el:
5394         * cedet/semantic/complete.el:
5395         * cedet/semantic/ctxt.el:
5396         * cedet/semantic/db-file.el:
5397         * cedet/semantic/db-find.el:
5398         * cedet/semantic/db-global.el:
5399         * cedet/semantic/db-mode.el:
5400         * cedet/semantic/db-typecache.el:
5401         * cedet/semantic/db.el:
5402         * cedet/semantic/debug.el:
5403         * cedet/semantic/dep.el:
5404         * cedet/semantic/doc.el:
5405         * cedet/semantic/edit.el:
5406         * cedet/semantic/find.el:
5407         * cedet/semantic/format.el:
5408         * cedet/semantic/html.el:
5409         * cedet/semantic/ia-sb.el:
5410         * cedet/semantic/ia.el:
5411         * cedet/semantic/idle.el:
5412         * cedet/semantic/lex-spp.el:
5413         * cedet/semantic/lex.el:
5414         * cedet/semantic/mru-bookmark.el:
5415         * cedet/semantic/scope.el:
5416         * cedet/semantic/senator.el:
5417         * cedet/semantic/sort.el:
5418         * cedet/semantic/symref.el:
5419         * cedet/semantic/tag-file.el:
5420         * cedet/semantic/tag-ls.el:
5421         * cedet/semantic/tag-write.el:
5422         * cedet/semantic/tag.el:
5423         * cedet/semantic/util-modes.el:
5424         * cedet/semantic/analyze/complete.el:
5425         * cedet/semantic/analyze/refs.el:
5426         * cedet/semantic/bovine/c.el:
5427         * cedet/semantic/bovine/gcc.el:
5428         * cedet/semantic/bovine/make.el:
5429         * cedet/semantic/bovine/scm.el:
5430         * cedet/semantic/decorate/include.el:
5431         * cedet/semantic/decorate/mode.el:
5432         * cedet/semantic/symref/cscope.el:
5433         * cedet/semantic/symref/global.el:
5434         * cedet/semantic/symref/grep.el:
5435         * cedet/semantic/symref/idutils.el:
5436         * cedet/semantic/symref/list.el:
5437         * cedet/semantic/wisent/java-tags.el:
5438         * cedet/semantic/wisent/javascript.el:
5439         * cedet/srecode/compile.el:
5440         * cedet/srecode/cpp.el:
5441         * cedet/srecode/document.el:
5442         * cedet/srecode/el.el:
5443         * cedet/srecode/expandproto.el:
5444         * cedet/srecode/getset.el:
5445         * cedet/srecode/insert.el:
5446         * cedet/srecode/java.el:
5447         * cedet/srecode/map.el:
5448         * cedet/srecode/mode.el:
5449         * cedet/srecode/template.el:
5450         * cedet/srecode/texi.el: Remove the file-local setting of
5451         generated-autoload-feature.
5453         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5454         and only put a prop if it is non-nil.
5456 2009-11-03  Juri Linkov  <juri@jurta.org>
5458         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5459         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5461         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5462         and "Menu" to make top-level menu item visually one unit (like
5463         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5464         multi-word menu items).  Fix :help string for quit-window.
5466 2009-11-03  Glenn Morris  <rgm@gnu.org>
5468         * cedet/mode-local.el (with-mode-local): Doc fix.
5470         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5471         (byte-compile-file-form-define-abbrev-table)
5472         (byte-compile-file-form-custom-declare-variable)
5473         (byte-compile-variable-ref, byte-compile-defvar):
5474         Whether or not a warning is enabled should only affect whether we issue
5475         the warning, not whether or not we collect the relevant data.
5476         Eg warnings can be turned on and off throughout the course of a file.
5478         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5479         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5481 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5483         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5484         * play/mpuz.el (mpuz-create-buffer):
5485         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5486         (lm-print-y,s,noise, lm-print-w0, lm-init):
5487         * play/gomoku.el (gomoku-prompt-for-move):
5488         * play/fortune.el (fortune-in-buffer):
5489         * play/dissociate.el (dissociated-press):
5490         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5491         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5492         * mail/supercite.el (sc-eref-show):
5493         * mail/smtpmail.el (smtpmail-send-it):
5494         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5495         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5496         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5497         (rmail-summary-goto-msg, rmail-summary-expunge)
5498         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5499         (rmail-summary-add-label, rmail-summary-output-menu)
5500         (rmail-summary-output-body):
5501         * mail/rfc822.el (rfc822-addresses):
5502         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5503         * mail/mailpost.el (post-mail-send-it):
5504         * mail/hashcash.el (hashcash-generate-payment):
5505         * mail/feedmail.el (feedmail-run-the-queue)
5506         (feedmail-queue-send-edit-prompt-help-first)
5507         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5508         (feedmail-deduce-address-list):
5509         * eshell/esh-ext.el (eshell-remote-command):
5510         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5511         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5512         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5513         (viper-save-string-in-file, viper-valid-marker):
5514         * emulation/viper-keym.el (viper-toggle-key):
5515         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5516         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5517         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5518         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5519         (viper-exec-form-in-emacs, viper-brac-function):
5520         * emulation/viper.el (viper-delocalize-var):
5521         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5522         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5523         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5524         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5525         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5526         * emulation/edt.el (edt-electric-helpify):
5527         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5528         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5529         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5530         (cua-indent-to-global-mark-column):
5531         * calendar/diary-lib.el (calendar-mark-1):
5532         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5533         Use with-current-buffer.
5534         * emulation/viper.el (viper-delocalize-var): Use dolist.
5536 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5538         * comint.el (comint-replace-by-expanded-history-before-point):
5539         Replace !! with the previous input string literally (Bug#1795).
5541 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5543         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5544         to be made up of whitespace.
5546 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5548         * minibuffer.el (read-file-name): Don't use file dialogs for
5549         remote directories (Bug#99).
5551 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5553         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5555 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5557         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5558         instead of deleting the window or frame.
5560 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5562         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5563         Support face colors.
5565         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5566         New function.  Support face colors (Bug#1168).
5567         (tex-common-initialization): Use it.
5569         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5570         mode allows it (Bug#1168).
5572 2009-10-31  Juri Linkov  <juri@jurta.org>
5574         * facemenu.el (list-colors-display): Don't mark buffer as
5575         modified (Bug#3948).
5577 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5579         * international/mule-diag.el (list-character-sets-1): Minor
5580         message fix (Bug#3526).
5582         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5583         face property (Bug#4834).
5584         (etags-list-tags, etags-tags-apropos-additional)
5585         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5586         property.
5588         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5589         items.
5591         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5592         items.
5594         * cedet/ede.el (ede-minor-mode):
5595         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5597 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * textmodes/two-column.el (2C-split):
5600         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5601         * textmodes/tex-mode.el (tex-set-buffer-directory):
5602         * textmodes/spell.el (spell-region, spell-string):
5603         * textmodes/reftex.el (reftex-erase-buffer):
5604         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5605         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5606         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5607         (reftex-select-item):
5608         * textmodes/reftex-ref.el (reftex-label-info-update)
5609         (reftex-offer-label-menu):
5610         * textmodes/reftex-index.el (reftex-index-change-entry)
5611         (reftex-index-phrases-info):
5612         * textmodes/reftex-global.el (reftex-create-tags-file)
5613         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5614         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5615         (reftex-view-crossref-from-bibtex):
5616         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5617         (reftex-extract-bib-entries-from-thebibliography)
5618         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5619         * textmodes/refbib.el (r2b-capitalize-title):
5620         (r2b-convert-buffer, r2b-help):
5621         * textmodes/page-ext.el (pages-directory)
5622         (pages-directory-goto-with-mouse):
5623         * textmodes/bibtex.el (bibtex-validate-globally):
5624         * textmodes/bib-mode.el (bib-capitalize-title):
5625         * textmodes/artist.el (artist-clear-buffer, artist-system):
5626         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5627         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5628         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5629         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5630         (xscheme-send-control-g-interrupt, xscheme-start-process)
5631         (xscheme-process-sentinel, xscheme-cd):
5632         * progmodes/verilog-mode.el (verilog-read-always-signals)
5633         (verilog-set-define, verilog-getopt-file)
5634         (verilog-module-inside-filename-p):
5635         * progmodes/sh-script.el:
5636         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5637         (python-pdbtrack-grub-for-buffer, python-execute-file):
5638         * progmodes/octave-inf.el (inferior-octave):
5639         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5640         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5641         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5642         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5643         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5644         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5645         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5646         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5647         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5648         (idlwave-shell-examine-display, idlwave-shell-run-region)
5649         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5650         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5651         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5652         (idlwave-help-get-help-buffer):
5653         * progmodes/gud.el (gud-basic-call, gud-find-class)
5654         (gud-tooltip-activate-mouse-motions-if-enabled):
5655         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5656         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5657         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5658         (ebrowse-tags-next-file):
5659         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5660         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5661         (ebnf-eps-finish-and-write):
5662         * progmodes/cpp.el (cpp-edit-save):
5663         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5664         * progmodes/cc-defs.el (c-emacs-features):
5665         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5666         (antlr-directory-dependencies):
5667         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5668         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5669         (ada-find-any-references, ada-make-filename-from-adaname)
5670         (ada-make-body-gnatstub):
5671         * obsolete/rnews.el (news-list-news-groups):
5672         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5673         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5674         * net/rcirc.el (rcirc-debug):
5675         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5676         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5677         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5678         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5679         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5680         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5681         (newsticker--treeview-list-clear-highlight)
5682         (newsticker--treeview-list-update-highlight)
5683         (newsticker--treeview-list-highlight-start)
5684         (newsticker--treeview-tree-update-highlight)
5685         (newsticker--treeview-get-selected-item)
5686         (newsticker-treeview-mark-list-items-old)
5687         (newsticker--treeview-set-current-node):
5688         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5689         * net/newst-backend.el (newsticker--get-news-by-funcall)
5690         (newsticker--get-news-by-wget, newsticker--image-get)
5691         (newsticker--image-sentinel):
5692         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5693         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5694         (eudc-ph-close-session):
5695         * net/eudc.el (eudc-save-options):
5696         * language/thai-word.el (thai-update-word-table):
5697         * language/japan-util.el (japanese-string-conversion):
5698         * international/titdic-cnv.el (tsang-quick-converter)
5699         (ziranma-converter, ctlau-converter):
5700         * international/mule-cmds.el (describe-language-environment):
5701         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5702         (skkdic-convert-postfix, skkdic-convert-prefix):
5703         (skkdic-convert-okuri-nasi, skkdic-convert):
5704         * emacs-lisp/re-builder.el (reb-update-overlays):
5705         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5706         * emacs-lisp/gulp.el (gulp-send-requests):
5707         * emacs-lisp/find-gc.el (trace-call-tree):
5708         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5709         (eieio-describe-generic):
5710         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5711         * emacs-lisp/edebug.el (edebug-outside-excursion):
5712         * emacs-lisp/debug.el (debugger-make-xrefs):
5713         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5714         * emacs-lisp/chart.el (chart-new-buffer):
5715         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5716         Use with-current-buffer.
5717         * textmodes/artist.el (artist-system): Don't call
5718         copy-sequence on a fresh string.
5719         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5721 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5723         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5724         is no item to edit.  (Bug#4820)
5725         (todo-top-priorities): Restore point and restore narrowing in Todo
5726         buffer.  (Bug#4820)
5728 2009-10-31  Glenn Morris  <rgm@gnu.org>
5730         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5731         (comint-last-output-start, comint-last-input-start)
5732         (comint-last-input-end): Don't defvar when compiling.
5733         (ange-ftp-process-file): Use bound-and-true-p.
5735         * pcmpl-rpm.el (top-level): Move provide statement to end.
5736         (pcmpl-rpm): Remove unused custom group.
5738         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5740         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5742         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5743         (byte-compile-warnings): Add `constants' as an option.
5744         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5745         (display-call-tree): Update for byte-compile-fdefinition possibly
5746         returning `(macro lambda ...)'.  (Bug#4778)
5747         (byte-compile-variable-ref, byte-compile-setq-default):
5748         Respect `constants' member of byte-compile-warnings.
5750         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5751         Use mapc rather than mapcar because the return value is never used.
5753         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5754         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5755         * cedet/semantic/html.el:
5756         Suppress harmless warnings about setting up semantic-imenu (not
5757         part of Emacs) variables.
5759 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5762         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5763         to "submit:".
5765         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5766         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5767         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5768         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5769         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5770         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5771         (semantic-analyzer-debug-global-symbol)
5772         (semantic-analyzer-debug-missing-innertype)
5773         (semantic-analyzer-debug-insert-include-summary):
5774         * cedet/semantic/util.el (semantic-file-tag-table):
5775         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5776         (semantic-recursive-find-nonterminal-by-name):
5777         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5778         * cedet/semantic/tag-file.el (semantic-prototype-file):
5779         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5780         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5781         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5782         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5783         (semantic-idle-summary-maybe-highlight):
5784         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5785         (semantic-ia-sb-tag-info):
5786         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5787         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5788         * cedet/semantic/ede-grammar.el (project-compile-target):
5789         (ede-proj-makefile-insert-variables):
5790         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5791         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5792         (semantic-debug-mode, semantic-debug):
5793         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5794         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5795         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5796         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5797         (semanticdb-find-translate-path-includes--internal)
5798         (semanticdb-reset-log, semanticdb-find-log-activity):
5799         * cedet/semantic/db-file.el (object-write):
5800         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5801         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5802         (semanticdb-create-ebrowse-database):
5803         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5804         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5805         (semantic-collector-calculate-completions-raw)
5806         (semantic-complete-read-tag-analyzer):
5807         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5808         * cedet/ede/util.el (ede-update-version-in-source):
5809         * cedet/ede/proj.el (project-delete-target):
5810         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5811         (ede-proj-flush-autoconf):
5812         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5813         (ede-proj-configure-synchronize):
5814         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5815         * cedet/ede/linux.el (ede-linux-version):
5816         * cedet/ede/emacs.el (ede-emacs-version):
5817         * cedet/ede/dired.el (ede-dired-add-to-target):
5818         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5819         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5820         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5821         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5822         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5823         (cedet-idutils-version-check):
5824         * cedet/cedet-global.el (cedet-gnu-global-call):
5825         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5826         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5827         * cedet/cedet-cscope.el (cedet-cscope-call)
5828         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5829         Use with-current-buffer.
5830         * cedet/ede.el (ede-make-project-local-variable)
5831         (ede-set-project-variables, ede-set): Use dolist.
5833 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5835         * textmodes/ispell.el (ispell-skip-region-alist):
5836         * international/mule-conf.el (eight-bit):
5837         * international/fontset.el (font-encoding-alist):
5838         * startup.el (pure-space-overflow-message):
5839         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5840         * paths.el (gnus-nntp-service, rmail-spool-directory)
5841         (term-file-prefix):
5842         * files.el (save-some-buffers-action-alist):
5843         * cmuscheme.el (same-window-buffer-names):
5844         * ielm.el (same-window-buffer-names):
5845         * shell.el (same-window-buffer-names):
5846         * mail/sendmail.el (same-window-buffer-names):
5847         * progmodes/inf-lisp.el (same-window-buffer-names):
5848         * bindings.el (mode-line-client)
5849         (mode-line-column-line-number-mode-map):
5850         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5851         (tibetan-precomposed-regexp): Purecopy string arguments.
5853 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5855         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5856         (calcDigit-nondigit):
5857         * calc/calc-yank.el (calc-copy-to-buffer):
5858         * calc/calc-units.el (calc-invalidate-units-table):
5859         * calc/calc-trail.el (calc-trail-yank):
5860         * calc/calc-store.el (calc-insert-variables):
5861         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5862         * calc/calc-prog.el (calc-read-parse-table):
5863         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5864         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5865         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5866         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5867         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5868         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5869         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5870         * calc/calc-ext.el (calc-realign):
5871         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5872         (calc-embedded-finish-edit, calc-embedded-make-info)
5873         (calc-embedded-finish-command, calc-embedded-stack-change):
5874         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5876         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5877         (overload-docstring-extension): Use that info.
5878         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5879         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5880         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5881         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5882         (semantic-nonterminal-full-name): Add the new `when' info.
5883         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5884         `assert'.
5886         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5887         shell-dynamic-complete-filename in preference to
5888         comint-dynamic-complete-filename.
5890         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5891         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5892         Don't consider whether the display supports colors.
5893         (bookmark-import-new-list): Use dolist.
5894         (bookmark-bmenu-mode-map): Move initialization into declaration.
5895         (bookmark-bmenu-list): Use dolist, simplify.
5896         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5897         (menu-bar-final-items): Use push.
5899 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5901         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5902         it works on remote files.
5903         (vc-hg-diff): Don't pass any `--cwd' argument.
5905 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5907         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5908         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5909         (Further to Bug#3921).
5911 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5913         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5914         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5915         calling `tramp-imap-put-file'.  Add file size to the call.
5916         (tramp-imap-get-file-entries): Compute also user name, file size,
5917         and date.
5918         (tramp-imap-handle-insert-directory): Insert uid and gid.
5919         (tramp-imap-handle-file-attributes): Transform uid and gid
5920         according to `id-format'.
5921         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5922         size in header X-Size.
5924 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5926         * simple.el (transpose-subr): Give clearer error when the mark
5927         is not set.  (Bug#4807)
5929 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5931         * net/tramp.el (tramp-perl-file-truename): New defconst.
5932         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5933         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5934         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5935         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5937         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5938         Ignore `dired-call-process'.
5939         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5941 2009-10-26  Julian Scheid  <julians37@gmail.com>
5943         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5944         (tramp-get-remote-readlink): New defun.
5945         (tramp-handle-file-truename): Use it.
5946         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5947         file exists if cache value present.
5948         (tramp-check-cached-permissions): New defun.
5949         (tramp-handle-file-readable-p): Use it.
5950         (tramp-handle-file-writable-p): Likewise.
5951         (tramp-handle-file-executable-p): Likewise.
5952         (tramp-handle-file-name-all-completions): Try using Perl to get
5953         partial completions.  When perl not available, combine `cd' and
5954         `ls' into single remote operation and use shell expansion to get
5955         partial remote directory contents.  Set `file-exists-p' cache for
5956         directory and any files returned by ls.  Change cache handling to
5957         support partial directory contents.  Use error message emitted by
5958         remote `cd' or Perl code for local tramp-error.
5959         (tramp-do-copy-or-rename-file-directly): Avoid separate
5960         tramp-send-command-and-check call.
5961         (tramp-handle-process-file): Merge three remote ops into one.
5962         Do not flush all caches when `process-file-side-effects' is set.
5963         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5964         file-attributes shows uid/gid to be set already.
5966 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5968         * textmodes/tex-mode.el (tex-dvi-view-command)
5969         (tex-show-queue-command, tex-open-quote):
5970         * progmodes/ruby-mode.el (auto-mode-alist)
5971         (interpreter-mode-alist): Purecopy strings.
5973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5975         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5976         string for the hook, keymap and abbrev table.
5978         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5980         * x-dnd.el (x-dnd-xdnd-to-action):
5981         * startup.el (fancy-startup-text, fancy-about-text): Change to
5982         defconst from defvar.
5984         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5986         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5987         Purecopy initialization strings.
5989         * mail/sendmail.el (mail-header-separator)
5990         (mail-personal-alias-file):
5991         * mail/rmail.el (rmail-default-dont-reply-to-names)
5992         (rmail-ignored-headers, rmail-retry-ignored-headers)
5993         (rmail-highlighted-headers, rmail-secondary-file-directory)
5994         (rmail-secondary-file-regexp):
5995         * files.el (null-device, file-name-invalid-regexp)
5996         (locate-dominating-stop-dir-regexp)
5997         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5998         (interpreter-mode-alist): Use mapcar instead of mapc.
6000         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6002         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6003         (completion-ignored-extensions):
6004         (debug-ignored-errors): Purecopy strings.
6006 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6009         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6010         (pcomplete--here): Use push.
6012         * subr.el (all-completions): Declare the 4th arg obsolete.
6014 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6017         (pcomplete-unquote-argument): New function.
6018         (pcomplete--common-suffix): Always pay attention to case.
6019         (pcomplete--table-subvert): Quote and unquote the text.
6020         (pcomplete--common-quoted-suffix): New function.
6021         (pcomplete-std-complete): Use it and pcomplete-begin.
6023         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6024         we're inside a dedicated or minibuffer window.
6026 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * cedet/semantic/fw.el (semantic-alias-obsolete)
6029         (semantic-varalias-obsolete): Make the `when' arg mandatory.
6030         (define-mode-overload-implementation):
6031         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6032         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6033         * cedet/semantic/util.el (semantic-file-token-stream)
6034         (semantic-something-to-stream):
6035         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6036         (semantic-expand-nonterminal):
6037         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6038         (semantic-find-dependency, semantic-find-nonterminal)
6039         (semantic-find-dependency):
6040         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6041         (semantic-flex-text, semantic-flex-make-keyword-table)
6042         (semantic-flex-keyword-p, semantic-flex-keyword-put)
6043         (semantic-flex-keyword-get, semantic-flex-map-keywords)
6044         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6045         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6046         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6047         (semantic-after-idle-scheduler-reparse-hooks):
6048         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6049         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6050         * cedet/semantic.el (semantic-toplevel-bovine-table)
6051         (semantic-toplevel-bovine-cache)
6052         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6053         (semantic-init-mode-hooks, semantic-init-db-hooks)
6054         (semantic-bovination-working-type): Provide the `when' arg.
6056 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6058         * bookmark.el: Update documentation, especially documentation
6059         of `bookmark-alist' and of the bookmark file format.
6060         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6062 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6064         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6065         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6066         window to buffer.
6068         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6069         (global-whitespace-mode, global-whitespace-newline-mode)
6070         (whitespace-toggle-options, global-whitespace-toggle-options):
6071         Doc fix (Bug#3660).
6073         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6074         of xmltok-start before the end tag was inserted (Bug#2840).
6076         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6077         patterns that are preceded by an open-paren (Bug#1320).
6079 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6081         * files.el (delete-directory): Delete symlinks to directories with
6082         delete-file (Bug#4739).
6084 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6086         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6087         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6088         argument to make-obsolete.
6090         * cedet/semantic/fw.el (semantic-alias-obsolete)
6091         (semantic-varalias-obsolete): Add optional WHEN argument.
6093 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6095         * vc.el (vc-backend-for-registration): Rename from
6096         vc-get-backend-for-registration.  Update callers.
6098         * international/mule-cmds.el (set-language-info-alist):
6099         Purecopy lang-env.
6100         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6101         (charset): Purecopy the name.
6102         (define-char-code-property): Purecopy string arguments.
6104         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6105         Purecopy string arguments.
6107         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6108         * ediff-hook.el (menu-bar-ediff-menu):
6109         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6110         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6112 2009-10-24  Glenn Morris  <rgm@gnu.org>
6114         * comint.el (comint-dynamic-list-completions):
6115         * term.el (term-dynamic-list-completions): Use choose-completion rather
6116         than obsolete alias mouse-choose-completion.
6118         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6119         file-cache-choose-completion.
6120         (file-cache-choose-completion): Handle an optional event argument.
6121         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6123         * progmodes/octave-mod.el (octave-complete-symbol):
6124         Use choose-completion if mouse-choose-completion is ever removed.
6126         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6127         use.
6129         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6130         compiler.
6132         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6134 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6136         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6137         Ignore `pred' now that we receive one.
6138         Handle test-completion specially.
6140 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6142         * vc.el (vc-responsible-backend): Throw an error if not backend is
6143         found.  Remove the REGISTER argument.  Move the code dealing with
6144         REGISTER ...
6145         (vc-get-backend-for-registration): ... here.  New function.
6146         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6147         of vc-responsible-backend, pass the file name instead of the
6148         directory name.
6150 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6153         New funs.
6154         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6155         (pcomplete-comint-setup): Don't modify a global var via
6156         accidental side-effects.
6157         (pcomplete-shell-setup): Adjust call accordingly.
6158         (pcomplete-parse-comint-arguments): Use push.
6160 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6162         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6163         Allow uncapitalized info node names (Bug#3921).
6165         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6166         to the DEBUG file (Bug#3781).
6168 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6170         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6171         dictionary entry (Bug#4579).
6173 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6175         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6176         from `rfn-eshadow-update-overlay-hook' when unloading.
6177         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6178         "rsyncc".  Adjust doc string.
6179         (tramp-temp-buffer-file-name): New buffer-local defvar.
6180         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6181         Keep temporary file when indicated by method ("rsync" and
6182         "rsyncc").
6183         (tramp-handle-write-region): Handle APPEND.
6184         (tramp-delete-temp-file-function): New defun.  Added to
6185         `kill-buffer-hook'.
6187 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6189         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6191 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6193         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6194         (color-name-rgb-alist, tty-standard-colors)
6195         (tty-color-mode-alist): Change to defconst.
6197         * simple.el (mark-inactive): Purecopy message.
6199         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6200         (global-map, yank-menu):
6201         * textmodes/ispell.el (ispell-menu-map):
6202         * net/eudc.el (eudc-tools-menu):
6203         * international/mule-cmds.el (describe-language-environment-map)
6204         (setup-language-environment-map, set-coding-system-map)
6205         (mule-menu-keymap):
6206         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6207         * replace.el (occur-mode-map):
6208         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6210 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6212         * calc/calc.el (math-read-number, math-read-number-simple): Use
6213         `save-match-data'.
6215 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6218         rather than fiddling with global-map bindings, since it should only
6219         affect per-terminal settings.
6220         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6222         * minibuffer.el (completion-table-with-terminator): Allow to specify
6223         the terminator-regexp.
6225         * simple.el (switch-to-completions): Look for *Completions* in other
6226         frames as well.
6228         * pcomplete.el: Allow the use of completion-tables.
6229         (pcomplete-std-complete): New command.
6230         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6231         (pcomplete--here): Use a function for `form' rather than an expression,
6232         so it can be byte-compiled.
6233         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6234         Add edebug declaration.
6235         (pcomplete-show-completions): Remove unused var `curbuf'.
6236         (pcomplete-do-complete, pcomplete-stub):
6237         Don't assume `completions' is a list of strings any more.
6239 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6241         * find-dired.el (find-name-arg): Fix typo in docstring.
6243 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6246         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6248         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6249         pcomplete-entries.
6251         * comint.el (comint-read-input-ring, comint-write-input-ring)
6252         (comint-substitute-in-file-name)
6253         (comint-dynamic-complete-as-filename)
6254         (comint-dynamic-simple-complete)
6255         (comint-dynamic-list-filename-completions)
6256         (comint-dynamic-list-completions)
6257         (comint-redirect-results-list-from-process): Minor simplifications.
6259 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6261         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6262         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6263         the first form.  And insert a blank line after ";;; Code" since
6264         that's usual style.  (Bug#4612)
6266         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6268 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         * minibuffer.el (completion-table-with-terminator): Properly implement
6271         boundaries, in case `terminator' appears in the suffix.
6272         (completion--embedded-envvar-table): Don't return boundaries if
6273         there's no valid completion.  Simplify.
6274         (completion-file-name-table): New completion table extracted from
6275         completion--file-name-table.
6276         (completion--file-name-table): Use it.
6277         (read-file-name-predicate): Declare obsolete.
6278         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6279         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6280         completion-file-name-table, and use the `pred' argument.
6281         * files.el (locate-file-completion-table): Use the `pred' arg rather
6282         than read-file-name-predicate.
6283         (abbreviate-file-name): Use \` rather than ^ for BOS.
6285 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6287         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6288         vc-responsible-backend to register, it causes problems.
6290 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6294 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6296         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6297         (semantic-c-debug-mode-init-pch): New functions.
6298         (semantic-c-debug-mode-init-last-mode): New var.
6299         (semantic-c-parse-lexical-token): Use them.
6301         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6302         When extracting the argument list, limit only by point-max.
6304 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6306         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6307         (tramp-smb-handle-file-attributes): Use it.
6308         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6309         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6310         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6311         Add `dired-filename' text properties.
6312         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6313         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6314         version.
6316 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * subr.el (read-key-delay): Reduce to 0.01.
6319         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6320         (bug#4751).
6322 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6324         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6326         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6327         (Info-menu): Remove unused vars `last' and `completions'.
6328         (Info-index-nodes): Remove unused var `node'.
6330         * info.el (Info-complete-menu-item): Use complete-with-action.
6332 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6334         Make vc-annotate work through copies and renames.
6335         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6336         Return the file name too.
6337         (vc-annotate-revision-at-line)
6338         (vc-annotate-find-revision-at-line)
6339         (vc-annotate-revision-previous-to-line)
6340         (vc-annotate-show-log-revision-at-line): Update to get the file
6341         name from vc-annotate-extract-revision-at-line.
6342         (vc-annotate-show-diff-revision-at-line-internal): Change the
6343         argument to mean whether to show a file diff or not.  Get the file
6344         name from vc-annotate-extract-revision-at-line.
6345         (vc-annotate-show-diff-revision-at-line):
6346         Update vc-annotate-show-diff-revision-at-line call.
6347         (vc-annotate-warp-revision): Add an optional file argument.
6349         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6350         (vc-git-annotate-extract-revision-at-line): Also return the file
6351         name if found.
6353         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6354         command.  Remove unused code.
6355         (vc-hg-annotate-re): Update to match --follow output.
6356         (vc-hg-annotate-extract-revision-at-line): Also return the file
6357         name if found.
6359         * vc.el: Update annotate-extract-revision-at-line documentation.
6361 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6363         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6364         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6366         * net/browse-url.el (browse-url): Identify alist with "consp and
6367         not functionp" and let all other things go down the `apply' leg,
6368         as suggested by Stefan.  (Further to bug#4531.)
6370 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6372         * minibuffer.el (read-file-name): Check for repeat before putting
6373         a default argument in file-name-history (Bug#4657).
6375         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6376         read syntax (Bug#4737).
6378         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6380 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6382         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6383         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6384         entries and make note of obsolete tags.
6386 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6390 2009-10-18  Glenn Morris  <rgm@gnu.org>
6392         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6393         grep, so that binary files (eg international/uni-bidi.el) can match.
6394         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6395         now, and in any case the file header format has changed.
6397 2009-10-17  Glenn Morris  <rgm@gnu.org>
6399         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6400         (flyspell-get-word, flyspell-large-region)
6401         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6403 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6405         * Makefile.in (ELCFILES): Add ede/shell.
6407 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6409         * term/common-win.el (x-colors): Purecopy it.
6411 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6413         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6414         permissive for when the buffer is empty.
6415         (tar-header-block-tokenize): Decode the username and groupname.
6416         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6418 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6420         * cedet/srecode/srt.el:
6421         * cedet/srecode/compile.el:
6422         * cedet/semantic/mru-bookmark.el:
6423         * cedet/semantic/debug.el:
6424         * cedet/semantic/complete.el:
6425         * cedet/semantic/analyze.el: Require CL when compiling.
6427 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6429         * cedet/semantic/scope.el
6430         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6431         tmpscope so that the regular scope will continue to work.
6433         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6434         Use semantic-idle-summary-highlight-face as the highlighting.
6436         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6437         contains multibyte characters, choose first applicable coding
6438         system automatically.
6440         * cedet/ede/project-am.el (project-run-target): New method.
6441         (project-run-target): New method.
6443         * cedet/ede.el (ede-target): Add run target menu item.
6444         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6445         (ede-run-target): New function.
6446         (ede-target::project-run-target): New method.
6448         * cedet/ede/proj.el (project-run-target): New method.
6450         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6451         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6452         Add :rules.
6453         (ede-proj-target-makefile-shared-object): Only libtool compilers
6454         now available.  Add linkers for libtool.
6455         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6456         (ede-proj-makefile-target-name): Always use .la extension.
6458         * cedet/ede/proj-prog.el (project-run-target): New method.
6460         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6461         (ede-g++-linker): Change Change link lines.
6463         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6464         When searching for old variables, go to the end of the buffer and
6465         search backward from there.
6466         (ede-proj-makefile-automake-insert-subdirs)
6467         (ede-proj-makefile-automake-insert-extradist): New methods.
6468         (ede-proj-makefile-create): Use them.
6470         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6471         Force FILE to expand to the current target.  Use file-exists-p to
6472         check that it exists.
6474         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6475         (ede-linux-load): Wrap dir in file-name-as-directory.
6476         Set :version slot.
6478         * cedet/ede/files.el (ede-get-locator-object): When enabling
6479         locate, do so on "top".
6481         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6482         file-name-as-directory during compare.
6483         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6484         Get version number from different places.  Don't call egrep.
6485         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6486         to set the directory.
6488         * cedet/ede/shell.el: New file.
6490         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6491         alpha/beta variants.
6493 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * international/mule-cmds.el (select-safe-coding-system): If the file
6496         has a coding cookie, use it regardless of any other setting (bug#4712).
6498 2009-10-17  Glenn Morris  <rgm@gnu.org>
6500         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6501         All errors should have messages.
6503         * foldout.el (foldout-mouse-swallow-events):
6504         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6506         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6507         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6508         (dired-keep-marker-symlink, dired-dwim-target)
6509         (dired-copy-preserve-time): Do not autoload these defcustoms.
6511         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6512         messages from messing up the file coding.  (Bug#4623)
6514 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6516         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6517         if no match is found for the current dictionary.  (Bug#4578)
6519         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6520         optional, since that is how it is documented, and this is often called
6521         with a nil argument.  (Bug#4577)
6522         (flyspell-external-point-words, flyspell-auto-correct-word)
6523         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6524         (flyspell-word-search-backward): Remove nil argument in calls to
6525         flyspell-get-word, since it is not needed now.
6527 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6529         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6531 2009-10-16  Glenn Morris  <rgm@gnu.org>
6533         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6535 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6537         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6538         (ange-ftp-file-size): New function.
6539         (ange-ftp-file-attributes): Use it.
6541 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6543         * net/tramp-smb.el (tramp-smb-version): New defvar.
6544         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6545         repeated checks.
6547 2009-10-16  Glenn Morris  <rgm@gnu.org>
6549         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6550         Maybe copy some custom properties from old to new name.  (Bug#4706)
6552 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6554         * subr.el (error, sit-for, start-process-shell-command)
6555         (start-file-process-shell-command): Set the calling convention
6556         after the function definition.
6558 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6560         * subr.el (error, sit-for, start-process-shell-command)
6561         (start-file-process-shell-command): Use the new
6562         set-advertised-calling-convention feature.
6564 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6566         * international/ucs-normalize.el (ucs-normalize-version):
6567         Change to 1.2.
6568         (check-range): Adjust for Unicode 5.2.
6570 2009-10-15  Juri Linkov  <juri@jurta.org>
6572         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6573         to the `menu-item' format.
6575 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6577         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6578         if the environment variable does not exist.
6580         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6581         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6582         parameter.
6583         (tramp-smb-handle-add-name-to-file)
6584         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6585         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6586         (tramp-smb-handle-file-attributes)
6587         (tramp-smb-do-file-attributes-with-stat)
6588         (tramp-smb-handle-file-local-copy)
6589         (tramp-smb-handle-insert-directory)
6590         (tramp-smb-handle-make-directory)
6591         (tramp-smb-handle-make-directory-internal)
6592         (tramp-smb-handle-make-symbolic-link)
6593         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6594         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6595         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6596         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6597         Handle long file names.
6598         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6599         process is running.
6600         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6601         Read share names with "-g" option.
6603 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6605         * net/rcirc.el (rcirc-view-log-file): New command.
6606         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6607         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6608         specified.
6610 2009-10-15  Glenn Morris  <rgm@gnu.org>
6612         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6613         from the second command-line argument.
6614         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6615         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6616         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6617         w32-batch-update-autoloads.
6618         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6619         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6621         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6622         the headers cannot be located.  Simplify, subtracting superflous
6623         save-excursions.
6625 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6627         Replace completion-base-size by completion-base-position to fix bugs
6628         such as (bug#4699).
6629         * simple.el (completion-base-position): New var.
6630         (completion-base-size): Mark as obsolete.
6631         (choose-completion): Make it work for mouse events as well.
6632         Pass the new base-position to choose-completion-string.
6633         (choose-completion-guess-base-position): New function, extracted from
6634         choose-completion-delete-max-match.
6635         (choose-completion-delete-max-match): Use it.  Make obsolete.
6636         (choose-completion-string): Use the new base-position info.
6637         (completion-root-regexp): Delete.
6638         (completion-setup-function): Preserve completion-base-position.
6639         Eliminate obsolete base-size manipulation.
6640         * minibuffer.el (display-completion-list): Don't mess with base-size.
6641         (minibuffer-completion-help): Set completion-base-position instead.
6642         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6643         choose-completion.
6644         * textmodes/bibtex.el (bibtex-complete):
6645         * emacs-lisp/crm.el (crm--choose-completion-string):
6646         Adjust to new calling convention.
6647         * complete.el (partial-completion-mode): Use minibufferp to avoid
6648         bumping into incompatible change to choose-completion-string-functions.
6649         * ido.el (ido-choose-completion-string): Make its calling convention
6650         more permissive.
6651         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6652         base-size manipulation.
6653         (comint-dynamic-list-input-ring): Use dotimes and push.
6654         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6655         fundamental-mode.  Use `or'.
6657 2009-10-14  Juri Linkov  <juri@jurta.org>
6659         * misearch.el (multi-isearch-next-buffer-from-list)
6660         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6662 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6665         `bytecomp.el'.
6667         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6668         string we return is all made up of text from the completions rather
6669         than part from the completions and part from the input (bug#4219).
6671         * ido.el (ido-everywhere): Use define-minor-mode.
6673         * buff-menu.el (list-buffers, ctl-x-map):
6674         Mark the entry points with ;;;###autoload cookies.
6676 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6678         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6679         correctly in the detached head case.
6680         (vc-git-print-log): Remove unused binding.
6682         * vc.el (vc-responsible-backend): When a directory is passed for
6683         for registration create a VC repository if no backend is
6684         responsible for the directory argument.
6685         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6687         * vc.el: Move comments about RCS and SCCS ...
6688         * vc-rcs.el:
6689         * vc-sccs.el: ... here, respectively.
6691 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6693         * minibuffer.el (completion--file-name-table): Return nil if there's
6694         no file completion, even if substitute-in-file-name changed
6695         the string (bug#4708).
6697 2009-10-13  Juri Linkov  <juri@jurta.org>
6699         * files-x.el (read-file-local-variable-value): Don't filter out
6700         minor modes from mode name completion (bug#4664).
6702 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6704         * international/mule-cmds.el (ucs-names): Remove exclusion of
6705         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6707 2009-10-13  Kenichi Handa  <handa@m17n.org>
6709         * international/uni-name.el: Regenerated.
6711 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6713         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6714         should be automatically buffer-local, but isn't.)
6716 2009-10-12  Sam Steingold  <sds@gnu.org>
6718         * progmodes/compile.el (compilation-next-error-function): Fix the
6719         timestamps if the buffer has been visited before.
6720         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6721         non-anchored patterns, like the perl one (bug#3928).
6723 2009-10-12  Glenn Morris  <rgm@gnu.org>
6725         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6726         Let-bind `size'.
6728 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6730         * proced.el (proced-unload-function): New function.
6732         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6733         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6734         Doc fix.
6736         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6738 2009-10-11  Juri Linkov  <juri@jurta.org>
6740         * files-x.el (read-file-local-variable-value):
6741         Provide default value only for bound variables (bug#4664).
6743 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6745         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6746         connection methods like smb.
6748         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6749         can be empty.
6751         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6752         (tramp-smb-file-name-handler-alist): Add handlers for
6753         `add-name-to-file', `make-symbolic-link'.
6754         (tramp-smb-handle-add-name-to-file)
6755         (tramp-smb-do-file-attributes-with-stat)
6756         (tramp-smb-handle-make-symbolic-link)
6757         (tramp-smb-get-cifs-capabilities): New defuns.
6758         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6759         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6760         (tramp-smb-handle-file-local-copy)
6761         (tramp-smb-handle-make-directory-internal)
6762         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6763         The file name syntax depends on cifs capabilities.
6764         (tramp-smb-handle-file-attributes):
6765         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6766         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6767         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6769 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6771         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6772         (eieio-defclass): Apply deftype handler and setf-method properties
6773         directly.
6774         (eieio-add-new-slot): Avoid union function from cl library.
6775         (eieio--typep): New function.
6776         (eieio-perform-slot-validation): Use it.
6778 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6780         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6781         Update documentation to refer to the variables documented in r1.135.
6782         (Bug#4188)
6784 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6786         * bookmark.el (Info-suffix-list): Remove this unused variable.
6787         (bookmark-current-point): Remove this obsolete variable.
6788         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6789         Adjust for removal of bookmark-current-point.
6791         (bookmarks-already-loaded, bookmark-current-buffer)
6792         (bookmark-yank-point): Document.  (Bug#4188)
6794 2009-10-10  Glenn Morris  <rgm@gnu.org>
6796         * frame.el (frame-height): Doc fix.
6798         * calendar/calendar.el (calendar-split-width-threshold): New option.
6799         (calendar-basic-setup): Use calendar-split-width-threshold.
6801 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6803         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6804         Use .la for Automake.
6806 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6808         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6809         Use "autoreconf -i".  Suggested by Andreas Schwab.
6811 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6813         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6814         Ideographic Supplement" range (U+1F200..U+1F2FF).
6816 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6818         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6819         since the list will have been rebuilt anyway.  (Bug#4349)
6821 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6823         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6824         (bookmark-bmenu-execute-deletions): Don't save here, as
6825         bookmark-delete will now do so if necessary.
6826         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6827         (Bug#4348)
6829 2009-10-09  Glenn Morris  <rgm@gnu.org>
6831         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6833 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6835         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6836         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6837         argument now, so the two function's behaviors will match.  (Bug#3645)
6839 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6841         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6842         Fix filename test.
6843         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6844         to expand file names.
6846 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6848         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6849         (tramp-file-name-real-host, tramp-file-name-port):
6850         Apply `save-match-data'.
6852         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6853         case both directories are remote.
6854         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6855         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6857 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6859         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6860         (ede-proj-target-makefile-objectcode): Use it.
6862         * cedet/ede/source.el (ede-want-any-source-files-p)
6863         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6864         Return search result.  This error was introduced while merging.
6866 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6868         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6870 2009-10-07  Glenn Morris  <rgm@gnu.org>
6872         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6873         of concat.
6875 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * files-x.el (read-file-local-variable): Include some
6878         non-user-variables in the completion table (bug#4664).
6880 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6882         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6883         message.
6885         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6886         (tramp-smb-file-name-handler-alist): Add handler for
6887         `copy-directory', `expand-file-name', `set-file-modes'.
6888         (tramp-smb-handle-copy-directory)
6889         (tramp-smb-handle-expand-file-name)
6890         (tramp-smb-handle-set-file-modes): New defuns.
6891         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6892         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6893         entry.
6894         (tramp-smb-handle-insert-directory): Don't flush the cache.
6895         (tramp-smb-maybe-open-connection): Check for samba client and
6896         server versions.
6898 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6900         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6901         to not error out of search for "^lisp=" fails.
6903 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6905         * makefile.w32-in (WINS_UPDATES): New macro.
6906         (custom-deps, finder-data, autoloads): Use it.
6908 2009-10-07  Glenn Morris  <rgm@gnu.org>
6910         * Makefile.in (autoloads): Revert previous change.
6911         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6912         the list of preloaded files passed on the command-line, get
6913         it from src/Makefile.
6915         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6916         show the original buffer rather than a random one.
6918 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6920         * help.el (describe-no-warranty): Place point in a slightly better
6921         position in the GPLv3 text.
6923 2009-10-06  Sam Steingold  <sds@gnu.org>
6925         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6926         the comm attribute is present before calling regexp-quote.
6928 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6930         * play/animate.el (animate-string): For good effect, make sure
6931         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6933         * play/animate.el (animate-sequence, animate-birthday-present):
6934         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6936 2009-10-06  Glenn Morris  <rgm@gnu.org>
6938         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6940         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6941         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6942         (batch-update-autoloads): Process a string value of autoload-excludes,
6943         set during the build process.
6944         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6946         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6947         inside with-parsed...  macro so that `v' is defined.
6949         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6950         * progmodes/fortran.el (fortran-end-of-block)
6951         (fortran-beginning-of-block):
6952         Also push mark in the macro case.
6954         * emerge.el (emerge-show-file-name):
6955         * calc/calc.el (calc-quit):
6956         * calc/calc-misc.el (calc-big-or-small):
6957         * calc/calc-graph.el (calc-graph-view):
6958         * calc/calc-ext.el (calc-reset):
6959         * calendar/calendar.el (calendar-basic-setup):
6960         Use window-full-height-p.
6962         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6963         header we don't understand, don't insert another.  (Bug#4624)
6964         If changing mime charset, insert the new one in the right place.
6966 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6968         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6969         (cal-tex-cursor-month): Correctly increment the end date for diary and
6970         holiday listing.  (Bug#4626)
6972 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * help-fns.el (describe-function-1): Don't burp if the function is not
6975         a symbol.
6977 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6979         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6980         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6981         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6982         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6984         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6985         (eieio-default-superclass): Reflow docstrings.
6986         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6987         (eieio-unbind-method-implementations, defmethod)
6988         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6989         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6990         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6991         (eieio-slot-originating-class-p, eieio-slot-name-index)
6992         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6993         (constructor, initialize-instance, no-next-method, object-print)
6994         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6995         Fix typos in docstrings.
6996         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6997         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6998         (next-method-p): Doc fixes.
6999         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7000         Fix typos in error messages.
7001         (eieio-defmethod): Fix typo in description of generic method.
7003         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7004         (eieio-persistent-save-interactive, slot-missing):
7005         Fix typos in docstrings.
7006         (eieio-instance-inheritor-slot-boundp): Doc fix.
7008         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7009         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7011         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7012         (eieio-custom-object-apply-reset):
7013         Fix typos in docstrings and error messages.
7015         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7016         Fix typo in docstring.
7018         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7019         (eieio-browse-tree): Doc fix.
7020         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7021         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7022         Fix typos in docstrings.
7024         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7025         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7026         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7027         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7028         Reflow docstrings.
7030 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7032         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7033         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7034         Set log-view-vc-backend so that diff can work.
7036         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7037         vc-version-diff.
7038         (vc-diff-internal): Autoload this instead of vc-version-diff.
7040 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7042         * simple.el (eval-expression): Doc fix.
7044         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7046 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7048         * files.el (directory-files-no-dot-files-regexp): New defconst.
7049         (delete-directory): Use it.
7050         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7052         * net/tramp.el (tramp-verbose): Fix docstring.
7053         (tramp-methods): Add recursive option to `tramp-copy-args'.
7054         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7055         "scp1_old", "scp2_old", "rsync", "rsyncc".
7056         (tramp-default-method): Check also for `auth-source-user-or-password'.
7057         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7058         Add handler for `copy-directory'.
7059         (tramp-handle-copy-directory): New defun.
7060         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7061         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7062         Optimize sent command.
7064 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7067         window if necessary.
7069         * calendar/calendar.el (calendar-basic-setup): Don't call
7070         switch-to-buffer in a dedicated window.
7072 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7074         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7075         don't do anything related to relocating, just return nil.
7076         (bookmark-error-no-filename): New error.
7077         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7078         bookmark has no file.  Don't even attempt to handle things that
7079         are not files; the whole point of custom handlers is to keep that
7080         knowledge elsewhere anyway.  Tighten some comments.
7081         (bookmark-file-or-variation-thereof): Remove now-unused function.
7082         (bookmark-location): Doc string fix.
7083         (Bug#4250)
7085 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7087         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7088         don't use a file dialog, because they usually don't know how to read
7089         a directory target from the user.  (Bug#4230)
7090         Also, make sure the prompt can display directories as well as files.
7092 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7094         * bookmark.el (bookmark-set, bookmark-buffer-name):
7095         Improve doc strings.  (Bug#1193)
7097 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7099         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7100         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7101         (bookmark-get-annotation, bookmark-set-annotation)
7102         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7103         (bookmark-set-position, bookmark-get-front-context-string)
7104         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7105         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7106         (bookmark-jump-other-window, bookmark-handle-bookmark)
7107         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7108         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7109         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7110         Improve doc strings to say whether bookmark can be a string or
7111         a record or both, and make other consistency and clarity fixes.
7112         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7113         (bookmark-default-annotation-text, bookmark-yank-word)
7114         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7115         (bookmark-import-new-list, bookmark-maybe-rename)
7116         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7117         (bookmark-bmenu-bookmark): Give these doc strings.
7118         (bookmark-bmenu-check-position): Give this a doc string, but also
7119         add a FIXME comment about how the function may be pointless.
7120         (bookmark-default-handler): Rework doc string and change a
7121         parameter name, to clarify that this takes a bookmark record
7122         not a bookmark name.
7123         (bookmark-set): Change a parameter name to indicate its meaning,
7124         and improve the doc string a bit.
7125         (Bug#4188)
7127 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7129         * bookmark.el (bookmark-alist): Document the new `handler' element
7130         in the param alist.
7131         (bookmark-make-record-function): Adjust documentation for above.
7132         (Bug#4193)
7134 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7136         * info.el (Info-bookmark-make-record): Document this function.
7137         (Info-bookmark-jump): Document with a doc string, not just a comment.
7138         (Bug#4203)
7140 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7142         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7143         (semantic-new-buffer-fcn): Call parser setup functions here.
7144         (semantic-mode): Don't call parser setup functions here, it's done
7145         in semantic-new-buffer-fcn now.
7146         (semantic-mode): Parse all existing buffers when enabled.
7148         * cedet/srecode/compile.el (srecode-compile-file):
7149         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7151 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7153         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7155         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7156         (proj-comp-insert-variable-once): New macro, renamed from
7157         ede-pmake-insert-variable-once in ede/pmake.edl.
7158         (ede-proj-makefile-insert-variables): Use it.
7160 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7162         * files.el (copy-directory): New defun.
7164         * dired-aux.el (dired-copy-file-recursive): Use it.
7166 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7168         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7169         (makefile-end-of-command):
7170         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7171         (semantic-end-of-context): Fix previous change.  Doc fixes.
7173 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7175         * files-x.el (modify-dir-local-variable)
7176         (copy-dir-locals-to-file-locals-prop-line):
7177         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7178         (makefile-end-of-command):
7179         * cedet/semantic/lex.el (semantic-lex-token):
7180         * cedet/semantic/analyze/fcn.el
7181         (semantic-analyze-dereference-metatype-1):
7182         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7183         (semantic-lex-cpp-undef):
7184         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7185         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7186         (semantic-end-of-context): Fix typos in docstrings.
7188         * recentf.el (recentf-unload-function): New function.
7190 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7192         * cedet/ede.el (ede-project-placeholder-cache-file):
7193         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7194         * cedet/srecode/map.el (srecode-map-save-file):
7195         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7197 2009-10-04  Glenn Morris  <rgm@gnu.org>
7199         * window.el (window-full-height-p): Add doc string.
7201 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7203         * window.el (window-full-height-p): New function.  (Bug#4543)
7205 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7207         * cedet/srecode/insert.el: Require srecode/args.
7209         * cedet/srecode/args.el: Require srecode/dictionary instead of
7210         srecode/insert.
7212         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7214         * files.el (auto-mode-alist): Add .srt and Project.ede.
7216         * cedet/semantic.el (semantic-mode):
7217         Handle srecode-template-mode-hook as well.
7218         (semantic-mode): Use js-mode-hook for Javascript hook.
7220         * cedet/srecode/template.el: Remove hook variable.
7222         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7224         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7225         projects exist.
7226         (ede-project-placeholder-cache-file): Default to a file in
7227         user-emacs-directory.
7229         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7230         templates in data-directory.
7231         (srecode-map-save-file): Default to a file in user-emacs-directory.
7233         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7234         directory.
7236 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7238         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7239         Doc fix.
7241         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7242         Only insert each variable once.
7244         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7245         (ede-pmake-insert-variable-shared): Use it.
7247         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7248         for lexical table iff table is nil.
7250 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7252         * vc.el: Remove commented out code.
7253         (vc-derived-from-dir-mode): Remove, unused.
7254         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7256 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7258         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7259         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7260         there could be recursive loading when `default-directory' is a
7261         remote file name.  (Bug#4614)
7263 2009-10-03  Glenn Morris  <rgm@gnu.org>
7265         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7266         the frame is wide.
7267         (calendar-generate-window): Test for shrinkability rather than width.
7269         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7270         declaration, currently false.
7272         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7273         reusing existing buffers, in case we happen to visit two files with the
7274         same basename.  (Bug#4593)
7276 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7278         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7279         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7280         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7281         subdirs of cedet as well.
7282         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7284 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7287         Obey advertised-signature-table.
7289         * help-fns.el (help-function-arglist): Don't check
7290         advertised-signature-table.
7291         (describe-function-1): Do it here instead so it also applies to subrs.
7293 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7295         * simple.el (start-file-process): Say in the doc-string, that file
7296         handlers might not support pty association, if PROGRAM is nil.
7298         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7299         HOST and USER are strings.  They are nil, when there are
7300         incomplete entries in ~/.netrc, for example.
7301         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7302         root directory ("device busy" error otherwise).
7304         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7305         Flush file properties of created directory.
7307 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7309         * makefile.w32-in (WINS_BASIC): Remove cedet.
7310         (WINS_CEDET): Add cedet.
7311         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7313 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7315         * net/browse-url.el (browse-url): Pass any symbol in
7316         browse-url-browser-function to `apply', since if you've mistakenly put
7317         an unbound symbol then the error is clearer.  (Bug#4531)
7319 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7321         * allout.el (allout-init, allout-back-to-current-heading)
7322         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7323         (allout-ascend, allout-up-current-level, allout-end-of-level)
7324         (allout-previous-visible-heading, allout-forward-current-level)
7325         (allout-backward-current-level, allout-show-children):
7326         * apropos.el (apropos-describe-plist):
7327         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7328         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7329         * completion.el (add-completion, add-permanent-completion):
7330         * descr-text.el (describe-text-category, describe-char):
7331         * desktop.el (desktop-lazy-abort):
7332         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7333         * dired.el (dired-build-subdir-alist):
7334         * ediff.el (ediff-version):
7335         * elide-head.el (elide-head, elide-head-show):
7336         * emerge.el (emerge-version):
7337         * env.el (getenv):
7338         * face-remap.el (variable-pitch-mode):
7339         * faces.el (describe-face):
7340         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7341         (dired-at-point):
7342         * files.el (find-file-existing, auto-save-mode):
7343         * font-lock.el (font-lock-fontify-buffer):
7344         * help-fns.el (describe-function, describe-variable)
7345         (describe-syntax, describe-categories):
7346         * help.el (view-lossage, describe-bindings, describe-key)
7347         (describe-mode):
7348         * hexl.el (hexl-current-address):
7349         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7350         * info.el (Info-goto-emacs-key-command-node):
7351         * log-edit.el (log-edit-insert-cvs-template)
7352         (log-edit-insert-cvs-rcstemplate):
7353         * menu-bar.el (menu-bar-mode):
7354         * mouse.el (mouse-appearance-menu):
7355         * newcomment.el (comment-indent-new-line):
7356         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7357         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7358         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7359         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7360         * recentf.el (recentf-mode):
7361         * savehist.el (savehist-mode, savehist-save):
7362         * shadowfile.el (shadow-copy-files):
7363         * simple.el (kill-ring-save, next-line, previous-line)
7364         (normal-erase-is-backspace-mode):
7365         * strokes.el (strokes-update-window-configuration)
7366         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7367         (strokes-xpm-for-stroke):
7368         * time.el (emacs-uptime, emacs-init-time):
7369         * tutorial.el (tutorial--describe-nonstandard-key)
7370         (tutorial--detailed-help):
7371         * type-break.el (type-break-mode)
7372         (type-break-mode-line-message-mode, type-break-query-mode)
7373         (type-break-guesstimate-keystroke-threshold):
7374         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7375         * version.el (emacs-version):
7376         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7377         * winner.el (winner-mode):
7378         * calendar/timeclock.el (timeclock-in, timeclock-out)
7379         (timeclock-status-string, timeclock-change)
7380         (timeclock-workday-remaining-string)
7381         (timeclock-workday-elapsed-string)
7382         (timeclock-when-to-leave-string):
7383         * calendar/todo-mode.el (todo-add-category):
7384         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7385         * emacs-lisp/autoload.el (update-file-autoloads):
7386         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7387         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7388         (checkdoc-message-text, checkdoc-defun):
7389         * emacs-lisp/debug.el (debugger-list-functions):
7390         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7391         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7392         (eieio-describe-generic):
7393         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7394         * emacs-lisp/shadow.el (list-load-path-shadows):
7395         * emulation/cua-base.el (cua-mode):
7396         * emulation/edt.el (edt-set-scroll-margins):
7397         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7398         (tpu-toggle-regexp, tpu-toggle-search-direction)
7399         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7400         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7401         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7402         (viper-set-parsing-style-toggling-macro)
7403         (viper-set-emacs-state-searchstyle-macros):
7404         * emulation/viper.el (viper-set-hooks):
7405         * eshell/esh-mode.el (eshell-truncate-buffer):
7406         * international/mule-cmds.el (prefer-coding-system)
7407         (describe-input-method, describe-language-environment):
7408         * international/mule-diag.el (list-character-sets)
7409         (describe-character-set, describe-coding-system)
7410         (describe-fontset, list-fontsets, list-input-methods):
7411         * mail/sendmail.el (mail-signature):
7412         * net/ange-ftp.el (ange-ftp-copy-file):
7413         * net/browse-url.el (browse-url):
7414         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7415         * net/quickurl.el (quickurl-add-url):
7416         * net/rcirc.el (names, topic):
7417         * net/xesam.el (xesam-mode):
7418         * play/5x5.el (5x5-new-game):
7419         * play/yow.el (apropos-zippy):
7420         * progmodes/ada-mode.el (ada-mode-version):
7421         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7422         (f90-end-of-block)
7423         (f90-beginning-of-block):
7424         * progmodes/fortran.el (fortran-end-of-block)
7425         (fortran-beginning-of-block):
7426         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7427         * progmodes/python.el (python-describe-symbol, python-shell):
7428         * term/ns-win.el (ns-print-buffer):
7429         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7430         * textmodes/flyspell.el (flyspell-mode-on):
7431         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7432         (pages-directory-for-addresses):
7433         * textmodes/table.el (table-recognize-cell)
7434         (table-query-dimension, table-generate-source)
7435         (table-insert-sequence, table--warn-incompatibility):
7436         * textmodes/tex-mode.el (tex-validate-buffer):
7437         * textmodes/texinfmt.el (texinfmt-version)
7438         (texinfo-format-buffer):
7439         Use `called-interactively-p' instead of `interactive-p'.
7441 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7443         * image-mode.el (image-toggle-display):
7444         * emacs-lisp/elp.el (elp-instrument-function):
7445         * emacs-lisp/advice.el (ad-make-advised-definition):
7446         * emacs-lisp/easy-mmode.el (define-minor-mode):
7447         * net/browse-url.el (browse-url-maybe-new-window):
7448         * progmodes/sh-script.el (sh-learn-buffer-indent):
7449         Pass new argument 'any to `called-interactively-p'.
7451 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7453         * international/uni-bidi.el:
7454         * international/uni-category.el:
7455         * international/uni-combining.el:
7456         * international/uni-comment.el:
7457         * international/uni-decimal.el:
7458         * international/uni-decomposition.el:
7459         * international/uni-digit.el:
7460         * international/uni-lowercase.el:
7461         * international/uni-mirrored.el:
7462         * international/uni-name.el:
7463         * international/uni-numeric.el:
7464         * international/uni-old-name.el:
7465         * international/uni-titlecase.el:
7466         * international/uni-uppercase.el:
7467         Regenerate from Unicode 5.2.0 data.
7469 2009-10-01  Glenn Morris  <rgm@gnu.org>
7471         * Makefile.in (ELCFILES): Regenerate.
7473 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * subr.el (interactive-p): Mark obsolete.
7476         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7477         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7478         advertised-signature-table for subroutines as well.
7480         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7481         (set-advertised-calling-convention): New function.
7482         (make-obsolete, define-obsolete-function-alias)
7483         (make-obsolete-variable, define-obsolete-variable-alias):
7484         Make the optional-ness of `when' obsolete.
7485         (define-obsolete-face-alias): Make `when' non-optional.
7486         * help-fns.el (help-function-arglist):
7487         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7488         Use advertised-signature-table.
7490 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7492         * files.el (delete-directory): New defun.  The original function
7493         in fileio.c has been renamed to `delete-directory-internal'.
7495         * dired.el (dired-delete-file): Call `delete-directory' with
7496         RECURSIVE parameter.
7498         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7499         parameter RECURSIVE.  Implementation is missing.
7501         * net/tramp.el (tramp-handle-make-directory): Flush upper
7502         directory's file properties.
7503         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7504         (tramp-handle-dired-recursive-delete-directory): Flush directory
7505         properties after the remove command only.
7507         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7508         Handle optional parameter RECURSIVE.
7510         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7511         Handle optional parameter RECURSIVE.
7513         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7514         connection timeout.
7515         (tramp-smb-handle-delete-directory): Handle optional parameter
7516         RECURSIVE.
7518 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7520         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7521         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7522         (byte-compile-defmacro): Use backquotes.
7524         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7526         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7527         has no associated file.
7528         (vc-resynch-buffer): Use vc-dir-buffers.
7530 2009-10-01  Glenn Morris  <rgm@gnu.org>
7532         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7533         (chart-file-count):
7534         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7535         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7536         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7537         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7538         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7539         (eieio-copy-parents-into-subclass, make-instance, class-children)
7540         (eieio-generic-form):
7541         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7542         * cedet/cedet-idutils.el (cedet-idutils-search)
7543         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7544         (cedet-idutils-version-check):
7545         * cedet/cedet.el (cedet-version):
7546         * cedet/data-debug.el (data-debug-insert-overlay-button)
7547         (data-debug-insert-overlay-list-button)
7548         (data-debug-insert-buffer-button)
7549         (data-debug-insert-buffer-list-button)
7550         (data-debug-insert-process-button, data-debug-insert-ring-button)
7551         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7552         (data-debug-insert-stuff-vector-button)
7553         (data-debug-insert-symbol-button, data-debug-insert-string)
7554         (data-debug-insert-number, data-debug-insert-lambda-expression)
7555         (data-debug-insert-nil, data-debug-insert-simple-thing)
7556         (data-debug-insert-custom, data-debug-edebug-expr):
7557         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7558         (global-ede-mode-map, ede-new, ede-debug-target)
7559         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7560         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7561         (semantic-fetch-tags, semantic-submode-list)
7562         (semantic-default-submodes):
7563         * cedet/ede/source.el (ede-source-match):
7564         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7565         (project-am-package-info):
7566         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7567         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7568         * cedet/ede/proj-comp.el (ede-current-build-list):
7569         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7570         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7571         * cedet/ede/cpp-root.el (initialize-instance):
7572         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7573         (autoconf-parameter-strip, autoconf-insert-new-macro):
7574         * cedet/semantic/wisent.el (wisent-lex-eoi):
7575         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7576         (semantic-show-parser-state-mode):
7577         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7578         * cedet/semantic/tag.el (semantic-tag-new-variable)
7579         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7580         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7581         (semantic--tag-deep-copy-tag-list)
7582         (semantic-tag-components-with-overlays-default):
7583         * cedet/semantic/symref.el (semantic-symref-find-text):
7584         * cedet/semantic/senator.el (senator-yank-tag)
7585         (senator-transpose-tags-up):
7586         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7587         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7588         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7589         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7590         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7591         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7592         * cedet/semantic/lex-spp.el
7593         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7594         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7595         * cedet/semantic/idle.el
7596         (semantic-idle-summary-current-symbol-info-brutish)
7597         (semantic-idle-summary-current-symbol-info-default):
7598         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7599         (semantic--grammar-macro-compl-dict):
7600         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7601         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7602         (semantic-format-tag-canonical-name-default):
7603         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7604         (semantic-find-tags-for-completion)
7605         (semantic-find-tags-by-scope-protection-default)
7606         (semantic-deep-find-tags-for-completion):
7607         * cedet/semantic/edit.el
7608         (semantic-edits-incremental-reparse-failed-hook)
7609         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7610         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7611         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7612         * cedet/semantic/dep.el (semantic-dependency-include-path):
7613         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7614         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7615         (semanticdb-project-roots):
7616         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7617         (semanticdb-find-adebug-insert-scanned-tag-cons)
7618         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7619         (semanticdb-brute-deep-find-tags-for-completion):
7620         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7621         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7622         (semantic-end-of-context-default)
7623         (semantic-ctxt-current-function-default)
7624         (semantic-ctxt-scoped-types-default):
7625         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7626         (semantic-complete-inline-tag-engine)
7627         (semantic-complete-inline-custom-type)
7628         (semantic-complete-read-tag-analyzer):
7629         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7630         (semantic-chart-database-size):
7631         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7632         (semantic-analyze-current-context):
7633         * cedet/semantic/symref/list.el (semantic-symref)
7634         (semantic-symref-hide-buffer, semantic-symref-symbol):
7635         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7636         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7637         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7638         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7639         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7640         (semantic-c-dereference-template):
7641         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7642         (semantic--analyze-refs-full-lookup-with-parents)
7643         (semantic--analyze-refs-full-lookup-simple):
7644         * cedet/semantic/analyze/complete.el
7645         (semantic-analyze-possible-completions):
7646         * cedet/srecode/table.el (srecode-mode-table-new):
7647         * cedet/srecode/srt.el (srecode-read-variable-name):
7648         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7649         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7650         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7651         * cedet/srecode/map.el (srecode-current-map):
7652         * cedet/srecode/insert.el (srecode-insert)
7653         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7654         (srecode-template-inserter-point-override)
7655         (srecode-insert-include-lookup):
7656         * cedet/srecode/getset.el (srecode-auto-choose-class):
7657         * cedet/srecode/extract.el (srecode-inserter-extract):
7658         * cedet/srecode/document.el
7659         (srecode-document-autocomment-return-last-alist)
7660         (srecode-document-autocomment-param-type-alist)
7661         (srecode-document-insert-function-comment)
7662         (srecode-document-insert-variable-one-line-comment)
7663         (srecode-document-function-name-comment):
7664         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7665         (srecode-compound-toString):
7666         * cedet/srecode/compile.el (srecode-flush-active-templates):
7667         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7668         Doc/message fixes.
7670         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7671         match-data.  (Bug#4555).
7673         * cedet/semantic/bovine/gcc.el
7674         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7675         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7677         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7678         rather than parsing it as a regexp.  This relaxes the layout
7679         requirements and makes errors easier to detect.
7680         (check-declare-verify): Check file is regular.
7681         (check-declare-directory): Doc fix.
7682         * subr.el (declare-function): Doc fix.
7684         * ibuffer.el (ibuffer-format-qualifier):
7685         * isearch.el (hi-lock-regexp-okay):
7686         * calc/calc.el (math-zerop):
7687         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7688         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7689         Remove unused declarations.
7691 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7693         * cedet/semantic/wisent/javat-wy.el
7694         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7696 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7698         * cedet/srecode/expandproto.el: Fix provide statement.
7700 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7702         * emacs-lisp/eieio.el (boolean-p): Delete.
7704 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7706         * cedet/ede/srecode.el: Fix provide statement.
7708 2009-09-30  Glenn Morris  <rgm@gnu.org>
7710         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7711         * cedet/ede/proj-aux.el (ede-aux-source):
7712         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7713         (ede-misc-source):
7714         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7715         (semantic-mrub-switch-tags): Fix doc typos.
7717         * cedet/semantic/db-global.el (data-debug-new-buffer)
7718         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7719         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7721         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7723         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7724         use of CL function `remove-if-not'.
7726         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7728         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7729         filename is not a string.
7731 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7733         * files.el (safe-local-eval-forms): Fix typo.
7735 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * vc-hooks.el (vc-dir-buffers): New var.
7738         (vc-state-refresh): New function.
7739         (vc-state): Use it.
7740         (vc-after-save): Always ask the backend to recompute the new state.
7741         Always call vc-dir if necessary, using vc-dir-buffers.
7742         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7743         Use vc-dir-buffers.
7744         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7745         (vc-dir-prepare-status-buffer, vc-dir-update)
7746         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7747         Don't call expand-file-name on default-directory.
7749 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7751         * speedbar.el (speedbar-item-delete):
7752         * calc/calc-prog.el (calc-kbd-if):
7753         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7755         * epa.el (epa-key-list-mode-map):
7756         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7758         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7759         (hs-show-hook): Fix typo in docstring.
7761 2009-09-29  Glenn Morris  <rgm@gnu.org>
7763         * cedet/semantic/symref/idutils.el:
7764         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7766         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7768         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7769         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7770         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7771         Mark declarations not understood by check-declare.
7773         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7774         file-name-nondirectory call preventing location of cedet files.
7775         (check-declare-verify): Use literal search rather than re-search.
7776         Add basic defmethod and defclass, and define-overloadable-function.
7778         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7779         Use tramp-compat-file-attributes rather than nonexistent
7780         tramp-compat-handle-file-attributes.
7782         * Makefile.in (lisptagsfiles4): New.
7783         (AUTOGENEL): Add cedet loaddefs files.
7784         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7785         (update-elclist, compile-always, backup-compiled-files)
7786         (bootstrap-clean): Add yet another directory level.
7787         (update-elclist): Use LC_COLLATE rather than COLLATE.
7788         (ELCFILES): Update, via `make update-elclist'.
7790 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7792         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7793         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7794         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7796 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7798         * Makefile.in (lisptagsfiles3): Define.
7799         (TAGS, TAGS-LISP): Use it.
7800         (update-elclist): Add third directory level to look for elc files.
7801         (compile-always): Likewise.
7802         (backup-compiled-files): Likewise.
7803         (bootstrap-clean): Likewise.
7804         (ELCFILES): Update.
7806 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7808         * Makefile.in (ELCFILES): Add CEDET files.
7810 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7812         CEDET (development tools) package merged.
7814         * cedet/*.el:
7815         * cedet/ede/*.el:
7816         * cedet/semantic/*.el:
7817         * cedet/srecode/*.el: New files.
7819 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7821         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7823         * net/tramp.el (top): Require tramp-imap.
7825         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7826         Use `tramp-compat-handle-file-attributes'.
7828 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7830         * net/tramp-imap.el: New package.
7832 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7834         * emacs-lisp/chart.el:
7835         * emacs-lisp/eieio-base.el:
7836         * emacs-lisp/eieio-comp.el:
7837         * emacs-lisp/eieio-custom.el:
7838         * emacs-lisp/eieio-datadebug.el:
7839         * emacs-lisp/eieio-opt.el:
7840         * emacs-lisp/eieio-speedbar.el:
7841         * emacs-lisp/eieio.el: New files.
7843         * cedet/cedet-cscope.el:
7844         * cedet/cedet-files.el:
7845         * cedet/cedet-global.el:
7846         * cedet/cedet-idutils.el:
7847         * cedet/data-debug.el:
7848         * cedet/inversion.el:
7849         * cedet/mode-local.el:
7850         * cedet/pulse.el: New files.
7852 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7854         * whitespace.el (whitespace-trailing-regexp)
7855         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7856         Fix doc string.
7858 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7860         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7861         menu.
7863         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7864         menu-bar-ediff-menu.
7866         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7867         define-overloadable-function.
7869         * progmodes/autoconf.el: Provide autoconf as well, so that this
7870         file can be `require'd.
7872         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7874         * emacs-lisp/autoload.el (generated-autoload-feature)
7875         (generated-autoload-load-name): New vars.
7876         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7877         (make-autoload): Recognize define-overloadable-function and
7878         defclass forms (for EIEIO).
7880         * Makefile.in (update-subdirs): Exclude cedet directory.
7882 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7884         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7886         * faces.el: Default light-background background for region face to
7887         ns_selection_color under NS.
7889 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7891         * net/imap-hash.el: New library, see NEWS.
7893         * Makefile.in (ELCFILES): Add imap-hash.el.
7895 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7898         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7899         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7900         definition where the docstring could be taken for the return value.
7902 2009-09-26  Glenn Morris  <rgm@gnu.org>
7904         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7905         Add option to only show images below a certain size.
7906         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7907         save-excursion calls.
7909 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7911         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7912         subdirectories) and eieio.
7914 2009-09-26  Alan Mackenzie  <acm@muc.de>
7916         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7917         buggy bracketing.  (Bug#4289)
7919         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7920         character constants (as case labels).  (Bug#4289)
7922 2009-09-25  Juri Linkov  <juri@jurta.org>
7924         * files.el (safe-local-eval-forms): Allow time-stamp in
7925         before-save-hook (Bug#4554).
7927 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7929         * menu-bar.el (list-buffers-directory): Doc fix.
7931 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7934         Try and avoid copying twice the same paragraph.
7935         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7936         Remove save-excursion.
7937         (log-edit-changelog-entry): Do it here instead.
7939 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7941         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7942         when available, instead of hardcoding mode names.  Doc fix.
7944         * menu-bar.el (list-buffers-directory): Add docstring.
7945         Make automatically buffer-local.
7947         * dired.el (dired-mode):
7948         * files.el (cd-absolute):
7949         * pcvs.el (cvs-temp-buffer):
7950         * pcvs-util.el (cvs-get-buffer-create):
7951         * shell.el (shell-mode):
7952         * vc-dir.el (vc-dir-mode):
7953         Don't make `list-buffers-directory' buffer local.
7955 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7957         * comint.el (comint-exec, comint-run, make-comint):
7958         Doc fixes (Bug#4542).
7960 2009-09-25  Glenn Morris  <rgm@gnu.org>
7962         * mail/rmailmm.el (rmail-mime): New custom group.
7963         Move all defcustoms in this file into this group.
7964         (rmail-mime-media-type-handlers-alist): Revert previous change.
7965         (rmail-mime-show-images): New option.
7966         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7967         references to it, since it wasn't actually used for anything.
7968         (rmail-mime-insert-image): New function.
7969         (rmail-mime-image): Use rmail-mime-insert-image.
7970         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7971         obey the value of `rmail-mime-show-images' option.  Print the size of
7972         attachments.
7974 2009-09-25  David Engster  <deng@randomsample.de>
7976         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7978 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7980         * whitespace.el: Does not highlight trailing spaces While point is
7981         at end of line.  Does not highligt spaces at beginning of buffer
7982         while point is at beginning of buffer.  Does not highlight spaces
7983         at end of buffer while point is at end of buffer.  (Bug#4177)
7984         New version 12.0.
7985         (whitespace-display-mappings): Adjust initialization.
7986         (whitespace-point, whitespace-font-lock-refontify): New vars.
7987         (whitespace-color-on, whitespace-color-off): Adjust code.
7988         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7989         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7990         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7992 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7994         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7996         * textmodes/sgml-mode.el: Remove xml-mode alias.
7998         * files.el (auto-mode-alist, conf-mode-maybe)
7999         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8001 2009-09-24  Alan Mackenzie  <acm@muc.de>
8003         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8004         c-forward-conditionals, but it doesn't move point and doesn't set
8005         the mark.
8006         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8007         (c-down-conditional-with-else, c-backward-conditional)
8008         (c-forward-conditional): Refactor to use c-scan-conditionals.
8010 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8012         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8013         (help-default-arg-highlight): Remove.
8014         (help-highlight-arg): New function.
8015         (help-do-arg-highlight): Use it.
8016         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8018 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8021         Undo last change, which didn't fix the problem and introduced others.
8023 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8025         * progmodes/gdb-mi.el: Don't require speedbar.
8026         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8028 2009-09-24  Glenn Morris  <rgm@gnu.org>
8030         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8032         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8034         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8035         there is no newline after the final mime boundary.  (Bug#4539)
8036         Move markers on insertion so that any buttons inserted don't end up in
8037         the next part of a multipart message.
8038         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8039         (rmail-mime-bulk-handler): Optionally handle images.
8040         (rmail-mime-image): New button action.
8041         (rmail-mime-image-handler): New function.
8042         (rmail-mime-mode): New mode.
8043         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8045 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8048         than just dropping elements from it (bug#4504).
8050         * term.el (term-set-scroll-region): Don't move cursor any more.
8051         (term-handle-ansi-escape): Call term-goto here instead.
8052         Suggested by Ivan Kanis <apple@kanis.eu>.
8054         * term.el: Require CL.
8055         (term-ansi-reset): New function.
8056         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8057         (term-handle-colors-array): Simplify.
8059 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8061         * allout.el (allout-overlay-interior-modification-handler)
8062         (allout-obtain-passphrase):
8063         * epa-file.el (epa-file-write-region):
8064         * ps-print.el (ps-begin-job):
8065         * vc-hooks.el (vc-toggle-read-only):
8066         * vc-rcs.el (vc-rcs-rollback):
8067         * vc-sccs.el (vc-sccs-rollback):
8068         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8069         (vc-version-diff, vc-revert, vc-rollback):
8070         * wdired.el (wdired-check-kill-buffer):
8071         * emacs-lisp/authors.el (authors):
8072         * net/socks.el (socks-open-connection):
8073         * net/zeroconf.el (zeroconf-service-add-hook):
8074         * obsolete/vc-mcvs.el (vc-mcvs-register):
8075         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8076         (gdb-select-frame):
8077         * progmodes/grep.el (lgrep, rgrep):
8078         * progmodes/idlw-help.el (idlwave-help-check-locations)
8079         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8080         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8081         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8082         (reftex-toc-rename-label): Fix typos in error messages.
8084         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8085         (dired-copy-how-to-fn): Doc fix.
8086         (dired-files-attributes, dired-read-shell-command):
8087         Fix typos in docstrings.
8089         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8090         (dired-x-find-file-other-window): Reflow docstrings.
8091         (dired-omit-marker-char, dired-read-shell-command)
8092         (dired-x-submit-report): Fix typos in docstrings.
8094         * shell.el (shell-mode-hook):
8095         * view.el (View-scroll-line-forward):
8096         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8097         Fix typos in docstrings.
8099         * net/dig.el (dig-invoke): Fix typo in docstring.
8100         (query-dig): Reflow docstring.
8102         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8103         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8104         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8105         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8106         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8107         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8108         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8109         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8110         (idlwave-completion-map, idlwave-current-indent)
8111         (idlwave-custom-ampersand-surround, idlwave-customize)
8112         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8113         (idlwave-define-abbrev, idlwave-determine-class-special)
8114         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8115         (idlwave-end-block-reg, idlwave-end-of-statement)
8116         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8117         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8118         (idlwave-explicit-class-listed, idlwave-file-header)
8119         (idlwave-fill-paragraph, idlwave-find-class-definition)
8120         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8121         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8122         (idlwave-in-quote, idlwave-indent-action-table)
8123         (idlwave-indent-expand-table, idlwave-indent-line)
8124         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8125         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8126         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8127         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8128         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8129         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8130         (idlwave-outlawed-buffers, idlwave-popup-select)
8131         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8132         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8133         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8134         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8135         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8136         (idlwave-statement-type, idlwave-struct-skip)
8137         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8138         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8139         (idlwave-what-module-find-class): Fix typos in docstrings.
8140         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8141         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8142         (idlwave-find-module, idlwave-find-structure-definition)
8143         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8144         (idlwave-list-load-path-shadows, idlwave-next-statement)
8145         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8146         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8147         (idlwave-template): Reflow docstrings.
8149         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8150         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8151         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8152         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8153         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8154         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8155         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8156         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8157         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8158         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8159         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8160         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8161         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8162         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8163         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8164         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8165         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8166         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8167         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8168         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8169         Fix typos in docstrings.
8170         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8171         (idlwave-shell-hide-output, idlwave-shell-mode)
8172         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8173         Reflow docstrings.
8175         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8177 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8179         * term.el (term-bold-attribute): New var.
8180         (term-handle-colors-array): Use it.
8182 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8184         * progmodes/gdb-mi.el (gdb-version): New variable.
8185         (gdb-non-stop-handler): Set gdb-version.
8186         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8187         Condition "--thread" option on gdb-version.
8188         (gdb-invalidate-threads): Remove unused argument.
8190 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8193         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8195 2009-09-23  Glenn Morris  <rgm@gnu.org>
8197         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8198         replying to mail without References or Message-Id.  (Bug#4525)
8200 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8202         * term/ns-win.el (ns-reg-to-script): New variable.
8204 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8206         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8208 2009-09-22  Sam Steingold  <sds@gnu.org>
8210         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8211         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8212         to 1 because hg returns status 1 when nothing is found.
8213         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8215 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8217         * textmodes/fill.el: Convert to utf-8 encoding.
8218         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8219         pre-unicode days.
8221         * add-log.el (change-log-fill-forward-paragraph): New function.
8222         (change-log-mode): Use it so fill-region DTRT.
8223         Set fill-indent-according-to-mode here rather than in
8224         change-log-fill-paragraph.
8225         (change-log-fill-paragraph): Remove.
8227 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8229         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8230         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8232 2009-09-22  Glenn Morris  <rgm@gnu.org>
8234         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8235         the scroll-bar scroll the calendar window rather than the buffer.
8237         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8238         commands that move point (as opposed to scrolling).
8240         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8242         * emacs-lisp/elint.el (elint): New custom group.
8243         (elint-log-buffer): Make it a defcustom.
8244         (elint-scan-preloaded, elint-ignored-warnings)
8245         (elint-directory-skip-re): New options.
8246         (elint-builtin-variables): Doc fix.
8247         (elint-preloaded-env): New variable.
8248         (elint-unknown-builtin-args): Add an entry for encode-time.
8249         (elint-extra-errors): Make it a variable rather than a constant.
8250         (elint-preloaded-skip-re): New constant.
8251         (elint-directory): Skip files matching elint-directory-skip-re.
8252         (elint-features): New variable, local to linted buffers.
8253         (elint-update-env): Initialize elint-features.  Possibly add
8254         elint-preloaded-env to the buffer's environment.
8255         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8256         Skip quoted forms.
8257         (elint-init-form): New function, extracted from elint-init-env.
8258         Make non-list forms a warning rather than an error.
8259         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8260         easy-menu-define, put that adds an error-condition, and provide.
8261         When requiring cl, also require cl-macs.  Really require cl, to handle
8262         some cl macros.  Store required libraries in the list elint-features,
8263         so as not to re-load them.  Treat cc-require like require.
8264         (elint-init-env): Call elint-init-form to do the work.
8265         Handle eval-and-compile and such like.
8266         (elint-add-required-env): Do not clear messages.
8267         (elint-special-forms): Add handlers for function, defalias, if, when,
8268         unless, and, or.
8269         (elint-form): Add optional argument to ignore elint-special-forms,
8270         useful to prevent recursive calls from handlers.  Doc fix.
8271         Respect elint-ignored-warnings.
8272         (elint-form): Respect elint-ignored-warnings.
8273         (elint-bound-variable, elint-bound-function): New variables.
8274         (elint-unbound-variable): Respect elint-bound-variable.
8275         (elint-get-args): Respect elint-bound-function.
8276         (elint-check-cond-form): Add some simple handling for (f)boundp and
8277         featurep tests.
8278         (elint-check-defalias-form): New handler.
8279         (elint-check-let-form): Make an empty let a warning rather than an
8280         error.
8281         (elint-check-setq-form): Make an empty setq a warning rather than an
8282         error.  Respect elint-ignored-warnings.
8283         (elint-check-defvar-form): Accept null doc-strings.
8284         (elint-check-conditional-form): New handler.  Does some simple-minded
8285         checking of featurep and (f)boundp tests.
8286         (elint-put-function-args): New function.
8287         (elint-initialize): Use elint-scan-doc-file rather than
8288         elint-find-builtin-variables.  Use elint-put-function-args.
8289         Possibly scan preloaded-file-list.
8290         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8291         extend to handle functions as well.
8293 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8295         * linum.el (linum-delete-overlays, linum-update-window):
8296         Do not modify the right margin.  (Bug#3971)
8298 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8300         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8301         nxml-mode instead of xml-mode.
8303 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8305         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8307 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * net/dig.el (dig-mode): Use define-derived-mode.
8311 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8313         * vc-dispatcher.el (vc-do-command): Return the process object in
8314         the asynchronous case.  Use when instead of if.  Do not run
8315         vc-exec-after to display a message if not enabled.  (Bug#4463)
8317         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8318         properties to the stash strings.
8319         (vc-git-stash-list): Return a list of strings.
8320         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8321         (vc-git-stash-show-at-point): New functions.
8322         (vc-git-stash-map): New keymap.
8324         * register.el (ctl-x-r-map): Define the keys here instead of
8325         using autoload.
8327 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8329         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8330         list, to workaround performance problem (bug#4485).
8332 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8334         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8336 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8338         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8339         Document that this option is not recommended to use.
8341 2009-09-19  Glenn Morris  <rgm@gnu.org>
8343         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8344         variable `var'.
8346         * calc/calc-alg.el (var):
8347         * calc/calcalg2.el (var): Define for compiler.
8349 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8351         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8352         Doc fix (Bug#3932).
8354         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8356         * time-stamp.el (time-stamp-month-dd-yyyy)
8357         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8358         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8359         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8360         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8361         Remove functions that have been obsolete since 1995 (Bug#4436).
8363         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8364         indent buffer only if called interactively (Bug#4452).
8366 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8367             Eli Zaretskii  <eliz@gnu.org>
8369         This fixes bug#4197 (merged to bug#865, though not identical).
8370         * server.el (server-auth-dir): Add docstring note about FAT32.
8371         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8372         but warn against using them.
8374 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8376         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8377         older GDB where there is no has_more field.
8379 2009-09-19  Glenn Morris  <rgm@gnu.org>
8381         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8383 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8385         * files.el (auto-mode-alist): Change default for XML files to nXML
8386         mode (Bug#4169).
8388 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8390         * server.el (server-ensure-safe-dir): Pass 'integer
8391         to `file-attributes', as suggested.
8393 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8396         (dired-query): Use read-key.
8398 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8400         * cus-start.el (ns-use-qd-smoothing): Remove.
8402 2009-09-18  Glenn Morris  <rgm@gnu.org>
8404         * allout.el (top-level): Remove unnecessary progn.
8406         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8408         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8409         definition of abbrev table.
8411         * speedbar.el (speedbar-track-mouse):
8412         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8413         * net/eudc.el (eudc-expand-inline):
8414         * net/newst-backend.el (newsticker--cache-read-feed):
8415         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8416         condition-case handlers.
8418 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8420         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8421         (gdb-var-list): Add an element for has_more field.
8422         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8423         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8424         (gdb-var-update-handler-1): Parse output of dynamic variable
8425         objects (STL containers).
8426         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8427         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8429         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8430         gdb-var-list.
8431         (gud-speedbar-buttons): Make node expandable if expression "has more"
8432         children.
8434 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8436         * startup.el (emacs-quick-startup): Remove variable and all uses.
8437         (command-line): Set `inhibit-x-resources' instead.
8438         (command-line-1): Use `inhibit-x-resources' instead.
8440 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8442         * subr.el: Fix last change to avoid using the `unless' macro,
8443         which breaks bootstrapping.
8445 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8448         extended definitions, in case we reload subr.el after having
8449         loaded CL.
8450         (eval-next-after-load): Mark as obsolete.
8452 2009-09-17  Juri Linkov  <juri@jurta.org>
8454         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8455         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8456         (menu-bar-showhide-menu, menu-bar-tools-menu)
8457         (menu-bar-describe-menu, menu-bar-help-menu)
8458         (minibuffer-local-completion-map, minibuffer-local-map):
8459         Fix list quoting.
8461 2009-09-17  Glenn Morris  <rgm@gnu.org>
8463         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8464         arguments, whether or not it has a handler.
8466         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8468         * simple.el (hard-newline): Give it a doc-string.
8470         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8471         (lisp-mode-syntax-table): Give them doc-strings.
8473 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8475         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8476         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8477         (menu-bar-options-menu, menu-bar-showhide-menu)
8478         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8479         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8480         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8481         (menu-bar-options-menu, menu-bar-tools-menu)
8482         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8483         (menu-bar-help-menu):
8484         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8485         string arguments.
8487         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8488         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8489         calls for the menu names and :help.
8491 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8494         to :minor-mode-function (bug#4455).
8496 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * startup.el (command-line): Initialize the window-system after
8499         processing the command-line.
8501         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8502         page-delimiter matches the empty string.
8504 2009-09-16  Glenn Morris  <rgm@gnu.org>
8506         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8507         byte-compile-not-obsolete-var.  It's a list now.
8508         (byte-compile-not-obsolete-funcs): New variable.
8509         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8510         byte-compile-not-obsolete-funcs.
8511         (byte-compile-variable-ref, byte-compile-defvar): Update for
8512         byte-compile-not-obsolete-vars name-change and list nature.
8513         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8514         and variables behind (f)boundp tests.
8515         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8517 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8519         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8521 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8524         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8525         Don't autoload.
8527 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8529         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8530         the virtual-buffers, use the name of the buffer specified by
8531         find-file-noselect, as the match may be a symlink.  (This was a
8532         problem if the target and the symlink had different names.)
8534 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8538         * desktop.el (desktop-path): Check user-emacs-directory.
8540         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8542         * loadup.el: Use after-load-functions to GC after loading each file.
8543         Remove the explicit GC calls that used to be sprinkled around.
8545         * subr.el (after-load-functions): New hook.
8546         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8547         `obsolete' packages, rather than painfully extracting the relevant
8548         directory name.
8550 2009-09-15  Glenn Morris  <rgm@gnu.org>
8552         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8553         free variable `doc'.
8555         * dired.el (dired-mode-map): Add menu entry for async shell command.
8557         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8558         variables, also consider the .elc files, since the .el files are
8559         normally gzipped (subsequent code locates the .el.gz from the .elc).
8561         * calc/calc-prog.el (arglist): Define for compiler.
8563         * calendar/diary-lib.el (diary-display-function): Change the default to
8564         fancy display.
8565         (body): Define for compiler.
8567         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8568         (byte-compile-file-form, byte-compile-lambda)
8569         (byte-compile-top-level-body, byte-compile-form)
8570         (byte-compile-variable-ref, byte-compile-setq)
8571         (byte-compile-setq-default, byte-compile-body)
8572         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8573         (batch-byte-compile): Give some more local variables with common names
8574         a "bytecomp-" prefix to avoid masking warnings about free variables.
8576         * startup.el (command-line-1): Give local variables with common names a
8577         distinguishing prefix, so as not to hide free variable warnings during
8578         bootstrap.
8580         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8581         clever and add a suffix to make a unique name, just let the user decide
8582         whether or not to overwrite it.  If the input is a directory, write the
8583         default filename to that directory.  (Bug#4388)
8584         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8585         is a filename-as-a-directory.
8587 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * textmodes/page.el (what-page): Don't move to beginning of line.
8590         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8592 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8594         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8596 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8598         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8599         * help.el (help-for-help-internal): Add purecopy calls for text.
8601         * vc.el (top): print-log method now takes an optional SHORTLOG
8602         argument.  Add a new method: root.
8603         (vc-root-diff, vc-print-root-log): New functions.
8604         (vc-log-short-style): New variable.
8605         (vc-print-log-internal): Add support for showing short logs.
8607         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8608         vc-print-root-log and vc-print-root-diff.
8610         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8611         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8612         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8613         short logs.
8615         * vc-cvs.el (vc-cvs-print-log):
8616         * vc-mtn.el (vc-mtn-print-log):
8617         * vc-rcs.el (vc-rcs-print-log):
8618         * vc-sccs.el (vc-sccs-print-log):
8619         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8620         that is ignored for now.
8622         * vc-mtn.el (vc-mtn-annotate-command):
8623         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8625 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8628         to function-key-map, and give them ascii-character property.
8629         * term/x-win.el (x-alternatives-map):
8630         * term/ns-win.el (ns-alternatives-map):
8631         * term/internal.el (msdos-key-remapping-map):
8632         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8634 2009-09-14  Glenn Morris  <rgm@gnu.org>
8636         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8637         temp-buffers (2009-09-12).
8639 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8642         the new read-key function.
8644 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8646         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8647         is defined (Bug#4405).
8649 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8651         * recentf.el (recentf-cleanup): Use a hash table to find
8652         duplicates (Bug#4407).
8654 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8656         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8657         kp-0 to ascii equivalents (Bug#4325).
8659 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8661         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8663         * eshell/em-hist.el:
8664         * eshell/em-dirs.el (eshell-complete-user-reference):
8665         Declare pcomplete functions and variables to avoid compiler warnings.
8667 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8669         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8670         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8671         * eshell/em-alias.el (eshell-aliases-file):
8672         * eshell/em-hist.el (eshell-history-file-name):
8673         Use expand-file-name instead of concat to make file names (Bug#4308).
8675 2009-09-13  Glenn Morris  <rgm@gnu.org>
8677         * ediff-merg.el (ediff-do-merge):
8678         * filesets.el (filesets-run-cmd):
8679         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8680         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8681         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8682         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8683         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8684         Replace empty `let's with `progn'.
8686 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8688         * mail/sendmail.el (send-mail-function):
8689         * tooltip.el (tooltip-mode):
8690         * simple.el (transient-mark-mode):
8691         * rfn-eshadow.el (file-name-shadow-mode):
8692         * frame.el (blink-cursor-mode):
8693         * font-core.el (global-font-lock-mode):
8694         * files.el (temporary-file-directory)
8695         (small-temporary-file-directory, auto-save-file-name-transforms):
8696         * epa-hook.el (auto-encryption-mode):
8697         * composite.el (global-auto-composition-mode):
8698         Use custom-initialize-delay.
8699         * startup.el (command-line): Don't explicitly call
8700         custom-reevaluate-setting for all the above vars.
8701         * custom.el (custom-initialize-safe-set)
8702         (custom-initialize-safe-default): Delete.
8704 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * term/x-win.el (x-initialize-window-system):
8707         * term/w32-win.el (w32-initialize-window-system):
8708         * term/ns-win.el (ns-initialize-window-system): Don't call
8709         mouse-wheel-mode since it's enabled globally by default already.
8711         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8712         actually define the variable, but only silences the byte-compiler.
8713         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8714         before looking it up.
8715         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8716         is changed.
8718 2009-09-12  Glenn Morris  <rgm@gnu.org>
8720         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8721         1000.
8722         (elint-add-required-env): Don't beep on error.
8723         (elint-forms): In case of error, return ENV unchanged.
8724         (elint-init-env): Skip non-list forms.
8725         (elint-log): Handle unknown file positions.
8727 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8729         * epg.el (epg-make-context): Add autoload cookie.
8730         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8731         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8732         (epg-verify-string, epg-start-sign, epg-sign-file)
8733         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8734         (epg-encrypt-string, epg-start-export-keys)
8735         (epg-export-keys-to-file, epg-export-keys-to-string)
8736         (epg-start-import-keys, epg-import-keys-from-file)
8737         (epg-import-keys-from-string, epg-start-receive-keys)
8738         (epg-receive-keys, epg-import-keys-from-server)
8739         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8740         (epg-sign-keys, epg-start-generate-key)
8741         (epg-generate-key-from-file, epg-generate-key-from-string):
8742         Remove autoload cookie.
8744 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8746         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8747         reevaluation of trash-directory.
8749         * mwheel.el: Fix last change.
8750         (mouse-wheel-mode): New defvar.
8751         (mouse-wheel-mode): Remove autoload cookie.
8753 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8755         * mwheel.el (mwheel-installed-bindings): New var.
8756         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8757         the bindings we set last time.  Use custom-initialize-delay.
8758         * loadup.el: Load mwheel after term/*-win.el.
8759         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8760         and mouse-wheel-up-event now that their first evaluation is done
8761         sufficiently late to be correct.
8763         * startup.el (tutorial-directory): Make it a defcustom.
8764         Use custom-initialize-delay rather than eval-at-startup to set it.
8765         * image.el (image-load-path): Make it a defcustom.
8766         Use custom-initialize-delay rather than eval-at-startup to set it.
8767         * subr.el (eval-at-startup): Remove.
8768         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8770         * subr.el (do-after-load-evaluation): Warn the user after loading an
8771         obsolete package.
8773 2009-09-12  Glenn Morris  <rgm@gnu.org>
8775         * proced.el (proced-mark-alt): Remove alias.
8776         (proced-mode-map): Remove proced-mark-alt.
8778         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8779         Elint file and directory.  Remove initialization entry.
8781         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8782         commands.
8783         (elint-current-buffer): Set mode-line-process.
8784         (elint-init-env): Handle define-derived-mode.
8785         Fix declare-function with unspecified arglist.  Guard against odd
8786         defalias statements (eg iso-insert's 8859-1-map).
8787         (elint-add-required-env): Use a temp buffer.
8788         (elint-form): Just print the function/macro name, not the whole form.
8789         Return env unchanged if we fail to parse a macro.
8790         (elint-forms): Guard against parse errors.
8791         (elint-output): New function, to handle batch mode.
8792         (elint-log-message): Add optional argument.  Use elint-output.
8793         (elint-set-mode-line): New function.
8795 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8797         * emacs-lisp/elp.el (elp-not-profilable): Add more
8798         functions (Bug#4233).
8800 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8802         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8803         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8805 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8807         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8808         (gdb-var-list-children): Use json parsing.
8810 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8812         * progmodes/js.el (js--proper-indentation): Handle the case where
8813         char-before is null.  Reported by Deniz Dogan.
8815 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8817         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8819 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8821         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8822         (epg-digest-algorithm-alist): Add SHA224.
8823         (epg-context-set-passphrase-callback)
8824         (epg-context-set-progress-callback): Add description about
8825         callback function.
8827 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * custom.el (custom-delayed-init-variables): New var.
8830         (custom-initialize-delay): New function.
8831         * startup.el (command-line): "Re"evaluate all vars in
8832         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8833         explicitly any more.
8834         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8835         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8837         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8839 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8841         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8842         (gdb-var-update-handler): Use json parsing.
8844 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8846         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8847         decode annotated text, regardless of language environment.  (Bug#2741)
8849 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8851         * Makefile.in (autoloads): Make rmail.el writable as well.
8853 2009-09-11  Glenn Morris  <rgm@gnu.org>
8855         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8856         loaddefs.el.
8857         * dired.el: Regenerate with extracted autoloads.
8858         * Makefile.in (autoloads): Make dired.el writable.
8860         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8861         * ibuffer.el: Regenerate with extracted autoloads.
8862         * Makefile.in (autoloads): Make ibuffer.el writable.
8864         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8865         * version.el (emacs-copyright, emacs-major-version)
8866         (emacs-minor-version): Reformat doc-strings for make-docfile.
8868         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8869         functions and variables, since they must be stuff specific to some other
8870         platform.
8871         (apropos-print): Make mouse-click message less specific about button.
8873         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8874         that records where a macro was defined.
8875         * help-fns.el (describe-function-1): Mention if a function has a
8876         compiler-macro.
8877         * help-mode.el (help-function-cmacro): New button.
8879         * locate.el (top-level): Always require dired.
8880         (locate-mode-map): Initialize inside the defvar.
8882         * net/ange-ftp.el (dired-compress-file): Declare.
8883         (ange-ftp-dired-compress-file): Add doc string.
8885         * term/ns-win.el (x-display-name, x-setup-function-keys):
8886         Unify doc-strings with X versions.
8888 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * emulation/crisp.el (crisp-mode-map): Move initialization
8891         into declaration.
8892         (crisp-mode): Use define-minor-mode.
8894         * progmodes/xscheme.el (xscheme-evaluation-commands):
8895         Put a :advertised-binding property rather than using
8896         advertised-xscheme-send-previous-expression.
8897         (advertised-xscheme-send-previous-expression): Declare obsolete.
8898         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8899         `advertised-undo'.
8900         (crisp-mode): Add corresponding bindings to
8901         undo's :advertised-binding instead.
8902         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8903         than using dired-advertised-find-file.
8904         (dired-advertised-find-file):
8905         * simple.el (advertised-undo):
8906         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8907         (widget-keymap): Put a :advertised-binding property rather
8908         than using advertised-widget-backward.
8909         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8910         than using advertised-undo.
8911         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8913 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8915         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8916         Mark mode is enabled and region is active; otherwise indent or
8917         insert TAB as usual.
8918         (delphi-mode): Update description of TAB-key binding.
8920 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         * subr.el (define-key-rebound-commands): Mark obsolete.
8923         * startup.el (precompute-menubar-bindings): Remove.
8924         (normal-top-level): Remove obsolete code that tried to precompute
8925         menubar bindings.
8926         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8927         define-key-rebound-commands and precompute-menubar-bindings.
8929 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8931         * net/imap.el (imap-interactive-login): Better messages.
8932         (imap-open): Fix bug with renamed buffer on reconnect.
8933         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8934         for easier debugging and cleaner code.  On successful (guessed based on
8935         server capabilities) secondary authentication, set imap-state
8936         correctly.
8937         (imap-last-authenticator): Define imap-last-authenticator as a variable
8938         to avoid warnings.
8940 2009-09-10  Glenn Morris  <rgm@gnu.org>
8942         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8944         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8945         (byte-compile-file-form-autoload): Don't warn about unknown functions
8946         where the autoload statement comes after the use.
8947         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8948         that any handlers inside the body (eg require) are in turn respected.
8950         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8951         effects.
8953         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8954         and syntax and abbrev tables basic docs, if they don't have any.
8956         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8958         * international/mule-cmds.el (top-level): Require cl when compiling.
8959         (view-hello-file): Use default-value rather than
8960         default-enable-multibyte-characters.
8962         * progmodes/fortran.el: Move all safe and risky properties into the
8963         defcustoms.
8965         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8966         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8967         * mail/undigest.el:
8968         Put autoloads in rmail.el rather than loaddefs.el.
8969         * mail/rmail.el: Regenerate with extracted autoloads.
8971         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8972         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8974 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8976         Reported in thread for Bug#4375.
8977         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8978         "-data-evaluate-expression" instead of print.
8979         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8980         (gdb-tooltip-print): Parse output from above MI command.
8981         (gdb): Revert 2009-08-11 change.  User should detach inferior
8982         manually.
8984         Remove the word "separate" from IO functions as inferior
8985         output is now never displayed in the GUD buffer.
8987 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8989         * startup.el (command-line-normalize-file-name): On Windows and
8990         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8992 2009-09-10  Juri Linkov  <juri@jurta.org>
8994         * isearch.el (isearch-text-char-description): Propertize escape
8995         character sequences with the `escape-glyph' face.  (Bug#4344)
8997         * simple.el (shell-command): Set asynchronous process filter to
8998         `comint-output-filter'.  (Bug#4343)
9000         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9001         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9002         the list.  Move "asm" to the bottom.
9003         (grep-find-ignored-directories): Add `choice' with nil value
9004         to empty the list easily.
9005         (grep-find-ignored-files): New option.
9006         (grep-files-history): Set to nil by default instead of '("ch" "el").
9007         (grep-compute-defaults): Add "<X>" to `grep-template'.
9008         (grep-read-files): Bind new local variables `default-alias' and
9009         `default-extension'.  Use a list of default values for the file prompt.
9010         (lgrep): Add `--exclude=' command line options composed from
9011         `grep-find-ignored-files'.
9012         (rgrep): Add `-name' command line options composed from
9013         `grep-find-ignored-files'.  (Bug#4301)
9015 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9018         (bug#4368).
9020 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9022         * calendar/time-date.el (autoload):
9023         Expand define-obsolete-function-alias into defalias and make-obsolete
9024         for old Emacsen that Gnus supports.
9025         (with-no-warnings): Define it for old Emacsen.
9026         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9027         is available.
9028         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9029         float-time is available; suppress compile warning for time-to-seconds.
9031 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9033         * net/imap.el (imap-message-map): Docstring fix.
9035 2009-09-09  Glenn Morris  <rgm@gnu.org>
9037         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9038         line numbers too.  (Bug#4374)
9040 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9042         * smerge-mode.el (smerge-remove-props, smerge-refine):
9043         Use with-silent-modifications (bug#4342).
9045         * subr.el (with-silent-modifications): New macro.
9047 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9049         * files.el (top-level): Require `cl' when compiling.
9051 2009-09-07  Glenn Morris  <rgm@gnu.org>
9053         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9055         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9056         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9058 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9060         * vc-git.el (vc-git-annotate-command): Use separator to parse
9061         arguments correctly.
9063 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9065         * proced.el (proced-mode): Doc fix.
9067 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9069         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9070         lstat fails.
9071         (tramp-do-file-attributes-with-ls): Check for file existence at
9072         remote end.
9073         (tramp-do-file-attributes-with-stat): Likewise.
9074         (tramp-convert-file-attributes): Return nil when attr is nil.
9076 2009-09-05  Glenn Morris  <rgm@gnu.org>
9078         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9079         properties to this button.
9080         (diary-fancy-display): Don't extend the button to the final newline.
9081         (diary-fancy-display-mode): Continue to define "q" as a local key.
9083         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9084         efficient.
9086         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9088         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9089         (byte-compile-dest-file-function): New option.
9090         (byte-compile-dest-file): Doc fix.
9091         Obey byte-compile-dest-file-function.
9092         (byte-compile-cl-file-p): New function.
9093         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9094         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9095         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9096         than for file being previously loaded.
9097         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9098         (byte-compile-file-form-require): Handle the case where requiring a file
9099         indirectly causes CL to be loaded.
9101 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9103         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9104         before killing the old buffer, since by the time `kill-buffer' is
9105         run so many buffer variables have been set to nil that it may not
9106         behave as expected.  (Bug#4061)
9108 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9110         * files.el (find-alternate-file): If the old buffer is modified
9111         and visiting a file, behave similarly to `kill-buffer' when
9112         killing it, thus reverting to the pre-1.878 behavior; see
9113         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9114         for discussion.  Also, consult `buffer-file-name' as a variable
9115         not as a function, for consistency with the rest of the code.
9117 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9119         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9120         also when adding a new directory.
9122         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9123         defun.
9125 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * files.el (locate-file-completion-table): Make it provide boundary
9128         information, so partial-completion works better.
9130 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9132         * mail/footnote.el (Footnote-text-under-cursor):
9133         Check footnote-text-marker-alist before using it (bug#4324).
9135 2009-09-04  Glenn Morris  <rgm@gnu.org>
9137         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9138         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9139         * play/solitaire.el, play/tetris.el:
9140         Remove leading * from defcustom and defface docs.
9142         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9143         necessary.
9144         (diary-fancy-overriding-map): New variable.
9145         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9146         Use view-mode.
9148         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9149         goto-line.
9151 2009-09-03  Glenn Morris  <rgm@gnu.org>
9153         * arc-mode.el (archive-mode):
9154         * dos-fns.el (set-default-process-coding-system):
9155         * man.el (Man-getpage-in-background):
9156         * menu-bar.el (menu-bar-describe-menu):
9157         * server.el (server-process-filter):
9158         * startup.el (command-line):
9159         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9160         * w32-fns.el (set-default-process-coding-system):
9161         * x-dnd.el (x-dnd-handle-file-name):
9162         * international/mule-cmds.el (mule-menu-keymap)
9163         (set-default-coding-systems, language-info-alist, set-language-info)
9164         (set-language-environment, standard-display-european-internal)
9165         (set-locale-environment):
9166         * international/mule-diag.el (mule-diag):
9167         * mail/emacsbug.el (report-emacs-bug):
9168         * mail/rmail.el (rmail-mode):
9169         * mail/sendmail.el (mail-setup):
9170         Use default-value rather than default-enable-multibyte-characters.
9172         * progmodes/f90.el: Move all safe properties into the defcustoms.
9173         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9175         * calendar/appt.el (appt-check):
9176         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9177         (diary-check-diary-file, diary-list-entries)
9178         (diary-include-other-diary-files, diary-simple-display)
9179         (diary-fancy-display, diary-print-entries)
9180         (diary-mark-included-diary-files, diary-make-entry):
9181         Don't call substitute-in-file-name on diary-file.
9183 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9184             Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9187         (footnote-mode-map): Move initialization into the declaration.
9188         (footnote-minor-mode-map): Define it rather than changing global-map.
9189         (footnote-mode): Use define-minor-mode.
9191 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9193         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9194         (tramp-do-file-attributes-with-perl)
9195         (tramp-do-file-attributes-with-stat): Rename from
9196         `tramp-handle-file-attributes-with-*'.
9197         (tramp-handle-file-attributes): Use them.
9198         (tramp-do-directory-files-and-attributes-with-perl)
9199         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9200         `tramp-handle-directory-files-and-attributes-with-*'.
9201         (tramp-handle-directory-files-and-attributes): Use them.
9202         (tramp-method-out-of-band-p): Additional parameter SIZE.
9203         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9204         (tramp-handle-write-region): Use it.
9205         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9206         (tramp-handle-vc-registered): Check, whether the first run did
9207         return files to be tested.
9208         (tramp-advice-make-auto-save-file-name): Do not call directly
9209         `tramp-handle-make-auto-save-file-name', because this would bypass
9210         the locking mechanism.
9212         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9213         (file-remote-p, process-file, start-file-process, set-file-times)
9214         (tramp-compat-file-attributes): Compatibility functions shall not
9215         call directly `tramp-handle-*', because this would bypass the
9216         locking mechanism.
9217         (tramp-compat-number-sequence): New defun.
9219 2009-09-02  Glenn Morris  <rgm@gnu.org>
9221         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9222         alias for float-time.
9223         (time-to-number-of-days): In Emacs, use float-time.
9224         * net/newst-backend.el (time-add): Suppress warnings from compat
9225         function.
9226         * time.el (emacs-uptime, emacs-init-time):
9227         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9228         Use float-time rather than time-to-seconds.
9230         * minibuffer.el (completion-initials-expand): Fix typo.
9232         * faces.el (modeline, modeline-inactive, modeline-highlight)
9233         (modeline-buffer-id):
9234         * info.el (info-menu-5): Mark these face aliases as obsolete.
9236 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9238         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9239         space ...
9240         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9241         no "--thread" option.
9242         (gdb-stopped): Don't print "Switched to thread" message when it is
9243         unchanged.
9245 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9247         * minibuffer.el (completion-try-completion)
9248         (completion-all-completions): Remove ill-defined (and
9249         mistakenly installed and luckily never used nor documented)
9250         `completion-styles' property.
9251         (completion-initials-expand, completion-initials-all-completions)
9252         (completion-initials-try-completion): New functions.
9253         (completion-styles-alist): Add doc to each entry.
9254         Add new `initials' entry.
9256 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9258         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9259         MI command -var-evaluate-expression.
9260         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9261         and tweak for case of string child.
9262         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9264 2009-09-01  Glenn Morris  <rgm@gnu.org>
9266         * add-log.el (change-log-date-face, change-log-name-face)
9267         (change-log-email-face, change-log-file-face, change-log-list-face)
9268         (change-log-conditionals-face, change-log-function-face)
9269         (change-log-acknowledgement-face):
9270         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9271         (custom-modified-face, custom-set-face, custom-changed-face)
9272         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9273         (custom-documentation-face, custom-state-face, custom-comment-face)
9274         (custom-comment-tag-face, custom-variable-tag-face)
9275         (custom-variable-button-face, custom-face-tag-face)
9276         (custom-group-tag-face-1, custom-group-tag-face):
9277         * diff-mode.el (diff-header-face, diff-file-header-face)
9278         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9279         (diff-added-face, diff-changed-face, diff-function-face)
9280         (diff-context-face, diff-nonexistent-face):
9281         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9282         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9283         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9284         (Info-title-4-face):
9285         * isearch.el (isearch-lazy-highlight-face):
9286         * log-view.el (log-view-file-face, log-view-message-face):
9287         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9288         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9289         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9290         (cvs-msg-face):
9291         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9292         (smerge-base-face, smerge-markers-face):
9293         * wid-edit.el (widget-documentation-face, widget-button-face)
9294         (widget-field-face, widget-single-line-field-face)
9295         (widget-inactive-face, widget-button-pressed-face):
9296         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9297         (woman-addition-face):
9298         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9299         (eshell-ls-executable-face, eshell-ls-readonly-face)
9300         (eshell-ls-unreadable-face, eshell-ls-special-face)
9301         (eshell-ls-missing-face, eshell-ls-archive-face)
9302         (eshell-ls-backup-face, eshell-ls-product-face)
9303         (eshell-ls-clutter-face):
9304         * eshell/em-prompt.el (eshell-prompt-face):
9305         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9306         * obsolete/old-whitespace.el (whitespace-highlight-face):
9307         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9308         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9309         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9310         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9311         (antlr-font-lock-literal-face):
9312         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9313         (ebrowse-root-class-face, ebrowse-file-name-face)
9314         (ebrowse-default-face, ebrowse-member-attribute-face)
9315         (ebrowse-member-class-face, ebrowse-progress-face):
9316         * progmodes/make-mode.el (makefile-space-face):
9317         * progmodes/sh-script.el (sh-heredoc-face):
9318         * textmodes/flyspell.el (flyspell-incorrect-face)
9319         (flyspell-duplicate-face):
9320         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9321         * textmodes/texinfo.el (texinfo-heading-face):
9322         Mark face aliases with "-face" suffix as obsolete.
9324         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9325         compiler.
9327         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9328         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9329         easy-menu-define wants to modify these.
9331         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9333         * net/browse-url.el (browse-url-file-url):
9334         * term/internal.el (dos-codepage-setup):
9335         Use default-value rather than default-enable-multibyte-characters.
9337         * progmodes/etags.el (etags-goto-tag-location):
9338         * progmodes/flymake.el (flymake-highlight-line)
9339         (flymake-goto-file-and-line, flymake-goto-line):
9340         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9341         (gdb-goto-breakpoint):
9342         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9343         * progmodes/python.el (python-find-function)
9344         (python-pdbtrack-track-stack-file):
9345         * progmodes/verilog-mode.el (verilog-surelint-off):
9346         * term/ns-win.el (ns-open-file-select-line):
9347         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9348         Use forward-line rather than goto-line.
9350         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9351         * textmodes/reftex-index.el (reftex-display-index):
9352         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9353         * textmodes/reftex-toc.el (reftex-toc):
9354         Remove unnecessary bindings of default-major-mode (all are followed by
9355         major-mode check and possible mode switch).
9357 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9359         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9360         Handle watchpoints (bug#4282).
9361         (def-gdb-thread-buffer-command): Enable thread to be selected by
9362         clicking without selecting threads buffer first.
9363         (gdb-current-context-command): Use selected frame so that "up",
9364         "down" etc work in the GUD buffer.
9365         (gdb-update): Find selected frame before rendering stack buffer.
9366         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9368 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * progmodes/sym-comp.el (displayed-completions): Remove.
9371         (symbol-complete): Use minibuffer-complete.
9373 2009-08-31  Glenn Morris  <rgm@gnu.org>
9375         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9377         * apropos.el (apropos-symbols-internal):
9378         Handle (obsolete) face aliases.
9380         * faces.el (describe-face): Adjust the output format to be more like
9381         describe-variable, and to mention (obsolete) face aliases.
9382         Adjust the whitespace so that help-setup-xref works.
9384         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9385         * calendar/diary-lib.el (diary-button-face):
9386         Mark these face aliases as obsolete.
9388         * calendar/calendar.el (calendar-today): Doc fix.
9390 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9392         * progmodes/gdb-mi.el (gdb-control-all-threads)
9393         (gdb-control-current-thread): Force tool bar update.
9394         (gdb-non-stop-handler): New function.
9395         (gdb-init-1): Use it to test if non-stop mode is supported.
9396         Remove unused gdbmi buffer type.
9398 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9400         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9401         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9403 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9405         * comint.el (comint-exec-1): Check command is non-null first.
9406         Part of gdb-mi.el change (2009-08-28).
9408 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9412 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9414         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9415         instead of `dolist' to avoid a recursive require when bootstrapping.
9417 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9419         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9421         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9423         * net/imap.el (imap-send-command): Simplify.
9424         (imap-wait-for-tag): point-max -> buffer-size.
9426         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9428         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9429         with constant argument.
9431         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9433         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9435         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9436         Change default, since most of our files don't have a history.
9437         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9438         the user.
9440         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9441         Add comint-run.
9443         * calc/calc.el: Improve commenting convention.
9444         (calc-digit-map, toplevel): Simplify.
9446         * comint.el (comint-insert-input): Be careful to only set point if we
9447         don't delegate to some other command.
9449         * proced.el (proced-signal-list): Make it an alist.
9450         (proced-grammar-alist): Capitalize names.
9451         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9452         Disable undo manually and make it read-only.
9453         Use completion-annotate-function.
9455         * minibuffer.el (minibuffer-message): If the current buffer is not
9456         a minibuffer, insert the message in the echo area rather than at the
9457         end of the buffer.
9458         (completion-annotate-function): New variable.
9459         (minibuffer-completion-help): Use it.
9460         (completion--embedded-envvar-table): Environment vars are
9461         always case-sensitive.
9463 2009-08-30  Glenn Morris  <rgm@gnu.org>
9465         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9466         from fortran-current-defun.
9467         (fortran-beginning-of-subprogram): Be more precise about finding the
9468         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9469         (fortran-end-of-subprogram): Simplify.
9470         (fortran-current-defun): Use fortran-start-prog-re.
9472 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9474         * subr.el (do-after-load-evaluation): Simplify.
9476 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9478         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9480         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9481         (vc-rcs-print-log): Use it.
9483         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9485 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * paths.el (abbrev-file-name): Move to abbrev.el.
9488         * abbrev.el (abbrev-file-name): Move from paths.el.
9489         Obey user-emacs-directory.
9490         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9491         user-emacs-directory.
9492         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9493         abbrev-file-name and calc-settings-file any more.
9494         * startup.el (command-line): Recompute abbrev-file-name and
9495         abbreviated-home-dir.
9496         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9497         of the special code for when C-h bindings haven't been changed.
9498         (display-startup-echo-area-message): Use with-current-buffer.
9499         (command-line-1): Use a list of strings, rather than a list of lists
9500         of strings for longopts.
9502         * files.el (get-free-disk-space): Use / for default-directory.
9504         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9505         Use with-current-buffer.
9507         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9508         Recognize immutable variables like most-positive-fixnum.
9509         (byte-compile-setq-default): Check and warn if trying to assign
9510         to an immutable variable, or a non-variable.
9512         * progmodes/cc-vars.el (c-comment-continuation-stars):
9513         * progmodes/cc-engine.el (c-looking-at-bos):
9514         * progmodes/cc-cmds.el (c-toggle-auto-state)
9515         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9516         (c-comment-line-break-function): Add version of obsolescence.
9518 2009-08-28  Juri Linkov  <juri@jurta.org>
9520         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9521         associated with `archive-mode'.
9523         * image.el (image-type-header-regexps): Use only JPEG magic number
9524         to determine JPEG images, and don't use `image-jpeg-p' because
9525         Emacs can display non-JFIF non-Exif JPEG images.
9527 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9529         * arc-mode.el (archive-mode):
9530         * emacs-lisp/re-builder.el (re-builder-unload-function):
9531         Protect against the default value of `major-mode' being nil.
9533 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9535         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9536         Fix typos in docstrings.
9538         * progmodes/js.el (js--macro-decl-re): Doc fix.
9539         (js--plain-method-re, js--split-name): Refloc docstring.
9540         (js--class-styles, js--make-merged-item, js--splice-into-items):
9541         Fix typos in docstrings; reflow docstrings.
9542         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9543         (js--variable-decl-matcher, js--inside-pitem-p)
9544         (js--parse-state-at-point, js--get-all-known-symbols)
9545         (js--symbol-history, js-find-symbol, js--js-references)
9546         (js--moz-interactor, js--js-encode-value, js--read-tab):
9547         Fix typos in docstrings.
9549 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * textmodes/reftex.el (reftex-get-file-buffer-force):
9552         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9553         * emulation/viper.el (viper-go-away, viper-set-hooks):
9554         * emacs-lisp/re-builder.el (re-builder-unload-function):
9555         * emacs-lisp/bytecomp.el (byte-compile-file):
9556         * ses.el (ses-unload-function):
9557         * hexl.el (hexl-find-file):
9558         * files.el (normal-mode):
9559         * ehelp.el (with-electric-help):
9560         * autoinsert.el (auto-insert-alist):
9561         * arc-mode.el (archive-mode):
9562         Use (default-value 'major-mode) instead of default-major-mode.
9564         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9565         * international/mule.el (load-with-code-conversion):
9566         * emacs-lisp/debug.el (debug):
9567         * ediff-vers.el (ediff-rcs-get-output-buffer):
9568         * dired.el (dired-internal-noselect): Don't let-bind
9569         default-major-mode around code that doesn't use it.
9570         E.g. buffer creation via get-buffer-create doesn't use it.
9572 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9574         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9575         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9576         when writing the temp file.  Otherwise, epa-file gets confused.
9577         (tramp-register-file-name-handlers): Make it a defun.  Move also
9578         `epa-file-handler' to the front of `file-name-handler-alist'.
9580 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9583         start right after a ^M.
9584         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9585         (tramp-completion-file-name-regexp-separate)
9586         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9587         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9588         Don't modify last-coding-system-used by accident.
9589         (tramp-completion-file-name-handler): Apply the checks here,
9590         instead during registration.
9591         (tramp-register-file-name-handlers): Renamed from
9592         `tramp-register-file-name-handler'.  Register both
9593         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9594         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9596 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9598         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9599         Remove variable ...
9600         (gdb-init-1, gdb-display-separate-io-buffer)
9601         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9602         references to it.
9603         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9604         (gdb-inferior-filter): Use comint-output-filter to stop
9605         echoing and remove ^M characters.
9607 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * emulation/viper-init.el (viper-restore-cursor-type):
9610         * emulation/cua-base.el (cua--update-indications):
9611         Replace default-cursor-type with (default-value 'cursor-type).
9613         * mail/sendmail.el (mail-recover-1):
9614         * international/mule-diag.el (describe-current-coding-system-briefly)
9615         (describe-current-coding-system):
9616         * international/mule-cmds.el (select-safe-coding-system)
9617         (select-message-coding-system)
9618         (set-language-environment-coding-systems, set-locale-environment):
9619         * hexl.el (hexl-insert-multibyte-char):
9620         * dos-w32.el (find-buffer-file-type-coding-system):
9621         * simple.el (what-cursor-position):
9622         Replace uses of default-buffer-file-coding-system
9623         with (default-value 'buffer-file-coding-system).
9625         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9626         Replace uses of default-cursor-in-non-selected-windows
9627         with (default-value 'cursor-in-non-selected-windows).
9628         Use with-current-buffer.
9630         * mail/feedmail.el: Use CL macros.
9631         (feedmail-run-the-queue, feedmail-send-it-immediately):
9632         * dos-w32.el (find-buffer-file-type): Replace uses of
9633         default-buffer-file-type with (default-value 'buffer-file-type).
9635 2009-08-28  Glenn Morris  <rgm@gnu.org>
9637         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9638         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9639         Use default-value of major-mode rather than default-major-mode.
9641 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9643         * Makefile.in (update-elcfiles): Report left over elc files.
9645         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9646         expand-file-name and with-current-buffer.
9647         (mail-get-names, mail-directory): Use with-current-buffer.
9649         * vc.el (vc-read-revision): New function.
9650         (vc-version-diff, vc-merge): Use it.
9652 2009-08-27  Sam Steingold  <sds@gnu.org>
9654         * simple.el (kill-do-not-save-duplicates): New user option.
9655         (kill-new): When it is non-nil, and the new string is the same as
9656         the latest kill, set replace to t to avoid duplicates in kill-ring.
9658 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9660         * net/tramp.el (tramp-handle-process-file): Do not flush all
9661         caches when `process-file-side-effects' is set.
9662         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9663         instead of `tramp-find-file-exists-command'.
9664         Unset `process-file-side-effects'.
9666 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9668         * net/tramp.el (tramp-methods): New method "rsyncc".
9669         (top): Add completion function for "rsyncc".
9670         (tramp-message-show-message): New defvar.
9671         (tramp-message, tramp-error): Use it.
9672         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9673         remote copying.
9674         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9675         `tramp-methods' entry `copy-env' of "rsyncc".
9676         (tramp-vc-registered-read-file-names): New defconst.
9677         (tramp-vc-registered-file-names): New defvar.
9678         (tramp-handle-vc-registered): Implement optimization strategy.
9679         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9680         (tramp-vc-file-name-handler): New defun.
9681         (tramp-get-ls-command, tramp-get-test-command)
9682         (tramp-get-file-exists-command, tramp-get-remote-ln)
9683         (tramp-get-remote-perl, tramp-get-remote-stat)
9684         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9686         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9687         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9688         timestamps.
9689         (tramp-get-file-property): Check for timestamps in
9690         `tramp-cache-inhibit-cache'.
9691         (tramp-set-file-property): Write timestamp.
9693 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9695         * language/japan-util.el (japanese-symbol-table): Add entries for
9696         cp932-2-byte.
9698         * international/characters.el: Add category `j' to cp932-2-byte.
9700 2009-08-27  Kenichi Handa  <handa@m17n.org>
9702         * international/fontset.el (build-default-fontset-data): New macro.
9703         (setup-default-fontset): Use build-default-fontset-data for CJK,
9704         tibetan, ethiopic, and ipa.
9706 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9709         (enable-multibyte-characters): Not customizable any more.
9711         * subr.el (default-mode-line-format, default-header-line-format)
9712         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9713         (default-direction-reversed, default-truncate-lines)
9714         (default-left-margin, default-tab-width, default-case-fold-search)
9715         (default-left-margin-width, default-right-margin-width)
9716         (default-left-fringe-width, default-right-fringe-width)
9717         (default-fringes-outside-margins, default-scroll-bar-width)
9718         (default-vertical-scroll-bar, default-indicate-empty-lines)
9719         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9720         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9721         (default-scroll-down-aggressively, default-fill-column)
9722         (default-cursor-type, default-buffer-file-type)
9723         (default-cursor-in-non-selected-windows)
9724         (default-buffer-file-coding-system, default-major-mode)
9725         (default-enable-multibyte-characters): Mark as obsolete.
9727 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9729         * vc-dir.el (vc-dir-update): Remove debug helper.
9731         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9733 2009-08-26  Sam Steingold  <sds@gnu.org>
9735         * simple.el (save-interprogram-paste-before-kill): New user option.
9736         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9737         save the interprogram-paste into kill-ring before overriding it
9738         with the Emacs kill.
9740 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9742         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9743         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9744         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9745         and move to vc-rcs.el.
9746         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9747         move to vc-rcs.el.
9748         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9749         (vc-rcs-update-changelog): Remove.
9750         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9751         and move to vc-rcs.el.
9753         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9754         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9755         renaming.
9756         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9757         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9758         vc.el, renamed to be RCS specific.
9760         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9761         New functions.
9762         (vc-cvs-update-changelog): Move here from vc.el.
9764         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9765         New functions.
9767 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9769         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9771 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9773         * vc-git.el (vc-git-register): Use "git add" for directories.
9774         (vc-git-stash, vc-git-stash-show): New functions.
9775         (vc-git-extra-menu-map): Bind them.
9777         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9778         directory correctly in case the item is a directory itself.
9780         * vc.el: Document the desired behavior for reverted files in the
9781         `added' state.
9782         (vc-default-prettify-state-info): Remove function, unused.
9784         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9786 2009-08-26  Glenn Morris  <rgm@gnu.org>
9788         * bindings.el (standard-mode-line-format): Reposition dashes in
9789         which-func entry.  (Bug#4217)
9791         * files.el (enable-local-variables, enable-local-eval)
9792         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9793         the defcustoms.
9794         (auto-mode-alist, ignored-local-variables)
9795         (save-some-buffers-action-alist): Move risky declarations to the
9796         definitions.
9797         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9798         (font-lock-defaults, format-alist, imenu--index-alist)
9799         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9800         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9801         (mode-line-modified, mode-line-mule-info, mode-line-position)
9802         (mode-line-process, mode-line-remote, outline-level)
9803         (parse-time-rules, rmail-output-file-alist)
9804         (special-display-buffer-names, vc-mode):
9805         Move risky declarations to the relevant files.
9806         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9807         (mode-line-modified, mode-line-process, mode-line-position)
9808         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9809         * font-core.el (font-lock-defaults):
9810         * format.el (format-alist):
9811         * vc-hooks.el (vc-mode):
9812         * window.el (special-display-buffer-names):
9813         * international/mule-cmds.el (input-method-alist):
9814         Define riskiness here (dumped file) rather than in files.el.
9815         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9816         * imenu.el (imenu-generic-expression, imenu--index-alist):
9817         * outline.el (outline-level):
9818         * time.el (display-time-string):
9819         * calendar/parse-time.el (parse-time-rules):
9820         * mail/rmailout.el (rmail-output-file-alist):
9821         Autoload riskiness here, rather than placing in files.el.
9823 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9825         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9827 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9829         * simple.el (process-file-side-effects): New defvar.
9831         * dired-aux.el (dired-show-file-type):
9832         * vc.el (vc-diff-internal):
9833         * vc-arch.el (vc-arch-diff):
9834         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9835         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9836         * vc-git.el (vc-git-registered, vc-git-working-revision)
9837         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9838         (vc-git--empty-db-p):
9839         * vc-hooks.el (vc-user-login-name):
9840         * vc-svn.el (vc-svn-registered, vc-svn-state)
9841         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9842         * progmodes/grep.el (grep-probe): Let-bind
9843         `process-file-side-effects' with nil.
9845         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9847         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9848         daemon.  Replace ping by checking for running service for bluez
9849         and zeroconf.  (Bug#4239)
9851 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9853         * net/dig.el (dig): Add autoload cookie.
9855 2009-08-25  Glenn Morris  <rgm@gnu.org>
9857         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9858         load-history for absolute file-names.
9859         (byte-compile-file-form-require): Warn about use of the cl package.
9861         * format.el (format-alist): Doc fix.
9863         * play/bubbles.el (top-level): Don't require cl at run-time.
9865         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9866         run-time cl).
9868 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9870         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9871         from cl package.
9872         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9874 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9876         * calc/calc-alg.el (math-trig-rewrite)
9877         (math-hyperbolic-trig-rewrite): New functions.
9878         (calc-simplify): Simplify trig functions when asked.
9880 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9882         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9884 2009-08-24  Kenichi Handa  <handa@m17n.org>
9886         * language/ind-util.el (mapthread): Delete it.
9887         (combinatorial): New function.
9888         (indian--puthash-cv): Use combinatorial instead of mapthread.
9890 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9892         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9893         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9894         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9895         Clarify docstring that the value is strings not symbols.
9896         (checkdoc-list-of-strings-p): New function.
9898 2009-08-22  Glenn Morris  <rgm@gnu.org>
9900         * files.el (auto-mode-alist):
9901         * hippie-exp.el (he-concat-directory-file-name):
9902         * lpr.el (lpr-windows-system, printer-name):
9903         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9904         * ps-print.el (ps-windows-system):
9905         * startup.el (command-line):
9906         * emulation/viper-ex.el (viper-glob-function):
9907         * international/mule-cmds.el (set-language-environment-coding-systems):
9908         * net/ange-ftp.el (ange-ftp-write-region):
9909         * obsolete/fast-lock.el (fast-lock-cache-name):
9910         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9911         unisoft-unix, vax-vms, win32, w32.
9913         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9914         given name if the pattern is not more specific.
9916         * calendar/lunar.el (lunar-phase-names): New option.
9917         (lunar-phase): Doc fix.
9918         (lunar-cycles-per-year): New constant.
9919         (lunar-index): New function.
9920         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9921         (lunar-phase-name): Use lunar-phase-names.
9922         (calendar-lunar-phases): Use format.
9923         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9925         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9926         Copy imenu-example--name-and-position function here for own use.
9927         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9929         * bs.el (bs--redisplay):
9930         * cus-edit.el (custom-redraw):
9931         * ibuffer.el (ibuffer-bury-buffer):
9932         * server.el (server-goto-line-column):
9933         * startup.el (command-line-1):
9934         * strokes.el (strokes-xpm-for-stroke):
9935         * term.el (term-display-buffer-line):
9936         * view.el (View-goto-line):
9937         * calc/calc.el (calc-do, calc-trail-buffer):
9938         * play/gamegrid.el (gamegrid-add-score-insecure):
9939         * progmodes/ada-mode.el (ada-compile-goto-error):
9940         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9941         (ebrowse-select-1st-to-9nth):
9942         * progmodes/cperl-mode.el (cperl-time-fontification):
9943         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9944         * progmodes/gud.el (gud-display-line):
9945         (idlwave-shell-display-line):
9946         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9947         * progmodes/make-mode.el (makefile-browser-toggle):
9948         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9949         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9950         * textmodes/picture.el (picture-draw-rectangle):
9951         * textmodes/reftex-index.el (reftex-index-goto-letter):
9952         (reftex-select-jump-to-previous):
9953         * textmodes/reftex-sel.el (reftex-find-start-point)
9954         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9955         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9956         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9957         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9958         * textmodes/two-column.el (2C-associated-buffer):
9959         Use forward-line rather than goto-line.
9961         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9962         goto-line.
9964         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9965         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9966         (quick-check-list-to-regexp): Declare.
9968         * progmodes/make-mode.el (makefile-browser-insert-selection):
9969         Use goto-char rather than goto-line.
9971         * progmodes/prolog.el (compilation-error-regexp-alist)
9972         (compilation-forget-errors): Declare.
9974 2009-08-22  Juri Linkov  <juri@jurta.org>
9976         * progmodes/grep.el (lgrep, rgrep): At the beginning
9977         set `dir' to `default-directory' unless `dir' is a non-nil
9978         readable directory.  (Bug#4052)
9979         (lgrep, rgrep): Change a weird way to report an error
9980         from using `read-string' to using `error'.
9981         Instead of using interactive arguments in the function body,
9982         add new argument `confirm'.
9984 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * textmodes/remember.el (remember-buffer):
9987         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9988         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9989         (icalendar-extract-ical-from-buffer):
9990         * net/newst-treeview.el (newsticker-groups-filename):
9991         * net/newst-backend.el (newsticker-cache-filename):
9992         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9993         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9994         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9995         (speedbar-buffers-line-path, speedbar-path-line)
9996         (speedbar-buffers-line-path):
9997         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9998         (epg-sign-keys):
9999         * epa.el (epa-display-verify-result):
10000         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10002 2009-08-21  Glenn Morris  <rgm@gnu.org>
10004         * progmodes/js.el (inferior-moz-process): Fix declaration.
10006         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10008         * obsolete/rnewspost.el (news-mail-reply):
10009         Use goto-char rather than goto-line.
10011         * term/ns-win.el (ns-open-file-select-line):
10012         Use line-beginning-position rather than goto-line.
10014         * apropos.el (apropos-command):
10015         * ehelp.el (electric-helpify):
10016         * printing.el (pr-show-setup):
10017         * strokes.el (strokes-help):
10018         * tutorial.el (tutorial--describe-nonstandard-key)
10019         (tutorial--detailed-help):
10020         * woman.el (woman-mini-help, woman-display-extended-fonts):
10021         * calc/calc-help.el (calc-describe-key):
10022         * emulation/edt.el (edt-electric-helpify):
10023         * international/mule-diag.el (mule-diag):
10024         * play/yow.el (apropos-zippy):
10025         * progmodes/python.el (python-describe-symbol):
10026         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10027         * textmodes/table.el (*table--cell-describe-mode)
10028         (*table--cell-describe-bindings):
10029         Use help-print-return-message rather than the now obsolete alias.
10031         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10032         (calendar-cursor-to-visible-date):
10033         * play/5x5.el (5x5-position-cursor):
10034         * play/decipher.el (decipher):
10035         * play/gomoku.el (gomoku-goto-xy):
10036         * play/landmark.el (lm-goto-xy):
10037         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10038         (mpuz-paint-digit):
10039         Use forward-line, not goto-line.
10041         * mail/rmail.el (rmail-obsolete): Delete custom group.
10042         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10043         (rmail-remote-password, rmail-remote-password-required):
10044         Remove unneeded :set-after and :set properties.
10046 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10048         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10050 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10052         * loadup.el: Remove leftover macos code.
10054         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10055         Explicitly pass the date format to git blame so that user local
10056         so that the output format can be parsed.
10058 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10060         * net/dbus.el (top): Don't check for (getenv
10061         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10063 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10065         * log-edit.el (log-edit-strip-single-file-name): New var.
10066         (log-edit-insert-changelog): Use it.  Bug#3571
10068 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10071         Bug#3287
10073         * help.el (help-print-return-message): Rename from
10074         print-help-return-message.
10076         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10077         cvs-mode-map parent hack.
10078         (log-view-mode): Derive from special-mode.
10080         * linum.el (linum-mode): window-size-change-functions is redundant.
10081         Adapt to new window-configuration-change-hook behavior.
10082         (linum-after-size, linum-after-config): Remove.
10084         * imenu.el (imenu-example--name-and-position)
10085         (imenu-example--lisp-extract-index-name)
10086         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10087         Mark as obsolete.
10089         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10090         (inferior-prolog-mode): Use it.
10091         (inferior-prolog-load-file): Reset list of errors.
10093 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10095         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10097         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10099 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10101         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10102         is running already.
10104 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10106         * subr.el (listify-key-sequence-1): Use normal syntax since those
10107         integers are nowadays always represented by the same (positive) number
10108         on all platforms.
10109         (read-key-empty-map): New const.
10110         (read-key-delay): New var.
10111         (read-key): New function.
10112         (force-mode-line-update): Use with-current-buffer.
10113         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10114         (start-process-shell-command, start-file-process-shell-command):
10115         Discourage the use of command-args.
10117 2009-08-19  Glenn Morris  <rgm@gnu.org>
10119         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10121 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * simple.el (choose-completion-string): Don't rely on
10124         minibuffer-completing-file-name and ad-hoc checks to decide whether
10125         to continue completion or not.
10127         * minibuffer.el (minibuffer-hide-completions): New function.
10128         (completion--do-completion): Use it.
10129         (completions-annotations): New face.
10130         (completion--insert-strings): Use it.
10131         (completion-pcm--delim-wild-regex): Add docstring.
10132         (completion-pcm--string->pattern): Add support for 0-width delimiters
10133         in completion-pcm--delim-wild-regex.
10135 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10138         Remove unused var `buffer-modified-p'.
10140         * minibuffer.el (completion--do-completion): Move point for the #b001
10141         case as well (bug#4176).
10142         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10144 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10146         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10147         and :session buses.
10149 2009-08-18  Kenichi Handa  <handa@m17n.org>
10151         * international/ucs-normalize.el (ucs-normalize-version):
10152         Change to 1.1.
10153         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10154         (utf-8-hfs): Make it perform normalization on encoding too.
10156         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10157         (sentence-end-without-space): Delete duplicated chars.
10158         (sentence-end-base): Likewise.
10160         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10161         (html-mode): Delete duplicated chars from sentence-end-base.
10163         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10164         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10166 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10168         * files.el (hack-one-local-variable): If the mode function is for
10169         a minor mode, pass it an argument (Bug#4148).
10171 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10173         * net/tramp.el (tramp-register-completion-file-name-handler):
10174         Check also for (member 'partial-completion completion-styles).
10176 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10178         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10179         abbrev (Bug#3943).
10181 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10183         * progmodes/cperl-mode.el: Merge upstream 6.2.
10184         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10185         (cperl-forward-re): Check cperl-brace-recursing.
10186         (cperl-highlight-charclass): New function.
10187         (cperl-find-pods-heres): Use it.
10188         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10189         (cperl-beautify-regexp-piece): Fix column calculation.
10190         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10191         (cperl-beautify-level): Don't process entire regexp.
10192         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10193         calling man.
10194         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10195         (cperl-init-faces): Build a list in the normal way.
10197 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10199         * calendar/parse-time.el (parse-time-string-chars): Save match
10200         data.
10202 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10205         (sql-product): Use it.
10206         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10207         (sql-set-product): Add completion.
10208         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10209         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10210         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10211         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10212         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10213         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10214         (sql-highlight-db2-keywords): Remove.
10215         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10216         (sql-highlight-product): Use derived-mode-p.
10217         (sql-set-sqli-buffer): Use with-current-buffer.
10218         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10219         Simplify.
10221         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10223         * term.el: Fix commenting convention, turn comments into docstrings.
10225 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10227         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10229 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10231         * calendar/parse-time.el (parse-time-string-chars): Compute using
10232         character classes, to handle non-ascii characters (Bug#3190).
10234 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10236         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10237         another heredoc if the user adds another < (Bug#3226).
10239         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10240         Don't initialize based on window-system (Bug#4124).
10242         * facemenu.el (facemenu-read-color): Use a completion function
10243         that accepts any defined color, such as RGB triplets (Bug#3677).
10245         * files.el (get-free-disk-space): Change fallback default
10246         directory to /.  Expand DIR argument before switching to fallback.
10247         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10249 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10251         * files.el (load-library): Doc fix.
10253 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10255         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10256         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10257         incremental search string.
10259         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10260         XEmacs.
10262         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10263         (ediff-merge-region-is-non-clash)
10264         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10265         Also check if the job is really a merge job.
10267         * ediff.el (ediff-current-file): New function.
10269 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10271         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10272         conventions.
10273         (js-insert-and-indent): Delete function.
10274         (js-mode-map): Don't bind keys to js-insert-and-indent.
10275         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10276         (js-end-of-defun): Rename from js--end-of-defun.
10277         (js-auto-indent-flag): Delete variable.
10279 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10281         * progmodes/js.el: Remove proclaim statement.
10282         Defvar which-func-imenu-joiner-function to silence compiler.
10284         * files.el (auto-mode-alist): Use js-mode for .js files.
10286         * progmodes/js2-mode.el: Remove file.
10288         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10290         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10292         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10294 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10295             Karl Landstrom  <karl.landstrom@brgeight.se>
10297         * progmodes/js.el: New file.
10299 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10301         * timezone.el (timezone-parse-date): Add ability to understand ISO
10302         basic format (minimal separators) dates in addition to the
10303         already-supported extended format dates.
10305 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10307         * international/ucs-normalize.el: Add a `coding' file variable.
10309         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10311 2009-08-14  Sam Steingold  <sds@gnu.org>
10313         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10315 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10317         * faces.el (help-argument-name): Define it here instead of
10318         help-fns.el, because in daemon mode help-fns.el may be loaded when
10319         faces are still uninitialized (Bug#1078).
10321         * help-fns.el (help-argument-name): Move defface to faces.el.
10323 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10325         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10326         create buffer with a pty but no process so that GDB can make the
10327         inferior the controlling process.
10329 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10331         * international/ucs-normalize.el: New file.
10333 2009-08-13  Richard Stallman  <rms@gnu.org>
10335         * mail/rmail.el (rmail-get-attr-names):
10336         Accept an attribute header that is too short.
10338         * mail/rmail.el (rmail-forget-messages):
10339         Ignore nil elt in rmail-message-vector.  Use dotimes.
10341         * progmodes/compile.el (compilation-goto-locus):
10342         Use next-error-move-function.
10344         * simple.el (next-error-move-function): New variable.
10346 2009-08-12  Juri Linkov  <juri@jurta.org>
10348         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10349         always non-nil.  (Bug#4052)
10351         * replace.el (read-regexp): Return empty string when
10352         `default-value' is nil.
10353         (keep-lines-read-args): Don't use empty string as the
10354         default value for `read-regexp'.  (Bug#2495)
10356 2009-08-12  Juri Linkov  <juri@jurta.org>
10358         * international/mule-cmds.el (ucs-insert): Change arguments
10359         from `arg' to `character', `count', `inherit' to be the same
10360         as in `insert-char'.  Doc fix.  (Bug#4039)
10362         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10364 2009-08-12  Juri Linkov  <juri@jurta.org>
10366         * files-x.el: New file.
10368         * files.el: Move code that deals with adding/deleting
10369         file/directory-local variables to files-x.el.
10371         * Makefile.in (ELCFILES): Add files-x.elc.
10373 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10375         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10376         to use `goto-line'.
10377         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10378         `goto-line'.
10379         (gdb-invalidate-disassembly): Do not refresh upon receiving
10380         'update signal.  Instead, update all disassembly buffers only after
10381         threads list.
10382         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10383         (gdb-starting): Moved -data-list-register-names...
10384         (gdb-stopped): ...here so it's sent when first thread stops.
10385         (gdb-registers-handler-custom): Do nothing if register names are
10386         unknown yet.
10388         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10389         from `gdb-mi.el' to avoid extra tangling.
10391         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10392         change which breaks `gud-def' definitions used in `gdb'.
10393         (gdb-update-gud-running): No extra fuss for updating frame number.
10395 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10398         (describe-language-environment-map, setup-language-environment-map)
10399         (set-coding-system-map): Move initialization into declaration.
10400         (set-language-info-alist): Last arg to define-key-after can be skipped.
10402         * international/quail.el (quail-completion-1): Simplify.
10403         (quail-define-rules): Use slightly more compact code.
10404         (quail-insert-decode-map): Propertize keys, compact columns.
10406         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10407         Add goto-line.
10409 2009-08-10  Miles Bader  <miles@gnu.org>
10411         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10412         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10413         (js2-instance-member, js2-private-member, js2-private-function-call)
10414         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10415         (js2-magic-paren, js2-external-variable):
10416         Remove "-face" suffix from face names.
10417         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10418         (js2-highlight-undeclared-vars, js2-peek-token)
10419         (js2-parse-function-params, js2-mode-show-errors)
10420         (js2-mode-show-warnings, js2-make-magic-delimiter)
10421         (js2-mode-highlight-magic-parens): Update to use new face names.
10423 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10425         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10426         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10428 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10430         * subr.el: Provide hashtable-print-readable.
10432         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10433         hs-c-like-adjust-block-beginning.
10434         (hs-hide-block-at-point): Stop hiding at the beginning of
10435         hs-block-end-regexp (Bug#700).
10437 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10439         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10440         a macro.
10441         (gdb-registers-handler-custom): Do not fail when register names
10442         are unavailable.
10444 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10446         * progmodes/gdb-mi.el (gdb-control-all-threads)
10447         (gdb-control-current-thread): Interactive setters for
10448         `gdb-gud-control-all-threads' to use in menu.
10449         (gdb-show-run-p): Show «Go» when process is not active.
10450         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10451         gud/thread.xpm and gud/all.xpm.
10453 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10455         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10456         (nslookup-font-lock-keywords): Make it a variable.
10457         (net-utils-mode): New mode for viewing diagnostic network output.
10458         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10459         (net-utils-run-simple): New function.
10460         (ifconfig, iwconfig, netstat, arp, route): Use it.
10462 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10464         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10465         (gdb-memory-set-address, def-gdb-set-positive-number)
10466         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10467         after changing settings.
10468         (gdb-invalidate-disassembly): Update when first shown.
10469         (gdb-edit-locals-value): Fixed.
10470         (gdb-registers-handler-custom): Print registers in right order and
10471         allow changing register values (only for current thread yet).
10472         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10473         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10474         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10475         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10476         info in mode name.
10477         (gdb-registers-mode-map): TAB to switch to locals.
10479 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10481         * mail/rmail.el (rmail-add-mbox-headers)
10482         (rmail-set-message-counters-counter): Search for
10483         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10485 2009-08-08  Glenn Morris  <rgm@gnu.org>
10487         * Makefile.in (ELCFILES): Update.
10489 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10491         * mail/sendmail.el (mail-yank-original): Set
10492         buffer-file-coding-system from the one used by the message whose
10493         text is yanked.
10495         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10496         to "windows" when "pgnuplot" is used.
10497         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10498         call accept-process-output if "pgnuplot" is used.
10499         (calc-graph-init): Don't send -display and -geometry to
10500         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10501         running "pgnuplot -V" with shell-command-to-string.
10503         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10504         the default.
10506 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10508         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10509         org/org-latex.elc.
10511 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10513         * vc-dispatcher.el (vc-resynch-window): Update comment.
10515         * term.el (term-handle-ansi-escape): Add comments with the
10516         terminfo capabilities implemented.
10518 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10520         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10521         (gdb-var-create-handler): Rewritten using JSON parser.
10522         (gdb-propertize-header): Moved earlier.
10523         (gdb-set-header): Removed to avoid duplication.
10524         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10525         Refresh disassembly buffers only after threads list have been
10526         update.
10527         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10528         variables.
10530 2009-08-04  Juri Linkov  <juri@jurta.org>
10532         * files.el: Commands to add/delete file/directory-local variables.
10533         (read-file-local-variable, read-file-local-variable-value)
10534         (read-file-local-variable-mode, modify-file-local-variable)
10535         (modify-file-local-variable-prop-line)
10536         (modify-dir-local-variable): New functions.
10537         (add-file-local-variable, delete-file-local-variable)
10538         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10539         (add-dir-local-variable, delete-dir-local-variable)
10540         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10541         (copy-dir-locals-to-file-locals-prop-line): New commands.
10543 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10545         * abbrev.el (insert-abbrev-table-description): Prettify output.
10546         Suggested by Karl Chen.
10548 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10550         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10551         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10552         (gdb-overlay-arrow-position, gdb-thread-position)
10553         (gdb-disassembly-position): Declare variables.
10554         (gdb-wait-for-pending): Function now.
10555         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10556         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10557         compilation goes smoothly.
10558         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10559         (gdb-non-stop-setting): New customization setting which replaces
10560         `gdb-non-stop' so changing it doesn't break active GDB session.
10561         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10562         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10563         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10564         (gdb-show-threads-by-default): New customization options.
10565         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10566         routines.
10567         (gdb-get-buffer-create): Send buffers update signal when they are
10568         created.
10569         (gdb-invalidate-locals, gdb-invalidate-registers)
10570         (gdb-invalidate-breakpoints)
10571         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10572         (gdb-invalidate-memory): Accept update signal.
10573         (gdb-current-context-command): Use --frame option.
10574         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10575         Implement `gdb-frame-number' selection logic.
10576         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10577         whether to show GUD toolbar buttons.
10578         (gdb-thread-exited): Unselect current thread when it exits.
10579         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10580         (gdb-mark-line): Routine which sets overlay arrow or inverses
10581         video on fringeless displays.
10582         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10583         to build aligned columns of data in GDB buffers and set text
10584         properties line-by-line.
10585         (gdb-invalidate-breakpoints)
10586         (gdb-breakpoints-list-handler-custom)
10587         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10588         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10589         (gdb-registers-handler-custom): Align data columns.
10590         (gdb-locals-handler-custom): Now prints data like in variable
10591         declarations.
10592         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10593         Removed confusing buttons.
10594         (gdb-invalidate-threads): Append --frame.
10595         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10596         between breakpoints/threads buffers.
10597         (gdb-set-window-buffer): Now can ignore dedicated windows.
10598         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10599         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10600         (def-gdb-thread-buffer-gud-command): Replaces
10601         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10602         for fine thread control.
10603         (gdb-preempt-existing-or-display-buffer): New function used to
10604         display bound buffers without breaking window layout.
10605         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10606         (gdb-select-frame): New version of `gdb-frames-select' which now
10607         sets `gdb-frame-number' so commands may use --frame option instead
10608         of inner debugger state.
10609         (gdb-frame-handler): Do not set `gdb-frame-number'.
10610         (gdb-threads-mode-map): Select threads with mouse.
10612         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10613         avoid compilation warning.
10614         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10615         `gdb-show-stop-p`.
10617         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10618         Argument `key' renamed to `buffer-type'.
10619         (gdb-current-context-buffer-name): Do not add thread info to
10620         buffer name when no thread is selected.
10621         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10622         command (bug 3794).
10623         (gdb-thread-selected): Handle `=thread-selected' notification.
10624         (gdb-wait-for-pending): New macro to deal with congestion problems.
10625         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10626         breakpoints.
10627         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10628         This fixes problem similar to one described in bug 3947.
10629         (gud-menu-map): More menu items.
10630         (gdb-init-1): Reset `gdb-thread-number' to nil.
10632         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10633         non-stop settings.
10635         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10636         (gdb-current-context-command): Do not append --thread if
10637         `gdb-thread-number' is nil.
10638         (gdb-running-threads-count, gdb-stopped-threads-count): New
10639         variables.
10640         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10641         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10642         customization options.
10643         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10644         GUD commands.
10645         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10646         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10647         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10648         set `gdb-thread-number' and update `gud-running' properly.
10649         (gdb-running): Update threads list when new threads appear.
10650         (gdb-stopped): Support non-stop operation and new thread switching
10651         logic.
10652         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10653         (gdb-json-partial-output): New set of JSON routines.
10654         (def-gdb-auto-update-trigger): New `signal-list' optional
10655         argument.
10656         (gdb-thread-list-handler-custom): Update `gud-running',
10657         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10658         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10659         (gdb-continue-thread, gdb-step-thread): New commands for fine
10660         thread execution control.
10661         (gud-menu-map): New menu items to switch non-stop options.
10662         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10663         (gdb-send): Mimic RET properly (bug 3794).
10665         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10666         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10667         gdb-buffer-rules.
10668         (def-gdb-auto-update-handler): New nopreserve optional argument.
10669         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10671         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10672         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10673         (gdb-parent-mode): New mode to derive other GDB modes from.
10674         (gdb-display-disassembly-for-thread)
10675         (gdb-frame-disassembly-for-thread): New commands for threads
10676         buffer.
10678         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10679         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10680         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10681         (gdb-update): We now store all GDB buffers in a list so that they
10682         can be updated by traversing a list instead of calling invalidate
10683         triggers explicitly.
10684         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10685         pair for GDB buffer.
10686         (gdb-stack-buffer-name): Add thread information.
10687         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10688         handle pending triggers.
10689         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10690         (def-gdb-thread-buffer-simple-command)
10691         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10692         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10693         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10694         New commands which show buffers bound to thread.
10695         (gdb-stack-list-locals-regexp): Removed unused regexp.
10697         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10698         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10699         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10700         to (gud-comint-buffer) in *-buffer-name functions
10701         because (gdb-get-target-string) already does that.
10702         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10703         (gdb-changed-registers-handler): Rewritten without regexps.
10705         * progmodes/gdb-mi.el: Basic thread selection support.
10706         (gdb-thread-number): New variable.
10707         (gdb-current-context-command): New macro which adds --thread
10708         option to command.
10709         (gdb-threads-mode-map): Select thread with SPC.
10710         (gdb-thread-list-handler-custom): Mark current thread with overlay
10711         arrow.  Synchronize GDB thread and Emacs thread.
10712         (gdb-select-thread): New command which selects current thread.
10713         (gdb-invalidate-frames, gdb-invalidate-locals)
10714         (gdb-invalidate-registers): Use --thread option.
10716 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10718         * net/tramp.el (top): Make check for tramp-gvfs loading more
10719         robust.  (Bug#3977)
10720         (tramp-handle-insert-file-contents): `unwind-protect' must be
10721         inside `with-parsed-tramp-file-name'.
10723         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10724         fails.
10726 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10728         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10729         directory if CLASSPATH is not set.
10731 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10733         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10734         New defconst.
10735         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10737 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10739         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10740         Update freshmeat link.  Delete newsforge.com as it seems gone.
10742 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10744         * select.el (x-set-selection): Doc fix (Bug#4021).
10746         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10748         * help-fns.el (describe-variable): Treat list return values from
10749         dir-locals-find-file properly (Bug#4005).
10751 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10753         * net/tramp.el (tramp-debug-message): Print also microseconds.
10755 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10757         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10758         or END is non-nil.
10759         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10760         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10761         format.
10763         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10764         (tramp-get-file-property): Use it.
10766         * autorevert.el (auto-revert-handler): Allow
10767         `auto-revert-tail-mode' for remote files.
10769 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10771         * minibuffer.el (read-file-name): Treat confirm options to
10772         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10774 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10776         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10777         (font-lock-variable-name-face, font-lock-constant-face): Darken
10778         the colors for light backgrounds.
10780 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10782         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10783         month names.  (Bug#3987)
10785 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10787         * simple.el (line-move-finish): Pass whole number to
10788         line-move-to-column.
10789         (line-move-visual): Perform hscroll to the recorded position.
10791 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10793         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10795 2009-07-29  Alan Mackenzie  <acm@muc.de>
10797         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10799 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10801         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10802         (gdb-place-breakpoints): Use full path when setting breakpoints.
10804 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10806         * calc/calc.el (calc-mode-map): Add keybinding for
10807         `calc-transpose-lines'.
10809 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10811         * calc/calc-misc.el (calc-transpose-lines): New function.
10813 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10815         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10816         Simplify check for out-of-band methods.
10817         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10818         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10820 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10822         * vc-git.el (vc-git-checkin): Fix typo.
10824 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10826         * progmodes/js2-mode.el: New file.
10828 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10830         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10831         (gud-menu-map): Adjust tooltip accordingly.
10833 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10835         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10836         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10838         * add-log.el (change-log-mode-map): Add a menu.
10840 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10842         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10843         function returns nil.
10844         (dbus-handle-event): Handle special return value :ignore.
10845         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10847 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10849         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10850         it's not needed.
10852 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10854         Fix Bug#3888:
10856         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10858         * term/pc-win.el (x-display-name, x-colors)
10859         (x-select-enable-clipboard, x-select-text): Doc fix.
10861         * term/common-win.el (x-display-name, x-colors): Doc fix.
10863         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10864         (xw-defined-colors): Doc fix.
10866         * w32-fns.el (x-select-text, x-setup-function-keys)
10867         (x-get-selection, x-set-selection): Doc fix.
10869         * term/x-win.el (x-select-text, x-setup-function-keys)
10870         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10872         * select.el (x-set-selection): Doc fix.
10874 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10876         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10877         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10878         "IsNSSSupportAvailable" method is not available.  Reported by
10879         Steve Youngs <steve@sxemacs.org>.
10881 2009-07-24  Kenichi Handa  <handa@m17n.org>
10883         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10884         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10885         (build-unicode-category-table): Fix range checks.
10887 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10889         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10890         the buffer we try to sync is current when calling
10891         vc-resynch-buffer.
10893         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10894         not show up to date files.
10896 2009-07-24  Glenn Morris  <rgm@gnu.org>
10898         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10899         Add autoload cookies.  If necessary, initialize.
10900         (elint-log): Handle non-file buffers.
10901         (elint-initialize): Add optional argument to reinitialize.
10902         (elint-find-builtin-variables): Save excursion.
10904 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10906         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10907         for Lint.
10909 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10911         * vc.el (vc-print-log-internal): New function, split out from ...
10912         (vc-print-log): ... here.
10913         (vc-dir-move-to-goal-column): Declare.
10915         * vc-git.el (vc-git-add-signoff): New variable.
10916         (vc-git-checkin): Use it.
10917         (vc-git-toggle-signoff): New function.
10918         (vc-git-extra-menu-map): Bind it to menu.
10919         (vc-git--run-command-string): Accept a nil FILE argument.
10920         (vc-git-stash-list): New function.
10921         (vc-git-dir-extra-headers): Use it.
10923 2009-07-23  Glenn Morris  <rgm@gnu.org>
10925         * help-fns.el (describe-variable): Describe ignored and risky local
10926         variables in a similar way to that in which we describe safe ones.
10928         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10929         (byte-compile-output-file-form, byte-compile-output-docform)
10930         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10931         Give some more local variables with common names a "bytecomp-" prefix,
10932         so as not to shadow things during compilation.
10933         * emacs-lisp/cl-macs.el (load-time-value)
10934         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10935         `outbuffer' to `bytecomp-outbuffer'.
10937         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10938         since the next two variables cover them automatically now.
10939         (elint-builtin-variables, elint-autoloaded-variables): New.
10940         (elint-unknown-builtin-args): Remove all members, since they can be
10941         parsed automatically now.
10942         (elint-extra-errors): New.
10943         (elint-env-add-env, elint-env-add-macro): Use cadr.
10944         (elint-current-buffer): Use or.  Change final message.
10945         (elint-get-top-forms): Use line-end-position.
10946         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10947         and defalias.
10948         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10949         (regexp-assoc): Remove unused function.
10950         (elint-top-form): Set elint-current-pos, to record the start of the
10951         top-level form, for compilation-mode.
10952         (elint-form): Trap errors in macro expansion.  Use dolist.
10953         (elint-unbound-variable): Use elint-builtin-variables and
10954         elint-autoloaded-variables.
10955         (elint-get-args): Use cadr, or.
10956         (elint-check-cond-form): Use dolist, cadr.
10957         (elint-check-condition-case-form): Doc fix.  Use cadr.
10958         Use elint-extra-errors.
10959         (elint-log): New function.
10960         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10961         Distinguish errors and warnings.
10962         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10963         Use a bytecomp-style format.
10964         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10965         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10966         Don't truncate lines.
10967         (elint-initialize): Set builtin and autoloaded variable lists.
10968         Only process elint-unknown-builtin-args if non-nil.
10969         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10970         New functions.
10971         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10973 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10975         * net/newst-backend.el (newsticker--parse-atom-1.0)
10976         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10977         (newsticker--parse-rss-1.0):
10978         * progmodes/idlwave.el (idlwave-mode):
10979         * progmodes/idlw-shell.el (idlwave-shell-mode):
10980         * progmodes/vera-mode.el (vera-mode):
10981         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10982         * progmodes/vhdl-mode.el (vhdl-mode):
10983         * textmodes/table.el (table-generate-source)
10984         (table--warn-incompatibility):
10985         Hyperlink urls in docstrings with URL `...'.
10987 2009-07-22  Glenn Morris  <rgm@gnu.org>
10989         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10990         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10991         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10992         Remove leading * from defcustom docs.
10994         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10996         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10997         defcustom doc.
10998         (list-load-path-shadows): Optionally, just return shadows as a string.
11000         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11002 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11004         * mail/rmailedit.el (rmail-edit-mode): Use
11005         auto-save-include-big-deletions.
11007         * mail/rmail.el (rmail-variables): Use
11008         auto-save-include-big-deletions.
11010         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11011         changes.
11013 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11015         * calc/calc.el (calc-undo-length): New variable.
11016         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11018 2009-07-21  Richard Stallman  <rms@gnu.org>
11020         * files.el (auto-save-mode): Handle buffer-save-size = -2
11021         for toggling mode.
11023 2009-07-21  Glenn Morris  <rgm@gnu.org>
11025         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11027         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11029         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11030         silence compiler.  Instead...
11031         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11032         (ps-print-ensure-fontified): Update for above function name changes.
11034         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11035         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11036         silence compiler.  Instead...
11037         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11038         (mh-show-buffer): Only define for compiler.
11039         (pr-mh-current-message): Update for above function name changes.
11041         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11042         as an argument.
11043         (find-file-noselect, insert-file-1): Update for above change.
11045         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11047         * mail/mailclient.el (mailclient-send-it): Fix message.
11049         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11050         (edebug-eval): Check cl-debug-env is bound.
11051         (print-level, print-circle): Don't redefine built-in variables.
11053         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11054         (custom-print-vectors): Remove old comments from doc.
11056         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11057         (emerge-version): Make the variable an obsolete alias for the
11058         emacs-version variable.  Make the function obsolete.
11059         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11060         Emerge options, rather than merging in into the main Options menu.
11061         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11062         and auto advance modes.  Disable edit/fast items when not relevant.
11064 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11066         * term/vt420.el (terminal-init-vt420): Fix typo.
11068 2009-07-20  Sam Steingold  <sds@gnu.org>
11070         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11071         variable (removed from compile.el on 2004-03-11).
11073 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11075         * files.el (hack-local-variables-filter): Fix last change.
11077 2009-07-19  Juri Linkov  <juri@jurta.org>
11079         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11080         (dir-local-variables-alist): New buffer-local variable.
11081         (hack-local-variables-filter): If variable is not dir-local,
11082         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11083         because file-local overrides dir-local.
11084         (c-postprocess-file-styles) <declare-function>:
11085         Remove obsolete declaration.
11086         (hack-dir-local-variables): Add dir-local variable/value pair to
11087         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11089         * help-fns.el (describe-variable): Add information about
11090         file-local and dir-local variables.
11092 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11094         * files.el (hack-local-variables-filter): Rewrite.
11096 2009-07-19  Glenn Morris  <rgm@gnu.org>
11098         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11099         Silence compiler by only defining on XEmacs.
11101         * international/mule.el (auto-coding-regexp-alist): Only match
11102         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11104         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11105         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11106         (cal-menu-context-mouse-menu): Doc fix.
11108         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11110         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11112 2009-07-18  Juri Linkov  <juri@jurta.org>
11114         * info.el: Virtual Info keyword finder.
11115         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11116         (Info-finder-file): New variable.
11117         (Info-finder-find-file): New function.
11118         (finder-known-keywords, finder-package-info)
11119         (find-library-name, lm-commentary): Use defvar and
11120         declare-function to silence compiler warnings.
11121         (Info-finder-find-node): New function.
11122         (info-finder): New command.
11124         * subr.el (process-kill-buffer-query-function): New function.
11125         (add-hook)<kill-buffer-query-functions>: Add hook
11126         `process-kill-buffer-query-function'.
11128 2009-07-18  Alan Mackenzie  <acm@muc.de>
11130         * progmodes/cc-mode.el (c-before-hack-hook)
11131         (c-postprocess-file-styles): Give invocation of `c-set-style'
11132         DONT-OVERRIDE parameter of t.  Already set style variables will
11133         thus not be overridden by style settings given by `c-file-syle'.
11135         * files.el (hack-local-variables-filter): Remove entries with
11136         duplicate keys from `file-local-variables-alist'.
11138 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11140         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11141         x-set-selection if display-selections-p returns nil for the
11142         current frame.
11144 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11146         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11148 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11150         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11151         Accept nil in addition to a regexp.
11152         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11153         Accept nil in addition to a regexp.
11154         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11155         buffers that have an associated file.  Handle nil values of
11156         desktop-buffers-not-to-save and desktop-files-not-to-save.
11157         (Bug#3833)
11159         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11160         (x-disown-selection-internal): New functions.
11162 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11164         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11165         warning.
11166         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11167         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11169 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11171         * simple.el (set-mark): Revert last change.
11173 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11175         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11176         rendering of pngs is not possible instead of messaging a long
11177         description.
11179 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11181         * w32-fns.el (x-selection-owner-p): New function.
11183         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11184         (mouse-yank-at-click, mouse-yank-primary): If
11185         select-active-regions is non-nil, deactivate the mark before
11186         insertion.
11188         * simple.el (deactivate-mark, set-mark): Only save selection if we
11189         own it.
11191 2009-07-17  Kenichi Handa  <handa@m17n.org>
11193         * case-table.el (describe-buffer-case-table): Fix for the case
11194         that KEY is a cons.
11196 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11198         * vc-rcs.el (vc-rcs-find-file-hook):
11199         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11201 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11203         * net/tramp.el (tramp-wait-for-output): Handle the case when
11204         commands do not return a newline but a null byte before the shell
11205         prompt.  (Bug#3858)
11207 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11209         * term/ns-win.el (ns-set-alpha): Don't declare.
11210         (ns-set-background-alpha): Remove function.
11212 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11214         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11215         y-or-n-p, for safety.
11217 2009-07-16  Richard Stallman  <rms@gnu.org>
11219         * files.el (auto-save-mode): If buffer-saved-size is -2,
11220         don't clobber it.
11222         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11223         (rmail-retry-ignored-headers): Add more uninteresting fields.
11225 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11227         * net/rcirc.el (rcirc): Use history variables.
11228         (rcirc-server-name-history, rcirc-nick-name-history)
11229         (rcirc-server-port-history): New variables.
11231 2009-07-15  Kenichi Handa  <handa@m17n.org>
11233         * international/mule-cmds.el (set-language-environment-charset):
11234         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11235         ignore them.
11237         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11238         Delete unibyte-display.
11240 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11242         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11244 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11246         * simple.el (deactivate-mark): Optional argument FORCE.
11247         (set-mark): Use deactivate-mark.
11249         * info.el (Info-search): No need to check transient-mark-mode
11250         before calling deactivate-mark.
11252         * select.el (x-set-selection): Doc fix.
11253         (x-valid-simple-selection-p): Allow buffer values.
11254         (xselect--selection-bounds): Handle buffer values.  Suggested by
11255         David De La Harpe Golden.
11257         * mouse.el (mouse-set-region, mouse-drag-track): Call
11258         copy-region-as-kill before setting the mark, to let
11259         select-active-regions work.
11261 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11263         * simple.el (deactivate-mark): If select-active-regions is
11264         non-nil, copy the selection data into a string.
11265         (activate-mark): If select-active-regions is non-nil, set the
11266         selection to the current buffer.
11267         (set-mark): Update selection if select-active-regions is non-nil.
11269         * select.el (x-valid-simple-selection-p): Allow buffer values.
11271 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11273         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11274         and more featureful message-mode.
11276 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11278         * select.el (x-set-selection): Doc fix.
11279         (x-valid-simple-selection-p): Disallow selection data consisting
11280         of a list or cons of integers, since that is not used.
11281         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11282         (xselect-convert-to-string, xselect-convert-to-length)
11283         (xselect-convert-to-filename, xselect-convert-to-charpos)
11284         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11286 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11288         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11289         output in -break-info command (Emacs bug #3794).
11291 2009-07-14  Glenn Morris  <rgm@gnu.org>
11293         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11294         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11295         (edebug-print-length, edebug-print-level, edebug-print-circle)
11296         (edebug-sit-for-seconds, edebug-view-outside)
11297         (edebug-bounce-point, edebug-set-global-break-condition)
11298         (edebug-Go-nonstop-mode, edebug-trace-mode)
11299         (edebug-Trace-fast-mode, edebug-continue-mode)
11300         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11301         (edebug-visit-eval-list): Doc fixes.
11303         * subr.el (def-edebug-spec): Doc fix.
11305 2009-07-14  Kenichi Handa  <handa@m17n.org>
11307         * international/characters.el: Fix setting of category ?C.
11309 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11311         * term/ns-win.el (x-select-font): defalias x-select-font to
11312         ns-popup-font-panel instead of generate-fontset-menu.
11314 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11316         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11318 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11320         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11321         the PK\003\004 header (Bug#3770).
11323 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11325         * pcomplete.el (pcomplete-comint-setup): Check for
11326         shell-dynamic-complete-filename too.
11328 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11330         * simple.el (temporary-goal-column): Change the value for
11331         line-move-visual to a cons cell.
11332         (line-move-visual): Record or set the window hscroll, if
11333         necessary (Bug#3494).
11334         (line-move-1): Handle cons value of temporary-goal-column.
11336 2009-07-11  Kenichi Handa  <handa@m17n.org>
11338         * international/mule-diag.el (describe-character-set): Don't show
11339         width.
11341 2009-07-10  Sam Steingold  <sds@gnu.org>
11343         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11344         Omake sometimes indents the errors it prints, so allow all
11345         regexps to start with spaces.
11347 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11349         * cus-edit.el (customize-changed-options-previous-release):
11350         Bump value to 22.1.  (Bug#3804)
11352 2009-07-08  Sam Steingold  <sds@gnu.org>
11354         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11355         to be a cons cell (test . ignored-directory) to selectively ignore
11356         some directories depending on the location of the search.
11358 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11360         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11361         remote user is root, on the local host.
11362         (tramp-local-host-p): Either the local user or the remote user
11363         must be root.  (Bug#3771)
11365 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11367         * progmodes/gdb-mi.el (gdb): Remove description of
11368         gdb-use-separate-io-buffer.
11369         (menu): Don't allow toggling of or enable
11370         gdb-use-separate-io-buffer from menubar.
11372 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11374         * mail/unrmail.el (unrmail): Make sure the message ends with two
11375         newlines (Bug#3769).
11377 2009-07-08  Glenn Morris  <rgm@gnu.org>
11379         * calendar/calendar.el (calendar-current-date): Rework previous change.
11381 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11383         * calendar/calendar.el (calendar-current-date):
11384         Add an optional argument giving an offset from today.
11386 2009-07-08  Glenn Morris  <rgm@gnu.org>
11388         * tutorial.el (tutorial--describe-nonstandard-key):
11389         Adjust the message for when a key has been unbound.
11390         (help-with-tutorial): Hide the arch-tag.
11392 2009-07-08  Kenichi Handa  <handa@m17n.org>
11394         * international/fontset.el (setup-default-fontset): For each
11395         script, append (not set) font-specs.
11397         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11398         docstring.
11400 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11402         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11403         -data-list-register-names to ...
11404         (gdb-starting): ... here because GDB 7.0 requires execution to
11405         have started when using this MI command.
11406         (gdb-set-header): New function to distinguish select and
11407         unselected tabs in gdb buffers.
11408         (gdb-propertize-header): New macro that uses gdb-set-header.
11409         (gdb-breakpoints-header, gdb-locals-header): Use it.
11410         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11412 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11414         * Makefile.in (ELCFILES): Remove fadr.elc.
11416 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11418         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11419         may contain frame information, so `string-match' should be used.
11420         (gdb-update): Disassembly is invalidated through
11421         `gdb-get-selected-frame'.
11422         (gdb-pad-string): New function to pad string with spaces.
11423         (gdb-invalidate-disassembly): Invalidate only if the buffer
11424         exists.
11425         (gdb-disassembly-handler-custom): Column alignment.
11426         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11427         placing new ones.
11428         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11429         end of line, too.
11430         (gdb-frame-handler): Match convention to for disassembly buffer
11431         mode name.
11432         (gdb-stack-list-frames-handler): Rewritten without regexps.
11433         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11434         not highlight breakpoints without line information.
11435         (gdb-input): Add trailing newline to command.
11437         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11438         buffer properly.
11439         (gdb-breakpoints-list-handler-custom): Replacement for
11440         `gdb-break-list-handler'.  Using real parser instead of regexps
11441         now.
11442         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11443         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11444         to place breakpoints.
11445         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11446         functions.
11447         (gdb-disassembly-handler-custom): Show overlay arrow.
11448         (gdb-disassembly-place-breakpoints): Show breakpoints in
11449         disassembly buffer.
11450         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11451         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11452         instead of parsing breakpoints buffer.  Fixed old menu references
11453         in `gud-menu-map'.
11455         * fadr.el: Remove.
11457         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11458         (gdb-memory-address): New variable which holds top address of
11459         memory page shown in memory buffer.
11460         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11461         customization variables.
11462         New functions:
11463         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11464         display the memory buffer.
11465         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11466         buffer display parameters.
11467         (def-gdb-memory-format, gdb-memory-format-binary)
11468         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11469         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11470         Functions for setting memory buffer format.
11471         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11472         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11473         unit size used in memory buffer.
11474         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11475         to next/previous page of memory buffer.
11476         Now using (bindat-get-field) instead of fadr functions.
11478 2009-07-07  Sam Steingold  <sds@gnu.org>
11480         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11481         non-top-level files.
11483 2009-07-07  Kenichi Handa  <handa@m17n.org>
11485         * international/mule-cmds.el (reset-language-environment): Put
11486         the highset priority to the charset iso-8859-1.
11488 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11490         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11491         to the end of the line when locating the block (Bug#700).
11493 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11495         * net/tramp.el (tramp-handle-write-region): Flush file properties
11496         in case of short track.
11498 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11500         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11501         Coded custom representation of verilog error regular expressions
11502         to work with Emacs-22's new format.
11503         (verilog-error-regexp-xemacs-alist): Coded custom representation
11504         of verilog error regular expressions to work with XEmacs format.
11505         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11506         error recognition into XEmacs.
11507         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11508         error recognition into Emacs-22.
11510 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11512         * woman.el: Remove stand-alone closing parentheses.
11513         (woman-file-name, woman2-format-paragraphs)
11514         (woman-leave-blank-lines): Code cleanup.
11515         (woman-use-own-frame): Change default to nil.
11516         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11517         defaults to inherit from default faces.
11518         (woman2-process-escapes): Consume the newline after a stand-alone
11519         filler character (Bug#3651).
11521 2009-07-06  Glenn Morris  <rgm@gnu.org>
11523         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11524         (top-level): Move provide to the end.
11525         (ffap): Remove defunct URL from custom group.
11527         * subr.el (eval-after-load): Doc fix.
11529 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11531         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11532         `calc-embedded-word' is called twice.
11534 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * files.el (find-alternate-file-other-window, find-alternate-file):
11537         Obey confirm-nonexistent-file-or-buffer.
11539 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11541         * dired-aux.el (dired-show-file-type): Handle remote files.
11543 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11545         * desktop.el (desktop-globals-to-save):
11546         Add file-name-history (Bug#2750).
11548 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11550         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11552 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11554         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11555         property on entire argument since this is what eshell-lisp-command
11556         expects.
11558 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11560         * net/tramp-gvfs.el (tramp-gvfs-methods)
11561         (tramp-gvfs-zeroconf-domain)
11562         (tramp-bluez-discover-devices-timeout): Add version flag.
11563         (tramp-gvfs-handler-mounted-unmounted)
11564         (tramp-gvfs-connection-mounted-p): Polish handling of
11565         incompatibilities between GVFS 0.2 and 1.0.
11567 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11569         * cus-start.el (all): Add make-pointer-invisible.
11571 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11573         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11574         formatted correctly.
11576 2009-07-02  Juri Linkov  <juri@jurta.org>
11578         * info.el: Virtual Info files and nodes.
11579         (Info-virtual-files, Info-virtual-nodes): New variables.
11580         (Info-current-node-virtual): New variable.
11581         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11582         New functions.
11583         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11584         to check for a virtual file instead of checking a fixed list
11585         of node names.
11586         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11587         instead of ad-hoc processing of "dir" and (apropos history toc).
11588         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11589         instead of ad-hoc processing of "dir" and (apropos history toc).
11590         Reread a file when moving from a virtual node.
11591         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11592         (Info-directory-toc-nodes, Info-directory-find-file)
11593         (Info-directory-find-node): New functions.
11594         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11595         (Info-history): Move part of code to
11596         `Info-history-find-node'.
11597         (Info-history-toc-nodes, Info-history-find-file)
11598         (Info-history-find-node): New functions.
11599         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11600         (Info-toc): Move part of code to `Info-toc-find-node'.
11601         (Info-toc-find-node): New function.
11602         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11603         the current Info file name to references because now the node
11604         "*TOC*" belongs to the same Info manual.
11605         (Info-toc-build): Rename from `Info-build-toc'.
11606         (Info-toc-nodes): Rename input argument `file' to `filename'.
11607         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11608         instead of ad-hoc processing of ("dir" apropos history toc).
11609         (Info-index-nodes): Use Info-virtual-file-p
11610         to check for a virtual file instead of checking a fixed list
11611         of node names.
11612         (Info-index-node): Add check for `Info-current-node-virtual'.
11613         Raise `save-match-data' higher up the tree to contain
11614         `search-forward' too (bug fix).
11615         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11616         (Info-virtual-index-nodes): New variable.
11617         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11618         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11619         (Info-apropos-file, Info-apropos-nodes): New variables.
11620         (Info-apropos-toc-nodes, Info-apropos-find-file)
11621         (Info-apropos-find-node, Info-apropos-matches): New functions.
11622         (info-apropos): Move part of code to `Info-apropos-find-node' and
11623         `Info-apropos-matches'.
11624         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11625         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11626         for a virtual file instead of checking a fixed list of node names.
11628         * simple.el (async-shell-command): New command.
11630         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11632         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11633         instead of `mount-info'.
11635 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11637         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11638         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11640 2009-07-02  Kenichi Handa  <handa@m17n.org>
11642         * international/mule.el (set-keyboard-coding-system): Force *-unix
11643         coding-system to avoid eol conversion.
11645 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11647         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11648         Add handler for `process-file', `shell-command' and
11649         `start-file-process'.
11650         (tramp-gvfs-handle-shell-command)
11651         (tramp-gvfs-handle-start-file-process)
11652         (tramp-gvfs-handle-process-file): New defuns.
11653         (tramp-synce-list-devices): Simplify check for existence of property.
11655 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11657         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11659 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11661         * language/korean.el (set-language-info-alist): Add korean-cp949,
11662         cp949 to spec.
11664 2009-07-01  Kenichi Handa  <handa@m17n.org>
11666         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11668         * international/encoded-kb.el: Deleted.
11670         * international/mule.el (set-keyboard-coding-system): Perform the
11671         necessary setup here instead of calling encoded-kbd-setup-display.
11673 2009-07-01  Glenn Morris  <rgm@gnu.org>
11675         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11677 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11679         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11681 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11683         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11684         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11685         (tramp-default-file-modes): Remove execute permissions.
11687         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11688         (top): Add a default for "synce" in `tramp-default-user-alist'.
11689         Add completion function for "synce" method.
11690         (tramp-hal-service, tramp-hal-path-manager)
11691         (tramp-hal-interface-manager, tramp-hal-interface-device):
11692         New defconst.
11693         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11694         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11695         New defuns.
11697         * net/trampver.el: Update release number.
11699 2009-06-30  Kenichi Handa  <handa@m17n.org>
11701         * international/fontset.el (setup-default-fontset): Add CJK fonts
11702         for symbols and the other miscellaneous characters.
11704         * language/korea-util.el (setup-korean-environment-internal):
11705         Make char-width-table suitable for Korean environments.
11706         (exit-korean-environment): Cancel above.
11708         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11709         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11710         setup-function to make char-width-table suitable for respective
11711         environments, and an exit-function to cancel that.
11713         * language/japan-util.el (setup-japanese-environment-internal):
11714         Call use-cjk-char-width-table with arg `ja_JP'.
11716         * international/characters.el (cjk-char-width-table): Delete it.
11717         (cjk-char-width-table-list): New variable.
11718         (use-cjk-char-width-table): New arg local-name.
11719         (use-default-char-width-table): Fix for the case that Emacs is
11720         already using the default char-width-table.
11722 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11724         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11725         modes mandatory.  (Bug#3712)
11727 2009-06-29  Alan Mackenzie  <acm@muc.de>
11729         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11730         correction between the visible width of TABs and their number of bytes.
11732 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11734         * server.el (server-buffer-done): Prevent kill-buffer from
11735         prompting by clearing the buffer modification flag (Bug#3696).
11737 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11739         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11740         (verilog-endcomment-reason-re): Support unique case and priority case.
11741         (verilog-basic-complete-re): Support localparam lineup.
11742         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11743         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11744         commenting.
11745         (verilog-leap-to-case-head): Now support *nested* unique &
11746         priority case statements.
11747         (verilog-auto-lineup): Make just declarations the default (as it
11748         had been).
11749         (verilog-leap-to-case-head): Support priority/unique case statements.
11750         (verilog-auto-lineup): Rework to give users radio buttons to
11751         select the various styles of automatic lineup.
11752         (verilog-error-regexp-alist): Rework to support the XEmacs style
11753         of error regular expressions from compilers, lint tools &
11754         simulators.  Note that GNU Emacs has made it impossible for a mode
11755         to load such things.
11756         (electric-verilog-terminate-line, verilog-indent-declaration)
11757         (verilog-auto-wiure): Rework for radio button selection of
11758         auto-lineup selection of specification of auto lineup.
11759         (verilog-beg-of-statement-1): Redesign to support proper operation
11760         in additional code, based on testing with auto-lineup.
11761         (verilog-calculate-indent, assignments & declarations)
11762         (verilog-backward-token): Enhance to support auto-lineup of
11763         assignments & declarations.
11764         (verilog-in-directive-p, verilog-at-struct-p): New function for
11765         easy test of whether we are.
11766         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11767         to support safe execution at almost anyline.
11768         (verilog-calc-1): Properly support indenting deep inside generate
11769         blocks.
11770         (verilog-init-font): Remove definition & use of verilog-init-font,
11771         as it is redundant with font-lock-defaults.
11772         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11773         to avoid circular calls if syntax-ppss is a function (as is the
11774         case now in 22.x GNU Emacs) as that function would sometimes call
11775         itself, leading to (nearly) infinite recursion.
11776         (verilog-ovm-begin-re, verilog-ovm-end-re)
11777         (verilog-ovm-statement-re, verilog-leap-to-head)
11778         (verilog-backward-token): Add support for OVM macros.  Some are
11779         complete statements, and others open and close scopes like begin
11780         and end.
11781         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11782         (verilog-defun-level-generate-only-re): Really fix the defun-list
11783         compilation issue.
11784         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11785         coverpoint, constraint and cross statements.
11786         (verilog-defun-level-list, verilog-generate-defun-level-list)
11787         (verilog-all-defun-level-list): Redo these specifications - it is
11788         too hard to support eval-when compile aggregation of lists also
11789         built at when-compile time.
11790         (verilog-defun-level-list): Place defconsts of variables used in
11791         building regular expressions which are built in eval-when-compile
11792         bodies in the same eval-when-compile body to facilitate compile
11793         without load.
11794         (verilog-beg-block-re-ordered): Support indenting
11795         virtual/protected tasks and functions.
11796         (verilog-defun-level-list, verilog-in-generate-region-p)
11797         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11798         indentation of some module items (generate items).
11799         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11800         across virtual/protected tasks and functions.
11802 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11804         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11805         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11806         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11807         in concatenations.  Reported by Yishay Belkind.
11808         (verilog-auto-ascii-enum): Support one-hot state machines in
11809         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11810         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11811         modport in AUTOINST and add vl-modport for users.  Reported by
11812         David Rogoff.
11813         (verilog-auto-inout-module, verilog-auto-inst)
11814         (verilog-decls-get-interfaces, verilog-insert-definition)
11815         (verilog-insert-one-definition, verilog-read-decls)
11816         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11817         (verilog-sig-modport, verilog-signals-combine-bus)
11818         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11819         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11820         Suggested by David Rogoff.
11821         (verilog-repair-open-comma): Fix non-insertion of comma when
11822         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11823         (verilog-make-width-expression): Simplify [A-1:0] expression
11824         widths to just {A{1'b0}}.
11825         (verilog-mode): Cleanup checkdoc warnings.
11826         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11827         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11828         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11829         (next-error-last-buffer): Fix byte-compiler warning.
11830         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11831         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11832         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11833         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11834         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11835         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11836         in AUTOINOUT.  Reported by Matthew Lovell.
11837         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11838         causing use of <= assignments.  Reported by Alex Reed.
11839         (verilog-read-decls): Fix triand, trior, wand, wor to be
11840         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11841         (verilog-extended-complete-re): Support import "DPI-C" functions.
11842         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11843         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11844         (verilog-insert-date, verilog-insert-year)
11845         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11846         Windows systems.  Reported by Michael Potts.
11847         (verilog-read-module-name): Fix AUTOINST when the child module
11848         declaration's name is a tick define.  Reported by Elliot Mednick.
11849         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11850         passed to next parameter's definition.  Reported by Bruce T.
11851         (verilog-read-decls): Fix detecting "parameter int" when using
11852         AUTOINSTPARAM.  Reported by Bruce T.
11853         (verilog-goto-defun): Fix goto not finding modules unless first
11854         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11855         (verilog-mode): Expand -f flag arguments on entry to mode so
11856         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11857         (verilog-getopt): Expand environment variables in -f file
11858         arguments.  Suggested by Lawrence Butcher.
11859         (verilog-set-define): Fix "Symbol's value as variable is void"
11860         when reading enumerations.
11861         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11862         Suggested by Stephen Peltan.
11863         (verilog-read-defines): Fix reading of enumerations in include
11864         files.  Reported by Steve Peltan.
11866 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11868         * files.el (trash-directory): Fix defcustom type.
11870 2009-06-28  Juri Linkov  <juri@jurta.org>
11872         * help-fns.el (describe-function-1): Correctly locate adviced
11873         functions in hyperlink (Bug#2438).
11875 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11877         * files.el (trash-directory): Change default to nil.
11878         (move-file-to-trash): If trash-directory is nil and
11879         system-move-file-to-trash is unbound, perform freedesktop-style
11880         trashing.
11882 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11884         * files.el (move-file-to-trash): Add freedesktop trash
11885         support (Bug#973).
11887 2009-06-28  Glenn Morris  <rgm@gnu.org>
11889         * autorevert.el (global-auto-revert-non-file-buffers)
11890         (global-auto-revert-mode): Doc fixes.
11892 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11894         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11896 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11898         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11899         opened an X connection before calling x-get-resource (Bug#3194).
11901         * play/doctor.el: Remove reference to obsolete website.
11902         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11904 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11906         Remove find-file-not-found-hook VC method.  (Bug#2757)
11907         * vc-hooks.el (vc-file-not-found-hook)
11908         (vc-default-find-file-not-found-hook): Remove functions.
11909         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11910         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11911         * vc.el:
11912         * vc-hg.el:
11913         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11915 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11917         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11918         compatibility function for `looking-back'.
11920         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11921         Use `ispell-looking-back'.
11923 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11925         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11926         rather than `filename'.
11928 2009-06-23  Miles Bader  <miles@gnu.org>
11930         * face-remap.el (text-scale-set): New function.
11932 2009-06-23  Glenn Morris  <rgm@gnu.org>
11934         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11936         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11938         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11940         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11942         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11943         Simplify Persian conditionals.
11945         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11946         variable `filename'.
11948         * comint.el (comint-insert-input): Doc fix.
11950         * Makefile.in (ELCFILES): Fix typo in previous change.
11952 2009-06-23  Miles Bader  <miles@gnu.org>
11954         * cus-start.el: Add entry for `recenter-redisplay'.
11956 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11958         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11959         Add an optional argument for the backend, use it instead of
11960         calling vc-backend.
11961         (vc-mode-line): Add an optional argument for the backend.
11962         Pass the backend to vc-state and vc-working-revision.  Move code for
11963         special handling for vc-state being a buffer to ...
11965         * vc-rcs.el (vc-rcs-find-file-hook):
11966         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11968         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11969         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11970         vc-stay-local-p and vc-mode-line calls.
11972         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11973         (vc-cvs-diff, vc-cvs-annotate-command)
11974         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11975         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11976         vc-mode-line calls.
11978         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11979         direct comparison.
11980         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11981         backend when calling vc-mode-line.
11982         (vc-register): Do not create a closure for calling the vc register
11983         function, call it directly.
11985 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11987         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11988         to make it obvious item can be clicked.
11990         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11992 2009-06-23  Kenichi Handa  <handa@m17n.org>
11994         * language/korea-util.el (korean-key-bindings): Change the binding
11995         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11996         same command.
11998 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12000         Sync with Tramp 2.1.16.
12002         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12004         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12005         when a loading of a package fails.  Completion function for rsync
12006         is `tramp-completion-function-alist-ssh'.
12007         (all): Replace all calls of `split-string' and
12008         `tramp-split-string' by `tramp-compat-split-string'.
12009         (tramp-default-method): Use `tramp-compat-process-running-p'.
12010         (tramp-default-proxies-alist): Allow also Lisp forms.
12011         (tramp-remote-path): Add choice "Private Directories".
12012         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12013         (tramp-domain-regexp): Allow also "-", "_" and ".".
12014         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12015         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12016         (tramp-debug-message): Insert header line in debug buffer.
12017         (tramp-handle-directory-files-and-attributes-with-stat):
12018         Care about filenames with spaces, or starting with "-".
12019         (tramp-handle-dired-uncache): New defun.
12020         (tramp-handle-insert-directory): Don't flush the directory from
12021         cache, this is handled by `dired-uncache' now.
12022         (tramp-handle-insert-file-contents): Improve error handling.
12023         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12024         Quote `tramp-end-of-output'.
12025         (tramp-action-password): Improve trace message.
12026         (tramp-check-for-regexp): Both echoes must be present, before removing.
12027         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12028         (tramp-compute-multi-hops): Eval cons cells of
12029         `tramp-default-proxies-alist'.
12030         (tramp-maybe-open-connection): Use the same command pattern for
12031         first hop and further hops.
12032         (tramp-wait-for-output): Remove handling of newlines.
12033         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12034         (tramp-split-string): Remove function.  It is handled in
12035         tramp-compat now.
12037         * net/tramp-cmds.el (tramp-bug):
12038         Recommend `tramp-cleanup-all-connections' in the bug mail.
12040         * net/tramp-compat.el (tramp-compat-split-string)
12041         (tramp-compat-process-running-p): New defuns.
12043         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12044         for `dired-uncache'.
12046         * net/tramp-gvfs.el: New package.
12048         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12049         Add handler for `dired-uncache'.
12050         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12052         * net/trampver.el: Update release number.  Make version check fit
12053         for SXEmacs 22.
12055 2009-06-22  Jim Meyering  <meyering@redhat.com>
12057         Automatically handle .xz suffix (XZ-compressed files), too.
12058         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12059         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12061 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12062             Nick Roberts  <nickrob@snap.net.nz>
12064         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12065         repository (http://sphinx.net.ru/hg/gdb-mi/).
12067 2009-06-22  Glenn Morris  <rgm@gnu.org>
12069         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12070         `mode' and `eval' entries.  (Bug#3430)
12072         * Makefile.in (ELCFILES): Add fadr.elc.
12074         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12075         differing behavior of \n and ^ in strings.  (Bug#3385)
12077         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12079         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12080         property.
12081         (lisp-indent-function): Make it a defcustom.
12083 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12085         * progmodes/gdb-ui.el: Replace with ...
12086         * progmodes/gdb-mi.el: ... this file.
12087         * progmodes/gud.el: Modify for gdb-mi.el.
12089 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12091         * fadr.el: New file.
12093 See ChangeLog.14 for earlier changes.
12095 ;; Local Variables:
12096 ;; coding: utf-8
12097 ;; End:
12099     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12101   This file is part of GNU Emacs.
12103   GNU Emacs is free software: you can redistribute it and/or modify
12104   it under the terms of the GNU General Public License as published by
12105   the Free Software Foundation, either version 3 of the License, or
12106   (at your option) any later version.
12108   GNU Emacs is distributed in the hope that it will be useful,
12109   but WITHOUT ANY WARRANTY; without even the implied warranty of
12110   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12111   GNU General Public License for more details.
12113   You should have received a copy of the GNU General Public License
12114   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12116 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1