Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
[emacs/old-mirror.git] / lisp / ChangeLog
blob58316a61b1bf64d8bef0123209dc4968946e16b2
1  2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
2  
3         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
4         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5         (mac-right-option-modifier): New alias for ns-right-option-modifier.
6  
7         * cus-start.el (all): ns-right-alternate-modifier is new.
8  
9 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
11         * Makefile.in (ELCFILES): Update.
13 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * emacs-lisp/lisp.el (lisp-completion-at-point):
16         Use emacs-lisp-mode-syntax-table for the whole function.
18 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
20         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
21         (gdb-mouse-toggle-breakpoint-fringe):  Correct regexp to
22         work when breakpoint number exceeds nine.
24 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
26         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
27         instead of font-lock-mode before adding keywords.
28         Remove hi-lock-mode off code.  Remove inhibit hack.
29         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
30         non-nil; removed hook inhibit hack.
32 2010-10-09  Glenn Morris  <rgm@gnu.org>
34         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
35         (load-path-shadows-find): ... to this.
36         (list-load-path-shadows): Update for above change.
38         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
40 2010-10-08  Glenn Morris  <rgm@gnu.org>
42         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
44         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
45         (shadows-compare-text-p): Make it an obsolete alias for...
46         (load-path-shadows-compare-text): ... new name.
47         (find-emacs-lisp-shadows): Update for above name change.
48         (load-path-shadows-same-file-or-nonexistent): New name for the old
49         shadow-same-file-or-nonexistent.
51 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
53         * minibuffer.el (completion--some, completion--do-completion)
54         (minibuffer-complete-and-exit, minibuffer-completion-help)
55         (completion-basic-try-completion)
56         (completion-basic-all-completions)
57         (completion-pcm--find-all-completions): Use lexical-let to
58         avoid some false matches in variable completion (Bug#7056)
60 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
62         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
64 2010-10-03  Leo  <sdl.web@gmail.com>
66         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
67         return non-nil if the file exists (Bug#7090).
69 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * minibuffer.el (completion--replace):
72         Better preserve markers (bug#7138).
74 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
76         * server.el (server-process-filter): Doc fix.
78 2010-09-27  Drew Adams  <drew.adams@oracle.com>
80         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
82 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
84         * Makefile.in (ELCFILES): Update.
86         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
87         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
89 2010-09-27  Kenichi Handa  <handa@m17n.org>
91         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
92         "ustar" format.
94 2010-09-27  Kenichi Handa  <handa@m17n.org>
96         * international/mule.el (define-coding-system): Docstring fixed.
98         * international/mule-diag.el (describe-character-set): Use princ
99         with proper print-length and print-level instead of insert.
101 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
103         * window.el (walk-windows): Doc fix (bug#7105).
105 2010-09-23  Glenn Morris  <rgm@gnu.org>
107         * isearch.el (isearch-lazy-highlight-cleanup)
108         (isearch-lazy-highlight-initial-delay)
109         (isearch-lazy-highlight-interval)
110         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
111         * net/net-utils.el (ipconfig-program-options):
112         Move aliases to options before the associated definitions.
114 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * newcomment.el (comment-normalize-vars): Better test validity of
117         comment-end-skip.
119 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
122         (float-e): New name for `e'.
123         (degrees-to-radians, radians-to-degrees):
124         * calendar/solar.el (solar-longitude):
125         * calculator.el (calculator-registers, calculator-funcall):
126         * textmodes/artist.el (artist-spray-random-points):
127         * play/bubbles.el (bubbles--initialize-images): Use new names.
129 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
131         Update to CEDET 1.0's version of EIEIO.
133         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
134         New function.
135         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
136         (eieio-default-eval-maybe): Eval val instead of unquoting only.
137         (class-precedence-list): If class is nil, return nil.
138         (eieio-generic-call): If class of first input arg is nil, don't
139         look up static methods, and do check for primary methods.
140         (initialize-instance): See if the default needs to be evaluated
141         during the constructor.
142         (eieio-perform-slot-validation-for-default): Don't do the check
143         for values that will eventually be evaluated.
144         (eieio-eval-default-p): New function.
145         (eieio-default-eval-maybe): Use it.
147 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
149         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
150         method-invocation-order.
151         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
152         (eieio-class-precedence-dfs): Compute class precedence list using
153         dfs algorithm.
154         (eieio-class-precedence-bfs): Compute class precedence list using
155         bfs algorithm.
156         (eieio-class-precedence-c3): Compute class precedence list using
157         c3 algorithm.
158         (class-precedence-list): New function.
159         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
160         (inconsistent-class-hierarchy): New error symbol.
161         (call-next-method): Stow the replacement argument list for future
162         call-next-method invocations.
164 2010-09-15  Glenn Morris  <rgm@gnu.org>
166         * calendar/appt.el (appt-check): If not displaying the diary,
167         use (diary 1) to only get the entries we need.
168         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
169         that it is in day order.  (Bug#7019)
171         * calendar/appt.el (appt-check): Rather than showing the diary,
172         just turn off invisible display, and only if needed.
174         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
176 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
179         Add `when' argument.  Update callers.
181         * subr.el (unintern): Declare the obarray arg mandatory.
183 2010-09-14  Glenn Morris  <rgm@gnu.org>
185         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
186         Doc fixes.
188         * calendar/diary-lib.el (diary-included-files): New variable.
189         (diary-list-entries): Maybe initialize diary-included-files.
190         (diary-include-other-diary-files): Append to diary-included-files.
191         * calendar/appt.el (appt-update-list): Also check the members of
192         diary-included-files.  (Bug#6999)
193         (appt-check): Doc fix.
195 2010-09-12  David Reitter  <david.reitter@gmail.com>
197         * simple.el (line-move-visual): Do not truncate goal column to
198         integer size.  (Bug#7020)
200 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * repeat.el (repeat): Allow repeating when the last event is a click.
203         Suggested by Drew Adams (bug#6256).
205 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
207         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
208         Replace setting HGRCPATH to "" by some less invasive --config options.
210 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * font-lock.el (font-lock-beginning-of-syntax-function):
213         Mark as obsolete.
215 2010-09-10  Glenn Morris  <rgm@gnu.org>
217         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
218         and tool-bar modes.  (Bug#6211)
219         (menu-bar-mode): Move setting of standard-value after the
220         minor-mode definition, otherwise it seems to have no effect.
222 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
224         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
225         Fix typo.  (Bug#6976)
227 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
229         * whitespace.el: Allow cleaning up blanks without blank
230         visualization (Bug#6651).  Adjust help window for
231         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
232         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
233         (whitespace-style): Add new value 'face.  Adjust docstring.
234         (whitespace-space, whitespace-hspace, whitespace-tab):
235         Adjust foreground property face.
236         (whitespace-line-column): Adjust docstring and type declaration.
237         (whitespace-style-value-list, whitespace-toggle-option-alist)
238         (whitespace-help-text): Adjust const initialization.
239         (whitespace-toggle-options, global-whitespace-toggle-options):
240         Adjust docstring.
241         (whitespace-display-window, whitespace-interactive-char)
242         (whitespace-style-face-p, whitespace-color-on): Adjust code.
243         (whitespace-help-scroll): New fun.
245 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
247         * files.el (directory-abbrev-alist): Use \` as default regexp.
249         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
250         chars like - or ] (bug#6984).
251         (rx-any-condense-range): Explode 2-char ranges.
253 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * textmodes/bibtex.el:
256         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
258 2010-09-02  Glenn Morris  <rgm@gnu.org>
260         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
262 2010-08-31  Kenichi Handa  <handa@m17n.org>
264         * international/mule-cmds.el (standard-display-european-internal):
265         Setup standard-display-table for 8-bit characters by storing 8-bit
266         characters in the element vector.
268         * disp-table.el (standard-display-8bit):
269         Setup standard-display-table for 8-bit characters by storing 8-bit
270         characters in the element vector.
271         (standard-display-european): Likewise.
273 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
275         Sync with Tramp 2.1.19.
277         * net/tramp-cmds.el (tramp-cleanup-all-connections)
278         (tramp-reporter-dump-variable, tramp-load-report-modules)
279         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
280         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
282         * net/tramp-compat.el (top): Do not autoload
283         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
284         only when `start-file-process' is not bound.
285         (byte-compile-not-obsolete-vars): Define if not bound.
286         (tramp-compat-funcall): New defmacro.
287         (tramp-compat-line-beginning-position)
288         (tramp-compat-line-end-position)
289         (tramp-compat-temporary-file-directory)
290         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
291         (tramp-compat-copy-file, tramp-compat-copy-directory)
292         (tramp-compat-delete-file, tramp-compat-delete-directory)
293         (tramp-compat-number-sequence, tramp-compat-process-running-p):
294         Use it.
295         (tramp-advice-file-expand-wildcards): Do not use
296         `tramp-handle-file-remote-p'.
297         (tramp-compat-make-temp-file): Simplify fallback implementation.
298         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
299         (tramp-compat-copy-tree): Remove function.
300         (tramp-compat-delete-file): New defun.
301         (tramp-compat-delete-directory): Provide implementation for older
302         Emacsen.
303         (tramp-compat-file-attributes): Handle only
304         `wrong-number-of-arguments' error.
306         * net/tramp-fish.el (tramp-fish-handle-copy-file):
307         Add PRESERVE_SELINUX_CONTEXT.
308         (tramp-fish-handle-delete-file): Add TRASH arg.
309         (tramp-fish-handle-directory-files-and-attributes):
310         Do not use `tramp-fish-handle-file-attributes.
311         (tramp-fish-handle-file-local-copy)
312         (tramp-fish-handle-insert-file-contents)
313         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
315         * net/tramp-gvfs.el (top): Require url-util.
316         (tramp-gvfs-mount-point): Remove.
317         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
318         and `set-file-selinux-context'.
319         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
320         (tramp-gvfs-handle-file-selinux-context)
321         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
322         (with-tramp-dbus-call-method): Format trace message.
323         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
324         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
325         Implement backup call, when operation on local files fails.
326         Use progress reporter.  Flush properties of changed files.
327         (tramp-gvfs-handle-delete-file): Add TRASH arg.
328         Use `tramp-compat-delete-file'.
329         (tramp-gvfs-handle-expand-file-name): Expand "~/".
330         (tramp-gvfs-handle-make-directory): Make more traces.
331         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
332         (tramp-gvfs-url-file-name): Hexify file name in url.
333         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
334         into account for the resulting file name.
335         (tramp-gvfs-handler-askquestion): Preserve current message, in
336         order to let progress reporter continue afterwards.  (Bug#6257)
337         Return dummy mountpoint, when the answer is "no".
338         See `tramp-gvfs-maybe-open-connection'.
339         (tramp-gvfs-handler-mounted-unmounted)
340         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
341         attribute "default_location".  Set "prefix" property.
342         Handle default-location.
343         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
344         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
345         exists.  Raise an error, if not (due to a corresponding answer
346         "no" in interactive questions, for example).
347         Use `tramp-compat-funcall'.
349         * net/tramp-imap.el (top): Autoload `epg-make-context'.
350         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
351         (tramp-imap-do-copy-or-rename-file)
352         (tramp-imap-handle-insert-file-contents)
353         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
354         (tramp-imap-handle-delete-file): Add TRASH arg.
356         * net/tramp-smb.el (tramp-smb-handle-copy-file):
357         Add PRESERVE-SELINUX-CONTEXT.
358         (tramp-smb-handle-copy-file)
359         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
360         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
361         Use `with-progress-reporter'.
362         (tramp-smb-handle-delete-file): Add TRASH arg.
364         * net/tramp.el (tramp-methods): Move hostname to the end in all
365         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
366         appropriate.
367         (tramp-verbose): Describe verbose level 9.
368         (tramp-completion-function-alist)
369         (tramp-file-name-regexp, tramp-chunksize)
370         (tramp-local-coding-commands, tramp-remote-coding-commands)
371         (with-connection-property, tramp-completion-mode-p)
372         (tramp-action-process-alive, tramp-action-out-of-band)
373         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
374         (tramp-exists-file-name-handler): Fix docstring.
375         (tramp-remote-process-environment): Use `format' instead of
376         `concat'.  Protect version string by apostroph.
377         (tramp-shell-prompt-pattern): Do not use a shy group in case of
378         XEmacs.
379         (tramp-file-name-regexp-unified)
380         (tramp-completion-file-name-regexp-unified): On W32 systems, do
381         not regard the volume letter as remote filename.  (Bug#5447)
382         (tramp-perl-file-attributes)
383         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
384         (tramp-vc-registered-read-file-names): Read input as
385         here-document, otherwise the command could exceed maximum length
386         of command line.
387         (tramp-file-name-handler-alist): Add `file-selinux-context' and
388         `set-file-selinux-context'.
389         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
390         backtrace functions.
391         (tramp-error-with-buffer): Don't show the connection buffer when
392         we are in completion mode.
393         (tramp-progress-reporter-update, tramp-remote-selinux-p)
394         (tramp-handle-file-selinux-context)
395         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
396         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
397         New defuns.
398         (with-progress-reporter): New defmacro.
399         (tramp-debug-outline-regexp): New defconst.
400         (top, tramp-rfn-eshadow-setup-minibuffer)
401         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
402         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
403         (tramp-completion-mode-p, tramp-check-for-regexp)
404         (tramp-open-connection-setup-interactive-shell)
405         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
406         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
407         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
408         Use `tramp-compat-funcall'.
409         (tramp-handle-make-symbolic-link): Flush file properties.
410         (tramp-handle-load, tramp-handle-file-local-copy)
411         (tramp-handle-insert-file-contents, tramp-handle-write-region)
412         (tramp-handle-vc-registered, tramp-maybe-send-script)
413         (tramp-find-shell): Use `with-progress-reporter'.
414         (tramp-do-file-attributes-with-stat): Add space in format string,
415         in order to work around a bug in pdksh.  Reported by Gilles Pion
416         <gpion@lfdj.com>.
417         (tramp-handle-verify-visited-file-modtime): Do not send a command
418         when the connection is not established.
419         (tramp-handle-set-file-times): Simplify the check for utc.
420         (tramp-handle-directory-files-and-attributes)
421         (tramp-get-remote-path): Use `copy-tree'.
422         (tramp-completion-handle-file-name-all-completions): Ensure, that
423         non remote files are still checked.  Oops.
424         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
425         Handle PRESERVE-SELINUX-CONTEXT.
426         (tramp-do-copy-or-rename-file): Add progress reporter.
427         (tramp-do-copy-or-rename-file-directly): Do not use
428         `tramp-handle-file-remote-p'.
429         (tramp-do-copy-or-rename-file-out-of-band):
430         Use `tramp-compat-delete-directory'.
431         (tramp-do-copy-or-rename-file-out-of-band)
432         (tramp-compute-multi-hops, tramp-maybe-open-connection):
433         Use `format-spec-make'.
434         (tramp-handle-delete-file): Add TRASH arg.
435         (tramp-handle-dired-uncache): Flush directory cache, not only file
436         cache.
437         (tramp-handle-expand-file-name)
438         (tramp-completion-handle-file-name-all-completions)
439         (tramp-completion-handle-file-name-completion):
440         Use `tramp-connectable-p'.
441         (tramp-handle-start-file-process): Set connection property "vec".
442         Use it, in order to invalidate file caches.  Check only for
443         `remote-tty' process property.
444         Implement tty setting.  (Bug#4604, Bug#6360)
445         (tramp-file-name-for-operation): Add `call-process-region' and
446         `set-file-selinux-context'.
447         (tramp-find-foreign-file-name-handler)
448         (tramp-advice-make-auto-save-file-name)
449         (tramp-set-auto-save-file-modes): Remove superfluous check for
450         `stringp'.  This is done inside `tramp-tramp-file-p'.
451         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
452         operations when we are in completion mode.  This gives the user
453         the chance to correct the file name in the minibuffer.
454         (tramp-completion-mode-p): Use `non-essential'.
455         (tramp-handle-file-name-all-completions): Backward/ XEmacs
456         compatibility: Use `completion-ignore-case' if
457         `read-file-name-completion-ignore-case' does not exist.
458         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
459         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
460         `tramp-open-shell'.
461         (tramp-action-password): Hide password prompt before next run.
462         (tramp-process-actions): Widen connection buffer for the trace.
463         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
464         process property.  Trace stty settings if `tramp-verbose' >= 9.
465         Apply workaround for IRIX64 bug.  Move argument of last
466         `tramp-send-command' where it belongs to.
467         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
468         front of `login-args'.
469         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
470         on "/dev/null" instead of "/".
471         (tramp-get-ls-command-with-dired): Make test for "--dired"
472         stronger.
473         (tramp-set-auto-save-file-modes): Adapt version check.
474         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
475         (tramp-handle-process-file): Call the program in a subshell, in
476         order to preserve working directory.
477         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
478         `tramp-remote-sh' from `tramp-methods'.
479         (tramp-get-ls-command): Make test for "--color=never" stronger.
480         (tramp-check-for-regexp): Use (forward-line 1).
482         * net/trampver.el: Update release number.
484 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
486         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
487         empty argument to gvfs-copy.
489 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
491         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
492         handle new TRASH arg of `delete-file'.
494 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
496         * net/tramp.el (tramp-handle-insert-directory): Don't use
497         `forward-word', its default syntax could be changed.
499 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
500             Michael Albinus  <michael.albinus@gmx.de>
502         Implement compression for inline methods.
504         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
505         (tramp-copy-size-limit): Allow also nil.
506         (tramp-inline-compress-commands): New defconst.
507         (tramp-find-inline-compress, tramp-get-inline-compress)
508         (tramp-get-inline-coding): New defuns.
509         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
510         replaced by `tramp-get-inline-coding'.
511         (tramp-handle-file-local-copy, tramp-handle-write-region)
512         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
514 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
516         Detect ssh 'ControlMaster' argument automatically in some cases.
518         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
519         (tramp-default-method): Use it.
521 2010-08-26  Karel Klíč  <kklic@redhat.com>
523         * net/tramp.el (tramp-file-name-for-operation):
524         Add file-selinux-context.
526 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
528         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
530 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
532         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
533         (Bug#6907).
535 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
537         * progmodes/python.el (python-block-pairs): Allow use of "finally"
538         with "else" (Bug#3991).
540 2010-08-22  Leo  <sdl.web@gmail.com>
542         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
543         (ignore, bright, dim, keyword): Split list of nicknames before
544         passing to rcirc-add-or-remove (Bug#6894).
546 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
548         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
550 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
552         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
553         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
554         New version 13.0.
555         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
556         Adjust initialization.
557         (whitespace-bob-marker, whitespace-eob-marker)
558         (whitespace-buffer-changed): New vars.
559         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
560         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
561         (whitespace-post-command-hook, whitespace-display-char-on):
562         Adjust code.
563         (whitespace-looking-back, whitespace-buffer-changed): New funs.
564         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
566 2010-08-21  Leo  <sdl.web@gmail.com>
568         Fix buffer-list rename&refresh after killing a buffer in ido.
569         * lisp/ido.el: Revert Óscar's.
570         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
571         Remember the buffers at head, rather than their name.
572         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
574 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
575             Stefan Monnier  <monnier@iro.umontreal.ca>
577         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
578         extra backslash added to each line (bug#6890).
580 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * subr.el (read-key): Don't echo keystrokes (bug#6883).
584 2010-08-21  Glenn Morris  <rgm@gnu.org>
586         * menu-bar.el (menu-bar-games-menu): Add landmark.
588 2010-08-20  Glenn Morris  <rgm@gnu.org>
590         * align.el (align-regexp): Make group and spacing arguments
591         use the interactive defaults when non-interactive.  (Bug#6698)
593         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
594         expansion, so as not to need sendmail.
595         (mail-text-start): Remove declaration.
596         (rmail-retry-failure): Require sendmail.
598 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
602 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
604         * progmodes/flymake.el (flymake-start-syntax-check-process):
605         Use `start-file-process' in order to let it run also on remote hosts.
607 2010-08-18  Kenichi Handa  <handa@m17n.org>
609         * files.el: Add `word-wrap' as safe local variable.
611 2010-08-18  Glenn Morris  <rgm@gnu.org>
613         * woman.el (woman-translate): Case matters.  (Bug#6849)
615 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
617         * simple.el (kill-region): Doc fix (Bug#6787).
619 2010-08-14  Glenn Morris  <rgm@gnu.org>
621         * calendar/diary-lib.el (diary-header-line-format):
622         Fit it to the window, not the frame.
624 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
626         * subr.el (ignore-errors): Add debug declaration.
628 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
630         * whitespace.el (whitespace-color-off): Remove post-command-hook
631         locally.
633 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
635         * replace.el (replace-highlight): Bind isearch-forward and
636         isearch-error, ensuring that highlighting is updated if the user
637         switches the search direction (Bug#6808).
639         * isearch.el (isearch-lazy-highlight-forward): New var.
640         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
641         (isearch-lazy-highlight-update): Use it.
643 2010-08-06  Kenichi Handa  <handa@m17n.org>
645         * international/mule.el (define-charset): Store NAME as :base property.
646         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
647         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
648         current priority.  Force using the designation of the specific
649         charset by adding `charset' text property.  Improve the whole
650         algorithm.
652 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
654         * emulation/pc-select.el (pc-selection-mode-hook)
655         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
656         (pc-selection-mode): Fix typos in docstrings.
658 2010-08-04  Kenichi Handa  <handa@m17n.org>
660         * language/cyrillic.el: Don't add "microsoft-cp1251" to
661         ctext-non-standard-encodings-alist here.
663         * international/mule.el (ctext-non-standard-encodings-alist):
664         Add "koi8-r" and "microsoft-cp1251".
665         (ctext-standard-encodings): New variable.
666         (ctext-non-standard-encodings-table): List only elements for
667         non-standard encodings.
668         (ctext-pre-write-conversion): Adjust for the above change.
669         Check ctext-standard-encodings.
671         * international/mule-conf.el (compound-text): Doc fix.
672         (ctext-no-compositions): Doc fix.
673         (compound-text-with-extensions): Doc fix.
675 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
679 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
681         * progmodes/which-func.el (which-func-format): Split help-echo text
682         into lines, like other mode-line tooltips.
684         * server.el (server-start): When using TCP sockets, force IPv4
685         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
687 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
691 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
693         * term.el (term-delimiter-argument-list): Reflow docstring.
694         (term-read-input-ring, term-write-input-ring, term-send-input)
695         (term-bol, term-erase-in-display, serial-supported-or-barf):
696         Fix typos in docstrings.
698 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
700         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
702 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
704         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
706 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
708         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
709         Fix typo in docstring (bug#6747).
711 2010-07-30  Leo  <sdl.web@gmail.com>
713         * eshell/esh-io.el (eshell-get-target): Better detection of
714         read-only file (Bug#6762).
716 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
718         * align.el (align-default-spacing): Doc fix.
719         (align-region-heuristic, align-regexp): Fix typos in docstrings.
721 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
723         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
725 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
727         * time.el (display-time-day-and-date): Remove spurious * in docstring.
728         (display-time-world-buffer-name, display-time-world-mode-map):
729         Fix typos in docstrings.
731 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
733         * image-mode.el (image-display-size): New function.
734         (image-forward-hscroll, image-next-line, image-eol, image-eob)
735         (image-mode-fit-frame): Use it (Bug#6639).
737 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
739         * dired.el (dired-buffers-for-dir): Handle list values of
740         dired-directory (Bug#6636).
742 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
744         * vc.el (vc-coding-system-inherit-eol): New defvar.
745         (vc-coding-system-for-diff): Use it to decide whether to inherit
746         from the file the EOL format for reading the diffs of that file.
747         (Bug#4451)
749 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
751         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
752         unibyte, so compressed attachments are not compressed again.
754 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
756         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
757         now that unicode is used (Bug#6594).
759 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
761         * simple.el (push-mark-command): Set the selection if
762         select-active-regions is non-nil.
764 2010-07-10  Glenn Morris  <rgm@gnu.org>
766         * calendar/calendar.el (calendar-week-end-day): New function.
767         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
768         Respect calendar-week-start-day.  (Bug#6606)
769         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
770         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
771         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
772         respect calendar-week-start-day.
774 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
776         * simple.el (use-region-p): Doc fix (Bug#6607).
778 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
780         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
781         builtins (BufferError, BytesWarning, WindowsError; callables
782         bin, bytearray, bytes, format, memoryview, next, print; __package__).
784 2010-07-07  Glenn Morris  <rgm@gnu.org>
786         * play/zone.el (zone-fall-through-ws): Fix next-line ->
787         forward-line fallout.
789 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
791         * mouse.el (mouse-appearance-menu): Add docstring.
793         * help.el (describe-key): Print up-event using key-description.
795 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
797         * net/zeroconf.el (zeroconf-resolve-service)
798         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
799         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
801 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
803         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
805 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
807         Avoid displaying files with a nil state in vc-dir.
808         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
809         cases that cause insertion.
810         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
811         with a nil state.
813 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
815         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
817 2010-06-29  Leo  <sdl.web@gmail.com>
819         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
821 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
823         * generic-x.el (bat-generic-mode): Fix regexp for command line
824         switches (Bug#5719).
826 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
828         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
829         of nconc to avoid pure storage error (Bug#6239).
831 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
833         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
834         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
835         bindings of bookmark-automatically-show-annotations (Bug#6515).
837 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
839         * arc-mode.el (archive-zip-extract): Don't quote the file name on
840         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
842 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
844         * comint.el (make-comint, make-comint-in-buffer): Mention return
845         value in the docstrings.  (Bug#6498)
847 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
849         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
850         since it is not present when using some non-default switches.
852 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
854         * simple.el (compose-mail): Fix doc string to refer to
855         `compose-mail-user-agent-warnings', instead of to the
856         nonexistent `compose-mail-check-user-agent'.
858 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
860         Fix vc-annotate for renamed files when using Git.
861         * vc-git.el (vc-git-find-revision): Deal with empty results from
862         ls-files.  Doe not pass the object as a file name to cat-file, it
863         is not a file name.
864         (vc-git-annotate-command): Pass the file name using -- to avoid
865         ambiguity with the revision.
866         (vc-git-previous-revision): Pass a relative file name.
868 2010-06-22  Glenn Morris  <rgm@gnu.org>
870         * progmodes/js.el (js-mode-map): Use standard capitalization and
871         ellipses for menu entries.
873         * wid-edit.el (widget-complete): Doc fix.
875 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
877         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
879 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
881         Fix annotating other revisions for renamed files in vc-annotate.
882         * vc-annotate.el (vc-annotate): Add an optional argument for the
883         VC backend.  Use it when non-nil.
884         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
886         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
887         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
888         Do not pass the file name to the 'previous-revision call when we
889         don't want a file diff.  (Bug#6489)
891 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
893         Fix finding revisions for renamed files in vc-annotate.
894         * vc.el (vc-find-revision): Add an optional argument for
895         the VC backend.  Use it when non-nil.
896         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
897         backend to vc-find-revision.  (Bug#6487)
899 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
901         Fix reading file names in Git annotate buffers.
902         * vc-git.el (vc-git-annotate-extract-revision-at-line):
903         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
905 2010-06-20  Alan Mackenzie  <acm@muc.de>
907         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
908         in file local variables, set it first.
910 2010-06-19  Glenn Morris  <rgm@gnu.org>
912         * descr-text.el (describe-char-unicode-data): Insert separating
913         space when needed.  (Bug#6422)
915         * progmodes/idlwave.el (idlwave-action-and-binding):
916         Fix typo in 2009-12-03 change.  (Bug#6450)
918 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * subr.el (read-quoted-char): Fix up last change (bug#6290).
922 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * font-lock.el (font-lock-major-mode): Rename from
925         font-lock-mode-major-mode to distinguish it from
926         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
927         (font-lock-set-defaults):
928         * font-core.el (font-lock-default-function): Adjust users.
929         (font-lock-mode): Don't set it at all.
931 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * vc-annotate.el (vc-annotate): Use vc-read-revision.
935 2010-06-15  Glenn Morris  <rgm@gnu.org>
937         * calendar/appt.el (appt-time-msg-list): Doc fix.
938         (appt-check): Let-bind appt-warn-time.
939         (appt-add): Make the 3rd argument optional.
940         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
941         Only add WARNTIME to the output list if non-nil.
943 2010-06-15  Ivan Kanis  <apple@kanis.eu>
945         * calendar/appt.el (appt-check): Let the 3rd element of
946         appt-time-msg-list specify the warning time.
947         (appt-add): Add new argument with the warning time.  (Bug#5176)
949 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
951         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
952         older than version 1.6.  (Bug#6361)
954 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
956         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
957         used by cl-do-arglist.  (Bug#6408)
959 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * emacs-lisp/advice.el (ad-compile-function):
962         Define warning-suppress-types before we let-bind it (bug#6275).
964         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
965         declare it, make it buffer-local and permanent-local (bug#6324).
966         (vc-resynch-window): Adjust name.
967         * vc-hooks.el (vc-find-file-hook): Adjust name.
969 2010-06-07  Jonathan Rockway  <jon@jrock.us>
971         * net/rcirc.el: Add support for password authentication.
972         (rcirc-server-alist): Add :password keyword.
973         (rcirc): Ask for a password, or get it from the server's alist.
974         (rcirc-connect): Add password argument.  Pass it to server.
976 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
978         * net/dbus.el (dbus-register-method): Declare function.
979         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
980         (dbus-introspect): Doc fix.
981         (dbus-event-bus-name, dbus-introspect-get-interface)
982         (dbus-introspect-get-argument): Reflow docstrings.
984 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
986         * term/common-win.el (x-colors): Add "dark green" and "dark
987         turquoise" (Bug#6332).
989 2010-06-03  Glenn Morris  <rgm@gnu.org>
991         * desktop.el (desktop-clear-preserve-buffers):
992         Add "*Warnings*" buffer.  (Bug#6336)
994 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
996         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
998 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1001         `file-directory-p' to the filename part rather than to the whole text.
1003 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1007 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1009         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1011 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1013         * subr.el (momentary-string-display): Just use read-event to read
1014         the exit event (Bug#6238).
1016 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1018         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1019         (ansi-color-drop-regexp): New constant.
1020         (ansi-color-apply, ansi-color-filter-region)
1021         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1022         (ansi-color-apply): Build string list before calling concat.
1024 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1026         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1027         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1029 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1031         * htmlfontify.el (hfy-face-resolve-face): New function.
1032         (hfy-face-to-style): Use it (Bug#6279).
1034 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * epa.el (epa--select-keys): Don't explicitly delete the window since
1037         that can fail (e.g. sole window in frame).  Use dedication instead.
1039 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1041         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1043 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * subr.el (read-quoted-char): Resolve modifiers after key
1046         remapping (bug#6212).
1048 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1051         (tmm-get-keymap): Compute shortcuts (bug#6171).
1053 2010-05-10  Glenn Morris  <rgm@gnu.org>
1055         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1056         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1058 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1060         * Version 23.2 released.
1062 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1064         * international/mule.el (auto-coding-alist):  Only purecopy
1065         car of each item, not the whole list (Bug#6083).
1067 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1069         * progmodes/js.el (js-mode): Make paragraph variables local before
1070         calling c-setup-paragraph-variables (Bug#6071).
1072 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1074         * composite.el (compose-region, reference-point-alist): Fix typos
1075         in the doc strings.
1077 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1079         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1080         gnuplot's "set" command.
1082 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1084         * abbrev.el (last-abbrev-text): Doc fix.
1085         (abbrev-prefix-mark): Don't escape parenthesis.
1087 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1089         * composite.el (find-composition): Doc fix.
1091 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1093         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1094         (sql-oracle-program, sql-sqlite-options)
1095         (sql-query-placeholders-and-send): Doc fixes.
1096         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1097         (sql-imenu-generic-expression, sql-buffer)
1098         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1099         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1100         (sql-mode-sybase-font-lock-keywords)
1101         (sql-mode-informix-font-lock-keywords)
1102         (sql-mode-interbase-font-lock-keywords)
1103         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1104         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1105         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1106         (sql-product-feature, sql-highlight-product)
1107         (comint-line-beginning-position, sql-rename-buffer)
1108         (sql-toggle-pop-to-buffer-after-send-region)
1109         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1110         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1111         Fix typos in docstrings.
1113 2010-04-23  Juri Linkov  <juri@jurta.org>
1115         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1116         property instead of `invisible' and `after-string' (bug#5998).
1118 2010-04-23  Juri Linkov  <juri@jurta.org>
1120         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1122 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1124         * filecache.el (file-cache-add-directory-list)
1125         (file-cache-add-directory-recursively): Fix typos in docstrings.
1127 2010-04-22  Kenichi Handa  <handa@m17n.org>
1129         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1130         (gujarati-composable-pattern): Fix typo.
1132 2010-04-20  Kenichi Handa  <handa@m17n.org>
1134         * language/indian.el (oriya-composable-pattern)
1135         (tamil-composable-pattern, malayalam-composable-pattern):
1136         Add two-part vowels to "v" (vowel sign).
1138 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1140         * files.el (copy-directory): Handle symlinks (Bug#5982).
1142         * progmodes/compile.el (compilation-next-error-function):
1143         Revert 2009-10-12 change (Bug#5983).
1145 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1147         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1148         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1149         (Bug#5846).
1151 2010-04-20  Glenn Morris  <rgm@gnu.org>
1153         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1155         * minibuffer.el (completion-at-point): Doc fix.
1157 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1159         Fix the version number for added files.
1160         * vc-hg.el (vc-hg-working-revision): Check if the file is
1161         registered after hg parent fails (Bug#5961).
1163 2010-04-17  Glenn Morris  <rgm@gnu.org>
1165         * htmlfontify.el (htmlfontify-buffer)
1166         (htmlfontify-copy-and-link-dir): Autoload entry points.
1168 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1170         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1171         name relative to the project root (Bug#5960).
1173 2010-04-16  Glenn Morris  <rgm@gnu.org>
1175         * vc-git.el (vc-git-print-log): Doc fix.
1177 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1179         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1181 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1183         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1184         default settings (Bug#5928).
1186 2010-04-10  Glenn Morris  <rgm@gnu.org>
1188         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1189         New function.
1190         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1192 2010-04-07  Kenichi Handa  <handa@m17n.org>
1194         * language/indian.el (malayalam-composable-pattern): Fix previous
1195         change (add U+0D4D "SIGN VIRAMA").
1196         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1197         (tamil-composable-pattern): Fix typo in the regexp.
1198         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1199         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1200         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1202 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1204         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1205         paragraph-separate (Bug#5821).
1207 2010-04-05  Juri Linkov  <juri@jurta.org>
1209         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1211         * info.el (Info-find-node-2): Comment out code that skips
1212         breadcrumbs line.
1213         (Info-mouse-follow-link): New command.
1214         (Info-link-keymap): New keymap.
1215         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1216         Return a string with links instead of inserting breadcrumbs
1217         to the Info buffer.
1218         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1219         Instead of putting the `invisible' text property over the Info
1220         header, make an overlay over the Info header with the `invisible'
1221         property and `after-string' set to the string returned by
1222         `Info-breadcrumbs'.
1224 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1226         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1227         Reported by monkey@sandpframing.com.
1229 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1231         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1232         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1234 2010-03-30  Kenichi Handa  <handa@m17n.org>
1236         * language/sinhala.el (composition-function-table): Fix regexp for
1237         the new Unicode specification.
1239         * language/indian.el (devanagari-composable-pattern)
1240         (tamil-composable-pattern, kannada-composable-pattern)
1241         (malayalam-composable-pattern): Adjust for the new Unicode
1242         specification.
1243         (bengali-composable-pattern, gurmukhi-composable-pattern)
1244         (gujarati-composable-pattern, oriya-composable-pattern)
1245         (telugu-composable-pattern): New variables to cope with the new
1246         Unicode specification.  Use them in composition-function-table.
1248 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         Make tmm-menubar work for the Buffers menu again (bug#5726).
1251         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1252         vectors rather than cons cells, as used in menu-bar-update-buffers.
1254 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1256         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1257         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1258         electric punctuation for "{}();,:" (Bug#5586).
1260         * mail/sendmail.el (mail-default-directory): Doc fix.
1262 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1264         * mail/sendmail.el (mail-default-directory): Doc fix.
1266 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1268         * subr.el (version-regexp-alist, version-to-list)
1269         (version-list-<, version-list-=, version-list-<=)
1270         (version-list-not-zero, version<, version<=, version=): Doc fix.
1271         (Bug#5744).
1273 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1274             Nick Roberts  <nickrob@snap.net.nz>
1276         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1277         (gdb-init-1): Use it.
1279 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1281         * vc.el (vc-root-diff): Doc fix.
1283 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1285         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1287         * simple.el (append-to-buffer): Fix last change.
1289 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1291         * simple.el (append-to-buffer): Ensure that point is preserved if
1292         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1293         (Bug#5749)
1295 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1298         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1299         not be present any more.
1301 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1303         * faces.el (set-face-attribute): Fix typo in docstring.
1304         (face-valid-attribute-values): Reflow docstring.
1306 2010-03-23  Glenn Morris  <rgm@gnu.org>
1308         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1310 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1312         * indent.el (indent-for-tab-command): Doc fix.
1314 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1316         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1317         (image-dired-read-comment): Doc fix.
1319         * json.el (json-object-type, json-array-type, json-key-type)
1320         (json-false, json-null, json-read-number):
1321         * minibuffer.el (completion-in-region-functions):
1322         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1323         (cal-tex-cursor-week):
1324         * emacs-lisp/trace.el (trace-function):
1325         * eshell/em-basic.el (eshell/printnl):
1326         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1327         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1328         * obsolete/levents.el (allocate-event, event-key, event-object)
1329         (event-point, event-process, event-timestamp, event-to-character)
1330         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1331         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1332         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1333         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1334         (reftex-highlight-selection): Fix typos in docstrings.
1336 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1338         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1340 2010-03-18  Glenn Morris  <rgm@gnu.org>
1342         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1343         2008-02-13 without comment; mark it obsolete.
1344         (rmail-highlight-headers): Use rmail-highlight-face once more.
1346 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1348         * woman.el (woman2-process-escapes): Only consume the newline if
1349         the filler character is on a line by itself (Bug#5729).
1351 2010-03-16  Kenichi Handa  <handa@m17n.org>
1353         * language/indian.el (devanagari-composable-pattern): Add more
1354         consonants.
1356 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1358         * net/trampver.el: Update release number.
1360 2010-03-13  Glenn Morris  <rgm@gnu.org>
1362         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1364 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1366         * net/tramp.el (tramp-find-executable):
1367         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1368         output of "wc -l" more robust.
1369         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1370         (tramp-open-connection-setup-interactive-shell): Remove workaround
1371         for OpenSolaris bug, it is not needed anymore.
1373 2010-03-12  Glenn Morris  <rgm@gnu.org>
1375         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1377 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1379         * files.el (auto-mode-alist): Accept more verilog file patterns.
1381 2010-03-09  Miles Bader  <miles@gnu.org>
1383         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1384         instead of "format:"; this ensures that the output is
1385         newline-terminated.
1387 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1389         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1390         that all errors are caught, and that the return value is always a
1391         list (Bug#5692).
1393 2010-03-08  Kenichi Handa  <handa@m17n.org>
1395         * language/misc-lang.el (windows-1256): New coding system.
1396         (cp1256): New alias of windows-1256 (bug#5690).
1398 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1400         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1401         call to rfc822-bad-address.  (Bug#5692)
1403 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1405         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1406         Use vc-git-root as default directory for revision path (Bug#5657).
1408 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1410         * calculator.el (calculator): Don't bind split-window-keep-point
1411         (Bug#5674).
1413 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * vc-git.el: Re-flow to fit into 80 columns.
1416         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1417         Remove spurious `quote' element in each case alternative.
1418         (vc-git-show-log-entry): Use prog1.
1419         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1421 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1425 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1427         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1428         definition, not the name (Bug#5481).
1430 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1432         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1433         argument with a local variable.  (Bug#5670)
1435 2010-03-02  Juri Linkov  <juri@jurta.org>
1437         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1439 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1441         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1442         error when FILENAME and NEWNAME are existing remote directories.
1444         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1445         parameter DIR-FLAG.
1447 2010-03-02  Glenn Morris  <rgm@gnu.org>
1449         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1450         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1452 2010-03-01  Kenichi Handa  <handa@m17n.org>
1454         * language/burmese.el (burmese-composable-pattern): Rename from
1455         myanmar-composable-pattern.
1457         * international/characters.el (script-list):
1458         * international/fontset.el (script-representative-chars):
1459         Change myanmar to burmese.
1460         (otf-script-alist): Likewise.
1461         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1463 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1465         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1467 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1469         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1471 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1473         * net/tramp.el (tramp-handle-write-region): START can be a string.
1474         Take care in the checks.  Reported by Dan Davison
1475         <davison@stats.ox.ac.uk>.
1477 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1479         * net/dbus.el (dbus-introspect, dbus-get-property)
1480         (dbus-set-property, dbus-get-all-properties): Use
1481         `dbus-call-method' when noninteractive.  (Bug#5645)
1483 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1485         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1486         * emacs-lisp/elint.el (elint-add-required-env):
1487         * calendar/icalendar.el (icalendar--add-diary-entry):
1488         * calc/calcalg2.el (math-tracing-integral):
1489         * files.el (recover-session-finish): Use with-current-buffer
1490         instead of save-excursion.
1492 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1494         Fix in-buffer completion when after-change-functions modify the buffer.
1495         * minibuffer.el (completion--replace): New function.
1496         (completion--do-completion): Use it and use relative movement.
1498 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1500         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1502 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1504         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1505         Allow the characters _<> in the stack entry (Bug#5653).
1507 2010-02-26  Kenichi Handa  <handa@m17n.org>
1509         * language/burmese.el: Fix entries in composition-function-table.
1510         (myanmar-composable-pattern): New variable.
1512         * international/fontset.el (setup-default-fontset): Add an entry
1513         for myanmar.
1515         * international/characters.el (script-list): Add Myanmar
1516         Extended-A.
1518 2010-02-26  Glenn Morris  <rgm@gnu.org>
1520         * custom.el (custom-initialize-delay): Doc fix.
1522         * mail/sendmail.el (send-mail-function): Autoload the call
1523         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1525 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1527         * files.el (hack-local-variables-filter): For eval forms, also
1528         check safe-local-variable-p (Bug#5636).
1530 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1532         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1533         and use c(ad)r of cddr (Bug#5640).
1535 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1537         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1538         setting the modes by `ignore-errors'.  It might fail, for example
1539         if the file is not owned by the user but the group.
1540         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1542 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1544         * files.el (directory-listing-before-filename-regexp): Use
1545         stricter matching for iso-style dates, to avoid false matches with
1546         date-like filenames (Bug#5597).
1548         * htmlfontify.el (htmlfontify): Doc fix.
1550         * eshell/eshell.el (eshell): Doc fix.
1552         * startup.el (fancy-about-screen): In mode-line, apply
1553         mode-line-buffer-id face only to the buffer name (Bug#5613).
1555 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1557         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1558         In `watcom' anchor regexp to start of line, to avoid slowness
1559         (Bug#5599).
1561 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1563         * subr.el (remove-yank-excluded-properties): Explain in a comment
1564         why `category' property is removed.
1566 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1568         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1569         2010-02-17 change.
1571 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1573         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1574         (icalendar--convert-weekly-to-ical)
1575         (icalendar--convert-yearly-to-ical)
1576         (icalendar--convert-block-to-ical)
1577         (icalendar--convert-cyclic-to-ical)
1578         (icalendar--convert-anniversary-to-ical): Take care of time
1579         specifications where hour has 1-digit only (Bug#5549).
1581 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1583         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1584         of disassemble output in GDB 7.1.
1586 2010-02-19  Glenn Morris  <rgm@gnu.org>
1588         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1589         property.  (Bug#5593)
1591 2010-02-18  Sam Steingold  <sds@gnu.org>
1593         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1595 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         Use abbreviated file names in bookmarks (bug#5591).
1598         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1599         calls to expand-file-name.
1600         (bookmark-relocate): Use abbreviated file names in bookmarks.
1601         (bookmark-load): Use abbreviated file names in messages.
1603 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1605         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1606         expand "." and "..".  Reported by Thierry Volpiatto
1607         <thierry.volpiatto@gmail.com>.
1609 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1611         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1612         permissions of the temporary file to "0600".  In case the remote
1613         file has no read permissions for the owner, there might be
1614         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1616 22010-02-18  Glenn Morris  <rgm@gnu.org>
1618         * emacs-lisp/authors.el (authors-renamed-files-alist):
1619         Add entries for INSTALL.CVS.
1621 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1623         * vc-bzr.el: Fix typo in Known Bugs section.
1625         * isearch.el (isearch-update-post-hook): New hook.
1626         (isearch-update): Use the new hook.
1628 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1630         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1631         Fix errors in copying directories.
1632         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1633         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1634         (tramp-handle-delete-file)
1635         (tramp-handle-dired-recursive-delete-directory)
1636         (tramp-handle-write-region): Flush also the cache for the upper
1637         directory.
1639 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1641         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1643         * cus-edit.el (hardware): Doc fix.
1645         * man.el (man): Add to external custom group.
1647         * delim-col.el (columns): Move to wp custom group.
1649         * doc-view.el (doc-view): Add to data custom group.
1651         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1653         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1654         by ispell-parse-output (Bug#5575).
1656 2010-02-16  Kenichi Handa  <handa@m17n.org>
1658         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1659         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1660         (skkdic-convert): Use `euc-japan' coding system for writing.
1662 2010-02-16  Glenn Morris  <rgm@gnu.org>
1664         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1665         tex-main-file before using it.  (Bug#5562)
1667 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1670         warnings, since it is annoying for the user to see them each time he
1671         runs the code.
1673 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1675         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1676         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1677         instead of PROC for caching "first-password-request".  Otherwise,
1678         new processes would not profit from passwords already entered.
1680         * net/tramp-cache.el (tramp-dump-connection-properties):
1681         Don't save "first-password-request" property.
1683 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1685         * outline.el (outline-head-from-level):
1686         * simple.el (with-wrapper-hook):
1687         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1688         (elint-defun, elint-buffer-env, elint-top-form-logged)
1689         (elint-unbound-variable):
1690         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1691         Fix typos in docstrings.
1693 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1695         * files.el (insert-directory): When WILDCARD-REGEXP and
1696         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1697         whole directory.  (Bug#5551)
1699         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1700         dired's alignment sanity.  (Bug#5516)
1702 2010-02-14  Juri Linkov  <juri@jurta.org>
1704         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1705         Remove remaining ^H with their preceding chars.  (Bug#5566)
1707 2010-02-13  Glenn Morris  <rgm@gnu.org>
1709         * simple.el (transpose-subr): Give it a doc-string.
1711         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1712         Doc fixes.
1714 2010-02-12  Juri Linkov  <juri@jurta.org>
1716         * arc-mode.el (archive-unique-fname): Make directories for nested
1717         archives.  (Bug#5540)
1719 2010-02-12  Juri Linkov  <juri@jurta.org>
1721         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1723 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * subr.el (copy-overlay): Handle deleted overlays.
1727         * man.el (Man-completion-table): Don't signal an error if we can't run
1728         manual-program (bug#4056).
1730 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1732         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1734 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1736         * info.el (Info-bookmark-jump): Simplify.
1738         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1739         (bookmark-default-handler): Accept new bookmark field `buffer'.
1741 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1743         * iswitchb.el (iswitchb-completions): Revert last change.
1745 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1747         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1748         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1749         This prevents file names like "~/" being listed literally.
1751 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1753         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1754         Remove dead code.  (Bug#5546)
1756 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1758         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1759         correctly (Bug#5548).
1761 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1763         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1764         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1766 2010-02-08  Kenichi Handa  <handa@m17n.org>
1768         * international/mule-util.el (with-coding-priority): Add autoload
1769         cookie for putting `lisp-indent-function'.
1771 2010-02-07  Glenn Morris  <rgm@gnu.org>
1773         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1774         Move F2003 named interfaces from keywords-2 to keywords-1, and
1775         use function-name-face rather than constant-face.
1776         Simplify "abstract interface" regexp.
1778 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1780         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1781         ID-FORMAT.  Pass it to `file-attributes'.
1783         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1785 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1787         * faces.el (set-face-attribute): Allow calling
1788         internal-set-lisp-face-attribute with 'unspecified family and
1789         foundry argument (Bug#5536).
1791 2010-02-07  Glenn Morris  <rgm@gnu.org>
1793         * progmodes/f90.el (f90-font-lock-keywords-2)
1794         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1795         Handle F2003 named interfaces.
1797 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1799         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1800         beg and end before calling c-get-state-before-change-functions.
1802 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1804         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1806 2010-02-05  Juri Linkov  <juri@jurta.org>
1808         * doc-view.el (doc-view-mode):
1809         * image-mode.el (image-mode): Put property mode-class=special.
1810         (Bug#4896)
1812 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1814         * vc-svn.el (vc-svn-revision-table): New function.
1816 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1818         * net/ange-ftp.el (ange-ftp-insert-directory):
1819         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1820         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1821         Handle also directories.  (Bug#5478)
1823 2010-02-05  Glenn Morris  <rgm@gnu.org>
1825         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1827 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1829         * startup.el (command-line-1): Convert options beginning with a
1830         single dash as well (Bug#5519).
1832 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1835         * minibuffer.el (completion-initials-expand): Only check the presence
1836         of delims *within* the boundaries, since otherwise the / delim is
1837         always found for files.
1839         Fix up various corner case problems.
1840         * doc-view.el (doc-view-last-page-number): New function.
1841         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1842         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1843         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1844         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1845         (doc-view-convert-current-doc): Don't create the resolution.el file
1846         here any more.
1847         (doc-view-pdf/ps->png): Do it here instead.
1848         (doc-view-already-converted-p): Check that resolution.el is present.
1849         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1850         windows that are not yet showing images.
1852 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1854         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1855         `dired-uncache' for every elemnt which is an absolute file name.
1857         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1858         directory, handle its directory component.
1859         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1860         function is called permanently and creates noise, otherwise.
1862         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1863         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1864         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1866 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1868         * macros.el (apply-macro-to-region-lines):
1869         Minor simplification.  (Bug#5485)
1871 2010-02-04  Glenn Morris  <rgm@gnu.org>
1873         * mail/rmail.el (rmail-show-message-1): Handle malformed
1874         quoted-printable text.  (Bug#5441)
1876         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1878         * simple.el (visual-line-mode): Capitalize lighter.
1880 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1882         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1883         list of files considered for "virtual buffer" completions.
1885 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1887         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1888         also in case of (and (not full) (not wildcard)). This is needed,
1889         when dired is called with a list of files, which are not in
1890         `default-directory'.  (Bug#5478)
1892 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1896 2010-02-02  Juri Linkov  <juri@jurta.org>
1898         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1899         from unidiff to allow function-line after @@.
1901 2010-02-02  Juri Linkov  <juri@jurta.org>
1903         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1904         '(RCS SCCS) with inverted condition.
1906 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1908         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1909         messages.
1911 2010-02-01  Juri Linkov  <juri@jurta.org>
1913         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1914         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1915         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1916         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1918 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1920         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1921         (doc-view-revert-buffer): New command.
1922         (doc-view-mode-map): Use it.
1924 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1926         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1927         pending merge is detected.
1929 2010-01-31  Juri Linkov  <juri@jurta.org>
1931         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1932         beginning of interactive spec like all other grep commands do.
1933         Put "all" in front of "gz".  (Bug#5260)
1935 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1937         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1939 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1941         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1942         regexp is incorrect (Bug#5476).
1944 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1946         * net/tramp.el (tramp-handle-insert-directory): Handle also
1947         symlinks, when FILENAME is not in `default-directory'.
1949 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1951         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1952         FILE is not in `default-directory'.  (Bug#5478)
1954         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1955         of SWITCHES.  Handle the case, FILENAME is not in
1956         `default-directory'.  (Bug#5478)
1957         (tramp-register-file-name-handlers): Add safe-magic property.
1959 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1961         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1962         unzip (Bug#5475).
1964 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1966         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1967         (flymake-master-make-header-init): Add other C++ filename masks.
1968         (flymake-find-possible-master-files)
1969         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1971 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1973         Fix some busybox annoyances.
1975         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1976         not responding." string.
1977         (tramp-open-connection-setup-interactive-shell): Dump stty
1978         settings.  Enable "neveropen" arg for all `tramp-send-command'
1979         calls.  Handle "=" in variable values properly.
1980         (tramp-find-inline-encoding): Raise an error, when no encoding is
1981         found.
1982         (tramp-wait-for-output): Check, whether PROC buffer is available.
1983         Remove spurious " ^H" sequences, sent by busybox.
1984         (tramp-get-ls-command): Suppress coloring, if possible.
1986 2010-01-28  Glenn Morris  <rgm@gnu.org>
1988         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1990         * log-edit.el (log-edit-strip-single-file-name): Add missing
1991         :safe, :group, and :version tags.
1993 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1995         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1996         buffers.  (Bug#5477)
1998 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2000         * files.el (delete-directory): Handle moving to trash without
2001         first doing recursion (Bug#5436).
2003 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2005         * vc-hooks.el (vc-path): Mark as obsolete.
2007 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2009         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2010         names too.
2012         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2013         for the short log.
2014         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2016 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2018         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2020         * vc-bzr.el (vc-bzr-revision-table): New function.
2022 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2024         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2025         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2027 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2029         Remove support for adding --signoff on commit.
2030         Future support will use an incompatible generic mechanism.
2031         * vc-git.el (vc-git-add-signoff): Remove variable.
2032         (vc-git-toggle-signoff): Remove function.
2033         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2035         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2036         from xterm-set-background-mode.  Return t if the background mode
2037         was set.
2038         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2039         earlier, call it again in case the background mode has changed.
2041 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2043         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2044         (Bug#3541).
2046 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2048         * emacs-lisp/assoc.el (aelement): Doc fix.
2049         (aput, adelete, amake): Use lexical-let (Bug#5450).
2051 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2053         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2054         is the same as subprogram call, not declaration.  (Bug#5435).
2056 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2058         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2059         (tramp-smb-maybe-open-connection): Use it.
2061 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2063         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2065 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2068         just because we see "encoding: 8bit".
2069         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2071 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2073         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2075 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2077         * jka-compr.el (jka-compr-load): If load-file is not in
2078         load-history, try its file-truename version.  (bug#5447)
2080 2010-01-21  Alan Mackenzie  <acm@muc.de>
2082         Fix a situation where deletion of a cpp construct throws an error.
2083         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2084         invoking c-with-all-but-one-cpps-commented-out, check that the
2085         special cpp construct is still in the buffer.
2086         (c-parse-state): Record the special cpp with markers, not numbers.
2088 2010-01-21  Kenichi Handa  <handa@m17n.org>
2090         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2091         process last-command-event, as it is now decoded first (Bug#5380).
2093 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2095         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2097 2010-01-20  Glenn Morris  <rgm@gnu.org>
2099         * indent.el (tab-always-indent): Fix custom-type.
2101 2010-01-19  Alan Mackenzie  <acm@muc.de>
2103         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2104         buffer throws "args out of range".
2105         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2106         playing the role of delimiter.
2108 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2110         * progmodes/ada-mode.el: Fix bug#5400.
2111         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2112         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2113         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2114         Improve comments in "is" portion.  Handle null procedure declaration.
2115         (ada-move-to-end): Improve doc string.
2117 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2119         * ido.el (ido-cur-list): Initialize to nil.
2120         Remove obsolete information from commentary.
2121         (ido-choice-list): Initialize to nil.
2122         (ido-get-bufname): Reject minibuffers.
2123         (ido-make-buffer-list): If "default" is a nonexistent
2124         buffer, ignore it, as per the function's comment.
2125         (ido-kill-buffer-internal): New function.
2126         (ido-kill-buffer-at-head): Use it.
2127         (ido-visit-buffer): Likewise.
2129 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2131         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2133 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2135         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2136         Fix typos in chart titles.
2138         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2139         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2140         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2141         (describe-class, eieio-describe-generic, describe-generic):
2142         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2143         (eieio-speedbar-expand):
2144         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2145         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2146         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2147         (viper-del-backward-char-in-replace, viper-backward-indent)
2148         (viper-brac-function, viper-register-to-point, viper-submit-report):
2149         * net/tramp.el (tramp-remote-coding-commands):
2150         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2151         Fix typos in docstrings.
2153 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2155         * mail/sendmail.el (mail-yank-original): Set the mark if the
2156         specified function for yanking does not do it.
2158 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2160         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2162         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2163         resyncing a directory.
2165 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2167         * progmodes/ada-mode.el: Fix bug#1920.
2168         (ada-ident-re): Delete ., allow multibyte characters.
2169         (ada-goto-label-re): New; matches goto labels.
2170         (ada-block-label-re): New; matches block labels.
2171         (ada-label-re): New; matches both.
2172         (ada-named-block-re): Deleted; callers changed to use
2173         `ada-block-label-re' instead.
2174         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2175         Use `ada-block-label-re'.
2176         (ada-indent-on-previous-lines): Improve handling of goto labels.
2177         (ada-get-indent-block-start): Special-case block label.
2178         (ada-get-indent-label): Split into `ada-indent-block-label' and
2179         `ada-indent-goto-label'.
2180         (ada-goto-stmt-start, ada-goto-next-non-ws):
2181         Optionally ignore goto labels.
2182         (ada-goto-next-word): Simplify.
2183         (ada-indent-newline-indent-conditional): Insert newline before
2184         trying to fix indentation; doc fix.
2186 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2188         * calc/calc.el (calc-command-flags): Give it an initial value.
2190 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2192         * files.el (minibuffer-with-setup-hook):
2193         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2194         (artist-key-draw-continously, artist-key-do-continously-continously)
2195         (artist-key-set-point-continously, artist-mouse-draw-continously):
2196         Fix typos in docstrings.
2198 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2200         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2201         return t (Bug#3898).
2203 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2205         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2206         can parse the output of the external commands (Bug#5279).
2208 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2210         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2212 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2214         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2216         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2218         * startup.el (command-line): Remove unused --icon-type arg.
2219         Handle --display arg, passing it to command-line-1 (Bug#5392).
2221 2010-01-16  Mario Lang  <mlang@delysid.org>
2223         * emacs-lisp/chart.el (chart-translate-namezone):
2224         * textmodes/artist.el (artist-compute-popup-menu-table):
2225         Remove duplicated words in doc-strings.
2227 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2229         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2230         to mairix-search to suppress threading (Bug#5342).
2232 2010-01-15  Kenichi Handa  <handa@m17n.org>
2234         * international/mule-cmds.el (canonicalize-coding-system-name):
2235         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2237 2010-01-15  Glenn Morris  <rgm@gnu.org>
2239         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2241         * wid-edit.el (widget-keymap): Doc fix.
2243         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2244         former seems to be more widely accepted by various svn versions.
2246 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2248         * find-cmd.el (find-constituents):
2249         * vc-arch.el (vc-arch-root):
2250         * window.el (window-body-height, pop-up-frames):
2251         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2252         * progmodes/ada-stmt.el (ada-if):
2253         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2254         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2255         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2256         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2258         * progmodes/flymake.el (flymake-post-syntax-check):
2259         Fix typo in error message.
2261 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2263         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2264         which is always a string.  (Bug#5313)
2266 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2268         * progmodes/ada-xref.el (ada-default-prj-properties):
2269         Simplify previous change.
2271 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2273         * progmodes/ada-xref.el (ada-default-prj-properties):
2274         Default ada_project_path to $ADA_PROJECT_PATH.
2276 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2278         * progmodes/ada-mode.el (ada-create-keymap):
2279         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2281 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2283         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2284         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2285         (ada-get-current-indent, ada-imenu-generic-expression)
2286         (ada-which-function): Check for it.
2288 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2290         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2291         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2293 2010-01-14  Glenn Morris  <rgm@gnu.org>
2295         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2297 2010-01-14  Kenichi Handa  <handa@m17n.org>
2299         * composite.el (auto-composition-mode): Make it a buffer local
2300         variable (permanent-local).
2301         (auto-composition-function): Set the default value to
2302         auto-compose-chars.
2303         (auto-composition-mode): Make it a simple function, not a minor mode.
2304         (global-auto-composition-mode): Likewise.
2305         (turn-on-auto-composition-if-enabled): Delete it.
2307 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2309         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2311 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2313         * files.el (copy-directory): Compute target for recursive
2314         directories with identical names.  (Bug#5343)
2316 2010-01-12  Glenn Morris  <rgm@gnu.org>
2318         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2319         it to bug-gnu-emacs rather than emacs-pretest-bug.
2321 2010-01-11  Sam Steingold  <sds@gnu.org>
2323         * imenu.el (imenu-default-create-index-function): Detect infinite
2324         loops caused by imenu-prev-index-position-function.
2326 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2328         * htmlfontify.el (htmlfontify-load-rgb-file)
2329         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2330         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2331         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2332         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2333         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2334         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2335         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2336         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2337         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2338         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2339         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2340         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2341         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2342         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2343         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2344         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2345         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2346         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2347         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2348         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2349         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2350         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2351         backslash-quoting from parentheses, etc.
2353 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2355         * progmodes/js.el: Autoload javascript-mode alias.
2357 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2359         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2360         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2361         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2362         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2363         Fix typos in docstrings.
2364         (ffap-url-regexp): Doc fix.
2365         (ffap-at-mouse): Fix typo in message.
2367 2010-01-11  Glenn Morris  <rgm@gnu.org>
2369         * version.el (emacs-copyright): Set copyright year to 2010.
2371 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         * format.el (format-annotate-function): Only set
2374         write-region-post-annotation-function after running to-fn so as not to
2375         affect nested write-region calls (bug#5273).
2377 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2379         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2380         wisent/python.el.
2382 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2384         * man.el (Man-goto-section): Signal error if the section is not
2385         found (Bug#5317).
2387 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2389         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2390         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2392 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2394         * progmodes/compile.el: Don't treat compile-command as safe if
2395         compilation-read-command might be nil (Bug#4218).
2397 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2399         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2400         NS options.
2402 2010-01-08  Kenichi Handa  <handa@m17n.org>
2404         * international/fontset.el (build-default-fontset-data):
2405         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2407 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2409         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2410         to `create-file-buffer' as it expects, not just a buffer name.
2411         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2412         to help uniquify.  (Bug#3224)
2414 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2416         * font-setting.el (font-setting-change-default-font): Use user-spec
2417         instead of name.
2419 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2421         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2423 2010-01-05  Tom Tromey  <tromey@redhat.com>
2425         * progmodes/python.el (python-font-lock-keywords):
2426         Handle qualified decorators (Bug#881).
2428 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2430         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2431         in a lightweight checkout.
2433 2010-01-05  Kenichi Handa  <handa@m17n.org>
2435         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2437 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2439         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2441 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2443         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2444         checkouts.  (Bug#618)
2445         (vc-bzr-log-view-mode): Also highlight the author.
2446         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2447         (vc-bzr-shelve-menu-map):
2448         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2449         (vc-bzr-shelve-apply): Make prompt more explicit.
2451 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2453         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2454         They are valid characters in URL paths (rfc3986), and at least
2455         Firefox does not understand the encoded version (Bug#3166).
2457 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2459         * progmodes/octave-mod.el (octave-end-keywords)
2460         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2461         Add "end" keyword (Bug#3061).
2462         (octave-end-as-array-index-p): New function.
2463         (calculate-octave-indent): Use it.
2465 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2467         * bookmark.el: Consistently put the text property on the bookmark name.
2468         (bookmark-bmenu-marks-width): Bump back to 2, to include
2469         annotation marks.
2470         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2471         property on the bookmark name, instead of not putting it at all.
2472         (bookmark-bmenu-list): Fix where we put the text property.
2474 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2476         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2477         for showing buffer modified state (as added in the previous change).
2479 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2481         * bookmark.el: Show modified state of bookmark buffer more accurately.
2482         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2483         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2484         (with-buffer-modified-unmodified): New macro.
2485         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2486         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2487         Use new macro to preserve the buffer modified state.
2489 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2491         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2492         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2493         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2494         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2495         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2496         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2497         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2499 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2501         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2502         Make the lines in the generated doc string shorter.  (Bug#4668)
2504 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2506         * net/rcirc.el: Add follow-link binding (Bug#4738).
2508 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2510         * Makefile.in (bzr-update): Rename from cvs-update.
2511         (cvs-update): New target for backward compatibility.
2513         * makefile.w32-in (bzr-update): Rename from cvs-update.
2514         (cvs-update): New target for backward compatibility.
2516 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2518         * bookmark.el: Remove gratuitous gratitude.
2520 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2522         * bookmark.el (bookmark-bmenu-any-marks): New function
2523         (bookmark-bmenu-save): Clear buffer modification if no marks.
2525 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2527         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2528         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2529         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2530         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2532         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2533         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2534         To: emacs-devel {_AT_} gnu.org
2535         Subject: bookmark.el bug report
2536         Date: Mon, 28 Dec 2009 14:19:16 +0800
2537         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2539 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2541         * bookmark.el: Improvements suggested by Drew Adams:
2542         (bookmark-bmenu-ensure-position): New name for
2543         `bookmark-bmenu-check-position'.  Just ensure the position,
2544         don't return any meaningful value.
2545         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2546         New constants.
2548 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2550         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2551         (bookmark-yank-point, bookmark-bmenu-check-position):
2552         Fix typos in docstrings.
2553         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2554         (bookmark-name-from-full-record, bookmark-get-position)
2555         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2556         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2557         Remove useless quoting of parenthesis, etc. in docstrings.
2559         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2560         (ediff-append-custom-diff): Fix typo in error message.
2561         (ediff-meta-mark-equal-files): Fix typos in messages.
2563         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2565         * net/imap-hash.el (imap-hash-make): Doc fix.
2566         (imap-hash-test): Fix typo in error message; reflow docstring.
2567         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2568         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2569         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2570         Fix typos in docstrings.
2571         (imap-hash-open-connection): Fix typo in error message.
2573         * play/gomoku.el (gomoku): Fix typos in docstring.
2575         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2576         (gdb-jsonify-buffer): Fix typos in docstring.
2577         (gdb-goto-breakpoint): Fix typo in error message.
2578         ("Display Other Windows"): Fix typo in help message.
2579         (gdb-speedbar-expand-node): Fix typo in question.
2581         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2582         (idlwave-html-system-help-location, idlwave-html-help-location)
2583         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2584         (idlwave-help-browser-generic-args, idlwave-help-directory)
2585         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2586         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2587         (idlwave-online-help, idlwave-help-html-link)
2588         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2589         Fix typos in docstrings.
2590         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2591         Reflow docstrings.
2592         (idlwave-help-assistant-start): Fix typo in error message.
2594         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2595         (octave-electric-space): Fix typos in docstrings.
2597 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2599         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2601 2010-01-01  Juri Linkov  <juri@jurta.org>
2603         * comint.el (comint-input-ring-size): Make it a defcustom and
2604         increase the default to 500 (Bug#5148).
2606 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2608         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2609         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2610         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2612 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2614         Show working revision correctly for mercurial.
2615         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2616         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2618 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2620         Declare some functions for the byte-compiler.
2621         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2622         (speedbar-timer-fn, speedbar-change-expand-button-char)
2623         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2625 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2627         This changeset reverts GDB Graphical Interface to use annotations.
2628         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2630 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2632         Make vc-dir work on subdirectories of the bzr root.
2633         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2634         file names relative to it.
2635         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2636         relative directory to vc-bzr-after-dir-status.
2638 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2640         * font-lock.el (font-lock-refresh-defaults): New function, which
2641         can be used to let font-lock react to external changes in
2642         variables like font-lock-defaults and keywords.
2643         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2645 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2647         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2649         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2651 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2653         Supersede color.diff settings in git log (bug#5211).
2655         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2656         escape chars in its output when the user has color.diff set to `always'.
2657         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2659 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2661         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2662         node.  Keep previous "Index" name to work with past coreutils too.
2664         * man.el (man): Revise docstring a bit to show -a and -l as
2665         examples.  Add -k description since support for it has otherwise
2666         been a secret.  (Further to bug#3717.)
2667         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2668         "no matches" rather than "Can't find manpage", as the latter reads
2669         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2671 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2673         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2674         switches.  Check also for //SUBDIRED// line.
2676 2009-12-25  Kenichi Handa  <handa@m17n.org>
2678         * language/indian.el (devanagari-composable-pattern): Fixed to
2679         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2680         Devanagari.
2681         (malayalam-composable-pattern): Fix previous change.
2683 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2685         * ps-print.el (ps-face-attributes): It was not returning the
2686         attribute face for faces specified as string.  Reported by harven
2687         <harven@free.fr>.  (Bug#5254)
2688         (ps-print-version): New version 7.3.5.
2690 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2692         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2693         timezone names.
2694         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2695         (icalendar--add-diary-entry): Remove the trailing blank that
2696         diary-make-entry inserts.
2698 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2700         Make `file-expand-wildcards' work for remote files.
2702         * files.el (file-expand-wildcards): In case of remote files, check
2703         only local file name part for wildcards.  Provide feature 'files
2704         and subfeature 'remote-wildcards.  (Bug#5198)
2706         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2707         if there is already an established connection.
2708         (tramp-advice-file-expand-wildcards): Remove it.
2710         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2711         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2712         Activate advice for older GNU Emacs versions.  (Bug#5237)
2714 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2716         Some doc fixes (more needed).
2718         * find-cmd.el (find-constituents): Reflow docstring.
2719         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2720         (find-generic): Doc fix.
2722 2009-12-17  Juri Linkov  <juri@jurta.org>
2724         Fix regression from 23.1 to allow multiple modes in Local Variables.
2726         * files.el (hack-local-variables-filter): While ignoring duplicates,
2727         don't take `mode' into account.
2728         (hack-local-variables-filter, hack-dir-local-variables): Don't
2729         remove duplicate `mode' from local-variables-alist (like `eval').
2731 2009-12-17  Juri Linkov  <juri@jurta.org>
2733         Make `dired-diff' more safe.  (Bug#5225)
2735         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2736         `current' or when `file' is a directory of the `current' file.
2738 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2740         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2741         unconditionally preloaded files.
2743 2009-12-16  Juri Linkov  <juri@jurta.org>
2745         Revert to old 23.1 logic of using the file at the mark as default.
2746         * dired-aux.el (dired-diff): Use the file at the mark as default
2747         if it's not the same as the current file, and the target dir is
2748         the current dir or the mark is active.  Add the current file
2749         as the arg of `dired-dwim-target-defaults'.  Use the default file
2750         in the prompt.  (Bug#5225)
2752 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2754         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2755         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2756         (tramp-check-for-regexp): Check also, when an echoing shell stops
2757         to echo sent commands.
2759 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2761         * Makefile.in: Revert last change (Bug#5191).
2763 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2765         * vc-hg.el (vc-hg-print-log): Fix argument order.
2766         (vc-hg-working-revision): Make sure the command is executed in a
2767         known environment so that we can parse the output.  (Bug#4417)
2769 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2771         * progmodes/python.el (python-symbol-completions): Remove text
2772         properties from symbol string before calling python-send-receive.
2774 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2776         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2777         when there are values for both file and line.  (Bug#5060)
2779 2009-12-14  Juri Linkov  <juri@jurta.org>
2781         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2782         whitespace after the file name of the first line of unified format,
2783         because git-diff doesn't output whitespace and file modification time
2784         after the file name.
2786 2009-12-14  David Kastrup  <dak@gnu.org>
2788         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2789         check if it already has the `display' property added by
2790         `Info-display-images-node', and not put the `invisible' property
2791         in this case.
2793 2009-12-13  Glenn Morris  <rgm@gnu.org>
2795         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2796         (report-emacs-bug): In message-mode, sort manually before storing
2797         original report text.  (Bug#5178)
2798         Remove superfluous save-excursion.
2800 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2802         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2803         when responding to "GetAll" properties.
2805 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2807         * simple.el (compose-mail): Remove mail-setup-with-from from
2808         customization checks.
2810 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2812         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2813         RAR archives created on Unix systems.
2815 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2818         the varalias that was accidentally removed by the 2009-11-19 change
2819         (bug#5186).
2821 2009-12-12  Kenichi Handa  <handa@m17n.org>
2823         * language/indian.el (indian-compose-regexp): New function.
2824         (malayalam-composable-pattern): Fix the pattern.
2825         (composition-function-table): Set malayalam-composable-pattern for
2826         Malayalam characters.
2828 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2830         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2831         rather than down-mouse-1, based on follow-link conventions.
2833         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2834         are compiled.
2836 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2838         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2839         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2840         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2841         (verilog-leap-to-head, verilog-backward-token):
2842         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2844 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2846         * progmodes/verilog-mode.el (verilog-auto-lineup)
2847         (verilog-nameable-item-re): Cleanup user-visible spelling and
2848         documentation errors.  One reported by Gary Delp.
2849         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2850         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2851         package, bug195.  Reported by Pierre-David Pfister.
2853 2009-12-11  Glenn Morris  <rgm@gnu.org>
2855         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2857         * mail/emacsbug.el: No longer require sendmail.
2858         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2859         (report-emacs-bug-orig-text): Doc fix.
2860         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2861         New local variables, to adapt to different mail-user-agents.
2862         (report-emacs-bug): Fix test for a gnu.org address.
2863         Use overlays for emphasis, since font-lock defeats 'face property.
2864         Pretest bugs also end up at the newsgroup these days.
2865         Stop message-mode stripping text properties.
2866         Set and use the new buffer-local variables.
2867         (report-emacs-bug-hook): Add doc-string.
2868         Remove some unnecessary save-excursions and simplify.
2869         Use the appropriate hook and send-command.
2871         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2872         capitalization of some menu entries.
2874 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2876         * whitespace.el (whitespace-display-char-on): Ensure
2877         `buffer-display-table' is unique when two or more windows are
2878         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2879         New version 12.1.
2881 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2883         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2884         characters in the Attribute field.
2886 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2888         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2890 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2893         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2894         Disregard autoload-excludes.
2895         (update-directory-autoloads): Obey autoload-excludes here instead.
2896         But don't store its contents in no-autoloads and remove entries that
2897         refer to excludes files.
2899 2009-12-10  Glenn Morris  <rgm@gnu.org>
2901         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2902         (expand-mail-aliases): Define for compiler.
2904         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2905         Define for compiler.
2907         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2908         appropriate for the mail-user-agent in use.
2910 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2912         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2914 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2916         Fix short log parsing and fontification.
2917         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2918         Fix fontification for the [merge] label.
2920 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2922         Drop some properties to avoid surprises.
2923         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2924         (hfy-fontify-buffer): Use it.
2926 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         Minor cleanup.
2929         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2930         Adjust all callers.
2931         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2932         args compulsory.  Adjust callers.
2933         (ffap-gopher-at-point): Remove unused var `name'.
2935         Get rid of the ELCFILES abomination.
2936         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2937         (compile-elcfiles): New phony target.
2938         (compile-main): Compute ELCFILES dynamically.
2939         (compile-clean): New target to remove left-over elc files.
2940         (compile, all): Use it.
2942 2009-12-09  Kenichi Handa  <handa@etlken>
2944         * international/mule-diag.el: Require help-mode instead of help-fns.
2946 2009-12-09  Kenichi Handa  <handa@m17n.org>
2948         * international/mule-cmds.el (ucs-names): Supply sufficiently
2949         fine ranges instead of pre-calculating accurate ranges.
2950         Iterate with bigger gc-cons-threshold.
2952 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2954         Add support for stashing a snapshot of the current tree.
2955         * vc-git.el (vc-git-stash-snapshot): New function.
2956         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2958 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2960         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2961         instead of `(beginning|end)-of-line'.
2963 2009-12-08  Glenn Morris  <rgm@gnu.org>
2965         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2967         * Makefile.in (ELCFILES): Regenerate.
2969 2009-12-07  Juri Linkov  <juri@jurta.org>
2971         Don't lazy-highlight the comint output in history Isearch mode.
2973         * comint.el (comint-history-isearch-search): Instead of
2974         `comint-line-beginning-position', use `comint-after-pmark-p'
2975         to check if point if before the process mark, and go to
2976         `process-mark' in this case.
2978 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * textmodes/tex-mode.el (latex-complete)
2981         (latex-indent-or-complete): Remove.
2982         (latex-mode): Set completion-at-point-functions instead.
2984         Provide a standard completion command and hook it into TAB.
2985         * minibuffer.el (completion-at-point-functions): New var.
2986         (completion-at-point): New command.
2987         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2988         * progmodes/python.el (python-mode-map): Use completion-at-point.
2989         (python-completion-at-point): Rename from python-partial-symbol and
2990         adjust for use in completion-at-point-functions.
2991         (python-mode): Setup completion-at-point for Python completion.
2992         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2993         extracted from lisp-complete-symbol.
2994         (lisp-complete-symbol): Use it.
2995         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2996         setup completion-at-point for Elisp completion.
2997         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2998         Use completion-at-point.
2999         * ielm.el (ielm-map): Use completion-at-point.
3000         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3001         * progmodes/sym-comp.el: Move to...
3002         * obsolete/sym-comp.el: Move from progmodes.
3004 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3006         Prevent save-buffer in Rmail buffers from using the coding-system
3007         of the current message, and from clobbering the encoding mnemonics
3008         in the mode line (Bug#4623).
3010         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3011         flag, too.
3012         (rmail-message-encoding): New variable.
3013         (rmail-write-region-annotate): Record the encoding of the current
3014         message in rmail-message-encoding.
3015         (rmail-after-save-hook): New function, restores the encoding of
3016         the current message after the message collection is saved.
3018 2009-12-07  Juri Linkov  <juri@jurta.org>
3020         * progmodes/grep.el (grep-read-files): Use `completing-read'
3021         instead of `read-string'.  Set its `collection' arg to
3022         `read-file-name-internal'.  (Bug#4301)
3024 2009-12-07  Juri Linkov  <juri@jurta.org>
3026         Correctly restore original Isearch point.  (Bug#4994)
3028         * isearch.el (isearch-mode): Move `isearch-push-state' after
3029         `(run-hooks 'isearch-mode-hook)'.
3030         (isearch-cancel): When `isearch-push-state-function' is defined,
3031         let-bind `isearch-cmds' to the first state (the last element of
3032         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3033         function and restores the original point).  Otherwise, move point
3034         to `isearch-opoint'.
3036 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3039         chars that don't have names, so the table can be built much faster at
3040         run-time.
3042 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3044         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3045         change.  Suggested by David Kastrup.
3047         * simple.el (compose-mail): Check for incompatibilities and warn.
3048         (compose-mail-user-agent-warnings): New option.
3050 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3052         Support showing a single log entry from vc-annotate.
3053         * vc.el (print-log): Add a new argument: START-REVISION.
3054         (vc-print-log-internal): Add a new optional argument and
3055         pass it to the backend.
3056         (vc-print-log, vc-print-root-log): Adjust callers.
3057         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3058         buffer already displays the requested log entry, use it.
3059         Otherwise display only the log entry in question.
3060         * vc-svn.el (vc-svn-print-log):
3061         * vc-mtn.el (vc-mtn-print-log):
3062         * vc-hg.el (vc-hg-state):
3063         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3064         (vc-git-show-log-entry): Return t on success.
3065         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3066         (vc-bzr-show-log-entry): Return t on success.
3067         * vc-rcs.el (vc-rcs-print-log):
3068         * vc-sccs.el (vc-sccs-print-log):
3069         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3071 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3073         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3074         Add menus to the meta mode.  (Bug#5043)
3076 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3078         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3079         event-key.
3081         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3083 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3085         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3086         Berbain <raphael.berbain@gmail.com>.
3088         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3089         characters.
3090         (tramp-initial-end-of-output): New defconst.
3091         (tramp-methods, tramp-find-shell)
3092         (tramp-open-connection-setup-interactive-shell)
3093         (tramp-maybe-open-connection): Use it.
3094         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3095         existence of `#' and `$'.
3097         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3098         `tramp-initial-end-of-output'.
3100 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3102         Get the background mode from the terminal for xterm, and set
3103         faces accordingly.
3104         * term/xterm.el (xterm-set-background-mode): New function.
3105         (terminal-init-xterm): Use it in case xterm supports background
3106         color queries.  Recompute faces after getting the background
3107         color.
3109 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3111         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3112         number comment back on its own line, for easier parsing.
3114 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         Make it work for non-file buffers (bug#5102).
3117         * doc-view.el (doc-view-current-cache-dir):
3118         Use doc-view-buffer-file-name rather than buffer-file-name.
3119         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3121 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3123         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3124         author field is too short.
3126 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * vc-git.el (vc-git-print-log): Handle a limit argument.
3129         Display the short log in graph form and with labels.
3130         (vc-git-log-view-mode): Handle labels.
3132         Make vc-revert change VC state from 'added to 'unregistered.
3133         * vc-git.el (vc-git-revert): Call git reset first.
3135 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3137         * net/newst-backend.el, net/newst-plainview.el:
3138         * net/newst-reader.el, net/newst-ticker.el:
3139         * net/newst-treeview.el, net/newsticker.el:
3140         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3142 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3144         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3146         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3147         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3148         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3149         Update annotation regexp.
3151         * simple.el (beginning-of-visual-line): Constrain to field
3152         boundaries (Bug#5106).
3154 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3156         * xml.el (xml-substitute-numeric-entities): Move
3157         newsticker--decode-numeric-entities in newst-backend.el to
3158         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3159         * net/newst-backend.el (newsticker--parse-generic-feed)
3160         (newsticker--parse-generic-items)
3161         (newsticker--decode-numeric-entities): Move
3162         newsticker--decode-numeric-entities in newst-backend.el to
3163         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3165 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3167         * progmodes/js.el (js--js-not): Add null to the list of values.
3169 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3171         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3173 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3175         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3176         delimiter if it is at the end of the current line.
3177         (bibtex-generate-url-list): Fix docstring.
3179 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3182         minibuffer's content with itself.
3183         Fold the confirm-after-completion case into the `confirm' case.
3184         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3186 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3188         * ffap.el (ffap-rfc-path): Make this a defcustom since
3189         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3191         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3192         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3194 2009-12-05  Juri Linkov  <juri@jurta.org>
3196         Save and restore dired buffer's point positions too.  (Bug#4880)
3198         * dired.el (dired-save-positions): Return in the first element
3199         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3200         Doc fix.
3201         (dired-restore-positions): First restore buffer's position.
3202         While restoring window's positions, check if window still displays
3203         the original buffer.
3205 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3207         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3208         if possible.
3210         * shell.el (shell): Require ansi-color (Bug#5113).
3212         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3214         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3216 2009-12-05  Alan Mackenzie  <acm@muc.de>
3218         * progmodes/cc-mode.el (c-before-hack-hook)
3219         (c-postprocess-file-styles): Revert change 1.85 to permit
3220         `c-file-style' to work again.  This reversion restores the current
3221         software to its state in Emacs 23.1.  (Bug#4146)
3223 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3225         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3226         comment-start-skip to comment-end-skip as comment (Bug#4781).
3228 2009-12-05  Juri Linkov  <juri@jurta.org>
3230         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3231         for virtual nodes.  (Bug#4147)
3232         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3233         when moving from a virtual node.
3234         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3235         (Info-mode): Add `Info-virtual-index' to the docstring.
3237 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3239         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3240         track of the buffer position of the end of a BibTeX entry as this
3241         position may change during reformatting.
3242         (bibtex-format-entry): Remove whitespace before processing
3243         numerical fields so that we recognize the latter properly.
3244         (bibtex-reformat): Do not use push which changes the global value
3245         of bibtex-entry-format.
3246         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3247         (bibtex-field-re-init): Replace only space characters by regexp
3248         for whitespace.
3249         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3250         (bibtex-initialize): Also update bibtex-strings.
3251         (bibtex-kill-field): Preserve white space at end of entry.
3252         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3253         Update bibtex-reference-keys.
3255 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3258         point after a star, if that's the only place where modifications can
3259         make progress.
3261 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3263         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3264         in docstrings.
3266 2009-12-04  Juri Linkov  <juri@jurta.org>
3268         * proced.el (proced): Call `(proced-update t)' to update process
3269         information instead of only running proced-post-display-hook.
3270         (proced-send-signal): Add a leading space to the buffer name
3271         " *Marked Processes*" to make this buffer ephemeral.
3273 2009-12-04  Juri Linkov  <juri@jurta.org>
3275         * dired.el (dired-auto-revert-buffer): New defcustom.
3276         (dired-internal-noselect): Use it.
3278 2009-12-04  Juri Linkov  <juri@jurta.org>
3280         Change roles of modes and functions in image-mode.el (Bug#5062).
3282         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3283         in `auto-mode-alist'.
3284         (image-mode-previous-major-mode): New variable.
3285         (image-minor-mode-map): Rename from `image-mode-text-map'.
3286         (image-mode): Move graceful error-handling code from
3287         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3288         (image-minor-mode): Remove all image-handling code.
3289         Replace `image-mode-text-map' with `image-minor-mode-map'.
3290         Check for `image-type' in mode-line format string.
3291         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3292         (image-mode-as-text): New function with most code from
3293         `image-mode-maybe'.
3294         (image-toggle-display-text): Move code that removes image
3295         properties from `image-toggle-display' to here.
3296         (image-toggle-display-image): New function with code that adds
3297         image properties copied from `image-toggle-display'.
3298         (image-toggle-display): Remove most code with leaving only code
3299         that toggles between `image-mode-as-text' and `image-mode'.
3301 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3303         * net/newst-treeview.el
3304         (newsticker--treeview-list-highlight-start): Restored call to
3305         save-excursion: Selected item was stuck.
3306         (newsticker--treeview-list-select): New.
3307         (newsticker--treeview-item-show-text)
3308         (newsticker--treeview-item-show)
3309         (newsticker--treeview-item-update): Use new
3310         newsticker-treeview-item-mode.
3311         (newsticker-treeview-update): Keep current item.
3312         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3313         (newsticker--treeview-first-feed): Doc change.
3314         (newsticker-treeview-list-menu)
3315         (newsticker-treeview-item-menu): Added menu entries.
3316         (newsticker-treeview-item-mode): New.
3318         * net/newst-backend.el (newsticker-customize): Delete other
3319         windows.
3321 2009-12-04  Sam Steingold  <sds@gnu.org>
3323         * log-view.el (log-view-mode-map): "q" calls quit-window,
3324         like in all the other non-self-insert buffers.
3326 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         Minor cleanup.
3329         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3330         key decoding rather than do it manually via last-input-event +
3331         ascii-character.
3332         (term-exec): Use delete-and-extract-region.
3333         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3334         (term-process-pager): Remove unused var `i'.
3335         (term-dynamic-simple-complete): Make obsolete.
3336         (serial-update-config-menu): Remove unused vars `y' and `str'.
3337         (term-update-mode-line): Remove unused var `temp'.
3339 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3341         Limit the number of log entries displayed by default.
3342         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3343         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3344         using a prefix argument.
3346 2009-12-03  Glenn Morris  <rgm@gnu.org>
3348         * progmodes/idlwave.el (class): Restore still useful declaration.
3350 2009-12-03  Alan Mackenzie  <acm@muc.de>
3352         Enhance `c-parse-state' to run efficiently in "brace deserts".
3354         * progmodes/cc-mode.el (c-basic-common-init):
3355         Call c-state-cache-init.
3356         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3357         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3358         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3360         * progmodes/cc-langs.el (c-before-font-lock-function):
3361         c-extend-and-neutralize-syntax-in-CPP has been renamed
3362         c-neutralize-syntax-in-and-mark-CPP.
3364         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3365         with `category' properties now, not `syntax-table' ones.
3367         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3368         enhanced (but slower) version of c-end-of-macro that won't land
3369         inside a literal or on another awkward character.
3370         (c-state-cache-too-far, c-state-cache-start)
3371         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3372         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3373         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3374         (c-state-min-scan-pos, c-state-brace-pair-desert)
3375         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3376         buffer local variables.
3377         (c-state-literal-at, c-state-lit-beg)
3378         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3379         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3380         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3381         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3382         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3383         (c-renarrow-state-cache)
3384         (c-append-lower-brace-pair-to-state-cache)
3385         (c-state-push-any-brace-pair, c-append-to-state-cache)
3386         (c-remove-stale-state-cache)
3387         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3388         (c-invalidate-state-cache-1, c-parse-state-1)
3389         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3390         (c-parse-state): Enhance and refactor.
3391         (c-debug-parse-state): Amend to deal with all the new variables.
3393         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3394         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3395         modify to use category text properties rather than syntax-table ones.
3396         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3397         to switch off/on the syntactic paren property of C++ template
3398         delimiters using the category property.
3399         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3400         template delims suppressed.
3401         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3402         New constant/macros which apply category properties to the start
3403         and end of preprocessor constructs.
3404         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3405         "comment out" the syntactic value of characters in preprocessor
3406         constructs.
3407         (c-with-cpps-commented-out)
3408         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3409         with characters in all or all but one preprocessor constructs
3410         "commented out".
3412 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3414         * proced.el (proced-filter-alist): Use regexp-quote.
3416 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3418         Cleanup.
3419         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3420         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3421         arguments.  Expand `default-directory'.
3423         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3424         the benefit of returning an expanded localname.
3425         (tramp-tramp-file-p): Handle the case NAME is not a string.
3427 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3429         Add support for bzr shelve/unshelve.
3430         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3431         (vc-bzr-extra-menu-map): New variables.
3432         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3433         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3434         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3435         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3436         (vc-bzr-dir-extra-headers): Display shelves.
3438         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3440 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * textmodes/bibtex.el (bibtex-complete-internal):
3443         Use completion-in-region.
3444         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3446 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3448         Support applying stashes.  Improve UI.
3449         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3450         (vc-git-stash-apply, vc-git-stash-pop)
3451         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3452         (vc-git-stash-menu): New functions.
3453         (vc-git-stash-menu-map): New variable.
3454         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3456 2009-12-03  Glenn Morris  <rgm@gnu.org>
3458         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3459         (vc-print-log-internal): Fix previous change.
3460         (vc-revert): Correct pluralization.
3462 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3465         it to be an alist any more.
3466         (makefile-complete): Use completion-in-region.
3468         * progmodes/octave-mod.el (octave-complete-symbol):
3469         Use completion-in-region.
3471         Misc cleanup.
3472         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3473         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3474         (idlwave-complete-class): Don't quote lambda.
3475         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3476         (idlwave-mode-map): Move initialization into declaration.
3477         (idlwave-action-and-binding): Use backquotes.
3478         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3479         Simplify.
3480         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3481         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3482         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3483         `parts', and `all-parts'.
3484         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3485         (idlwave-convert-xml-system-routine-info): Remove unused string
3486         `version-string'.
3487         (idlwave-display-user-catalog-widget): Use dolist.
3488         (idlwave-scanning-lib): Declare dynamically-scoped var.
3489         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3490         (completion-highlight-first-word-only): Declare to silence bytecomp.
3491         (idlwave-popup-select): Tighten scope of `resp'.
3492         (idlwave-find-struct-tag): Remove unused var `beg'.
3493         (idlwave-after-load-rinfo-hook): Declare.
3494         (idlwave-sintern-class-info): Remove unused var `taglist'.
3495         (idlwave-find-class-definition): Remove unused var `list'.
3496         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3497         (idlwave-what-module-find-class): Remove unused var `classes'.
3499 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3501         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3503 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3506         buffers visited.  Remove redundant current-buffer-saving.
3508 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         Use completion-in-buffer and remove uses of dynamic scoping.
3511         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3512         (pascal-buffer-to-use, pascal-flag): Don't declare.
3513         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3514         (pascal-get-completion-decl, pascal-keyword-completion):
3515         Add `pascal-str' argument, save-excursion,
3516         return the found completions, and don't filter with pascal-pred.
3517         (pascal-completion-cache): New var.
3518         (pascal-completion): Don't switch buffer any more (it was never
3519         necessary).  Don't save-excursion any more (it's done by the called
3520         subroutines).  Use a cache to avoid redundant computations.
3521         Use complete-with-action rather than pascal-completion-response and
3522         let it apply the predicate as well.
3523         (pascal-complete-word): Use completion-in-buffer when
3524         pascal-toggle-completions is nil.
3525         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3526         not used any more.
3527         (pascal-comp-defun): Don't change buffer any more.
3528         Use complete-with-action rather than pascal-completion-response and
3529         let it apply the predicate as well.
3530         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3531         when neded.
3533 2009-12-02  Kenichi Handa  <handa@m17n.org>
3535         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3536         shape for all Indic scripts.
3538 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         Use completion-in-buffer.
3541         * wid-edit.el (widget-field-text-end): New function.
3542         (widget-field-value-get): Use it.
3543         (widget-string-complete, widget-file-complete)
3544         (widget-color-complete): Use it and completion-in-region.
3545         (widget-complete): Don't narrow the buffer.
3547 2009-12-02  Glenn Morris  <rgm@gnu.org>
3549         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3550         (rmail-select-summary): Use rmail-pop-to-buffer.
3551         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3552         rmail-pop-to-buffer, to prevent horizontal splits.
3554         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3555         save-excursion with save-current-buffer.
3556         Widen before searching.  (Bug#5093)
3557         (diary-list-sexp-entries): Remove superfluous save-excursion.
3559 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3561         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3562         name.  (Bug#5038)
3564 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3566         * ido.el (ido-file-internal): Handle filenames at point that do
3567         not have a directory part.  (Bug#5049)
3569 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3571         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3572         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3574 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3576         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3577         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3578         any more.
3580 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3582         * comint.el (comint-insert-input): Ignore clicks to the right of
3583         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3585         * vc.el (vc-print-log-internal): Don't wait for the process to
3586         terminate before setting up the major mode.
3588         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3589         in case.
3591         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3592         the last element.
3594         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3596 2009-12-01  Glenn Morris  <rgm@gnu.org>
3598         * window.el (window--display-buffer-2): Fix previous changes.
3600 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3602         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3604 2009-12-01  Glenn Morris  <rgm@gnu.org>
3606         * Makefile.in (ELCFILES): Add mpc.elc.
3608 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3610         * mpc.el: New file.
3612 2009-12-01  Glenn Morris  <rgm@gnu.org>
3614         * window.el (window-to-use): Define for compiler.
3616         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3617         consistent with others (no final period).
3619         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3620         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3622 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3624         Make vc-print-log buttons work.
3625         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3627 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3629         * savehist.el (savehist-autosave-interval): Allow setting to nil
3630         through customize.  (Bug#5056)
3632 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3634         Fix references to jit-lock properties.
3635         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3636         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3637         (perl-font-lock-special-syntactic-constructs):
3638         Quote jit-lock-defer-multiline property.
3640 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3642         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3644 2009-11-30  Juri Linkov  <juri@jurta.org>
3646         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3647         value `buffer' of `multi-isearch-next-buffer-current-function'.
3648         Use `(current-buffer)' when `buffer' is nil.
3649         (multi-isearch-next-buffer-from-list): Don't fallback to
3650         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3652 2009-11-30  Juri Linkov  <juri@jurta.org>
3654         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3655         of buffers with `get-buffer' to `multi-isearch-buffers'.
3656         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3657         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3658         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3659         FILES with `expand-file-name' converting relative file names
3660         to absolute.  Doc fix.  (Bug#4727)
3662 2009-11-30  Juri Linkov  <juri@jurta.org>
3664         * misearch.el (multi-isearch-read-buffers)
3665         (multi-isearch-read-matching-buffers): New functions.
3666         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3667         Use them in the `interactive' spec.  Doc fix.
3668         (multi-isearch-read-files, multi-isearch-read-matching-files):
3669         New functions.
3670         (multi-isearch-files, multi-isearch-files-regexp):
3671         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3673 2009-11-30  Juri Linkov  <juri@jurta.org>
3675         * doc-view.el (doc-view-continuous):
3676         Rename from `doc-view-continuous-mode'.
3677         (doc-view-menu): Move "Toggle display" to the top.
3678         Add submenu "Continuous" with radio buttons "Off"/"On"
3679         and "Save as Default".
3680         (doc-view-scroll-up-or-next-page)
3681         (doc-view-scroll-down-or-previous-page)
3682         (doc-view-next-line-or-next-page)
3683         (doc-view-previous-line-or-previous-page): Rename
3684         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3686 2009-11-30  Juri Linkov  <juri@jurta.org>
3688         * comint.el (comint-mode-map): Rebind `M-r' from
3689         `comint-previous-matching-input' to
3690         `comint-history-isearch-backward-regexp'.
3691         Unbind `M-s' to allow global key binding `M-s'.
3692         Add menu items for `comint-history-isearch-backward' and
3693         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3695 2009-11-30  Juri Linkov  <juri@jurta.org>
3697         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3698         For def=recenter, replace `recenter' with `recenter-top-bottom'
3699         that is called with `this-command' and `last-command' let-bound
3700         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3701         set `recenter-last-op' to nil.  (Bug#4981)
3703 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         Minor cleanup and simplification.
3706         * filecache.el (file-cache-add-directory)
3707         (file-cache-add-directory-recursively)
3708         (file-cache-add-from-file-cache-buffer)
3709         (file-cache-delete-file-regexp, file-cache-delete-directory)
3710         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3711         (file-cache-temp-minibuffer-message): Delete function.
3712         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3714         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3715         Don't signal an error when bumping into EOB in tr, s, or y.
3717 2009-11-29  Juri Linkov  <juri@jurta.org>
3719         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3720         (Bug#4960)
3722         * descr-text.el (describe-char-unidata-list): Use lowercase name
3723         for "Unicode name" like in other tags.
3725 2009-11-29  Juri Linkov  <juri@jurta.org>
3727         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3728         New compatibility macro.
3729         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3731 2009-11-29  Juri Linkov  <juri@jurta.org>
3733         Add defcustom to define the cycling order of `recenter-top-bottom'.
3734         (Bug#4981)
3736         * window.el (recenter-last-op): Doc fix.
3737         (recenter-positions): New defcustom.
3738         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3739         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3741 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3743         Improve integration of Tramp and ange-ftp in eshell.
3745         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3746         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3747         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3749         * eshell/esh-util.el (top): Require also Tramp when compiling.
3750         (eshell-directory-files-and-attributes): Check for FTP remote
3751         connection.
3752         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3753         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3754         (eshell-file-attributes): Handle ".".  Return `entry'.
3756         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3757         (ange-ftp-directory-files-and-attributes)
3758         (ange-ftp-real-directory-files-and-attributes): New defuns.
3760         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3761         shell with "exec" when possible.  This prevents trailing prompts
3762         in `start-file-process'.
3764 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         Try and remove assumptions about point-min==1.
3767         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3768         (rng-compute-mode-line-string): Show the validation percentage in
3769         terms of the narrowed text, not the widened text.
3770         (rng-do-some-validation): Don't catch internal errors when debugging.
3771         (rng-first-error): Simplify.
3772         (rng-after-change-function): Remove work around.  AFAIK the bug has
3773         been fixed a while ago.
3775         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3776         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3778         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3780         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3781         `cd' doesn't always do it for us (bug#5067).
3783         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3784         on 2009-10-25 as part of some other change (bug#5067).
3786 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3788         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3789         `suspicious'.
3790         (byte-compile-warnings): Use byte-compile-warning-types.
3791         (byte-compile-save-excursion): Warn about use of set-buffer right
3792         after save-excursion.
3794         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3795         the excursion as well.
3797 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3799         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3800         providing a Tramp related implementation of "su" and "sudo".
3801         (eshell-unix-initialize): Add "su" and "sudo".
3803 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3805         * net/socks.el (socks-send-command): Convert binary request to
3806         unibyte before sending.  This fixes mishandling of some port
3807         numbers such as 129.
3809 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         * help.el (describe-bindings-internal): Remove `interactive'.
3813         * man.el (Man-completion-table): Trim a terminating "(".
3814         Remove the space between name page a section.
3815         Add the command's description on the `help-echo' property.
3816         Remove `process-connection-type' binding since it's unused by
3817         call-process.
3818         Provide completion for the "<section> <name>" format as well.
3819         (Man-default-man-entry): Remove spurious var shadowing the argument.
3821 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3823         * log-view.el: Add "Keywords: tools", since its other keywords
3824         aren't in finder-known-keywords, and following vc.el.
3826         * sha1.el (sha1-string-external): default-directory "/" in case
3827         otherwise non-existent.  process-connection-type pipe for touch of
3828         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3830 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3832         Misc coding convention cleanups.
3833         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3834         hfy-init-kludge-hooks.
3835         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3836         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3837         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3838         and push.
3839         (hfy-slant, hfy-weight): Use tables rather than code.
3840         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3841         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3842         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3843         (hfy-face-to-css): Remove `nconc' with single arg.
3844         (hfy-p-to-face-lennart): Use `or'.
3845         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3846         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3847         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3848         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3849         (hfy-force-fontification): Use run-hooks.
3851 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3853         Various minor fixes.
3854         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3855         Javascript belongs in the header, not the body.
3856         (hfy-javascript): Remove.
3857         (hfy-fontify-buffer): Don't insert it any more.
3858         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3859         Fix bug in invis handling when there were no invis props in a chunk.
3861 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3865 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3867         * finder.el (finder-mode-map): Add a menu.
3869 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3871         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3872         "unsigned" structs.
3874         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3875         fork" statement better.
3877 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3879         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3880         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3881         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3882         Reported by Clay Douglass.
3884         (verilog-auto-inst, verilog-auto-star-safe)
3885         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3886         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3887         Pierre-David Pfister.
3889 2009-11-26  Glenn Morris  <rgm@gnu.org>
3891         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3892         the scope.
3894 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3896         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3897         Really use previous revision.
3899 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3901         * man.el (Man-completion-table): default-directory "/" in case
3902         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3903         not to truncate long names.  process-connection-type pipe to avoid
3904         any chance of hitting the pseudo-tty TIOCGWINSZ.
3905         (man): completion-ignore-case t for friendliness and since man
3906         itself is case-insensitive on the command line.
3907         Further to Bug#3717.
3909         * arc-mode.el: Add "Keywords: files", so the details in its
3910         commentary can be reached from finder-by-keyword.
3911         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3912         editing mode, but it's comms related and sgml-mode.el has "comm"
3913         on that basis too.
3914         * textmodes/bibtex-style.el: Add "Keywords: tex".
3915         * international/isearch-x.el, international/ja-dic-cnv.el:
3916         * international/ja-dic-utl.el, international/kkc.el:
3917         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3919 2009-11-25  Juri Linkov  <juri@jurta.org>
3921         * man.el (Man-completion-table): Modify regexp to include
3922         section names to completion strings.  (Bug#3717)
3924 2009-11-25  Juri Linkov  <juri@jurta.org>
3926         Search recursively in gzipped files.  (Bug#4982)
3928         * progmodes/grep.el (grep-highlight-matches): Add new options
3929         `always' and `auto'.  Doc fix.
3930         (grep-process-setup): Check `grep-highlight-matches' for
3931         `auto-detect' to determine the need to compute grep defaults.
3932         Move Windows/DOS specific --colors settings handling
3933         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3934         to get the value of "--color=".
3935         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3936         has the value `auto-detect'.  Move Windows/DOS specific settings
3937         from `grep-process-setup'.
3938         (zrgrep): New command with alias `rzgrep'.
3940 2009-11-25  Juri Linkov  <juri@jurta.org>
3942         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3943         to nil instead of switching off view-mode.  (Bug#4896)
3945 2009-11-25  Juri Linkov  <juri@jurta.org>
3947         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3949         * mwheel.el (mwheel-scroll-up-function)
3950         (mwheel-scroll-down-function): New defvars.
3951         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3952         `scroll-up', and `mwheel-scroll-down-function' instead of
3953         `scroll-down'.
3955         * doc-view.el (doc-view-scroll-up-or-next-page)
3956         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3957         Use this ARG in the call to image-scroll-up/image-scroll-down.
3958         Change `interactive' spec to "P".  Goto next/previous page only
3959         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3960         SPC/DEL case).  Doc fix.
3961         (doc-view-next-line-or-next-page)
3962         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3963         for consistency.
3964         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3965         `doc-view-scroll-up-or-next-page', and buffer-local
3966         `mwheel-scroll-down-function' to
3967         `doc-view-scroll-down-or-previous-page'.
3969 2009-11-25  Juri Linkov  <juri@jurta.org>
3971         Provide additional default values (directories at other Dired
3972         windows) via M-n in the minibuffer of some Dired commands.
3974         * dired-aux.el (dired-diff, dired-compare-directories)
3975         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3976         `minibuffer-default' in `minibuffer-with-setup-hook'.
3977         (dired-dwim-target-directory): Find a window that displays Dired
3978         buffer instead of failing when the next window is not Dired.
3979         Use `get-window-with-predicate' to find for the next Dired window.
3980         (dired-dwim-target-defaults): New function.
3982         * ediff-util.el (ediff-read-file-name):
3983         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3984         in `minibuffer-with-setup-hook'.
3986 2009-11-25  Juri Linkov  <juri@jurta.org>
3988         Provide additional default values (file name at point or at the
3989         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3991         * minibuffer.el (read-file-name-defaults): New function.
3992         (read-file-name): Reset `minibuffer-default' to nil when
3993         it duplicates initial input `insdef'.
3994         Bind `minibuffer-default-add-function' to lambda that
3995         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3996         (minibuffer-insert-file-name-at-point): New command.
3998         * files.el (file-name-at-point-functions): New defcustom.
3999         (find-file-default): Remove defvar.
4000         (find-file-read-args): Don't use `find-file-default'.
4001         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4002         to `read-file-name'.
4003         (find-file-literally): Use `read-file-name' with
4004         `confirm-nonexistent-file-or-buffer'.
4006         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4008         * dired.el (dired-read-dir-and-switches):
4009         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4010         to `read-file-name'.
4011         (dired-file-name-at-point): New function.
4012         (dired-mode): Add hook `dired-file-name-at-point' to
4013         `file-name-at-point-functions'.
4015 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4017         Really make the *Completions* window soft-dedicated (bug#5030).
4018         * window.el (window--display-buffer-2): Add `dedicated' argument.
4019         (display-buffer): Pass it when needed so the dedicated flag is set
4020         after calling set-window-buffer, which would otherwise reset it.
4022 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * progmodes/meta-mode.el (meta-complete-symbol):
4025         * progmodes/etags.el (complete-tag):
4026         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4027         Use completion-in-region.
4029         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4030         (dabbrev-completion): Use completion-in-region.
4031         (dabbrev--abbrev-at-point): Simplify regexp.
4033         * abbrev.el (abbrev--before-point): Use word-motion functions
4034         if :regexp is not specified (bug#5031).
4036         * subr.el (string-prefix-p): New function.
4038         * man.el (Man-completion-cache): New var.
4039         (Man-completion-table): Use it.
4041         * vc.el (vc-print-log-internal): Make `limit' optional for better
4042         compatibility (e.g. with vc-annotate.el).
4044 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4046         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4047         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4049         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4050         when .el source file not found or other error.
4052 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4054         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4056 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         Handle the [back] button properly (bug#4979).
4059         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4060         Use help-setup-xref, help-buffer, and with-help-window.
4061         (describe-char): Add `buffer' argument.
4062         Pass proper command to help-setup-xref.  Don't meddle with
4063         help-xref-stack-item directly.
4064         (describe-text-category): Use with-help-window and help-buffer.
4066         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4067         for the displayed buffer (bug#4887).
4069         * man.el (Man-completion-table): New function.
4070         (man): Use it.
4072 2009-11-24  David Reitter  <david.reitter@gmail.com>
4074         * vc-git.el (vc-git-registered): Use checkout directory (where
4075         .git is) rather than the file's directory and a relative path spec
4076         to work around a bug in git.
4078 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4080         Improve handling of processes on remote hosts.
4082         * eshell/esh-util.el (eshell-path-env): New defvar.
4083         (eshell-parse-colon-path): New defun.
4084         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4086         * eshell/esh-ext.el (eshell-search-path):
4087         Use `eshell-parse-colon-path'.
4088         (eshell-remote-command): Remove argument HANDLER.
4089         (eshell-external-command): Check for FTP remote connection.
4091         * eshell/esh-proc.el (eshell-gather-process-output):
4092         Use `file-truename', in order to start also symlinked files.
4093         Apply `start-file-process' instead of `start-process'.
4094         Shorten `command' to the local file name part.
4096         * eshell/em-cmpl.el (eshell-complete-commands-list):
4097         Use `eshell-parse-colon-path'.
4099         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4101         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4102         to `eshell-directory-change-hook'.
4104 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4106         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4107         because it could be enabled automatically if view-read-only is non-nil.
4109 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4111         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4112         made on 2009-11-22.
4114 2009-11-24  Glenn Morris  <rgm@gnu.org>
4116         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4117         deleted variable bookmark-bmenu-bookmark-column.
4119 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4121         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4123 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4125         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4126         two slashes to the "file:" prefix.
4127         (browse-url-file-url): De-munge Cygwin filenames before passing
4128         them to Windows browser.
4129         (browse-url-default-windows-browser): Use call-process.
4131 2009-11-23  Juri Linkov  <juri@jurta.org>
4133         Implement DocView Continuous mode.  (Bug#4896)
4134         * doc-view.el (doc-view-continuous-mode): New defcustom.
4135         (doc-view-mode-map): Bind C-n/<down> to
4136         `doc-view-next-line-or-next-page', C-p/<up> to
4137         `doc-view-previous-line-or-previous-page'.
4138         (doc-view-next-line-or-next-page)
4139         (doc-view-previous-line-or-previous-page): New commands.
4141 2009-11-23  Juri Linkov  <juri@jurta.org>
4143         Implement Isearch in comint input history.  (Bug#3746)
4144         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4145         `isearch-mode-hook'.
4146         (comint-history-isearch): New defcustom.
4147         (comint-history-isearch-backward)
4148         (comint-history-isearch-backward-regexp): New commands.
4149         (comint-history-isearch-message-overlay): New buffer-local variable.
4150         (comint-history-isearch-setup, comint-history-isearch-end)
4151         (comint-goto-input, comint-history-isearch-search)
4152         (comint-history-isearch-message, comint-history-isearch-wrap)
4153         (comint-history-isearch-push-state)
4154         (comint-history-isearch-pop-state): New functions.
4156 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4158         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4159         return.
4160         (tramp-handle-make-symbolic-link)
4161         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4162         Quote file names.
4163         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4164         (tramp-handle-process-file): Use it.
4166 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * window.el (move-to-window-line-last-op): Remove.
4169         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4171 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4173         Make M-r mirror the new cycling behavior of C-l.
4174         * window.el (move-to-window-line-last-op): New var.
4175         (move-to-window-line-top-bottom): New command.
4176         (global-map): Bind M-r move-to-window-line-top-bottom.
4178 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4180         * dired-x.el (dired-guess-shell-alist-default):
4181         Support xz format.  (Bug#4953)
4183 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4185         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4186         last-command-char/last-command-event.
4187         (viper-prefix-arg-value): Do correct conversion of event-char for
4188         XEmacs.
4190         * emulation/viper-util.el, emulation/viper.el:
4191         Use viper-last-command-char instead of
4192         last-command-char/last-command-event.
4194         * ediff-init.el, ediff-mult.el, ediff-util.el:
4195         Replace last-command-char and last-command-event
4196         with (ediff-last-command-char) everywhere.
4198         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4199         created in fundamental mode.
4201         * ediff.el (ediff-version): Revert the change of interactive-p to
4202         called-interactively-p.
4204 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4206         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4207         generation from word-movement command names.
4209 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4211         * cus-start.el (all): Add native condition for font-use-system-font.
4213 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4215         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4216         Correct the patch from 2009-11-18.  (Bug#3910)
4218 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4220         * progmodes/subword.el: Rename from lisp/subword.el.
4222         * subword.el: Rename to progmodes/subword.el.
4224         * Makefile.in (ELCFILES): Adapt to subword.el move.
4226 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4227             Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4230         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4231         (bookmark-bmenu-show-filenames): Use push.
4232         (bookmark-bmenu-hide-filenames): Use local var instead of
4233         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4234         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4235         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4236         filenames now that the bookmark names are always available.
4238 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4241         (bookmark-search-pattern): Move and leave unbound.
4242         (bookmark-bmenu-mode-map): Change binding.
4243         (bookmark-read-search-input): Simplify.
4244         Don't use text-char-description.  Don't error on non-char events.
4245         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4246         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4247         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4248         Use a local var for the timer.
4249         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4250         (i.e. bookmark-bmenu-search).
4252 2009-11-21  Glenn Morris  <rgm@gnu.org>
4254         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4256 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4258         * net/browse-url.el (browse-url-default-windows-browser):
4259         Use cygstart for cygwin.
4261 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4263         * bookmark.el: Formatting and doc fixes only:
4264         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4265         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4266         Minor grammar and punctuation fixes in doc string.
4267         (bookmark-read-search-input): Adjust to fit within 80 columns.
4269 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4271         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4272         (c-backward-into-nomenclature): Adapt to subword renaming.
4274         * subword.el (subword-forward, subword-backward, subword-mark)
4275         (subword-kill, subword-backward-kill, subword-transpose)
4276         (subword-downcase, subword-upcase, subword-capitalize)
4277         (subword-forward-internal, subword-backward-internal):
4278         Rename from forward-subword, backward-subword, mark-subword,
4279         kill-subword, backward-kill-subword, transpose-subwords,
4280         downcase-subword, upcase-subword, capitalize-subword,
4281         forward-subword-internal, backward-subword-internal.
4283 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4285         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4286         New options.
4287         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4288         New vars.
4289         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4290         (bookmark-bmenu-filter-alist-by-regexp)
4291         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4292         (bookmark-bmenu-search): New command.
4293         (bookmark-bmenu-mode-map): Bind it.
4295 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4297         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4298         backward-subword to quit the byte-compiler.
4300         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4302         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4304         * progmodes/cc-cmds.el (c-update-modeline)
4305         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4306         Refer to subword.el functions instead of cc-subword.el.
4308         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4309         subword.el functions instead of cc-subword.el.
4311         * progmodes/cc-subword.el: Rename to subword.el.
4312         * subword.el: Rename from progmodes/cc-subword.el.
4313         (subword-mode-map): Rename from c-subword-mode-map.
4314         (subword-mode): Rename from c-subword-mode.
4315         (global-subword-mode): New global minor mode.
4316         (forward-subword): Rename from c-forward-subword.
4317         (backward-subword): Rename from c-backward-subword.
4318         (mark-subword): Rename from c-mark-subword.
4319         (kill-subword): Rename from c-kill-subword.
4320         (backward-kill-subword): Rename from c-backward-kill-subword.
4321         (transpose-subwords): Rename from c-tranpose-subword.
4322         (downcase-subword): Rename from c-downcase-subword.
4323         (capitalize-subword): Rename from c-capitalize-subword.
4324         (forward-subword-internal): Rename from c-forward-subword-internal.
4325         (backward-subword-internal): Rename from c-backward-subword-internal.
4327 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4329         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4330         from a dired buffer.
4331         (vc-dired-deduce-fileset): New function.
4332         (vc-root-diff, vc-print-root-log): Use it.
4334         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4335         nil LIMIT argument to vc-print-log-internal.
4337 2009-11-20  Glenn Morris  <rgm@gnu.org>
4339         * Makefile.in (ELCFILES): Regenerate.
4341 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4343         * calc/calc.el (calc-set-mode-line):
4344         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4345         (math-format-number): Rename `math-format-complement-signed' to
4346         `math-format-twos-complement'.
4348         * calc/calc-bin.el (math-format-twos-complement): Rename from
4349         math-format-complement-signed.
4350         (calc-radix): Rename `calc-complement-signed-mode' to
4351         `calc-twos-complement-mode'.
4352         (calc-octal-radix, calc-hex-radix): Add an argument for
4353         two's complement.
4355         * calc/calc-embed.el (calc-embedded-mode-vars):
4356         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4358         * calc/calc-ext.el (calc-init-extensions):
4359         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4360         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4362         * calc/calc-units.el (math-build-units-table-buffer):
4363         Let `calc-twos-complement-mode' be nil.
4365         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4366         entries.
4368         * calc/calc-vec.el (calcFunc-vunpack):
4369         * calc/calc-aent.el (calc-do-calc-eval):
4370         * calc/calc-forms.el (math-format-date):
4371         * calc/calc-graph.el (calc-graph-plot):
4372         * calc/calc-math.el (math-use-emacs-fn):
4373         * calc/calccomp.el (math-compose-expr):
4374         Let `calc-twos-complement-mode' be nil.
4376 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4378         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4379         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4380         * minibuffer.el (completion-in-region-functions): New hook.
4381         (completion-in-region): New function.
4382         * emacs-lisp/lisp.el (lisp-complete-symbol):
4383         * pcomplete.el (pcomplete-std-complete): Use it.
4385 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4388         (latex-complete-alist): New vars.
4389         (latex-string-prefix-p, latex-complete-bibtex-keys)
4390         (latex-complete-envnames, latex-complete-refkeys)
4391         (latex-complete-data): New functions.
4392         (latex-complete, latex-indent-or-complete): New commands.
4394         * window.el (display-buffer-mark-dedicated): New var.
4395         (display-buffer): Obey it.
4396         * minibuffer.el (minibuffer-completion-help): Use it.
4398         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4400         * filecache.el (file-cache-add-file): Use push and cons.
4401         (file-cache-delete-file-regexp): Use push.
4402         (file-cache-complete): Use completion-in-region.
4404         * simple.el (with-wrapper-hook): Fix thinko.
4406         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4407         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4408         Use with-current-buffer and string-to-number.
4409         (hfy-fallback-colour-values): Use assoc-string.
4410         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4411         (hfy-face-at): Remove unused var `found-face'.
4412         (hfy-compile-stylesheet): Remove unused var `css'.
4413         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4414         and `orig-buffer'.
4415         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4416         Use with-current-buffer.
4417         (hfy-text-p): Use expand-file-name and fewer setq.
4419 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4421         * htmlfontify.el, hfy-cmap.el: New files.
4423 2009-11-19  Juri Linkov  <juri@jurta.org>
4425         * minibuffer.el (completions-format): New defcustom.
4426         (completion--insert-strings): Implement vertical format.
4428         * simple.el (switch-to-completions): Move point to the first
4429         completion when point was at the beginning of the buffer.
4431 2009-11-19  Juri Linkov  <juri@jurta.org>
4433         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4435         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4437 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4439         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4440         (mail-signature): Change default to t.
4441         (mail-from-style): Deprecate `system-default' value.
4442         (mail-insert-from-field): For default value of mail-from-style,
4443         default to `angles' unless `angles' needs quoting and `parens'
4444         does not.
4445         (mail-citation-prefix-regexp): Use citation regexp from
4446         message-mode.
4448 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4450         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4451         Set variables for computing the prompt for reading password.
4453 2009-11-19  Glenn Morris  <rgm@gnu.org>
4455         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4457         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4459         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4460         (newsticker-treeview-listwindow-height): Fix custom type.
4462 2009-11-19  Kenichi Handa  <handa@m17n.org>
4464         * descr-text.el (describe-char-padded-string): Compose with TAB
4465         only if there's a font for CH.
4466         (describe-char): Fix the condition for detecting a trivial composition.
4468 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4470         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4471         more accurate version of the regexp.  (Bug#3910)
4473 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4475         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4477 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4479         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4480         (font-setting-change-default-font): Fix typo in docstring.
4482 2009-11-18  Alan Mackenzie  <acm@muc.de>
4484         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4486 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4488         * font-setting.el (font-use-system-font): Move ...
4490         * cus-start.el (all): ... to here.
4492 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4494         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4495         Don't set `ad-return-value' if `ad-do-it' doesn't.
4497         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4498         modification time.
4500 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4502         * menu-bar.el: Put "Use system font" in Option-menu.
4503         (menu-bar-options-save): Add font-use-system-font.
4505         * loadup.el: If feature system-font-setting or font-render-setting is
4506         there, load font-setting.
4508         * Makefile.in (ELCFILES): Add font-settings.el.
4509         * font-setting.el: New file.
4511 2009-11-17  Glenn Morris  <rgm@gnu.org>
4513         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4515         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4516         Preserve point in the list buffer.  (Bug#4939)
4517         Use point-at-eol.
4518         (newsticker--treeview-list-update-highlight)
4519         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4521 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4523         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4524         Remove.
4526         * calc/calc-ext.el (calc-init-extensions): Remove references to
4527         symclip.
4529         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4531         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4532         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4533         `calc-symclip'.
4535 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4537         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4538         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4540         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4541         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4542         Ignore trailing spaces by omit-nulls to split-string (fixing
4543         regression from Emacs 21 due to the incompatible split-string
4544         change).  (Bug #4928.)
4546 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4548         * vc.el (vc-log-show-limit): Default to 2000.
4549         (vc-print-log-internal): Insert buttons to request more entries
4550         when limiting the output.
4552         * vc-sccs.el (vc-sccs-print-log):
4553         * vc-rcs.el (vc-rcs-print-log):
4554         * vc-cvs.el (vc-cvs-print-log):
4555         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4556         LIMIT is non-nil.
4558 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4560         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4561         error when `tramp-gvfs-dbus-event-vector' is set.
4562         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4564 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4566         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4568 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4570         * net/dbus.el (dbus-unregister-service): New defun.
4571         (dbus-register-property): Register the handlers of
4572         "org.freedesktop.DBus.Properties" for SERVICE.
4573         (dbus-property-handler): Fix docstring.
4575 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4577         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4578         Quote doc string reference in defvaralias as it is not in special form.
4579         (byte-compile-output-docform): Doc fix.
4581 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4583         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4584         (calc-complement-signed-mode): New variables.
4585         (calc-set-mode-line): Add indicator for twos-complements.
4586         (math-format-number): Format twos-complement notation.
4588         * calc/calc-bin.el (calc-word-size): Reset the variables
4589         `math-2-word-size' and `math-half-2-word-size'.
4590         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4591         (calc-symclip): New functions.
4593         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4595         * calc/calc-embed.el (calc-embedded-mode-vars):
4596         Add `calc-complement-signed-mode' to the list of modes.
4598         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4599         (calc-b-oper-keys): Add `calc-symclip' to list.
4601         * calc/calc-ext.el (math-read-number-fancy): Read complement
4602         signed numbers.
4603         (calc-init-extensions): Add binding for `calc-symclip'.
4604         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4606         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4607         `calc-symclip'.
4608         (calc-modes-menu): Add item for twos complement mode.
4610         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4612 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4614         * register.el (jump-to-register, insert-register): Handle Semantic
4615         tags.  From commented-out advice in semantic/senator.el.
4617 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4619         * vc.el (vc-log-show-limit): New variable.
4620         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4621         when using a prefix argument.
4622         (vc-print-log-internal): Add new argument LIMIT.
4624         * vc-svn.el (vc-svn-print-log):
4625         * vc-mtn.el (vc-mtn-print-log):
4626         * vc-hg.el (vc-hg-print-log):
4627         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4628         pass it to the log command when set.  Make the BUFFER argument
4629         non-optional.
4631         * vc-sccs.el (vc-sccs-print-log):
4632         * vc-rcs.el (vc-rcs-print-log):
4633         * vc-git.el (vc-git-print-log):
4634         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4635         ignore it.  Make the BUFFER argument non-optional
4637         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4639 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4641         * dired.el (dired-mode-map): Move encryption items to "Operate"
4642         menu (Bug#4703).
4644         * strokes.el (strokes-update-window-configuration): Make strokes
4645         buffer current before erasing (Bug#4906).
4647 2009-11-15  Juri Linkov  <juri@jurta.org>
4649         * simple.el (set-mark-default-inactive): Add :type, :group
4650         and :version.  (Bug#4876)
4652 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4654         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4655         (archive-unique-fname): ... here.  (Bug#4929)
4657 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4660         with a real fix.
4662         * novice.el (disabled-command-function): Add useful args.
4663         Setup the help buffer so that [back] works.
4664         Remove redundant call to help-mode.
4665         (disabled-command-function): Use `case'.
4666         (en/disable-command): New function extracted from enable-command.
4667         (enable-command, disable-command): Use it.
4669 2009-11-14  Glenn Morris  <rgm@gnu.org>
4671         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4672         constants.  (Bug#4913)
4674         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4676 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4678         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4679         defined in C that have no doc-strings.  (Bug#1063)
4681 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4683         * cus-edit.el (data, files):
4684         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4686 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4688         * simple.el (shell-command): Doc fix (Bug#4891).
4690         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4692 2009-11-14  Glenn Morris  <rgm@gnu.org>
4694         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4695         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4696         If they are already loaded, eval-after-load will do the right thing.
4698         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4699         compiling.
4701         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4703         * simple.el (x-selection-owner-p): Declare.
4704         (read-mail-command): Use custom radio type rather than choice.
4705         (completion-no-auto-exit): Doc fix.
4707         * custom.el (defgroup):
4708         * epg-config.el (epg): Doc fixes.
4710 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4712         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4713         * international/ccl.el (define-ccl-program): Do not purecopy the
4714         docstring, defconst does it anyway.
4716 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4719         a second time.
4721         * x-dnd.el (x-dnd-maybe-call-test-function):
4722         * window.el (split-window-vertically):
4723         * whitespace.el (whitespace-help-on):
4724         * vc-rcs.el (vc-rcs-consult-headers):
4725         * userlock.el (ask-user-about-lock-help)
4726         (ask-user-about-supersession-help):
4727         * type-break.el (type-break-force-mode-line-update):
4728         * time-stamp.el (time-stamp-conv-warn):
4729         * terminal.el (te-set-output-log, te-more-break, te-filter)
4730         (te-sentinel, terminal-emulator):
4731         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4732         (term-write-input-ring, term-check-source, term-start-output-log):
4733         (term-display-buffer-line, term-dynamic-list-completions):
4734         (term-ansi-make-term, serial-term):
4735         * subr.el (selective-display):
4736         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4737         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4738         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4739         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4740         (speedbar-remove-localized-speedbar-support)
4741         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4742         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4743         (speedbar-buffers-line-directory):
4744         * simple.el (shell-command-on-region, append-to-buffer)
4745         (prepend-to-buffer):
4746         * shadowfile.el (shadow-save-todo-file):
4747         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4748         (scroll-bar-maybe-set-window-start):
4749         * sb-image.el (speedbar-image-dump):
4750         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4751         (load-save-place-alist-from-file):
4752         * ps-samp.el (ps-print-message-from-summary):
4753         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4754         (ps-background-image, ps-begin-job, ps-do-despool):
4755         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4756         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4757         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4758         (pr-call-process, pr-file-list, pr-interface-save):
4759         * novice.el (disabled-command-function)
4760         (enable-command, disable-command):
4761         * mouse.el (mouse-buffer-menu-alist):
4762         * mouse-copy.el (mouse-kill-preserving-secondary):
4763         * macros.el (kbd-macro-query):
4764         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4765         * informat.el (batch-info-validate):
4766         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4767         * hippie-exp.el (try-expand-dabbrev-visible):
4768         * help-mode.el (help-make-xrefs):
4769         * help-fns.el (describe-variable):
4770         * generic-x.el (bat-generic-mode-run-as-comint):
4771         * finder.el (finder-mouse-select):
4772         * find-dired.el (find-dired-sentinel):
4773         * filesets.el (filesets-file-close):
4774         * files.el (list-directory):
4775         * faces.el (list-faces-display, describe-face):
4776         * facemenu.el (list-colors-display):
4777         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4778         * epg.el (epg--process-filter, epg-cancel):
4779         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4780         (epa--read-signature-type):
4781         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4782         (emerge-file-names):
4783         * ehelp.el (electric-helpify):
4784         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4785         * ediff-vers.el (rcs-ediff-view-revision):
4786         * ediff-util.el (ediff-setup):
4787         * ediff-mult.el (ediff-append-custom-diff):
4788         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4789         (ediff-wordify):
4790         * echistory.el (Electric-command-history-redo-expression):
4791         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4792         * disp-table.el (describe-display-table):
4793         * dired.el (dired-find-buffer-nocreate):
4794         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4795         * dabbrev.el (dabbrev--same-major-mode-p):
4796         * chistory.el (list-command-history):
4797         * apropos.el (apropos-documentation):
4798         * allout.el (allout-obtain-passphrase):
4799         (allout-copy-exposed-to-buffer):
4800         (allout-verify-passphrase): Use with-current-buffer.
4802 2009-11-13  Glenn Morris  <rgm@gnu.org>
4804         * Makefile.in (ELCFILES): Regenerate.
4806 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4808         * net/dbus.el (dbus-registered-objects-table): Rename from
4809         `dbus-registered-functions-table', because it contains also properties.
4810         (dbus-unregister-object): Unregister also properties.
4811         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4812         Use a timeout of 500 msec, in order to not block.
4813         (dbus-register-property, dbus-property-handler): New defuns.
4815 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4817         * simple.el (minibuffer-default-add-completions): Drop deprecated
4818         4th arg.
4820 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4822         * textmodes/artist.el (artist-mouse-choose-operation):
4823         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4824         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4825         (artist-compute-up-event-key): New function.
4826         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4828 2009-11-13  Kenichi Handa  <handa@m17n.org>
4830         * language/japan-util.el: Make sure that the value of jisx0208
4831         property is jisx0208 character.
4833 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4835         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4836         car or each item, not the whole list.
4838 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * minibuffer.el (minibuffer-completion-help):
4841         Use minibuffer-hide-completions.
4843 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4845         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4846         (dired-revert): Use them (bug#4880).
4848 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4850         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4852 2009-11-12  Juri Linkov  <juri@jurta.org>
4854         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4855         New functions.
4856         (find-file-literally-at-point): Alias of `ffap-literally'.
4858 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4860         * textmodes/ispell.el (ispell-skip-region-alist):
4861         * textmodes/css-mode.el (auto-mode-alist):
4862         * progmodes/compile.el (auto-mode-alist):
4863         * international/mule.el (ctext-non-standard-encodings-alist)
4864         (ctext-non-standard-encodings-regexp):
4865         * simple.el (shell-command-switch, text-read-only):
4866         * replace.el (occur-mode-map):
4867         * paths.el (rmail-file-name):
4868         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4869         * find-file.el (ff-special-constructs):
4870         * files.el (file-name-handler-alist):
4871         * composite.el: Purecopy strings.
4873         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4875 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4877         * widget.el (define-widget): Purecopy the docstring.
4878         * international/mule-cmds.el (charset): Do not purecopy the
4879         docstring here, define-widget does it.
4881         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4882         * textmodes/bibtex-style.el (auto-mode-alist):
4883         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4884         * progmodes/compile.el (compile-command):
4885         * language/korea-util.el (default-korean-keyboard):
4886         * international/mule-conf.el (file-coding-system-alist):
4887         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4888         * tooltip.el (tooltip-frame-parameters):
4889         * newcomment.el (comment-end, comment-padding):
4890         * dired.el (dired-trivial-filenames):
4891         * comint.el (comint-file-name-prefix): Purecopy initial values.
4893 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4895         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4896         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4897         `tramp-unload'.
4898         (tramp-advice-make-auto-save-file-name)
4899         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4900         after removing the advice.
4902 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4904         * progmodes/grep.el (grep-regexp-alist):
4905         * international/mule-cmds.el (iso-2022-control-alist):
4906         * emacs-lisp/timer.el (timer-duration-words):
4907         * subr.el (version-separator, version-regexp-alist):
4908         * minibuffer.el (completion-styles-alist):
4909         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4910         Change defvars to defconsts.
4912         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4913         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4914         * international/mule-conf.el: Allow to be byte compiled.
4916         * international/mule.el (define-charset): Purecopy props.
4917         (load-with-code-conversion): Purecopy doc string and file name.
4918         (put-charset-property): Purecopy strings.
4919         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4921         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4922         (define-char-code-property): Correctly purecopy the table.
4924         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4926         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4928         * subr.el (add-hook): Purecopy strings.
4929         (eval-after-load): Purecopy load-history-regexp and the form.
4931         * custom.el (custom-declare-group): Purecopy load-file-name.
4933         * subr.el (menu-bar-separator): New defconst.
4934         * net/eudc.el (eudc-tools-menu):
4935         * international/mule-cmds.el (set-coding-system-map)
4936         (mule-menu-keymap):
4937         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4938         * vc-hooks.el (vc-menu-map):
4939         * replace.el (occur-mode-map):
4940         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4941         (menu-bar-edit-menu, menu-bar-goto-menu)
4942         (menu-bar-custom-menu, menu-bar-showhide-menu)
4943         (menu-bar-options-menu, menu-bar-tools-menu)
4944         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4945         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4946         (menu-bar-help-menu):
4947         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4948         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4950         * term/x-win.el (x-gtk-stock-map):
4951         * progmodes/vera-mode.el (auto-mode-alist):
4952         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4953         (inferior-lisp-program, inferior-lisp-load-command):
4954         * progmodes/hideshow.el (hs-special-modes-alist):
4955         * progmodes/gud.el (same-window-regexps):
4956         * progmodes/grep.el (grep-program, find-program, xargs-program):
4957         * net/telnet.el (same-window-regexps):
4958         * net/rlogin.el (same-window-regexps):
4959         * language/ethiopic.el (font-ccl-encoder-alist):
4960         * vc-sccs.el (vc-sccs-master-templates):
4961         * vc-rcs.el (vc-rcs-master-templates):
4962         * subr.el (cl-assertion-failed):
4963         * simple.el (next-error-overlay-arrow-position):
4964         * lpr.el (lpr-command):
4965         * locate.el (locate-ls-subdir-switches):
4966         * info.el (same-window-regexps, info)
4967         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4968         * image-mode.el (image-mode, auto-mode-alist):
4969         * hippie-exp.el (hippie-expand-ignore-buffers):
4970         * format.el (format-alist):
4971         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4972         (find-name-arg):
4973         * facemenu.el (facemenu-keybindings):
4974         * dired.el (dired-listing-switches, dired-chown-program):
4975         * diff.el (diff-switches, diff-command):
4976         * cus-edit.el (same-window-regexps):
4977         * bindings.el (mode-line-mule-info)
4978         (mode-line-buffer-identification): Purecopy strings.
4980 2009-11-11  Juri Linkov  <juri@jurta.org>
4982         * simple.el (dired-get-filename) <declare-function>:
4983         Tell the byte-compiler about dired-get-filename.
4984         (shell-command): In Dired mode, get filename from the current line
4985         as the default value.
4987 2009-11-10  Glenn Morris  <rgm@gnu.org>
4989         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4990         * calendar/holidays.el, progmodes/cperl-mode.el:
4991         Update x-popup-menu declarations.
4993         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4994         (list-load-path-shadows): Use dolist.
4995         (list-load-path-shadows): Use with-current-buffer.
4997 2009-11-10  Juri Linkov  <juri@jurta.org>
4999         * minibuffer.el (read-file-name): Support a list of default values
5000         in `default-filename'.  Use the first file name where only one
5001         element is required.  Doc fix.
5003 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5005         * net/dbus.el (dbus-unregister-object): Release service, if no
5006         other method is registered for it.
5008 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5010         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5011         bookmark-sort-flag is non-nil (Bug#4653).
5013 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5015         * emulation/cua-base.el: Add CUA property to some CC mode commands
5016         (Bug#4100).
5018 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5020         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5021         at end of sentence (Bug#4818).
5023 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5025         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5026         Handle "see declaration of" MSFT statements (Bug#4100).
5028 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5030         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5031         (tramp-advice-file-expand-wildcards): Unload via
5032         `ad-remove-advice'.
5034         * net/trampver.el: Update release number.
5036 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5038         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5039         `ad-do-it'.
5041 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5043         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5044         in order to keep context in SELinux.
5046 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5048         * dired-aux.el (dired-query): Place cursor in echo area and allow
5049         C-g.
5051         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5052         menu item if not on a directory (Bug#4701).
5054 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5056         Sync with Tramp 2.1.17.
5058         * net/tramp.el (tramp-handle-copy-directory): Don't use
5059         `file-remote-p' (due to compatibility).
5061         * net/tramp-compat.el (tramp-compat-copy-directory)
5062         (tramp-compat-delete-directory): New defuns.
5064         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5065         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5066         `tramp-compat-delete-directory'.
5068         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5069         (tramp-smb-handle-delete-directory): Use
5070         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5072         * net/trampver.el: Update release number.
5074 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5076         * tar-mode.el (tar-copy): Call write-region on the right buffer
5077         (Bug#4857).
5079         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5080         by hand, if necessary (Bug#4878).
5082 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5084         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5085         align size column (Bug#4839).
5087         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5088         statement.
5090 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5092         * progmodes/ld-script.el (auto-mode-alist):
5093         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5095         * cus-face.el (custom-declare-face): Purecopy face spec.
5097 2009-11-06  Kenichi Handa  <handa@m17n.org>
5099         * international/uni-bidi.el: Re-generated.
5100         * international/uni-category.el: Re-generated.
5101         * international/uni-combining.el: Re-generated.
5102         * international/uni-mirrored.el: Re-generated.
5104 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5106         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5107         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5108         (tex-start-options, slitex-run-command, latex-run-command)
5109         (tex-run-command, tex-directory):
5110         * textmodes/ispell.el (ispell-html-skip-alists)
5111         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5112         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5113         (adaptive-fill-regexp):
5114         * textmodes/dns-mode.el (auto-mode-alist):
5115         * progmodes/python.el (interpreter-mode-alist):
5116         * progmodes/etags.el (tags-compression-info-list):
5117         * progmodes/etags.el (tags-file-name):
5118         * net/browse-url.el (browse-url-galeon-program)
5119         (browse-url-firefox-program):
5120         * mail/sendmail.el (mail-signature-file)
5121         (mail-citation-prefix-regexp):
5122         * international/mule-conf.el (eight-bit):
5123         * international/latexenc.el (latex-inputenc-coding-alist):
5124         * international/fontset.el (x-pixel-size-width-font-regexp):
5125         * emacs-lisp/warnings.el (warning-type-format):
5126         * emacs-lisp/trace.el (trace-buffer):
5127         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5128         (emacs-lisp-mode-map):
5129         * calendar/holidays.el (holiday-solar-holidays)
5130         (holiday-bahai-holidays, holiday-islamic-holidays)
5131         (holiday-christian-holidays, holiday-hebrew-holidays)
5132         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5133         (hebrew-holidays-1, holiday-oriental-holidays)
5134         (holiday-general-holidays):
5135         * x-dnd.el (x-dnd-known-types):
5136         * tool-bar.el (tool-bar):
5137         * startup.el (site-run-file):
5138         * shell.el (shell-dumb-shell-regexp):
5139         * rfn-eshadow.el (file-name-shadow-tty-properties)
5140         (file-name-shadow-properties):
5141         * paths.el (remote-shell-program, news-directory):
5142         * mouse.el ([C-down-mouse-3]):
5143         * menu-bar.el (menu-bar-tools-menu):
5144         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5145         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5146         (jka-compr-compression-info-list):
5147         * isearch.el (search-whitespace-regexp):
5148         * image-file.el (image-file-name-extensions):
5149         * find-dired.el (find-ls-option):
5150         * files.el (directory-listing-before-filename-regexp)
5151         (directory-free-space-args, insert-directory-program)
5152         (list-directory-brief-switches, magic-fallback-mode-alist)
5153         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5154         (automount-dir-prefix):
5155         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5156         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5157         (face-font-registry-alternatives, face-font-registry-alternatives)
5158         (face-font-family-alternatives):
5159         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5160         (facemenu-foreground-menu, facemenu-face-menu):
5161         * epa-hook.el (epa-file-name-regexp):
5162         * dnd.el (dnd-protocol-alist):
5163         * textmodes/rst.el (auto-mode-alist):
5164         * button.el (default-button): Purecopy strings.
5166 2009-11-06  Glenn Morris  <rgm@gnu.org>
5168         * Makefile.in (ELCFILES): Update.
5170 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5172         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5173         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5175         * nxml/xsd-regexp.el (xsdre-gen-categories):
5176         * nxml/xmltok.el (xmltok-parse-entity):
5177         * nxml/rng-parse.el (rng-parse-validate-file):
5178         * nxml/rng-maint.el (rng-format-manual)
5179         (rng-manual-output-force-new-line):
5180         * nxml/rng-loc.el (rng-save-schema-location-1):
5181         * nxml/rng-cmpct.el (rng-c-parse-file):
5182         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5183         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5185 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5187         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5188         Remove extra save-excursions and make-variable-buffer-local's.
5189         Suggested by Stefan Monnier.
5191         (verilog-getopt-file, verilog-module-inside-filename-p)
5192         (verilog-set-define): Merge GNU 1.35 and repair changes from
5193         switching to using with-current-buffer.
5195         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5196         being treated as a number and confusing AUTORESET.
5197         Reported by Dan Dever.
5199         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5200         Add verilog-auto-ignore-concat to fix backward compatibility with
5201         older verilog-modes.  Reported by Dan Katz.
5203         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5204         containing closing anchors "...$".
5206         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5207         Reported by Wade Smith.
5209         (verilog-batch-execute-func): Comment on function usage.
5211 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5213         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5214         for labels.
5216         (verilog-label-re, verilog-calc-1): Support proper indent of named
5217         asserts.
5219         (verilog-backward-token, verilog-basic-complete-re)
5220         (verilog-beg-of-statement, verilog-indent-re): Support proper
5221         indent of the assert statement at the beginning of a block of text.
5223         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5224         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5225         tokens as begins.
5227 2009-11-05  Glenn Morris  <rgm@gnu.org>
5229         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5230         Emacs 19.  (Bug#1531)
5231         (byte-compile-fix-header): Update for the above change.
5232         Drop test for epoch::version.
5234         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5235         * cus-dep.el (custom-make-dependencies):
5236         * finder.el (finder-compile-keywords):
5237         Use autoload-rubric's feature argument.
5239         * calendar/diary-lib.el (top-level): Make load behave more like require.
5241         * vc-git.el (vc-git-stash-map): Move definition before use.
5243 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5245         * custom.el (custom-declare-group): Purecopy standard-value.
5246         (custom-declare-group): Purecopy custom-prefix.
5248         * international/mule.el (load-with-code-conversion):
5249         Call do-after-load-evaluation unconditionally.
5251         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5253 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5255         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5257 2009-11-04  Glenn Morris  <rgm@gnu.org>
5259         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5260         (byte-compile-compatibility): Remove option.
5261         (byte-compile-close-variables, byte-compile-fix-header)
5262         (byte-compile-insert-header, byte-compile-output-docform)
5263         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5264         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5265         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5266         (byte-compile-insert, byte-compile-defun):
5267         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5268         (byte-defop-compiler19): Remove.
5269         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5270         used by anything.  Replace all calls with byte-defop-compiler.
5272 2009-11-04  Juri Linkov  <juri@jurta.org>
5274         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5275         (menu-bar-options-menu): Don't quote the `prop' arg of
5276         `menu-bar-make-mm-toggle'.
5278 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5280         * calendar/calendar.el (cal-loaddefs):
5281         * calendar/diary-lib.el (diary-loaddefs):
5282         * calendar/holidays.el (hol-loaddefs):
5283         * eshell/esh-module.el (esh-groups): Load rather than require.
5285 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5287         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5288         point-min==1.
5289         (todo-top-priorities): Only display-buffer when called interactively.
5290         (todo-item-start): Don't save excursion point.
5291         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5292         (todo-insert-item-here, todo-file-item, todo-remove-item):
5293         Adjust uses of todo-item-start and todo-item-end.
5295         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5296         (autoload-rubric): Don't use any more.
5298         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5299         and only put a prop if it is non-nil.
5301 2009-11-03  Juri Linkov  <juri@jurta.org>
5303         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5304         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5306         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5307         and "Menu" to make top-level menu item visually one unit (like
5308         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5309         multi-word menu items).  Fix :help string for quit-window.
5311 2009-11-03  Glenn Morris  <rgm@gnu.org>
5313         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5314         (byte-compile-file-form-define-abbrev-table)
5315         (byte-compile-file-form-custom-declare-variable)
5316         (byte-compile-variable-ref, byte-compile-defvar):
5317         Whether or not a warning is enabled should only affect whether we issue
5318         the warning, not whether or not we collect the relevant data.
5319         Eg warnings can be turned on and off throughout the course of a file.
5321         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5322         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5324 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5327         * play/mpuz.el (mpuz-create-buffer):
5328         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5329         (lm-print-y,s,noise, lm-print-w0, lm-init):
5330         * play/gomoku.el (gomoku-prompt-for-move):
5331         * play/fortune.el (fortune-in-buffer):
5332         * play/dissociate.el (dissociated-press):
5333         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5334         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5335         * mail/supercite.el (sc-eref-show):
5336         * mail/smtpmail.el (smtpmail-send-it):
5337         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5338         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5339         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5340         (rmail-summary-goto-msg, rmail-summary-expunge)
5341         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5342         (rmail-summary-add-label, rmail-summary-output-menu)
5343         (rmail-summary-output-body):
5344         * mail/rfc822.el (rfc822-addresses):
5345         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5346         * mail/mailpost.el (post-mail-send-it):
5347         * mail/hashcash.el (hashcash-generate-payment):
5348         * mail/feedmail.el (feedmail-run-the-queue)
5349         (feedmail-queue-send-edit-prompt-help-first)
5350         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5351         (feedmail-deduce-address-list):
5352         * eshell/esh-ext.el (eshell-remote-command):
5353         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5354         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5355         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5356         (viper-save-string-in-file, viper-valid-marker):
5357         * emulation/viper-keym.el (viper-toggle-key):
5358         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5359         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5360         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5361         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5362         (viper-exec-form-in-emacs, viper-brac-function):
5363         * emulation/viper.el (viper-delocalize-var):
5364         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5365         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5366         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5367         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5368         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5369         * emulation/edt.el (edt-electric-helpify):
5370         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5371         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5372         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5373         (cua-indent-to-global-mark-column):
5374         * calendar/diary-lib.el (calendar-mark-1):
5375         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5376         Use with-current-buffer.
5377         * emulation/viper.el (viper-delocalize-var): Use dolist.
5379 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5381         * comint.el (comint-replace-by-expanded-history-before-point):
5382         Replace !! with the previous input string literally (Bug#1795).
5384 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5386         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5387         to be made up of whitespace.
5389 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5391         * minibuffer.el (read-file-name): Don't use file dialogs for
5392         remote directories (Bug#99).
5394 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5396         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5398 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5400         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5401         instead of deleting the window or frame.
5403 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5405         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5406         Support face colors.
5408         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5409         New function.  Support face colors (Bug#1168).
5410         (tex-common-initialization): Use it.
5412         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5413         mode allows it (Bug#1168).
5415 2009-10-31  Juri Linkov  <juri@jurta.org>
5417         * facemenu.el (list-colors-display): Don't mark buffer as
5418         modified (Bug#3948).
5420 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5422         * international/mule-diag.el (list-character-sets-1): Minor
5423         message fix (Bug#3526).
5425         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5426         face property (Bug#4834).
5427         (etags-list-tags, etags-tags-apropos-additional)
5428         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5429         property.
5431         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5432         items.
5434 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * textmodes/two-column.el (2C-split):
5437         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5438         * textmodes/tex-mode.el (tex-set-buffer-directory):
5439         * textmodes/spell.el (spell-region, spell-string):
5440         * textmodes/reftex.el (reftex-erase-buffer):
5441         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5442         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5443         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5444         (reftex-select-item):
5445         * textmodes/reftex-ref.el (reftex-label-info-update)
5446         (reftex-offer-label-menu):
5447         * textmodes/reftex-index.el (reftex-index-change-entry)
5448         (reftex-index-phrases-info):
5449         * textmodes/reftex-global.el (reftex-create-tags-file)
5450         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5451         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5452         (reftex-view-crossref-from-bibtex):
5453         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5454         (reftex-extract-bib-entries-from-thebibliography)
5455         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5456         * textmodes/refbib.el (r2b-capitalize-title):
5457         (r2b-convert-buffer, r2b-help):
5458         * textmodes/page-ext.el (pages-directory)
5459         (pages-directory-goto-with-mouse):
5460         * textmodes/bibtex.el (bibtex-validate-globally):
5461         * textmodes/bib-mode.el (bib-capitalize-title):
5462         * textmodes/artist.el (artist-clear-buffer, artist-system):
5463         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5464         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5465         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5466         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5467         (xscheme-send-control-g-interrupt, xscheme-start-process)
5468         (xscheme-process-sentinel, xscheme-cd):
5469         * progmodes/verilog-mode.el (verilog-read-always-signals)
5470         (verilog-set-define, verilog-getopt-file)
5471         (verilog-module-inside-filename-p):
5472         * progmodes/sh-script.el:
5473         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5474         (python-pdbtrack-grub-for-buffer, python-execute-file):
5475         * progmodes/octave-inf.el (inferior-octave):
5476         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5477         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5478         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5479         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5480         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5481         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5482         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5483         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5484         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5485         (idlwave-shell-examine-display, idlwave-shell-run-region)
5486         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5487         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5488         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5489         (idlwave-help-get-help-buffer):
5490         * progmodes/gud.el (gud-basic-call, gud-find-class)
5491         (gud-tooltip-activate-mouse-motions-if-enabled):
5492         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5493         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5494         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5495         (ebrowse-tags-next-file):
5496         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5497         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5498         (ebnf-eps-finish-and-write):
5499         * progmodes/cpp.el (cpp-edit-save):
5500         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5501         * progmodes/cc-defs.el (c-emacs-features):
5502         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5503         (antlr-directory-dependencies):
5504         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5505         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5506         (ada-find-any-references, ada-make-filename-from-adaname)
5507         (ada-make-body-gnatstub):
5508         * obsolete/rnews.el (news-list-news-groups):
5509         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5510         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5511         * net/rcirc.el (rcirc-debug):
5512         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5513         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5514         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5515         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5516         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5517         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5518         (newsticker--treeview-list-clear-highlight)
5519         (newsticker--treeview-list-update-highlight)
5520         (newsticker--treeview-list-highlight-start)
5521         (newsticker--treeview-tree-update-highlight)
5522         (newsticker--treeview-get-selected-item)
5523         (newsticker-treeview-mark-list-items-old)
5524         (newsticker--treeview-set-current-node):
5525         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5526         * net/newst-backend.el (newsticker--get-news-by-funcall)
5527         (newsticker--get-news-by-wget, newsticker--image-get)
5528         (newsticker--image-sentinel):
5529         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5530         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5531         (eudc-ph-close-session):
5532         * net/eudc.el (eudc-save-options):
5533         * language/thai-word.el (thai-update-word-table):
5534         * language/japan-util.el (japanese-string-conversion):
5535         * international/titdic-cnv.el (tsang-quick-converter)
5536         (ziranma-converter, ctlau-converter):
5537         * international/mule-cmds.el (describe-language-environment):
5538         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5539         (skkdic-convert-postfix, skkdic-convert-prefix):
5540         (skkdic-convert-okuri-nasi, skkdic-convert):
5541         * emacs-lisp/re-builder.el (reb-update-overlays):
5542         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5543         * emacs-lisp/gulp.el (gulp-send-requests):
5544         * emacs-lisp/find-gc.el (trace-call-tree):
5545         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5546         (eieio-describe-generic):
5547         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5548         * emacs-lisp/edebug.el (edebug-outside-excursion):
5549         * emacs-lisp/debug.el (debugger-make-xrefs):
5550         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5551         * emacs-lisp/chart.el (chart-new-buffer):
5552         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5553         Use with-current-buffer.
5554         * textmodes/artist.el (artist-system): Don't call
5555         copy-sequence on a fresh string.
5556         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5558 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5560         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5561         is no item to edit.  (Bug#4820)
5562         (todo-top-priorities): Restore point and restore narrowing in Todo
5563         buffer.  (Bug#4820)
5565 2009-10-31  Glenn Morris  <rgm@gnu.org>
5567         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5568         (comint-last-output-start, comint-last-input-start)
5569         (comint-last-input-end): Don't defvar when compiling.
5570         (ange-ftp-process-file): Use bound-and-true-p.
5572         * pcmpl-rpm.el (top-level): Move provide statement to end.
5573         (pcmpl-rpm): Remove unused custom group.
5575         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5577         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5579         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5580         (byte-compile-warnings): Add `constants' as an option.
5581         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5582         (display-call-tree): Update for byte-compile-fdefinition possibly
5583         returning `(macro lambda ...)'.  (Bug#4778)
5584         (byte-compile-variable-ref, byte-compile-setq-default):
5585         Respect `constants' member of byte-compile-warnings.
5587 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5589         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5590         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5591         to "submit:".
5593 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5595         * textmodes/ispell.el (ispell-skip-region-alist):
5596         * international/mule-conf.el (eight-bit):
5597         * international/fontset.el (font-encoding-alist):
5598         * startup.el (pure-space-overflow-message):
5599         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5600         * paths.el (gnus-nntp-service, rmail-spool-directory)
5601         (term-file-prefix):
5602         * files.el (save-some-buffers-action-alist):
5603         * cmuscheme.el (same-window-buffer-names):
5604         * ielm.el (same-window-buffer-names):
5605         * shell.el (same-window-buffer-names):
5606         * mail/sendmail.el (same-window-buffer-names):
5607         * progmodes/inf-lisp.el (same-window-buffer-names):
5608         * bindings.el (mode-line-client)
5609         (mode-line-column-line-number-mode-map):
5610         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5611         (tibetan-precomposed-regexp): Purecopy string arguments.
5613 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5616         (calcDigit-nondigit):
5617         * calc/calc-yank.el (calc-copy-to-buffer):
5618         * calc/calc-units.el (calc-invalidate-units-table):
5619         * calc/calc-trail.el (calc-trail-yank):
5620         * calc/calc-store.el (calc-insert-variables):
5621         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5622         * calc/calc-prog.el (calc-read-parse-table):
5623         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5624         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5625         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5626         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5627         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5628         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5629         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5630         * calc/calc-ext.el (calc-realign):
5631         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5632         (calc-embedded-finish-edit, calc-embedded-make-info)
5633         (calc-embedded-finish-command, calc-embedded-stack-change):
5634         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5636         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5637         shell-dynamic-complete-filename in preference to
5638         comint-dynamic-complete-filename.
5640         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5641         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5642         Don't consider whether the display supports colors.
5643         (bookmark-import-new-list): Use dolist.
5644         (bookmark-bmenu-mode-map): Move initialization into declaration.
5645         (bookmark-bmenu-list): Use dolist, simplify.
5646         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5647         (menu-bar-final-items): Use push.
5649 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5651         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5652         it works on remote files.
5653         (vc-hg-diff): Don't pass any `--cwd' argument.
5655 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5657         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5658         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5659         (Further to Bug#3921).
5661 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5663         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5664         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5665         calling `tramp-imap-put-file'.  Add file size to the call.
5666         (tramp-imap-get-file-entries): Compute also user name, file size,
5667         and date.
5668         (tramp-imap-handle-insert-directory): Insert uid and gid.
5669         (tramp-imap-handle-file-attributes): Transform uid and gid
5670         according to `id-format'.
5671         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5672         size in header X-Size.
5674 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5676         * simple.el (transpose-subr): Give clearer error when the mark
5677         is not set.  (Bug#4807)
5679 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5681         * net/tramp.el (tramp-perl-file-truename): New defconst.
5682         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5683         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5684         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5685         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5687         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5688         Ignore `dired-call-process'.
5689         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5691 2009-10-26  Julian Scheid  <julians37@gmail.com>
5693         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5694         (tramp-get-remote-readlink): New defun.
5695         (tramp-handle-file-truename): Use it.
5696         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5697         file exists if cache value present.
5698         (tramp-check-cached-permissions): New defun.
5699         (tramp-handle-file-readable-p): Use it.
5700         (tramp-handle-file-writable-p): Likewise.
5701         (tramp-handle-file-executable-p): Likewise.
5702         (tramp-handle-file-name-all-completions): Try using Perl to get
5703         partial completions.  When perl not available, combine `cd' and
5704         `ls' into single remote operation and use shell expansion to get
5705         partial remote directory contents.  Set `file-exists-p' cache for
5706         directory and any files returned by ls.  Change cache handling to
5707         support partial directory contents.  Use error message emitted by
5708         remote `cd' or Perl code for local tramp-error.
5709         (tramp-do-copy-or-rename-file-directly): Avoid separate
5710         tramp-send-command-and-check call.
5711         (tramp-handle-process-file): Merge three remote ops into one.
5712         Do not flush all caches when `process-file-side-effects' is set.
5713         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5714         file-attributes shows uid/gid to be set already.
5716 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5718         * textmodes/tex-mode.el (tex-dvi-view-command)
5719         (tex-show-queue-command, tex-open-quote):
5720         * progmodes/ruby-mode.el (auto-mode-alist)
5721         (interpreter-mode-alist): Purecopy strings.
5723         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5725         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5726         string for the hook, keymap and abbrev table.
5728         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5730         * x-dnd.el (x-dnd-xdnd-to-action):
5731         * startup.el (fancy-startup-text, fancy-about-text): Change to
5732         defconst from defvar.
5734         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5736         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5737         Purecopy initialization strings.
5739         * mail/sendmail.el (mail-header-separator)
5740         (mail-personal-alias-file):
5741         * mail/rmail.el (rmail-default-dont-reply-to-names)
5742         (rmail-ignored-headers, rmail-retry-ignored-headers)
5743         (rmail-highlighted-headers, rmail-secondary-file-directory)
5744         (rmail-secondary-file-regexp):
5745         * files.el (null-device, file-name-invalid-regexp)
5746         (locate-dominating-stop-dir-regexp)
5747         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5748         (interpreter-mode-alist): Use mapcar instead of mapc.
5750         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5752         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5753         (completion-ignored-extensions):
5754         (debug-ignored-errors): Purecopy strings.
5756 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5758         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5759         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5760         (pcomplete--here): Use push.
5762         * subr.el (all-completions): Declare the 4th arg obsolete.
5764 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5767         (pcomplete-unquote-argument): New function.
5768         (pcomplete--common-suffix): Always pay attention to case.
5769         (pcomplete--table-subvert): Quote and unquote the text.
5770         (pcomplete--common-quoted-suffix): New function.
5771         (pcomplete-std-complete): Use it and pcomplete-begin.
5773         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5774         we're inside a dedicated or minibuffer window.
5776 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5778         * bookmark.el: Update documentation, especially documentation
5779         of `bookmark-alist' and of the bookmark file format.
5780         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5782 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5784         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5785         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5786         window to buffer.
5788         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5789         (global-whitespace-mode, global-whitespace-newline-mode)
5790         (whitespace-toggle-options, global-whitespace-toggle-options):
5791         Doc fix (Bug#3660).
5793         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5794         of xmltok-start before the end tag was inserted (Bug#2840).
5796         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5797         patterns that are preceded by an open-paren (Bug#1320).
5799 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5801         * files.el (delete-directory): Delete symlinks to directories with
5802         delete-file (Bug#4739).
5804 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5806         * vc.el (vc-backend-for-registration): Rename from
5807         vc-get-backend-for-registration.  Update callers.
5809         * international/mule-cmds.el (set-language-info-alist):
5810         Purecopy lang-env.
5811         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5812         (charset): Purecopy the name.
5813         (define-char-code-property): Purecopy string arguments.
5815         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5816         Purecopy string arguments.
5818         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5819         * ediff-hook.el (menu-bar-ediff-menu):
5820         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5821         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5823 2009-10-24  Glenn Morris  <rgm@gnu.org>
5825         * comint.el (comint-dynamic-list-completions):
5826         * term.el (term-dynamic-list-completions): Use choose-completion rather
5827         than obsolete alias mouse-choose-completion.
5829         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5830         file-cache-choose-completion.
5831         (file-cache-choose-completion): Handle an optional event argument.
5832         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5834         * progmodes/octave-mod.el (octave-complete-symbol):
5835         Use choose-completion if mouse-choose-completion is ever removed.
5837         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5838         use.
5840         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5841         compiler.
5843         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5845 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5848         Ignore `pred' now that we receive one.
5849         Handle test-completion specially.
5851 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5853         * vc.el (vc-responsible-backend): Throw an error if not backend is
5854         found.  Remove the REGISTER argument.  Move the code dealing with
5855         REGISTER ...
5856         (vc-get-backend-for-registration): ... here.  New function.
5857         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5858         of vc-responsible-backend, pass the file name instead of the
5859         directory name.
5861 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5864         New funs.
5865         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5866         (pcomplete-comint-setup): Don't modify a global var via
5867         accidental side-effects.
5868         (pcomplete-shell-setup): Adjust call accordingly.
5869         (pcomplete-parse-comint-arguments): Use push.
5871 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5873         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5874         Allow uncapitalized info node names (Bug#3921).
5876         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5877         to the DEBUG file (Bug#3781).
5879 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5881         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5882         dictionary entry (Bug#4579).
5884 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5886         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5887         from `rfn-eshadow-update-overlay-hook' when unloading.
5888         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5889         "rsyncc".  Adjust doc string.
5890         (tramp-temp-buffer-file-name): New buffer-local defvar.
5891         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5892         Keep temporary file when indicated by method ("rsync" and
5893         "rsyncc").
5894         (tramp-handle-write-region): Handle APPEND.
5895         (tramp-delete-temp-file-function): New defun.  Added to
5896         `kill-buffer-hook'.
5898 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5900         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5902 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5904         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5905         (color-name-rgb-alist, tty-standard-colors)
5906         (tty-color-mode-alist): Change to defconst.
5908         * simple.el (mark-inactive): Purecopy message.
5910         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5911         (global-map, yank-menu):
5912         * textmodes/ispell.el (ispell-menu-map):
5913         * net/eudc.el (eudc-tools-menu):
5914         * international/mule-cmds.el (describe-language-environment-map)
5915         (setup-language-environment-map, set-coding-system-map)
5916         (mule-menu-keymap):
5917         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5918         * replace.el (occur-mode-map):
5919         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5921 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5923         * calc/calc.el (math-read-number, math-read-number-simple): Use
5924         `save-match-data'.
5926 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5929         rather than fiddling with global-map bindings, since it should only
5930         affect per-terminal settings.
5931         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5933         * minibuffer.el (completion-table-with-terminator): Allow to specify
5934         the terminator-regexp.
5936         * simple.el (switch-to-completions): Look for *Completions* in other
5937         frames as well.
5939         * pcomplete.el: Allow the use of completion-tables.
5940         (pcomplete-std-complete): New command.
5941         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5942         (pcomplete--here): Use a function for `form' rather than an expression,
5943         so it can be byte-compiled.
5944         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5945         Add edebug declaration.
5946         (pcomplete-show-completions): Remove unused var `curbuf'.
5947         (pcomplete-do-complete, pcomplete-stub):
5948         Don't assume `completions' is a list of strings any more.
5950 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5952         * find-dired.el (find-name-arg): Fix typo in docstring.
5954 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5956         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5957         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5959         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5960         pcomplete-entries.
5962         * comint.el (comint-read-input-ring, comint-write-input-ring)
5963         (comint-substitute-in-file-name)
5964         (comint-dynamic-complete-as-filename)
5965         (comint-dynamic-simple-complete)
5966         (comint-dynamic-list-filename-completions)
5967         (comint-dynamic-list-completions)
5968         (comint-redirect-results-list-from-process): Minor simplifications.
5970 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5972         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5973         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5974         the first form.  And insert a blank line after ";;; Code" since
5975         that's usual style.  (Bug#4612)
5977         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5979 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * minibuffer.el (completion-table-with-terminator): Properly implement
5982         boundaries, in case `terminator' appears in the suffix.
5983         (completion--embedded-envvar-table): Don't return boundaries if
5984         there's no valid completion.  Simplify.
5985         (completion-file-name-table): New completion table extracted from
5986         completion--file-name-table.
5987         (completion--file-name-table): Use it.
5988         (read-file-name-predicate): Declare obsolete.
5989         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5990         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5991         completion-file-name-table, and use the `pred' argument.
5992         * files.el (locate-file-completion-table): Use the `pred' arg rather
5993         than read-file-name-predicate.
5994         (abbreviate-file-name): Use \` rather than ^ for BOS.
5996 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5998         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5999         vc-responsible-backend to register, it causes problems.
6001 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6005 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6007         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6008         (tramp-smb-handle-file-attributes): Use it.
6009         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6010         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6011         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6012         Add `dired-filename' text properties.
6013         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6014         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6015         version.
6017 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * subr.el (read-key-delay): Reduce to 0.01.
6020         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6021         (bug#4751).
6023 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6025         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6027         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6028         (Info-menu): Remove unused vars `last' and `completions'.
6029         (Info-index-nodes): Remove unused var `node'.
6031         * info.el (Info-complete-menu-item): Use complete-with-action.
6033 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6035         Make vc-annotate work through copies and renames.
6036         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6037         Return the file name too.
6038         (vc-annotate-revision-at-line)
6039         (vc-annotate-find-revision-at-line)
6040         (vc-annotate-revision-previous-to-line)
6041         (vc-annotate-show-log-revision-at-line): Update to get the file
6042         name from vc-annotate-extract-revision-at-line.
6043         (vc-annotate-show-diff-revision-at-line-internal): Change the
6044         argument to mean whether to show a file diff or not.  Get the file
6045         name from vc-annotate-extract-revision-at-line.
6046         (vc-annotate-show-diff-revision-at-line):
6047         Update vc-annotate-show-diff-revision-at-line call.
6048         (vc-annotate-warp-revision): Add an optional file argument.
6050         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6051         (vc-git-annotate-extract-revision-at-line): Also return the file
6052         name if found.
6054         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6055         command.  Remove unused code.
6056         (vc-hg-annotate-re): Update to match --follow output.
6057         (vc-hg-annotate-extract-revision-at-line): Also return the file
6058         name if found.
6060         * vc.el: Update annotate-extract-revision-at-line documentation.
6062 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6064         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6065         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6067         * net/browse-url.el (browse-url): Identify alist with "consp and
6068         not functionp" and let all other things go down the `apply' leg,
6069         as suggested by Stefan.  (Further to bug#4531.)
6071 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6073         * minibuffer.el (read-file-name): Check for repeat before putting
6074         a default argument in file-name-history (Bug#4657).
6076         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6077         read syntax (Bug#4737).
6079         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6081 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6083         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6084         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6085         entries and make note of obsolete tags.
6087 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6091 2009-10-18  Glenn Morris  <rgm@gnu.org>
6093         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6094         grep, so that binary files (eg international/uni-bidi.el) can match.
6095         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6096         now, and in any case the file header format has changed.
6098 2009-10-17  Glenn Morris  <rgm@gnu.org>
6100         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6101         (flyspell-get-word, flyspell-large-region)
6102         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6104 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6106         * Makefile.in (ELCFILES): Add ede/shell.
6108 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6110         * term/common-win.el (x-colors): Purecopy it.
6112 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6114         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6115         permissive for when the buffer is empty.
6116         (tar-header-block-tokenize): Decode the username and groupname.
6117         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6119 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * international/mule-cmds.el (select-safe-coding-system): If the file
6122         has a coding cookie, use it regardless of any other setting (bug#4712).
6124 2009-10-17  Glenn Morris  <rgm@gnu.org>
6126         * foldout.el (foldout-mouse-swallow-events):
6127         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6129         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6130         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6131         (dired-keep-marker-symlink, dired-dwim-target)
6132         (dired-copy-preserve-time): Do not autoload these defcustoms.
6134         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6135         messages from messing up the file coding.  (Bug#4623)
6137 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6139         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6140         if no match is found for the current dictionary.  (Bug#4578)
6142         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6143         optional, since that is how it is documented, and this is often called
6144         with a nil argument.  (Bug#4577)
6145         (flyspell-external-point-words, flyspell-auto-correct-word)
6146         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6147         (flyspell-word-search-backward): Remove nil argument in calls to
6148         flyspell-get-word, since it is not needed now.
6150 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6152         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6154 2009-10-16  Glenn Morris  <rgm@gnu.org>
6156         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6158 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6160         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6161         (ange-ftp-file-size): New function.
6162         (ange-ftp-file-attributes): Use it.
6164 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6166         * net/tramp-smb.el (tramp-smb-version): New defvar.
6167         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6168         repeated checks.
6170 2009-10-16  Glenn Morris  <rgm@gnu.org>
6172         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6173         Maybe copy some custom properties from old to new name.  (Bug#4706)
6175 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6177         * subr.el (error, sit-for, start-process-shell-command)
6178         (start-file-process-shell-command): Set the calling convention
6179         after the function definition.
6181 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * subr.el (error, sit-for, start-process-shell-command)
6184         (start-file-process-shell-command): Use the new
6185         set-advertised-calling-convention feature.
6187 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6189         * international/ucs-normalize.el (ucs-normalize-version):
6190         Change to 1.2.
6191         (check-range): Adjust for Unicode 5.2.
6193 2009-10-15  Juri Linkov  <juri@jurta.org>
6195         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6196         to the `menu-item' format.
6198 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6200         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6201         if the environment variable does not exist.
6203         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6204         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6205         parameter.
6206         (tramp-smb-handle-add-name-to-file)
6207         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6208         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6209         (tramp-smb-handle-file-attributes)
6210         (tramp-smb-do-file-attributes-with-stat)
6211         (tramp-smb-handle-file-local-copy)
6212         (tramp-smb-handle-insert-directory)
6213         (tramp-smb-handle-make-directory)
6214         (tramp-smb-handle-make-directory-internal)
6215         (tramp-smb-handle-make-symbolic-link)
6216         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6217         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6218         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6219         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6220         Handle long file names.
6221         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6222         process is running.
6223         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6224         Read share names with "-g" option.
6226 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6228         * net/rcirc.el (rcirc-view-log-file): New command.
6229         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6230         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6231         specified.
6233 2009-10-15  Glenn Morris  <rgm@gnu.org>
6235         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6236         from the second command-line argument.
6237         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6238         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6239         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6240         w32-batch-update-autoloads.
6241         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6242         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6244         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6245         the headers cannot be located.  Simplify, subtracting superflous
6246         save-excursions.
6248 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         Replace completion-base-size by completion-base-position to fix bugs
6251         such as (bug#4699).
6252         * simple.el (completion-base-position): New var.
6253         (completion-base-size): Mark as obsolete.
6254         (choose-completion): Make it work for mouse events as well.
6255         Pass the new base-position to choose-completion-string.
6256         (choose-completion-guess-base-position): New function, extracted from
6257         choose-completion-delete-max-match.
6258         (choose-completion-delete-max-match): Use it.  Make obsolete.
6259         (choose-completion-string): Use the new base-position info.
6260         (completion-root-regexp): Delete.
6261         (completion-setup-function): Preserve completion-base-position.
6262         Eliminate obsolete base-size manipulation.
6263         * minibuffer.el (display-completion-list): Don't mess with base-size.
6264         (minibuffer-completion-help): Set completion-base-position instead.
6265         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6266         choose-completion.
6267         * textmodes/bibtex.el (bibtex-complete):
6268         * emacs-lisp/crm.el (crm--choose-completion-string):
6269         Adjust to new calling convention.
6270         * complete.el (partial-completion-mode): Use minibufferp to avoid
6271         bumping into incompatible change to choose-completion-string-functions.
6272         * ido.el (ido-choose-completion-string): Make its calling convention
6273         more permissive.
6274         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6275         base-size manipulation.
6276         (comint-dynamic-list-input-ring): Use dotimes and push.
6277         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6278         fundamental-mode.  Use `or'.
6280 2009-10-14  Juri Linkov  <juri@jurta.org>
6282         * misearch.el (multi-isearch-next-buffer-from-list)
6283         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6285 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6288         `bytecomp.el'.
6290         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6291         string we return is all made up of text from the completions rather
6292         than part from the completions and part from the input (bug#4219).
6294         * ido.el (ido-everywhere): Use define-minor-mode.
6296         * buff-menu.el (list-buffers, ctl-x-map):
6297         Mark the entry points with ;;;###autoload cookies.
6299 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6301         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6302         correctly in the detached head case.
6303         (vc-git-print-log): Remove unused binding.
6305         * vc.el (vc-responsible-backend): When a directory is passed for
6306         for registration create a VC repository if no backend is
6307         responsible for the directory argument.
6308         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6310         * vc.el: Move comments about RCS and SCCS ...
6311         * vc-rcs.el:
6312         * vc-sccs.el: ... here, respectively.
6314 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * minibuffer.el (completion--file-name-table): Return nil if there's
6317         no file completion, even if substitute-in-file-name changed
6318         the string (bug#4708).
6320 2009-10-13  Juri Linkov  <juri@jurta.org>
6322         * files-x.el (read-file-local-variable-value): Don't filter out
6323         minor modes from mode name completion (bug#4664).
6325 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6327         * international/mule-cmds.el (ucs-names): Remove exclusion of
6328         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6330 2009-10-13  Kenichi Handa  <handa@m17n.org>
6332         * international/uni-name.el: Regenerated.
6334 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6336         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6337         should be automatically buffer-local, but isn't.)
6339 2009-10-12  Sam Steingold  <sds@gnu.org>
6341         * progmodes/compile.el (compilation-next-error-function): Fix the
6342         timestamps if the buffer has been visited before.
6343         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6344         non-anchored patterns, like the perl one (bug#3928).
6346 2009-10-12  Glenn Morris  <rgm@gnu.org>
6348         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6349         Let-bind `size'.
6351 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6353         * proced.el (proced-unload-function): New function.
6355         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6356         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6357         Doc fix.
6359         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6361 2009-10-11  Juri Linkov  <juri@jurta.org>
6363         * files-x.el (read-file-local-variable-value):
6364         Provide default value only for bound variables (bug#4664).
6366 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6368         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6369         connection methods like smb.
6371         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6372         can be empty.
6374         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6375         (tramp-smb-file-name-handler-alist): Add handlers for
6376         `add-name-to-file', `make-symbolic-link'.
6377         (tramp-smb-handle-add-name-to-file)
6378         (tramp-smb-do-file-attributes-with-stat)
6379         (tramp-smb-handle-make-symbolic-link)
6380         (tramp-smb-get-cifs-capabilities): New defuns.
6381         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6382         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6383         (tramp-smb-handle-file-local-copy)
6384         (tramp-smb-handle-make-directory-internal)
6385         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6386         The file name syntax depends on cifs capabilities.
6387         (tramp-smb-handle-file-attributes):
6388         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6389         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6390         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6392 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6394         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6395         (eieio-defclass): Apply deftype handler and setf-method properties
6396         directly.
6397         (eieio-add-new-slot): Avoid union function from cl library.
6398         (eieio--typep): New function.
6399         (eieio-perform-slot-validation): Use it.
6401 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6403         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6404         Update documentation to refer to the variables documented in r1.135.
6405         (Bug#4188)
6407 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6409         * bookmark.el (Info-suffix-list): Remove this unused variable.
6410         (bookmark-current-point): Remove this obsolete variable.
6411         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6412         Adjust for removal of bookmark-current-point.
6414         (bookmarks-already-loaded, bookmark-current-buffer)
6415         (bookmark-yank-point): Document.  (Bug#4188)
6417 2009-10-10  Glenn Morris  <rgm@gnu.org>
6419         * frame.el (frame-height): Doc fix.
6421         * calendar/calendar.el (calendar-split-width-threshold): New option.
6422         (calendar-basic-setup): Use calendar-split-width-threshold.
6424 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6426         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6427         Ideographic Supplement" range (U+1F200..U+1F2FF).
6429 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6431         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6432         since the list will have been rebuilt anyway.  (Bug#4349)
6434 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6436         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6437         (bookmark-bmenu-execute-deletions): Don't save here, as
6438         bookmark-delete will now do so if necessary.
6439         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6440         (Bug#4348)
6442 2009-10-09  Glenn Morris  <rgm@gnu.org>
6444         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6446 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6448         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6449         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6450         argument now, so the two function's behaviors will match.  (Bug#3645)
6452 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6454         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6455         (tramp-file-name-real-host, tramp-file-name-port):
6456         Apply `save-match-data'.
6458         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6459         case both directories are remote.
6460         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6461         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6463 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6465         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6467 2009-10-07  Glenn Morris  <rgm@gnu.org>
6469         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6470         of concat.
6472 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6474         * files-x.el (read-file-local-variable): Include some
6475         non-user-variables in the completion table (bug#4664).
6477 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6479         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6480         message.
6482         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6483         (tramp-smb-file-name-handler-alist): Add handler for
6484         `copy-directory', `expand-file-name', `set-file-modes'.
6485         (tramp-smb-handle-copy-directory)
6486         (tramp-smb-handle-expand-file-name)
6487         (tramp-smb-handle-set-file-modes): New defuns.
6488         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6489         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6490         entry.
6491         (tramp-smb-handle-insert-directory): Don't flush the cache.
6492         (tramp-smb-maybe-open-connection): Check for samba client and
6493         server versions.
6495 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6497         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6498         to not error out of search for "^lisp=" fails.
6500 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6502         * makefile.w32-in (WINS_UPDATES): New macro.
6503         (custom-deps, finder-data, autoloads): Use it.
6505 2009-10-07  Glenn Morris  <rgm@gnu.org>
6507         * Makefile.in (autoloads): Revert previous change.
6508         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6509         the list of preloaded files passed on the command-line, get
6510         it from src/Makefile.
6512         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6513         show the original buffer rather than a random one.
6515 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6517         * help.el (describe-no-warranty): Place point in a slightly better
6518         position in the GPLv3 text.
6520 2009-10-06  Sam Steingold  <sds@gnu.org>
6522         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6523         the comm attribute is present before calling regexp-quote.
6525 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6527         * play/animate.el (animate-string): For good effect, make sure
6528         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6530         * play/animate.el (animate-sequence, animate-birthday-present):
6531         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6533 2009-10-06  Glenn Morris  <rgm@gnu.org>
6535         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6537         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6538         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6539         (batch-update-autoloads): Process a string value of autoload-excludes,
6540         set during the build process.
6541         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6543         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6544         inside with-parsed...  macro so that `v' is defined.
6546         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6547         * progmodes/fortran.el (fortran-end-of-block)
6548         (fortran-beginning-of-block):
6549         Also push mark in the macro case.
6551         * emerge.el (emerge-show-file-name):
6552         * calc/calc.el (calc-quit):
6553         * calc/calc-misc.el (calc-big-or-small):
6554         * calc/calc-graph.el (calc-graph-view):
6555         * calc/calc-ext.el (calc-reset):
6556         * calendar/calendar.el (calendar-basic-setup):
6557         Use window-full-height-p.
6559         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6560         header we don't understand, don't insert another.  (Bug#4624)
6561         If changing mime charset, insert the new one in the right place.
6563 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6565         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6566         (cal-tex-cursor-month): Correctly increment the end date for diary and
6567         holiday listing.  (Bug#4626)
6569 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6571         * help-fns.el (describe-function-1): Don't burp if the function is not
6572         a symbol.
6574 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6576         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6577         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6578         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6579         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6581         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6582         (eieio-default-superclass): Reflow docstrings.
6583         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6584         (eieio-unbind-method-implementations, defmethod)
6585         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6586         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6587         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6588         (eieio-slot-originating-class-p, eieio-slot-name-index)
6589         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6590         (constructor, initialize-instance, no-next-method, object-print)
6591         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6592         Fix typos in docstrings.
6593         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6594         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6595         (next-method-p): Doc fixes.
6596         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6597         Fix typos in error messages.
6598         (eieio-defmethod): Fix typo in description of generic method.
6600         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6601         (eieio-persistent-save-interactive, slot-missing):
6602         Fix typos in docstrings.
6603         (eieio-instance-inheritor-slot-boundp): Doc fix.
6605         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6606         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6608         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6609         (eieio-custom-object-apply-reset):
6610         Fix typos in docstrings and error messages.
6612         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6613         Fix typo in docstring.
6615         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6616         (eieio-browse-tree): Doc fix.
6617         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6618         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6619         Fix typos in docstrings.
6621         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6622         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6623         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6624         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6625         Reflow docstrings.
6627 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6629         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6630         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6631         Set log-view-vc-backend so that diff can work.
6633         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6634         vc-version-diff.
6635         (vc-diff-internal): Autoload this instead of vc-version-diff.
6637 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6639         * simple.el (eval-expression): Doc fix.
6641         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6643 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6645         * files.el (directory-files-no-dot-files-regexp): New defconst.
6646         (delete-directory): Use it.
6647         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6649         * net/tramp.el (tramp-verbose): Fix docstring.
6650         (tramp-methods): Add recursive option to `tramp-copy-args'.
6651         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6652         "scp1_old", "scp2_old", "rsync", "rsyncc".
6653         (tramp-default-method): Check also for `auth-source-user-or-password'.
6654         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6655         Add handler for `copy-directory'.
6656         (tramp-handle-copy-directory): New defun.
6657         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6658         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6659         Optimize sent command.
6661 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6663         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6664         window if necessary.
6666         * calendar/calendar.el (calendar-basic-setup): Don't call
6667         switch-to-buffer in a dedicated window.
6669 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6671         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6672         don't do anything related to relocating, just return nil.
6673         (bookmark-error-no-filename): New error.
6674         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6675         bookmark has no file.  Don't even attempt to handle things that
6676         are not files; the whole point of custom handlers is to keep that
6677         knowledge elsewhere anyway.  Tighten some comments.
6678         (bookmark-file-or-variation-thereof): Remove now-unused function.
6679         (bookmark-location): Doc string fix.
6680         (Bug#4250)
6682 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6684         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6685         don't use a file dialog, because they usually don't know how to read
6686         a directory target from the user.  (Bug#4230)
6687         Also, make sure the prompt can display directories as well as files.
6689 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6691         * bookmark.el (bookmark-set, bookmark-buffer-name):
6692         Improve doc strings.  (Bug#1193)
6694 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6696         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6697         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6698         (bookmark-get-annotation, bookmark-set-annotation)
6699         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6700         (bookmark-set-position, bookmark-get-front-context-string)
6701         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6702         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6703         (bookmark-jump-other-window, bookmark-handle-bookmark)
6704         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6705         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6706         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6707         Improve doc strings to say whether bookmark can be a string or
6708         a record or both, and make other consistency and clarity fixes.
6709         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6710         (bookmark-default-annotation-text, bookmark-yank-word)
6711         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6712         (bookmark-import-new-list, bookmark-maybe-rename)
6713         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6714         (bookmark-bmenu-bookmark): Give these doc strings.
6715         (bookmark-bmenu-check-position): Give this a doc string, but also
6716         add a FIXME comment about how the function may be pointless.
6717         (bookmark-default-handler): Rework doc string and change a
6718         parameter name, to clarify that this takes a bookmark record
6719         not a bookmark name.
6720         (bookmark-set): Change a parameter name to indicate its meaning,
6721         and improve the doc string a bit.
6722         (Bug#4188)
6724 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6726         * bookmark.el (bookmark-alist): Document the new `handler' element
6727         in the param alist.
6728         (bookmark-make-record-function): Adjust documentation for above.
6729         (Bug#4193)
6731 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6733         * info.el (Info-bookmark-make-record): Document this function.
6734         (Info-bookmark-jump): Document with a doc string, not just a comment.
6735         (Bug#4203)
6737 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6739         * files.el (copy-directory): New defun.
6741         * dired-aux.el (dired-copy-file-recursive): Use it.
6743 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6745         * files-x.el (modify-dir-local-variable)
6746         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6747         docstrings.
6749         * recentf.el (recentf-unload-function): New function.
6751 2009-10-04  Glenn Morris  <rgm@gnu.org>
6753         * window.el (window-full-height-p): Add doc string.
6755 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6757         * window.el (window-full-height-p): New function.  (Bug#4543)
6759 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6761         * vc.el: Remove commented out code.
6762         (vc-derived-from-dir-mode): Remove, unused.
6763         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6765 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6767         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6768         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6769         there could be recursive loading when `default-directory' is a
6770         remote file name.  (Bug#4614)
6772 2009-10-03  Glenn Morris  <rgm@gnu.org>
6774         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6775         the frame is wide.
6776         (calendar-generate-window): Test for shrinkability rather than width.
6778         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6779         reusing existing buffers, in case we happen to visit two files with the
6780         same basename.  (Bug#4593)
6782 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6784         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6785         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6786         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6787         subdirs of cedet as well.
6788         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6790 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6793         Obey advertised-signature-table.
6795         * help-fns.el (help-function-arglist): Don't check
6796         advertised-signature-table.
6797         (describe-function-1): Do it here instead so it also applies to subrs.
6799 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6801         * simple.el (start-file-process): Say in the doc-string, that file
6802         handlers might not support pty association, if PROGRAM is nil.
6804         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6805         HOST and USER are strings.  They are nil, when there are
6806         incomplete entries in ~/.netrc, for example.
6807         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6808         root directory ("device busy" error otherwise).
6810         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6811         Flush file properties of created directory.
6813 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6815         * makefile.w32-in (WINS_BASIC): Remove cedet.
6816         (WINS_CEDET): Add cedet.
6817         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6819 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6821         * net/browse-url.el (browse-url): Pass any symbol in
6822         browse-url-browser-function to `apply', since if you've mistakenly put
6823         an unbound symbol then the error is clearer.  (Bug#4531)
6825 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6827         * allout.el (allout-init, allout-back-to-current-heading)
6828         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6829         (allout-ascend, allout-up-current-level, allout-end-of-level)
6830         (allout-previous-visible-heading, allout-forward-current-level)
6831         (allout-backward-current-level, allout-show-children):
6832         * apropos.el (apropos-describe-plist):
6833         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6834         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6835         * completion.el (add-completion, add-permanent-completion):
6836         * descr-text.el (describe-text-category, describe-char):
6837         * desktop.el (desktop-lazy-abort):
6838         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6839         * dired.el (dired-build-subdir-alist):
6840         * ediff.el (ediff-version):
6841         * elide-head.el (elide-head, elide-head-show):
6842         * emerge.el (emerge-version):
6843         * env.el (getenv):
6844         * face-remap.el (variable-pitch-mode):
6845         * faces.el (describe-face):
6846         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6847         (dired-at-point):
6848         * files.el (find-file-existing, auto-save-mode):
6849         * font-lock.el (font-lock-fontify-buffer):
6850         * help-fns.el (describe-function, describe-variable)
6851         (describe-syntax, describe-categories):
6852         * help.el (view-lossage, describe-bindings, describe-key)
6853         (describe-mode):
6854         * hexl.el (hexl-current-address):
6855         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6856         * info.el (Info-goto-emacs-key-command-node):
6857         * log-edit.el (log-edit-insert-cvs-template)
6858         (log-edit-insert-cvs-rcstemplate):
6859         * menu-bar.el (menu-bar-mode):
6860         * mouse.el (mouse-appearance-menu):
6861         * newcomment.el (comment-indent-new-line):
6862         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6863         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6864         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6865         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6866         * recentf.el (recentf-mode):
6867         * savehist.el (savehist-mode, savehist-save):
6868         * shadowfile.el (shadow-copy-files):
6869         * simple.el (kill-ring-save, next-line, previous-line)
6870         (normal-erase-is-backspace-mode):
6871         * strokes.el (strokes-update-window-configuration)
6872         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6873         (strokes-xpm-for-stroke):
6874         * time.el (emacs-uptime, emacs-init-time):
6875         * tutorial.el (tutorial--describe-nonstandard-key)
6876         (tutorial--detailed-help):
6877         * type-break.el (type-break-mode)
6878         (type-break-mode-line-message-mode, type-break-query-mode)
6879         (type-break-guesstimate-keystroke-threshold):
6880         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6881         * version.el (emacs-version):
6882         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6883         * winner.el (winner-mode):
6884         * calendar/timeclock.el (timeclock-in, timeclock-out)
6885         (timeclock-status-string, timeclock-change)
6886         (timeclock-workday-remaining-string)
6887         (timeclock-workday-elapsed-string)
6888         (timeclock-when-to-leave-string):
6889         * calendar/todo-mode.el (todo-add-category):
6890         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6891         * emacs-lisp/autoload.el (update-file-autoloads):
6892         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6893         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6894         (checkdoc-message-text, checkdoc-defun):
6895         * emacs-lisp/debug.el (debugger-list-functions):
6896         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6897         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6898         (eieio-describe-generic):
6899         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6900         * emacs-lisp/shadow.el (list-load-path-shadows):
6901         * emulation/cua-base.el (cua-mode):
6902         * emulation/edt.el (edt-set-scroll-margins):
6903         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6904         (tpu-toggle-regexp, tpu-toggle-search-direction)
6905         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6906         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6907         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6908         (viper-set-parsing-style-toggling-macro)
6909         (viper-set-emacs-state-searchstyle-macros):
6910         * emulation/viper.el (viper-set-hooks):
6911         * eshell/esh-mode.el (eshell-truncate-buffer):
6912         * international/mule-cmds.el (prefer-coding-system)
6913         (describe-input-method, describe-language-environment):
6914         * international/mule-diag.el (list-character-sets)
6915         (describe-character-set, describe-coding-system)
6916         (describe-fontset, list-fontsets, list-input-methods):
6917         * mail/sendmail.el (mail-signature):
6918         * net/ange-ftp.el (ange-ftp-copy-file):
6919         * net/browse-url.el (browse-url):
6920         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6921         * net/quickurl.el (quickurl-add-url):
6922         * net/rcirc.el (names, topic):
6923         * net/xesam.el (xesam-mode):
6924         * play/5x5.el (5x5-new-game):
6925         * play/yow.el (apropos-zippy):
6926         * progmodes/ada-mode.el (ada-mode-version):
6927         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6928         (f90-end-of-block)
6929         (f90-beginning-of-block):
6930         * progmodes/fortran.el (fortran-end-of-block)
6931         (fortran-beginning-of-block):
6932         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6933         * progmodes/python.el (python-describe-symbol, python-shell):
6934         * term/ns-win.el (ns-print-buffer):
6935         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6936         * textmodes/flyspell.el (flyspell-mode-on):
6937         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6938         (pages-directory-for-addresses):
6939         * textmodes/table.el (table-recognize-cell)
6940         (table-query-dimension, table-generate-source)
6941         (table-insert-sequence, table--warn-incompatibility):
6942         * textmodes/tex-mode.el (tex-validate-buffer):
6943         * textmodes/texinfmt.el (texinfmt-version)
6944         (texinfo-format-buffer):
6945         Use `called-interactively-p' instead of `interactive-p'.
6947 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6949         * image-mode.el (image-toggle-display):
6950         * emacs-lisp/elp.el (elp-instrument-function):
6951         * emacs-lisp/advice.el (ad-make-advised-definition):
6952         * emacs-lisp/easy-mmode.el (define-minor-mode):
6953         * net/browse-url.el (browse-url-maybe-new-window):
6954         * progmodes/sh-script.el (sh-learn-buffer-indent):
6955         Pass new argument 'any to `called-interactively-p'.
6957 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6959         * international/uni-bidi.el:
6960         * international/uni-category.el:
6961         * international/uni-combining.el:
6962         * international/uni-comment.el:
6963         * international/uni-decimal.el:
6964         * international/uni-decomposition.el:
6965         * international/uni-digit.el:
6966         * international/uni-lowercase.el:
6967         * international/uni-mirrored.el:
6968         * international/uni-name.el:
6969         * international/uni-numeric.el:
6970         * international/uni-old-name.el:
6971         * international/uni-titlecase.el:
6972         * international/uni-uppercase.el:
6973         Regenerate from Unicode 5.2.0 data.
6975 2009-10-01  Glenn Morris  <rgm@gnu.org>
6977         * Makefile.in (ELCFILES): Regenerate.
6979 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6981         * subr.el (interactive-p): Mark obsolete.
6982         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6983         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6984         advertised-signature-table for subroutines as well.
6986         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6987         (set-advertised-calling-convention): New function.
6988         (make-obsolete, define-obsolete-function-alias)
6989         (make-obsolete-variable, define-obsolete-variable-alias):
6990         Make the optional-ness of `when' obsolete.
6991         (define-obsolete-face-alias): Make `when' non-optional.
6992         * help-fns.el (help-function-arglist):
6993         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6994         Use advertised-signature-table.
6996 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6998         * files.el (delete-directory): New defun.  The original function
6999         in fileio.c has been renamed to `delete-directory-internal'.
7001         * dired.el (dired-delete-file): Call `delete-directory' with
7002         RECURSIVE parameter.
7004         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7005         parameter RECURSIVE.  Implementation is missing.
7007         * net/tramp.el (tramp-handle-make-directory): Flush upper
7008         directory's file properties.
7009         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7010         (tramp-handle-dired-recursive-delete-directory): Flush directory
7011         properties after the remove command only.
7013         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7014         Handle optional parameter RECURSIVE.
7016         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7017         Handle optional parameter RECURSIVE.
7019         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7020         connection timeout.
7021         (tramp-smb-handle-delete-directory): Handle optional parameter
7022         RECURSIVE.
7024 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7027         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7028         (byte-compile-defmacro): Use backquotes.
7030         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7032         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7033         has no associated file.
7034         (vc-resynch-buffer): Use vc-dir-buffers.
7036 2009-10-01  Glenn Morris  <rgm@gnu.org>
7038         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7039         (chart-file-count):
7040         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7041         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7042         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7043         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7044         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7045         (eieio-copy-parents-into-subclass, make-instance, class-children)
7046         (eieio-generic-form):
7048         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7049         match-data.  (Bug#4555).
7051         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7052         rather than parsing it as a regexp.  This relaxes the layout
7053         requirements and makes errors easier to detect.
7054         (check-declare-verify): Check file is regular.
7055         (check-declare-directory): Doc fix.
7056         * subr.el (declare-function): Doc fix.
7058         * ibuffer.el (ibuffer-format-qualifier):
7059         * isearch.el (hi-lock-regexp-okay):
7060         * calc/calc.el (math-zerop):
7061         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7062         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7063         Remove unused declarations.
7065 2009-09-30  Glenn Morris  <rgm@gnu.org>
7067         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7069         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7070         filename is not a string.
7072 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7074         * files.el (safe-local-eval-forms): Fix typo.
7076 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7078         * vc-hooks.el (vc-dir-buffers): New var.
7079         (vc-state-refresh): New function.
7080         (vc-state): Use it.
7081         (vc-after-save): Always ask the backend to recompute the new state.
7082         Always call vc-dir if necessary, using vc-dir-buffers.
7083         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7084         Use vc-dir-buffers.
7085         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7086         (vc-dir-prepare-status-buffer, vc-dir-update)
7087         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7088         Don't call expand-file-name on default-directory.
7090 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7092         * speedbar.el (speedbar-item-delete):
7093         * calc/calc-prog.el (calc-kbd-if):
7094         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7096         * epa.el (epa-key-list-mode-map):
7097         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7099         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7100         (hs-show-hook): Fix typo in docstring.
7102 2009-09-29  Glenn Morris  <rgm@gnu.org>
7104         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7105         file-name-nondirectory call preventing location of cedet files.
7106         (check-declare-verify): Use literal search rather than re-search.
7107         Add basic defmethod and defclass, and define-overloadable-function.
7109         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7110         Use tramp-compat-file-attributes rather than nonexistent
7111         tramp-compat-handle-file-attributes.
7113         * Makefile.in (lisptagsfiles4): New.
7114         (AUTOGENEL): Add cedet loaddefs files.
7115         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7116         (update-elclist, compile-always, backup-compiled-files)
7117         (bootstrap-clean): Add yet another directory level.
7118         (update-elclist): Use LC_COLLATE rather than COLLATE.
7119         (ELCFILES): Update, via `make update-elclist'.
7121 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7123         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7124         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7125         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7127 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7129         * Makefile.in (lisptagsfiles3): Define.
7130         (TAGS, TAGS-LISP): Use it.
7131         (update-elclist): Add third directory level to look for elc files.
7132         (compile-always): Likewise.
7133         (backup-compiled-files): Likewise.
7134         (bootstrap-clean): Likewise.
7135         (ELCFILES): Update.
7137 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7139         * Makefile.in (ELCFILES): Add CEDET files.
7141 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7143         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7145         * net/tramp.el (top): Require tramp-imap.
7147         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7148         Use `tramp-compat-handle-file-attributes'.
7150 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7152         * net/tramp-imap.el: New package.
7154 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7156         * whitespace.el (whitespace-trailing-regexp)
7157         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7158         Fix doc string.
7160 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7162         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7163         menu.
7165         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7166         menu-bar-ediff-menu.
7168         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7169         define-overloadable-function.
7171         * progmodes/autoconf.el: Provide autoconf as well, so that this
7172         file can be `require'd.
7174         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7176         * emacs-lisp/autoload.el (generated-autoload-feature)
7177         (generated-autoload-load-name): New vars.
7178         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7179         (make-autoload): Recognize define-overloadable-function and
7180         defclass forms (for EIEIO).
7182         * Makefile.in (update-subdirs): Exclude cedet directory.
7184 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7186         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7188         * faces.el: Default light-background background for region face to
7189         ns_selection_color under NS.
7191 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7193         * net/imap-hash.el: New library, see NEWS.
7195         * Makefile.in (ELCFILES): Add imap-hash.el.
7197 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7199         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7200         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7201         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7202         definition where the docstring could be taken for the return value.
7204 2009-09-26  Glenn Morris  <rgm@gnu.org>
7206         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7207         Add option to only show images below a certain size.
7208         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7209         save-excursion calls.
7211 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7213         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7214         subdirectories) and eieio.
7216 2009-09-26  Alan Mackenzie  <acm@muc.de>
7218         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7219         buggy bracketing.  (Bug#4289)
7221         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7222         character constants (as case labels).  (Bug#4289)
7224 2009-09-25  Juri Linkov  <juri@jurta.org>
7226         * files.el (safe-local-eval-forms): Allow time-stamp in
7227         before-save-hook (Bug#4554).
7229 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7231         * menu-bar.el (list-buffers-directory): Doc fix.
7233 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7236         Try and avoid copying twice the same paragraph.
7237         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7238         Remove save-excursion.
7239         (log-edit-changelog-entry): Do it here instead.
7241 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7243         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7244         when available, instead of hardcoding mode names.  Doc fix.
7246         * menu-bar.el (list-buffers-directory): Add docstring.
7247         Make automatically buffer-local.
7249         * dired.el (dired-mode):
7250         * files.el (cd-absolute):
7251         * pcvs.el (cvs-temp-buffer):
7252         * pcvs-util.el (cvs-get-buffer-create):
7253         * shell.el (shell-mode):
7254         * vc-dir.el (vc-dir-mode):
7255         Don't make `list-buffers-directory' buffer local.
7257 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7259         * comint.el (comint-exec, comint-run, make-comint):
7260         Doc fixes (Bug#4542).
7262 2009-09-25  Glenn Morris  <rgm@gnu.org>
7264         * mail/rmailmm.el (rmail-mime): New custom group.
7265         Move all defcustoms in this file into this group.
7266         (rmail-mime-media-type-handlers-alist): Revert previous change.
7267         (rmail-mime-show-images): New option.
7268         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7269         references to it, since it wasn't actually used for anything.
7270         (rmail-mime-insert-image): New function.
7271         (rmail-mime-image): Use rmail-mime-insert-image.
7272         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7273         obey the value of `rmail-mime-show-images' option.  Print the size of
7274         attachments.
7276 2009-09-25  David Engster  <deng@randomsample.de>
7278         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7280 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7282         * whitespace.el: Does not highlight trailing spaces While point is
7283         at end of line.  Does not highligt spaces at beginning of buffer
7284         while point is at beginning of buffer.  Does not highlight spaces
7285         at end of buffer while point is at end of buffer.  (Bug#4177)
7286         New version 12.0.
7287         (whitespace-display-mappings): Adjust initialization.
7288         (whitespace-point, whitespace-font-lock-refontify): New vars.
7289         (whitespace-color-on, whitespace-color-off): Adjust code.
7290         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7291         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7292         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7294 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7296         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7298         * textmodes/sgml-mode.el: Remove xml-mode alias.
7300         * files.el (auto-mode-alist, conf-mode-maybe)
7301         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7303 2009-09-24  Alan Mackenzie  <acm@muc.de>
7305         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7306         c-forward-conditionals, but it doesn't move point and doesn't set
7307         the mark.
7308         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7309         (c-down-conditional-with-else, c-backward-conditional)
7310         (c-forward-conditional): Refactor to use c-scan-conditionals.
7312 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7314         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7315         (help-default-arg-highlight): Remove.
7316         (help-highlight-arg): New function.
7317         (help-do-arg-highlight): Use it.
7318         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7320 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7323         Undo last change, which didn't fix the problem and introduced others.
7325 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7327         * progmodes/gdb-mi.el: Don't require speedbar.
7328         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7330 2009-09-24  Glenn Morris  <rgm@gnu.org>
7332         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7334         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7336         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7337         there is no newline after the final mime boundary.  (Bug#4539)
7338         Move markers on insertion so that any buttons inserted don't end up in
7339         the next part of a multipart message.
7340         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7341         (rmail-mime-bulk-handler): Optionally handle images.
7342         (rmail-mime-image): New button action.
7343         (rmail-mime-image-handler): New function.
7344         (rmail-mime-mode): New mode.
7345         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7347 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7350         than just dropping elements from it (bug#4504).
7352         * term.el (term-set-scroll-region): Don't move cursor any more.
7353         (term-handle-ansi-escape): Call term-goto here instead.
7354         Suggested by Ivan Kanis <apple@kanis.eu>.
7356         * term.el: Require CL.
7357         (term-ansi-reset): New function.
7358         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7359         (term-handle-colors-array): Simplify.
7361 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7363         * allout.el (allout-overlay-interior-modification-handler)
7364         (allout-obtain-passphrase):
7365         * epa-file.el (epa-file-write-region):
7366         * ps-print.el (ps-begin-job):
7367         * vc-hooks.el (vc-toggle-read-only):
7368         * vc-rcs.el (vc-rcs-rollback):
7369         * vc-sccs.el (vc-sccs-rollback):
7370         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7371         (vc-version-diff, vc-revert, vc-rollback):
7372         * wdired.el (wdired-check-kill-buffer):
7373         * emacs-lisp/authors.el (authors):
7374         * net/socks.el (socks-open-connection):
7375         * net/zeroconf.el (zeroconf-service-add-hook):
7376         * obsolete/vc-mcvs.el (vc-mcvs-register):
7377         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7378         (gdb-select-frame):
7379         * progmodes/grep.el (lgrep, rgrep):
7380         * progmodes/idlw-help.el (idlwave-help-check-locations)
7381         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7382         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7383         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7384         (reftex-toc-rename-label): Fix typos in error messages.
7386         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7387         (dired-copy-how-to-fn): Doc fix.
7388         (dired-files-attributes, dired-read-shell-command):
7389         Fix typos in docstrings.
7391         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7392         (dired-x-find-file-other-window): Reflow docstrings.
7393         (dired-omit-marker-char, dired-read-shell-command)
7394         (dired-x-submit-report): Fix typos in docstrings.
7396         * shell.el (shell-mode-hook):
7397         * view.el (View-scroll-line-forward):
7398         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7399         Fix typos in docstrings.
7401         * net/dig.el (dig-invoke): Fix typo in docstring.
7402         (query-dig): Reflow docstring.
7404         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7405         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7406         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7407         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7408         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7409         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7410         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7411         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7412         (idlwave-completion-map, idlwave-current-indent)
7413         (idlwave-custom-ampersand-surround, idlwave-customize)
7414         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7415         (idlwave-define-abbrev, idlwave-determine-class-special)
7416         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7417         (idlwave-end-block-reg, idlwave-end-of-statement)
7418         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7419         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7420         (idlwave-explicit-class-listed, idlwave-file-header)
7421         (idlwave-fill-paragraph, idlwave-find-class-definition)
7422         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7423         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7424         (idlwave-in-quote, idlwave-indent-action-table)
7425         (idlwave-indent-expand-table, idlwave-indent-line)
7426         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7427         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7428         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7429         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7430         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7431         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7432         (idlwave-outlawed-buffers, idlwave-popup-select)
7433         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7434         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7435         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7436         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7437         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7438         (idlwave-statement-type, idlwave-struct-skip)
7439         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7440         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7441         (idlwave-what-module-find-class): Fix typos in docstrings.
7442         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7443         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7444         (idlwave-find-module, idlwave-find-structure-definition)
7445         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7446         (idlwave-list-load-path-shadows, idlwave-next-statement)
7447         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7448         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7449         (idlwave-template): Reflow docstrings.
7451         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7452         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7453         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7454         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7455         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7456         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7457         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7458         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7459         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7460         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7461         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7462         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7463         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7464         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7465         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7466         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7467         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7468         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7469         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7470         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7471         Fix typos in docstrings.
7472         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7473         (idlwave-shell-hide-output, idlwave-shell-mode)
7474         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7475         Reflow docstrings.
7477         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7479 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7481         * term.el (term-bold-attribute): New var.
7482         (term-handle-colors-array): Use it.
7484 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7486         * progmodes/gdb-mi.el (gdb-version): New variable.
7487         (gdb-non-stop-handler): Set gdb-version.
7488         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7489         Condition "--thread" option on gdb-version.
7490         (gdb-invalidate-threads): Remove unused argument.
7492 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7495         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7497 2009-09-23  Glenn Morris  <rgm@gnu.org>
7499         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7500         replying to mail without References or Message-Id.  (Bug#4525)
7502 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7504         * term/ns-win.el (ns-reg-to-script): New variable.
7506 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7508         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7510 2009-09-22  Sam Steingold  <sds@gnu.org>
7512         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7513         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7514         to 1 because hg returns status 1 when nothing is found.
7515         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7517 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7519         * textmodes/fill.el: Convert to utf-8 encoding.
7520         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7521         pre-unicode days.
7523         * add-log.el (change-log-fill-forward-paragraph): New function.
7524         (change-log-mode): Use it so fill-region DTRT.
7525         Set fill-indent-according-to-mode here rather than in
7526         change-log-fill-paragraph.
7527         (change-log-fill-paragraph): Remove.
7529 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7531         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7532         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7534 2009-09-22  Glenn Morris  <rgm@gnu.org>
7536         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7537         the scroll-bar scroll the calendar window rather than the buffer.
7539         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7540         commands that move point (as opposed to scrolling).
7542         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7544         * emacs-lisp/elint.el (elint): New custom group.
7545         (elint-log-buffer): Make it a defcustom.
7546         (elint-scan-preloaded, elint-ignored-warnings)
7547         (elint-directory-skip-re): New options.
7548         (elint-builtin-variables): Doc fix.
7549         (elint-preloaded-env): New variable.
7550         (elint-unknown-builtin-args): Add an entry for encode-time.
7551         (elint-extra-errors): Make it a variable rather than a constant.
7552         (elint-preloaded-skip-re): New constant.
7553         (elint-directory): Skip files matching elint-directory-skip-re.
7554         (elint-features): New variable, local to linted buffers.
7555         (elint-update-env): Initialize elint-features.  Possibly add
7556         elint-preloaded-env to the buffer's environment.
7557         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7558         Skip quoted forms.
7559         (elint-init-form): New function, extracted from elint-init-env.
7560         Make non-list forms a warning rather than an error.
7561         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7562         easy-menu-define, put that adds an error-condition, and provide.
7563         When requiring cl, also require cl-macs.  Really require cl, to handle
7564         some cl macros.  Store required libraries in the list elint-features,
7565         so as not to re-load them.  Treat cc-require like require.
7566         (elint-init-env): Call elint-init-form to do the work.
7567         Handle eval-and-compile and such like.
7568         (elint-add-required-env): Do not clear messages.
7569         (elint-special-forms): Add handlers for function, defalias, if, when,
7570         unless, and, or.
7571         (elint-form): Add optional argument to ignore elint-special-forms,
7572         useful to prevent recursive calls from handlers.  Doc fix.
7573         Respect elint-ignored-warnings.
7574         (elint-form): Respect elint-ignored-warnings.
7575         (elint-bound-variable, elint-bound-function): New variables.
7576         (elint-unbound-variable): Respect elint-bound-variable.
7577         (elint-get-args): Respect elint-bound-function.
7578         (elint-check-cond-form): Add some simple handling for (f)boundp and
7579         featurep tests.
7580         (elint-check-defalias-form): New handler.
7581         (elint-check-let-form): Make an empty let a warning rather than an
7582         error.
7583         (elint-check-setq-form): Make an empty setq a warning rather than an
7584         error.  Respect elint-ignored-warnings.
7585         (elint-check-defvar-form): Accept null doc-strings.
7586         (elint-check-conditional-form): New handler.  Does some simple-minded
7587         checking of featurep and (f)boundp tests.
7588         (elint-put-function-args): New function.
7589         (elint-initialize): Use elint-scan-doc-file rather than
7590         elint-find-builtin-variables.  Use elint-put-function-args.
7591         Possibly scan preloaded-file-list.
7592         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7593         extend to handle functions as well.
7595 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7597         * linum.el (linum-delete-overlays, linum-update-window):
7598         Do not modify the right margin.  (Bug#3971)
7600 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7602         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7603         nxml-mode instead of xml-mode.
7605 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7607         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7609 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * net/dig.el (dig-mode): Use define-derived-mode.
7613 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7615         * vc-dispatcher.el (vc-do-command): Return the process object in
7616         the asynchronous case.  Use when instead of if.  Do not run
7617         vc-exec-after to display a message if not enabled.  (Bug#4463)
7619         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7620         properties to the stash strings.
7621         (vc-git-stash-list): Return a list of strings.
7622         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7623         (vc-git-stash-show-at-point): New functions.
7624         (vc-git-stash-map): New keymap.
7626         * register.el (ctl-x-r-map): Define the keys here instead of
7627         using autoload.
7629 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7631         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7632         list, to workaround performance problem (bug#4485).
7634 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7636         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7638 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7640         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7641         Document that this option is not recommended to use.
7643 2009-09-19  Glenn Morris  <rgm@gnu.org>
7645         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7646         variable `var'.
7648         * calc/calc-alg.el (var):
7649         * calc/calcalg2.el (var): Define for compiler.
7651 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7653         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7654         Doc fix (Bug#3932).
7656         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7658         * time-stamp.el (time-stamp-month-dd-yyyy)
7659         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7660         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7661         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7662         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7663         Remove functions that have been obsolete since 1995 (Bug#4436).
7665         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7666         indent buffer only if called interactively (Bug#4452).
7668 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7669             Eli Zaretskii  <eliz@gnu.org>
7671         This fixes bug#4197 (merged to bug#865, though not identical).
7672         * server.el (server-auth-dir): Add docstring note about FAT32.
7673         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7674         but warn against using them.
7676 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7678         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7679         older GDB where there is no has_more field.
7681 2009-09-19  Glenn Morris  <rgm@gnu.org>
7683         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7685 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7687         * files.el (auto-mode-alist): Change default for XML files to nXML
7688         mode (Bug#4169).
7690 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7692         * server.el (server-ensure-safe-dir): Pass 'integer
7693         to `file-attributes', as suggested.
7695 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7698         (dired-query): Use read-key.
7700 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7702         * cus-start.el (ns-use-qd-smoothing): Remove.
7704 2009-09-18  Glenn Morris  <rgm@gnu.org>
7706         * allout.el (top-level): Remove unnecessary progn.
7708         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7710         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7711         definition of abbrev table.
7713         * speedbar.el (speedbar-track-mouse):
7714         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7715         * net/eudc.el (eudc-expand-inline):
7716         * net/newst-backend.el (newsticker--cache-read-feed):
7717         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7718         condition-case handlers.
7720 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7722         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7723         (gdb-var-list): Add an element for has_more field.
7724         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7725         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7726         (gdb-var-update-handler-1): Parse output of dynamic variable
7727         objects (STL containers).
7728         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7729         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7731         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7732         gdb-var-list.
7733         (gud-speedbar-buttons): Make node expandable if expression "has more"
7734         children.
7736 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7738         * startup.el (emacs-quick-startup): Remove variable and all uses.
7739         (command-line): Set `inhibit-x-resources' instead.
7740         (command-line-1): Use `inhibit-x-resources' instead.
7742 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7744         * subr.el: Fix last change to avoid using the `unless' macro,
7745         which breaks bootstrapping.
7747 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7749         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7750         extended definitions, in case we reload subr.el after having
7751         loaded CL.
7752         (eval-next-after-load): Mark as obsolete.
7754 2009-09-17  Juri Linkov  <juri@jurta.org>
7756         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7757         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7758         (menu-bar-showhide-menu, menu-bar-tools-menu)
7759         (menu-bar-describe-menu, menu-bar-help-menu)
7760         (minibuffer-local-completion-map, minibuffer-local-map):
7761         Fix list quoting.
7763 2009-09-17  Glenn Morris  <rgm@gnu.org>
7765         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7766         arguments, whether or not it has a handler.
7768         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7770         * simple.el (hard-newline): Give it a doc-string.
7772         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7773         (lisp-mode-syntax-table): Give them doc-strings.
7775 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7777         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7778         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7779         (menu-bar-options-menu, menu-bar-showhide-menu)
7780         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7781         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7782         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7783         (menu-bar-options-menu, menu-bar-tools-menu)
7784         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7785         (menu-bar-help-menu):
7786         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7787         string arguments.
7789         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7790         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7791         calls for the menu names and :help.
7793 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7795         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7796         to :minor-mode-function (bug#4455).
7798 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         * startup.el (command-line): Initialize the window-system after
7801         processing the command-line.
7803         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7804         page-delimiter matches the empty string.
7806 2009-09-16  Glenn Morris  <rgm@gnu.org>
7808         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7809         byte-compile-not-obsolete-var.  It's a list now.
7810         (byte-compile-not-obsolete-funcs): New variable.
7811         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7812         byte-compile-not-obsolete-funcs.
7813         (byte-compile-variable-ref, byte-compile-defvar): Update for
7814         byte-compile-not-obsolete-vars name-change and list nature.
7815         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7816         and variables behind (f)boundp tests.
7817         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7819 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7821         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7823 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7826         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7827         Don't autoload.
7829 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7831         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7832         the virtual-buffers, use the name of the buffer specified by
7833         find-file-noselect, as the match may be a symlink.  (This was a
7834         problem if the target and the symlink had different names.)
7836 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7840         * desktop.el (desktop-path): Check user-emacs-directory.
7842         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7844         * loadup.el: Use after-load-functions to GC after loading each file.
7845         Remove the explicit GC calls that used to be sprinkled around.
7847         * subr.el (after-load-functions): New hook.
7848         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7849         `obsolete' packages, rather than painfully extracting the relevant
7850         directory name.
7852 2009-09-15  Glenn Morris  <rgm@gnu.org>
7854         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7855         free variable `doc'.
7857         * dired.el (dired-mode-map): Add menu entry for async shell command.
7859         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7860         variables, also consider the .elc files, since the .el files are
7861         normally gzipped (subsequent code locates the .el.gz from the .elc).
7863         * calc/calc-prog.el (arglist): Define for compiler.
7865         * calendar/diary-lib.el (diary-display-function): Change the default to
7866         fancy display.
7867         (body): Define for compiler.
7869         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7870         (byte-compile-file-form, byte-compile-lambda)
7871         (byte-compile-top-level-body, byte-compile-form)
7872         (byte-compile-variable-ref, byte-compile-setq)
7873         (byte-compile-setq-default, byte-compile-body)
7874         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7875         (batch-byte-compile): Give some more local variables with common names
7876         a "bytecomp-" prefix to avoid masking warnings about free variables.
7878         * startup.el (command-line-1): Give local variables with common names a
7879         distinguishing prefix, so as not to hide free variable warnings during
7880         bootstrap.
7882         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7883         clever and add a suffix to make a unique name, just let the user decide
7884         whether or not to overwrite it.  If the input is a directory, write the
7885         default filename to that directory.  (Bug#4388)
7886         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7887         is a filename-as-a-directory.
7889 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7891         * textmodes/page.el (what-page): Don't move to beginning of line.
7892         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7894 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7896         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7898 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7900         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7901         * help.el (help-for-help-internal): Add purecopy calls for text.
7903         * vc.el (top): print-log method now takes an optional SHORTLOG
7904         argument.  Add a new method: root.
7905         (vc-root-diff, vc-print-root-log): New functions.
7906         (vc-log-short-style): New variable.
7907         (vc-print-log-internal): Add support for showing short logs.
7909         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7910         vc-print-root-log and vc-print-root-diff.
7912         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7913         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7914         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7915         short logs.
7917         * vc-cvs.el (vc-cvs-print-log):
7918         * vc-mtn.el (vc-mtn-print-log):
7919         * vc-rcs.el (vc-rcs-print-log):
7920         * vc-sccs.el (vc-sccs-print-log):
7921         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7922         that is ignored for now.
7924         * vc-mtn.el (vc-mtn-annotate-command):
7925         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7927 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7930         to function-key-map, and give them ascii-character property.
7931         * term/x-win.el (x-alternatives-map):
7932         * term/ns-win.el (ns-alternatives-map):
7933         * term/internal.el (msdos-key-remapping-map):
7934         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7936 2009-09-14  Glenn Morris  <rgm@gnu.org>
7938         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7939         temp-buffers (2009-09-12).
7941 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7944         the new read-key function.
7946 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7948         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7949         is defined (Bug#4405).
7951 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7953         * recentf.el (recentf-cleanup): Use a hash table to find
7954         duplicates (Bug#4407).
7956 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7958         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7959         kp-0 to ascii equivalents (Bug#4325).
7961 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7963         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7965         * eshell/em-hist.el:
7966         * eshell/em-dirs.el (eshell-complete-user-reference):
7967         Declare pcomplete functions and variables to avoid compiler warnings.
7969 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7971         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7972         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7973         * eshell/em-alias.el (eshell-aliases-file):
7974         * eshell/em-hist.el (eshell-history-file-name):
7975         Use expand-file-name instead of concat to make file names (Bug#4308).
7977 2009-09-13  Glenn Morris  <rgm@gnu.org>
7979         * ediff-merg.el (ediff-do-merge):
7980         * filesets.el (filesets-run-cmd):
7981         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7982         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7983         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7984         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7985         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7986         Replace empty `let's with `progn'.
7988 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7990         * mail/sendmail.el (send-mail-function):
7991         * tooltip.el (tooltip-mode):
7992         * simple.el (transient-mark-mode):
7993         * rfn-eshadow.el (file-name-shadow-mode):
7994         * frame.el (blink-cursor-mode):
7995         * font-core.el (global-font-lock-mode):
7996         * files.el (temporary-file-directory)
7997         (small-temporary-file-directory, auto-save-file-name-transforms):
7998         * epa-hook.el (auto-encryption-mode):
7999         * composite.el (global-auto-composition-mode):
8000         Use custom-initialize-delay.
8001         * startup.el (command-line): Don't explicitly call
8002         custom-reevaluate-setting for all the above vars.
8003         * custom.el (custom-initialize-safe-set)
8004         (custom-initialize-safe-default): Delete.
8006 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * term/x-win.el (x-initialize-window-system):
8009         * term/w32-win.el (w32-initialize-window-system):
8010         * term/ns-win.el (ns-initialize-window-system): Don't call
8011         mouse-wheel-mode since it's enabled globally by default already.
8013         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8014         actually define the variable, but only silences the byte-compiler.
8015         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8016         before looking it up.
8017         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8018         is changed.
8020 2009-09-12  Glenn Morris  <rgm@gnu.org>
8022         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8023         1000.
8024         (elint-add-required-env): Don't beep on error.
8025         (elint-forms): In case of error, return ENV unchanged.
8026         (elint-init-env): Skip non-list forms.
8027         (elint-log): Handle unknown file positions.
8029 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8031         * epg.el (epg-make-context): Add autoload cookie.
8032         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8033         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8034         (epg-verify-string, epg-start-sign, epg-sign-file)
8035         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8036         (epg-encrypt-string, epg-start-export-keys)
8037         (epg-export-keys-to-file, epg-export-keys-to-string)
8038         (epg-start-import-keys, epg-import-keys-from-file)
8039         (epg-import-keys-from-string, epg-start-receive-keys)
8040         (epg-receive-keys, epg-import-keys-from-server)
8041         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8042         (epg-sign-keys, epg-start-generate-key)
8043         (epg-generate-key-from-file, epg-generate-key-from-string):
8044         Remove autoload cookie.
8046 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8048         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8049         reevaluation of trash-directory.
8051         * mwheel.el: Fix last change.
8052         (mouse-wheel-mode): New defvar.
8053         (mouse-wheel-mode): Remove autoload cookie.
8055 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8057         * mwheel.el (mwheel-installed-bindings): New var.
8058         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8059         the bindings we set last time.  Use custom-initialize-delay.
8060         * loadup.el: Load mwheel after term/*-win.el.
8061         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8062         and mouse-wheel-up-event now that their first evaluation is done
8063         sufficiently late to be correct.
8065         * startup.el (tutorial-directory): Make it a defcustom.
8066         Use custom-initialize-delay rather than eval-at-startup to set it.
8067         * image.el (image-load-path): Make it a defcustom.
8068         Use custom-initialize-delay rather than eval-at-startup to set it.
8069         * subr.el (eval-at-startup): Remove.
8070         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8072         * subr.el (do-after-load-evaluation): Warn the user after loading an
8073         obsolete package.
8075 2009-09-12  Glenn Morris  <rgm@gnu.org>
8077         * proced.el (proced-mark-alt): Remove alias.
8078         (proced-mode-map): Remove proced-mark-alt.
8080         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8081         Elint file and directory.  Remove initialization entry.
8083         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8084         commands.
8085         (elint-current-buffer): Set mode-line-process.
8086         (elint-init-env): Handle define-derived-mode.
8087         Fix declare-function with unspecified arglist.  Guard against odd
8088         defalias statements (eg iso-insert's 8859-1-map).
8089         (elint-add-required-env): Use a temp buffer.
8090         (elint-form): Just print the function/macro name, not the whole form.
8091         Return env unchanged if we fail to parse a macro.
8092         (elint-forms): Guard against parse errors.
8093         (elint-output): New function, to handle batch mode.
8094         (elint-log-message): Add optional argument.  Use elint-output.
8095         (elint-set-mode-line): New function.
8097 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8099         * emacs-lisp/elp.el (elp-not-profilable): Add more
8100         functions (Bug#4233).
8102 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8104         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8105         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8107 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8109         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8110         (gdb-var-list-children): Use json parsing.
8112 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8114         * progmodes/js.el (js--proper-indentation): Handle the case where
8115         char-before is null.  Reported by Deniz Dogan.
8117 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8119         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8121 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8123         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8124         (epg-digest-algorithm-alist): Add SHA224.
8125         (epg-context-set-passphrase-callback)
8126         (epg-context-set-progress-callback): Add description about
8127         callback function.
8129 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * custom.el (custom-delayed-init-variables): New var.
8132         (custom-initialize-delay): New function.
8133         * startup.el (command-line): "Re"evaluate all vars in
8134         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8135         explicitly any more.
8136         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8137         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8139         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8141 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8143         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8144         (gdb-var-update-handler): Use json parsing.
8146 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8148         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8149         decode annotated text, regardless of language environment.  (Bug#2741)
8151 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8153         * Makefile.in (autoloads): Make rmail.el writable as well.
8155 2009-09-11  Glenn Morris  <rgm@gnu.org>
8157         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8158         loaddefs.el.
8159         * dired.el: Regenerate with extracted autoloads.
8160         * Makefile.in (autoloads): Make dired.el writable.
8162         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8163         * ibuffer.el: Regenerate with extracted autoloads.
8164         * Makefile.in (autoloads): Make ibuffer.el writable.
8166         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8167         * version.el (emacs-copyright, emacs-major-version)
8168         (emacs-minor-version): Reformat doc-strings for make-docfile.
8170         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8171         functions and variables, since they must be stuff specific to some other
8172         platform.
8173         (apropos-print): Make mouse-click message less specific about button.
8175         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8176         that records where a macro was defined.
8177         * help-fns.el (describe-function-1): Mention if a function has a
8178         compiler-macro.
8179         * help-mode.el (help-function-cmacro): New button.
8181         * locate.el (top-level): Always require dired.
8182         (locate-mode-map): Initialize inside the defvar.
8184         * net/ange-ftp.el (dired-compress-file): Declare.
8185         (ange-ftp-dired-compress-file): Add doc string.
8187         * term/ns-win.el (x-display-name, x-setup-function-keys):
8188         Unify doc-strings with X versions.
8190 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         * emulation/crisp.el (crisp-mode-map): Move initialization
8193         into declaration.
8194         (crisp-mode): Use define-minor-mode.
8196         * progmodes/xscheme.el (xscheme-evaluation-commands):
8197         Put a :advertised-binding property rather than using
8198         advertised-xscheme-send-previous-expression.
8199         (advertised-xscheme-send-previous-expression): Declare obsolete.
8200         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8201         `advertised-undo'.
8202         (crisp-mode): Add corresponding bindings to
8203         undo's :advertised-binding instead.
8204         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8205         than using dired-advertised-find-file.
8206         (dired-advertised-find-file):
8207         * simple.el (advertised-undo):
8208         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8209         (widget-keymap): Put a :advertised-binding property rather
8210         than using advertised-widget-backward.
8211         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8212         than using advertised-undo.
8213         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8215 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8217         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8218         Mark mode is enabled and region is active; otherwise indent or
8219         insert TAB as usual.
8220         (delphi-mode): Update description of TAB-key binding.
8222 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8224         * subr.el (define-key-rebound-commands): Mark obsolete.
8225         * startup.el (precompute-menubar-bindings): Remove.
8226         (normal-top-level): Remove obsolete code that tried to precompute
8227         menubar bindings.
8228         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8229         define-key-rebound-commands and precompute-menubar-bindings.
8231 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8233         * net/imap.el (imap-interactive-login): Better messages.
8234         (imap-open): Fix bug with renamed buffer on reconnect.
8235         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8236         for easier debugging and cleaner code.  On successful (guessed based on
8237         server capabilities) secondary authentication, set imap-state
8238         correctly.
8239         (imap-last-authenticator): Define imap-last-authenticator as a variable
8240         to avoid warnings.
8242 2009-09-10  Glenn Morris  <rgm@gnu.org>
8244         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8246         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8247         (byte-compile-file-form-autoload): Don't warn about unknown functions
8248         where the autoload statement comes after the use.
8249         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8250         that any handlers inside the body (eg require) are in turn respected.
8252         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8253         effects.
8255         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8256         and syntax and abbrev tables basic docs, if they don't have any.
8258         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8260         * international/mule-cmds.el (top-level): Require cl when compiling.
8261         (view-hello-file): Use default-value rather than
8262         default-enable-multibyte-characters.
8264         * progmodes/fortran.el: Move all safe and risky properties into the
8265         defcustoms.
8267         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8268         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8269         * mail/undigest.el:
8270         Put autoloads in rmail.el rather than loaddefs.el.
8271         * mail/rmail.el: Regenerate with extracted autoloads.
8273         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8274         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8276 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8278         Reported in thread for Bug#4375.
8279         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8280         "-data-evaluate-expression" instead of print.
8281         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8282         (gdb-tooltip-print): Parse output from above MI command.
8283         (gdb): Revert 2009-08-11 change.  User should detach inferior
8284         manually.
8286         Remove the word "separate" from IO functions as inferior
8287         output is now never displayed in the GUD buffer.
8289 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8291         * startup.el (command-line-normalize-file-name): On Windows and
8292         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8294 2009-09-10  Juri Linkov  <juri@jurta.org>
8296         * isearch.el (isearch-text-char-description): Propertize escape
8297         character sequences with the `escape-glyph' face.  (Bug#4344)
8299         * simple.el (shell-command): Set asynchronous process filter to
8300         `comint-output-filter'.  (Bug#4343)
8302         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8303         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8304         the list.  Move "asm" to the bottom.
8305         (grep-find-ignored-directories): Add `choice' with nil value
8306         to empty the list easily.
8307         (grep-find-ignored-files): New option.
8308         (grep-files-history): Set to nil by default instead of '("ch" "el").
8309         (grep-compute-defaults): Add "<X>" to `grep-template'.
8310         (grep-read-files): Bind new local variables `default-alias' and
8311         `default-extension'.  Use a list of default values for the file prompt.
8312         (lgrep): Add `--exclude=' command line options composed from
8313         `grep-find-ignored-files'.
8314         (rgrep): Add `-name' command line options composed from
8315         `grep-find-ignored-files'.  (Bug#4301)
8317 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8320         (bug#4368).
8322 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8324         * calendar/time-date.el (autoload):
8325         Expand define-obsolete-function-alias into defalias and make-obsolete
8326         for old Emacsen that Gnus supports.
8327         (with-no-warnings): Define it for old Emacsen.
8328         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8329         is available.
8330         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8331         float-time is available; suppress compile warning for time-to-seconds.
8333 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8335         * net/imap.el (imap-message-map): Docstring fix.
8337 2009-09-09  Glenn Morris  <rgm@gnu.org>
8339         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8340         line numbers too.  (Bug#4374)
8342 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8344         * smerge-mode.el (smerge-remove-props, smerge-refine):
8345         Use with-silent-modifications (bug#4342).
8347         * subr.el (with-silent-modifications): New macro.
8349 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8351         * files.el (top-level): Require `cl' when compiling.
8353 2009-09-07  Glenn Morris  <rgm@gnu.org>
8355         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8357         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8358         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8360 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8362         * vc-git.el (vc-git-annotate-command): Use separator to parse
8363         arguments correctly.
8365 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8367         * proced.el (proced-mode): Doc fix.
8369 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8371         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8372         lstat fails.
8373         (tramp-do-file-attributes-with-ls): Check for file existence at
8374         remote end.
8375         (tramp-do-file-attributes-with-stat): Likewise.
8376         (tramp-convert-file-attributes): Return nil when attr is nil.
8378 2009-09-05  Glenn Morris  <rgm@gnu.org>
8380         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8381         properties to this button.
8382         (diary-fancy-display): Don't extend the button to the final newline.
8383         (diary-fancy-display-mode): Continue to define "q" as a local key.
8385         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8386         efficient.
8388         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8390         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8391         (byte-compile-dest-file-function): New option.
8392         (byte-compile-dest-file): Doc fix.
8393         Obey byte-compile-dest-file-function.
8394         (byte-compile-cl-file-p): New function.
8395         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8396         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8397         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8398         than for file being previously loaded.
8399         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8400         (byte-compile-file-form-require): Handle the case where requiring a file
8401         indirectly causes CL to be loaded.
8403 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8405         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8406         before killing the old buffer, since by the time `kill-buffer' is
8407         run so many buffer variables have been set to nil that it may not
8408         behave as expected.  (Bug#4061)
8410 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8412         * files.el (find-alternate-file): If the old buffer is modified
8413         and visiting a file, behave similarly to `kill-buffer' when
8414         killing it, thus reverting to the pre-1.878 behavior; see
8415         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8416         for discussion.  Also, consult `buffer-file-name' as a variable
8417         not as a function, for consistency with the rest of the code.
8419 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8421         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8422         also when adding a new directory.
8424         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8425         defun.
8427 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * files.el (locate-file-completion-table): Make it provide boundary
8430         information, so partial-completion works better.
8432 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8434         * mail/footnote.el (Footnote-text-under-cursor):
8435         Check footnote-text-marker-alist before using it (bug#4324).
8437 2009-09-04  Glenn Morris  <rgm@gnu.org>
8439         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8440         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8441         * play/solitaire.el, play/tetris.el:
8442         Remove leading * from defcustom and defface docs.
8444         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8445         necessary.
8446         (diary-fancy-overriding-map): New variable.
8447         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8448         Use view-mode.
8450         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8451         goto-line.
8453 2009-09-03  Glenn Morris  <rgm@gnu.org>
8455         * arc-mode.el (archive-mode):
8456         * dos-fns.el (set-default-process-coding-system):
8457         * man.el (Man-getpage-in-background):
8458         * menu-bar.el (menu-bar-describe-menu):
8459         * server.el (server-process-filter):
8460         * startup.el (command-line):
8461         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8462         * w32-fns.el (set-default-process-coding-system):
8463         * x-dnd.el (x-dnd-handle-file-name):
8464         * international/mule-cmds.el (mule-menu-keymap)
8465         (set-default-coding-systems, language-info-alist, set-language-info)
8466         (set-language-environment, standard-display-european-internal)
8467         (set-locale-environment):
8468         * international/mule-diag.el (mule-diag):
8469         * mail/emacsbug.el (report-emacs-bug):
8470         * mail/rmail.el (rmail-mode):
8471         * mail/sendmail.el (mail-setup):
8472         Use default-value rather than default-enable-multibyte-characters.
8474         * progmodes/f90.el: Move all safe properties into the defcustoms.
8475         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8477         * calendar/appt.el (appt-check):
8478         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8479         (diary-check-diary-file, diary-list-entries)
8480         (diary-include-other-diary-files, diary-simple-display)
8481         (diary-fancy-display, diary-print-entries)
8482         (diary-mark-included-diary-files, diary-make-entry):
8483         Don't call substitute-in-file-name on diary-file.
8485 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8486             Stefan Monnier  <monnier@iro.umontreal.ca>
8488         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8489         (footnote-mode-map): Move initialization into the declaration.
8490         (footnote-minor-mode-map): Define it rather than changing global-map.
8491         (footnote-mode): Use define-minor-mode.
8493 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8495         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8496         (tramp-do-file-attributes-with-perl)
8497         (tramp-do-file-attributes-with-stat): Rename from
8498         `tramp-handle-file-attributes-with-*'.
8499         (tramp-handle-file-attributes): Use them.
8500         (tramp-do-directory-files-and-attributes-with-perl)
8501         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8502         `tramp-handle-directory-files-and-attributes-with-*'.
8503         (tramp-handle-directory-files-and-attributes): Use them.
8504         (tramp-method-out-of-band-p): Additional parameter SIZE.
8505         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8506         (tramp-handle-write-region): Use it.
8507         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8508         (tramp-handle-vc-registered): Check, whether the first run did
8509         return files to be tested.
8510         (tramp-advice-make-auto-save-file-name): Do not call directly
8511         `tramp-handle-make-auto-save-file-name', because this would bypass
8512         the locking mechanism.
8514         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8515         (file-remote-p, process-file, start-file-process, set-file-times)
8516         (tramp-compat-file-attributes): Compatibility functions shall not
8517         call directly `tramp-handle-*', because this would bypass the
8518         locking mechanism.
8519         (tramp-compat-number-sequence): New defun.
8521 2009-09-02  Glenn Morris  <rgm@gnu.org>
8523         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8524         alias for float-time.
8525         (time-to-number-of-days): In Emacs, use float-time.
8526         * net/newst-backend.el (time-add): Suppress warnings from compat
8527         function.
8528         * time.el (emacs-uptime, emacs-init-time):
8529         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8530         Use float-time rather than time-to-seconds.
8532         * minibuffer.el (completion-initials-expand): Fix typo.
8534         * faces.el (modeline, modeline-inactive, modeline-highlight)
8535         (modeline-buffer-id):
8536         * info.el (info-menu-5): Mark these face aliases as obsolete.
8538 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8540         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8541         space ...
8542         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8543         no "--thread" option.
8544         (gdb-stopped): Don't print "Switched to thread" message when it is
8545         unchanged.
8547 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8549         * minibuffer.el (completion-try-completion)
8550         (completion-all-completions): Remove ill-defined (and
8551         mistakenly installed and luckily never used nor documented)
8552         `completion-styles' property.
8553         (completion-initials-expand, completion-initials-all-completions)
8554         (completion-initials-try-completion): New functions.
8555         (completion-styles-alist): Add doc to each entry.
8556         Add new `initials' entry.
8558 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8560         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8561         MI command -var-evaluate-expression.
8562         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8563         and tweak for case of string child.
8564         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8566 2009-09-01  Glenn Morris  <rgm@gnu.org>
8568         * add-log.el (change-log-date-face, change-log-name-face)
8569         (change-log-email-face, change-log-file-face, change-log-list-face)
8570         (change-log-conditionals-face, change-log-function-face)
8571         (change-log-acknowledgement-face):
8572         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8573         (custom-modified-face, custom-set-face, custom-changed-face)
8574         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8575         (custom-documentation-face, custom-state-face, custom-comment-face)
8576         (custom-comment-tag-face, custom-variable-tag-face)
8577         (custom-variable-button-face, custom-face-tag-face)
8578         (custom-group-tag-face-1, custom-group-tag-face):
8579         * diff-mode.el (diff-header-face, diff-file-header-face)
8580         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8581         (diff-added-face, diff-changed-face, diff-function-face)
8582         (diff-context-face, diff-nonexistent-face):
8583         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8584         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8585         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8586         (Info-title-4-face):
8587         * isearch.el (isearch-lazy-highlight-face):
8588         * log-view.el (log-view-file-face, log-view-message-face):
8589         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8590         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8591         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8592         (cvs-msg-face):
8593         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8594         (smerge-base-face, smerge-markers-face):
8595         * wid-edit.el (widget-documentation-face, widget-button-face)
8596         (widget-field-face, widget-single-line-field-face)
8597         (widget-inactive-face, widget-button-pressed-face):
8598         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8599         (woman-addition-face):
8600         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8601         (eshell-ls-executable-face, eshell-ls-readonly-face)
8602         (eshell-ls-unreadable-face, eshell-ls-special-face)
8603         (eshell-ls-missing-face, eshell-ls-archive-face)
8604         (eshell-ls-backup-face, eshell-ls-product-face)
8605         (eshell-ls-clutter-face):
8606         * eshell/em-prompt.el (eshell-prompt-face):
8607         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8608         * obsolete/old-whitespace.el (whitespace-highlight-face):
8609         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8610         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8611         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8612         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8613         (antlr-font-lock-literal-face):
8614         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8615         (ebrowse-root-class-face, ebrowse-file-name-face)
8616         (ebrowse-default-face, ebrowse-member-attribute-face)
8617         (ebrowse-member-class-face, ebrowse-progress-face):
8618         * progmodes/make-mode.el (makefile-space-face):
8619         * progmodes/sh-script.el (sh-heredoc-face):
8620         * textmodes/flyspell.el (flyspell-incorrect-face)
8621         (flyspell-duplicate-face):
8622         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8623         * textmodes/texinfo.el (texinfo-heading-face):
8624         Mark face aliases with "-face" suffix as obsolete.
8626         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8627         compiler.
8629         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8630         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8631         easy-menu-define wants to modify these.
8633         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8635         * net/browse-url.el (browse-url-file-url):
8636         * term/internal.el (dos-codepage-setup):
8637         Use default-value rather than default-enable-multibyte-characters.
8639         * progmodes/etags.el (etags-goto-tag-location):
8640         * progmodes/flymake.el (flymake-highlight-line)
8641         (flymake-goto-file-and-line, flymake-goto-line):
8642         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8643         (gdb-goto-breakpoint):
8644         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8645         * progmodes/python.el (python-find-function)
8646         (python-pdbtrack-track-stack-file):
8647         * progmodes/verilog-mode.el (verilog-surelint-off):
8648         * term/ns-win.el (ns-open-file-select-line):
8649         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8650         Use forward-line rather than goto-line.
8652         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8653         * textmodes/reftex-index.el (reftex-display-index):
8654         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8655         * textmodes/reftex-toc.el (reftex-toc):
8656         Remove unnecessary bindings of default-major-mode (all are followed by
8657         major-mode check and possible mode switch).
8659 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8661         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8662         Handle watchpoints (bug#4282).
8663         (def-gdb-thread-buffer-command): Enable thread to be selected by
8664         clicking without selecting threads buffer first.
8665         (gdb-current-context-command): Use selected frame so that "up",
8666         "down" etc work in the GUD buffer.
8667         (gdb-update): Find selected frame before rendering stack buffer.
8668         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8670 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * progmodes/sym-comp.el (displayed-completions): Remove.
8673         (symbol-complete): Use minibuffer-complete.
8675 2009-08-31  Glenn Morris  <rgm@gnu.org>
8677         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8679         * apropos.el (apropos-symbols-internal):
8680         Handle (obsolete) face aliases.
8682         * faces.el (describe-face): Adjust the output format to be more like
8683         describe-variable, and to mention (obsolete) face aliases.
8684         Adjust the whitespace so that help-setup-xref works.
8686         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8687         * calendar/diary-lib.el (diary-button-face):
8688         Mark these face aliases as obsolete.
8690         * calendar/calendar.el (calendar-today): Doc fix.
8692 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8694         * progmodes/gdb-mi.el (gdb-control-all-threads)
8695         (gdb-control-current-thread): Force tool bar update.
8696         (gdb-non-stop-handler): New function.
8697         (gdb-init-1): Use it to test if non-stop mode is supported.
8698         Remove unused gdbmi buffer type.
8700 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8702         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8703         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8705 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8707         * comint.el (comint-exec-1): Check command is non-null first.
8708         Part of gdb-mi.el change (2009-08-28).
8710 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8712         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8714 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8716         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8717         instead of `dolist' to avoid a recursive require when bootstrapping.
8719 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8723         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8725         * net/imap.el (imap-send-command): Simplify.
8726         (imap-wait-for-tag): point-max -> buffer-size.
8728         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8730         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8731         with constant argument.
8733         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8735         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8737         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8738         Change default, since most of our files don't have a history.
8739         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8740         the user.
8742         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8743         Add comint-run.
8745         * calc/calc.el: Improve commenting convention.
8746         (calc-digit-map, toplevel): Simplify.
8748         * comint.el (comint-insert-input): Be careful to only set point if we
8749         don't delegate to some other command.
8751         * proced.el (proced-signal-list): Make it an alist.
8752         (proced-grammar-alist): Capitalize names.
8753         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8754         Disable undo manually and make it read-only.
8755         Use completion-annotate-function.
8757         * minibuffer.el (minibuffer-message): If the current buffer is not
8758         a minibuffer, insert the message in the echo area rather than at the
8759         end of the buffer.
8760         (completion-annotate-function): New variable.
8761         (minibuffer-completion-help): Use it.
8762         (completion--embedded-envvar-table): Environment vars are
8763         always case-sensitive.
8765 2009-08-30  Glenn Morris  <rgm@gnu.org>
8767         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8768         from fortran-current-defun.
8769         (fortran-beginning-of-subprogram): Be more precise about finding the
8770         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8771         (fortran-end-of-subprogram): Simplify.
8772         (fortran-current-defun): Use fortran-start-prog-re.
8774 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8776         * subr.el (do-after-load-evaluation): Simplify.
8778 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8780         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8782         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8783         (vc-rcs-print-log): Use it.
8785         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8787 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * paths.el (abbrev-file-name): Move to abbrev.el.
8790         * abbrev.el (abbrev-file-name): Move from paths.el.
8791         Obey user-emacs-directory.
8792         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8793         user-emacs-directory.
8794         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8795         abbrev-file-name and calc-settings-file any more.
8796         * startup.el (command-line): Recompute abbrev-file-name and
8797         abbreviated-home-dir.
8798         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8799         of the special code for when C-h bindings haven't been changed.
8800         (display-startup-echo-area-message): Use with-current-buffer.
8801         (command-line-1): Use a list of strings, rather than a list of lists
8802         of strings for longopts.
8804         * files.el (get-free-disk-space): Use / for default-directory.
8806         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8807         Use with-current-buffer.
8809         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8810         Recognize immutable variables like most-positive-fixnum.
8811         (byte-compile-setq-default): Check and warn if trying to assign
8812         to an immutable variable, or a non-variable.
8814         * progmodes/cc-vars.el (c-comment-continuation-stars):
8815         * progmodes/cc-engine.el (c-looking-at-bos):
8816         * progmodes/cc-cmds.el (c-toggle-auto-state)
8817         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8818         (c-comment-line-break-function): Add version of obsolescence.
8820 2009-08-28  Juri Linkov  <juri@jurta.org>
8822         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8823         associated with `archive-mode'.
8825         * image.el (image-type-header-regexps): Use only JPEG magic number
8826         to determine JPEG images, and don't use `image-jpeg-p' because
8827         Emacs can display non-JFIF non-Exif JPEG images.
8829 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8831         * arc-mode.el (archive-mode):
8832         * emacs-lisp/re-builder.el (re-builder-unload-function):
8833         Protect against the default value of `major-mode' being nil.
8835 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8837         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8838         Fix typos in docstrings.
8840         * progmodes/js.el (js--macro-decl-re): Doc fix.
8841         (js--plain-method-re, js--split-name): Refloc docstring.
8842         (js--class-styles, js--make-merged-item, js--splice-into-items):
8843         Fix typos in docstrings; reflow docstrings.
8844         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8845         (js--variable-decl-matcher, js--inside-pitem-p)
8846         (js--parse-state-at-point, js--get-all-known-symbols)
8847         (js--symbol-history, js-find-symbol, js--js-references)
8848         (js--moz-interactor, js--js-encode-value, js--read-tab):
8849         Fix typos in docstrings.
8851 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * textmodes/reftex.el (reftex-get-file-buffer-force):
8854         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8855         * emulation/viper.el (viper-go-away, viper-set-hooks):
8856         * emacs-lisp/re-builder.el (re-builder-unload-function):
8857         * emacs-lisp/bytecomp.el (byte-compile-file):
8858         * ses.el (ses-unload-function):
8859         * hexl.el (hexl-find-file):
8860         * files.el (normal-mode):
8861         * ehelp.el (with-electric-help):
8862         * autoinsert.el (auto-insert-alist):
8863         * arc-mode.el (archive-mode):
8864         Use (default-value 'major-mode) instead of default-major-mode.
8866         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8867         * international/mule.el (load-with-code-conversion):
8868         * emacs-lisp/debug.el (debug):
8869         * ediff-vers.el (ediff-rcs-get-output-buffer):
8870         * dired.el (dired-internal-noselect): Don't let-bind
8871         default-major-mode around code that doesn't use it.
8872         E.g. buffer creation via get-buffer-create doesn't use it.
8874 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8876         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8877         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8878         when writing the temp file.  Otherwise, epa-file gets confused.
8879         (tramp-register-file-name-handlers): Make it a defun.  Move also
8880         `epa-file-handler' to the front of `file-name-handler-alist'.
8882 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8884         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8885         start right after a ^M.
8886         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8887         (tramp-completion-file-name-regexp-separate)
8888         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8889         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8890         Don't modify last-coding-system-used by accident.
8891         (tramp-completion-file-name-handler): Apply the checks here,
8892         instead during registration.
8893         (tramp-register-file-name-handlers): Renamed from
8894         `tramp-register-file-name-handler'.  Register both
8895         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8896         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8898 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8900         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8901         Remove variable ...
8902         (gdb-init-1, gdb-display-separate-io-buffer)
8903         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8904         references to it.
8905         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8906         (gdb-inferior-filter): Use comint-output-filter to stop
8907         echoing and remove ^M characters.
8909 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8911         * emulation/viper-init.el (viper-restore-cursor-type):
8912         * emulation/cua-base.el (cua--update-indications):
8913         Replace default-cursor-type with (default-value 'cursor-type).
8915         * mail/sendmail.el (mail-recover-1):
8916         * international/mule-diag.el (describe-current-coding-system-briefly)
8917         (describe-current-coding-system):
8918         * international/mule-cmds.el (select-safe-coding-system)
8919         (select-message-coding-system)
8920         (set-language-environment-coding-systems, set-locale-environment):
8921         * hexl.el (hexl-insert-multibyte-char):
8922         * dos-w32.el (find-buffer-file-type-coding-system):
8923         * simple.el (what-cursor-position):
8924         Replace uses of default-buffer-file-coding-system
8925         with (default-value 'buffer-file-coding-system).
8927         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8928         Replace uses of default-cursor-in-non-selected-windows
8929         with (default-value 'cursor-in-non-selected-windows).
8930         Use with-current-buffer.
8932         * mail/feedmail.el: Use CL macros.
8933         (feedmail-run-the-queue, feedmail-send-it-immediately):
8934         * dos-w32.el (find-buffer-file-type): Replace uses of
8935         default-buffer-file-type with (default-value 'buffer-file-type).
8937 2009-08-28  Glenn Morris  <rgm@gnu.org>
8939         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8940         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8941         Use default-value of major-mode rather than default-major-mode.
8943 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * Makefile.in (update-elcfiles): Report left over elc files.
8947         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8948         expand-file-name and with-current-buffer.
8949         (mail-get-names, mail-directory): Use with-current-buffer.
8951         * vc.el (vc-read-revision): New function.
8952         (vc-version-diff, vc-merge): Use it.
8954 2009-08-27  Sam Steingold  <sds@gnu.org>
8956         * simple.el (kill-do-not-save-duplicates): New user option.
8957         (kill-new): When it is non-nil, and the new string is the same as
8958         the latest kill, set replace to t to avoid duplicates in kill-ring.
8960 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8962         * net/tramp.el (tramp-handle-process-file): Do not flush all
8963         caches when `process-file-side-effects' is set.
8964         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8965         instead of `tramp-find-file-exists-command'.
8966         Unset `process-file-side-effects'.
8968 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8970         * net/tramp.el (tramp-methods): New method "rsyncc".
8971         (top): Add completion function for "rsyncc".
8972         (tramp-message-show-message): New defvar.
8973         (tramp-message, tramp-error): Use it.
8974         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8975         remote copying.
8976         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8977         `tramp-methods' entry `copy-env' of "rsyncc".
8978         (tramp-vc-registered-read-file-names): New defconst.
8979         (tramp-vc-registered-file-names): New defvar.
8980         (tramp-handle-vc-registered): Implement optimization strategy.
8981         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8982         (tramp-vc-file-name-handler): New defun.
8983         (tramp-get-ls-command, tramp-get-test-command)
8984         (tramp-get-file-exists-command, tramp-get-remote-ln)
8985         (tramp-get-remote-perl, tramp-get-remote-stat)
8986         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8988         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8989         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8990         timestamps.
8991         (tramp-get-file-property): Check for timestamps in
8992         `tramp-cache-inhibit-cache'.
8993         (tramp-set-file-property): Write timestamp.
8995 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8997         * language/japan-util.el (japanese-symbol-table): Add entries for
8998         cp932-2-byte.
9000         * international/characters.el: Add category `j' to cp932-2-byte.
9002 2009-08-27  Kenichi Handa  <handa@m17n.org>
9004         * international/fontset.el (build-default-fontset-data): New macro.
9005         (setup-default-fontset): Use build-default-fontset-data for CJK,
9006         tibetan, ethiopic, and ipa.
9008 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9010         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9011         (enable-multibyte-characters): Not customizable any more.
9013         * subr.el (default-mode-line-format, default-header-line-format)
9014         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9015         (default-direction-reversed, default-truncate-lines)
9016         (default-left-margin, default-tab-width, default-case-fold-search)
9017         (default-left-margin-width, default-right-margin-width)
9018         (default-left-fringe-width, default-right-fringe-width)
9019         (default-fringes-outside-margins, default-scroll-bar-width)
9020         (default-vertical-scroll-bar, default-indicate-empty-lines)
9021         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9022         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9023         (default-scroll-down-aggressively, default-fill-column)
9024         (default-cursor-type, default-buffer-file-type)
9025         (default-cursor-in-non-selected-windows)
9026         (default-buffer-file-coding-system, default-major-mode)
9027         (default-enable-multibyte-characters): Mark as obsolete.
9029 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9031         * vc-dir.el (vc-dir-update): Remove debug helper.
9033         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9035 2009-08-26  Sam Steingold  <sds@gnu.org>
9037         * simple.el (save-interprogram-paste-before-kill): New user option.
9038         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9039         save the interprogram-paste into kill-ring before overriding it
9040         with the Emacs kill.
9042 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9044         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9045         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9046         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9047         and move to vc-rcs.el.
9048         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9049         move to vc-rcs.el.
9050         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9051         (vc-rcs-update-changelog): Remove.
9052         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9053         and move to vc-rcs.el.
9055         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9056         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9057         renaming.
9058         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9059         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9060         vc.el, renamed to be RCS specific.
9062         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9063         New functions.
9064         (vc-cvs-update-changelog): Move here from vc.el.
9066         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9067         New functions.
9069 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9073 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9075         * vc-git.el (vc-git-register): Use "git add" for directories.
9076         (vc-git-stash, vc-git-stash-show): New functions.
9077         (vc-git-extra-menu-map): Bind them.
9079         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9080         directory correctly in case the item is a directory itself.
9082         * vc.el: Document the desired behavior for reverted files in the
9083         `added' state.
9084         (vc-default-prettify-state-info): Remove function, unused.
9086         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9088 2009-08-26  Glenn Morris  <rgm@gnu.org>
9090         * bindings.el (standard-mode-line-format): Reposition dashes in
9091         which-func entry.  (Bug#4217)
9093         * files.el (enable-local-variables, enable-local-eval)
9094         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9095         the defcustoms.
9096         (auto-mode-alist, ignored-local-variables)
9097         (save-some-buffers-action-alist): Move risky declarations to the
9098         definitions.
9099         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9100         (font-lock-defaults, format-alist, imenu--index-alist)
9101         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9102         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9103         (mode-line-modified, mode-line-mule-info, mode-line-position)
9104         (mode-line-process, mode-line-remote, outline-level)
9105         (parse-time-rules, rmail-output-file-alist)
9106         (special-display-buffer-names, vc-mode):
9107         Move risky declarations to the relevant files.
9108         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9109         (mode-line-modified, mode-line-process, mode-line-position)
9110         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9111         * font-core.el (font-lock-defaults):
9112         * format.el (format-alist):
9113         * vc-hooks.el (vc-mode):
9114         * window.el (special-display-buffer-names):
9115         * international/mule-cmds.el (input-method-alist):
9116         Define riskiness here (dumped file) rather than in files.el.
9117         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9118         * imenu.el (imenu-generic-expression, imenu--index-alist):
9119         * outline.el (outline-level):
9120         * time.el (display-time-string):
9121         * calendar/parse-time.el (parse-time-rules):
9122         * mail/rmailout.el (rmail-output-file-alist):
9123         Autoload riskiness here, rather than placing in files.el.
9125 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9127         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9129 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9131         * simple.el (process-file-side-effects): New defvar.
9133         * dired-aux.el (dired-show-file-type):
9134         * vc.el (vc-diff-internal):
9135         * vc-arch.el (vc-arch-diff):
9136         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9137         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9138         * vc-git.el (vc-git-registered, vc-git-working-revision)
9139         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9140         (vc-git--empty-db-p):
9141         * vc-hooks.el (vc-user-login-name):
9142         * vc-svn.el (vc-svn-registered, vc-svn-state)
9143         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9144         * progmodes/grep.el (grep-probe): Let-bind
9145         `process-file-side-effects' with nil.
9147         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9149         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9150         daemon.  Replace ping by checking for running service for bluez
9151         and zeroconf.  (Bug#4239)
9153 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9155         * net/dig.el (dig): Add autoload cookie.
9157 2009-08-25  Glenn Morris  <rgm@gnu.org>
9159         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9160         load-history for absolute file-names.
9161         (byte-compile-file-form-require): Warn about use of the cl package.
9163         * format.el (format-alist): Doc fix.
9165         * play/bubbles.el (top-level): Don't require cl at run-time.
9167         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9168         run-time cl).
9170 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9172         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9173         from cl package.
9174         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9176 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9178         * calc/calc-alg.el (math-trig-rewrite)
9179         (math-hyperbolic-trig-rewrite): New functions.
9180         (calc-simplify): Simplify trig functions when asked.
9182 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9186 2009-08-24  Kenichi Handa  <handa@m17n.org>
9188         * language/ind-util.el (mapthread): Delete it.
9189         (combinatorial): New function.
9190         (indian--puthash-cv): Use combinatorial instead of mapthread.
9192 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9194         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9195         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9196         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9197         Clarify docstring that the value is strings not symbols.
9198         (checkdoc-list-of-strings-p): New function.
9200 2009-08-22  Glenn Morris  <rgm@gnu.org>
9202         * files.el (auto-mode-alist):
9203         * hippie-exp.el (he-concat-directory-file-name):
9204         * lpr.el (lpr-windows-system, printer-name):
9205         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9206         * ps-print.el (ps-windows-system):
9207         * startup.el (command-line):
9208         * emulation/viper-ex.el (viper-glob-function):
9209         * international/mule-cmds.el (set-language-environment-coding-systems):
9210         * net/ange-ftp.el (ange-ftp-write-region):
9211         * obsolete/fast-lock.el (fast-lock-cache-name):
9212         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9213         unisoft-unix, vax-vms, win32, w32.
9215         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9216         given name if the pattern is not more specific.
9218         * calendar/lunar.el (lunar-phase-names): New option.
9219         (lunar-phase): Doc fix.
9220         (lunar-cycles-per-year): New constant.
9221         (lunar-index): New function.
9222         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9223         (lunar-phase-name): Use lunar-phase-names.
9224         (calendar-lunar-phases): Use format.
9225         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9227         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9228         Copy imenu-example--name-and-position function here for own use.
9229         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9231         * bs.el (bs--redisplay):
9232         * cus-edit.el (custom-redraw):
9233         * ibuffer.el (ibuffer-bury-buffer):
9234         * server.el (server-goto-line-column):
9235         * startup.el (command-line-1):
9236         * strokes.el (strokes-xpm-for-stroke):
9237         * term.el (term-display-buffer-line):
9238         * view.el (View-goto-line):
9239         * calc/calc.el (calc-do, calc-trail-buffer):
9240         * play/gamegrid.el (gamegrid-add-score-insecure):
9241         * progmodes/ada-mode.el (ada-compile-goto-error):
9242         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9243         (ebrowse-select-1st-to-9nth):
9244         * progmodes/cperl-mode.el (cperl-time-fontification):
9245         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9246         * progmodes/gud.el (gud-display-line):
9247         (idlwave-shell-display-line):
9248         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9249         * progmodes/make-mode.el (makefile-browser-toggle):
9250         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9251         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9252         * textmodes/picture.el (picture-draw-rectangle):
9253         * textmodes/reftex-index.el (reftex-index-goto-letter):
9254         (reftex-select-jump-to-previous):
9255         * textmodes/reftex-sel.el (reftex-find-start-point)
9256         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9257         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9258         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9259         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9260         * textmodes/two-column.el (2C-associated-buffer):
9261         Use forward-line rather than goto-line.
9263         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9264         goto-line.
9266         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9267         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9268         (quick-check-list-to-regexp): Declare.
9270         * progmodes/make-mode.el (makefile-browser-insert-selection):
9271         Use goto-char rather than goto-line.
9273         * progmodes/prolog.el (compilation-error-regexp-alist)
9274         (compilation-forget-errors): Declare.
9276 2009-08-22  Juri Linkov  <juri@jurta.org>
9278         * progmodes/grep.el (lgrep, rgrep): At the beginning
9279         set `dir' to `default-directory' unless `dir' is a non-nil
9280         readable directory.  (Bug#4052)
9281         (lgrep, rgrep): Change a weird way to report an error
9282         from using `read-string' to using `error'.
9283         Instead of using interactive arguments in the function body,
9284         add new argument `confirm'.
9286 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * textmodes/remember.el (remember-buffer):
9289         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9290         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9291         (icalendar-extract-ical-from-buffer):
9292         * net/newst-treeview.el (newsticker-groups-filename):
9293         * net/newst-backend.el (newsticker-cache-filename):
9294         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9295         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9296         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9297         (speedbar-buffers-line-path, speedbar-path-line)
9298         (speedbar-buffers-line-path):
9299         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9300         (epg-sign-keys):
9301         * epa.el (epa-display-verify-result):
9302         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9304 2009-08-21  Glenn Morris  <rgm@gnu.org>
9306         * progmodes/js.el (inferior-moz-process): Fix declaration.
9308         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9310         * obsolete/rnewspost.el (news-mail-reply):
9311         Use goto-char rather than goto-line.
9313         * term/ns-win.el (ns-open-file-select-line):
9314         Use line-beginning-position rather than goto-line.
9316         * apropos.el (apropos-command):
9317         * ehelp.el (electric-helpify):
9318         * printing.el (pr-show-setup):
9319         * strokes.el (strokes-help):
9320         * tutorial.el (tutorial--describe-nonstandard-key)
9321         (tutorial--detailed-help):
9322         * woman.el (woman-mini-help, woman-display-extended-fonts):
9323         * calc/calc-help.el (calc-describe-key):
9324         * emulation/edt.el (edt-electric-helpify):
9325         * international/mule-diag.el (mule-diag):
9326         * play/yow.el (apropos-zippy):
9327         * progmodes/python.el (python-describe-symbol):
9328         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9329         * textmodes/table.el (*table--cell-describe-mode)
9330         (*table--cell-describe-bindings):
9331         Use help-print-return-message rather than the now obsolete alias.
9333         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9334         (calendar-cursor-to-visible-date):
9335         * play/5x5.el (5x5-position-cursor):
9336         * play/decipher.el (decipher):
9337         * play/gomoku.el (gomoku-goto-xy):
9338         * play/landmark.el (lm-goto-xy):
9339         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9340         (mpuz-paint-digit):
9341         Use forward-line, not goto-line.
9343         * mail/rmail.el (rmail-obsolete): Delete custom group.
9344         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9345         (rmail-remote-password, rmail-remote-password-required):
9346         Remove unneeded :set-after and :set properties.
9348 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9350         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9352 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9354         * loadup.el: Remove leftover macos code.
9356         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9357         Explicitly pass the date format to git blame so that user local
9358         so that the output format can be parsed.
9360 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9362         * net/dbus.el (top): Don't check for (getenv
9363         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9365 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9367         * log-edit.el (log-edit-strip-single-file-name): New var.
9368         (log-edit-insert-changelog): Use it.  Bug#3571
9370 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9373         Bug#3287
9375         * help.el (help-print-return-message): Rename from
9376         print-help-return-message.
9378         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9379         cvs-mode-map parent hack.
9380         (log-view-mode): Derive from special-mode.
9382         * linum.el (linum-mode): window-size-change-functions is redundant.
9383         Adapt to new window-configuration-change-hook behavior.
9384         (linum-after-size, linum-after-config): Remove.
9386         * imenu.el (imenu-example--name-and-position)
9387         (imenu-example--lisp-extract-index-name)
9388         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9389         Mark as obsolete.
9391         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9392         (inferior-prolog-mode): Use it.
9393         (inferior-prolog-load-file): Reset list of errors.
9395 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9397         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9399         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9401 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9403         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9404         is running already.
9406 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9408         * subr.el (listify-key-sequence-1): Use normal syntax since those
9409         integers are nowadays always represented by the same (positive) number
9410         on all platforms.
9411         (read-key-empty-map): New const.
9412         (read-key-delay): New var.
9413         (read-key): New function.
9414         (force-mode-line-update): Use with-current-buffer.
9415         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9416         (start-process-shell-command, start-file-process-shell-command):
9417         Discourage the use of command-args.
9419 2009-08-19  Glenn Morris  <rgm@gnu.org>
9421         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9423 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * simple.el (choose-completion-string): Don't rely on
9426         minibuffer-completing-file-name and ad-hoc checks to decide whether
9427         to continue completion or not.
9429         * minibuffer.el (minibuffer-hide-completions): New function.
9430         (completion--do-completion): Use it.
9431         (completions-annotations): New face.
9432         (completion--insert-strings): Use it.
9433         (completion-pcm--delim-wild-regex): Add docstring.
9434         (completion-pcm--string->pattern): Add support for 0-width delimiters
9435         in completion-pcm--delim-wild-regex.
9437 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9440         Remove unused var `buffer-modified-p'.
9442         * minibuffer.el (completion--do-completion): Move point for the #b001
9443         case as well (bug#4176).
9444         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9446 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9448         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9449         and :session buses.
9451 2009-08-18  Kenichi Handa  <handa@m17n.org>
9453         * international/ucs-normalize.el (ucs-normalize-version):
9454         Change to 1.1.
9455         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9456         (utf-8-hfs): Make it perform normalization on encoding too.
9458         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9459         (sentence-end-without-space): Delete duplicated chars.
9460         (sentence-end-base): Likewise.
9462         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9463         (html-mode): Delete duplicated chars from sentence-end-base.
9465         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9466         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9468 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9470         * files.el (hack-one-local-variable): If the mode function is for
9471         a minor mode, pass it an argument (Bug#4148).
9473 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9475         * net/tramp.el (tramp-register-completion-file-name-handler):
9476         Check also for (member 'partial-completion completion-styles).
9478 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9480         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9481         abbrev (Bug#3943).
9483 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9485         * progmodes/cperl-mode.el: Merge upstream 6.2.
9486         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9487         (cperl-forward-re): Check cperl-brace-recursing.
9488         (cperl-highlight-charclass): New function.
9489         (cperl-find-pods-heres): Use it.
9490         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9491         (cperl-beautify-regexp-piece): Fix column calculation.
9492         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9493         (cperl-beautify-level): Don't process entire regexp.
9494         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9495         calling man.
9496         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9497         (cperl-init-faces): Build a list in the normal way.
9499 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9501         * calendar/parse-time.el (parse-time-string-chars): Save match
9502         data.
9504 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9507         (sql-product): Use it.
9508         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9509         (sql-set-product): Add completion.
9510         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9511         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9512         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9513         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9514         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9515         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9516         (sql-highlight-db2-keywords): Remove.
9517         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9518         (sql-highlight-product): Use derived-mode-p.
9519         (sql-set-sqli-buffer): Use with-current-buffer.
9520         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9521         Simplify.
9523         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9525         * term.el: Fix commenting convention, turn comments into docstrings.
9527 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9529         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9531 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9533         * calendar/parse-time.el (parse-time-string-chars): Compute using
9534         character classes, to handle non-ascii characters (Bug#3190).
9536 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9538         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9539         another heredoc if the user adds another < (Bug#3226).
9541         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9542         Don't initialize based on window-system (Bug#4124).
9544         * facemenu.el (facemenu-read-color): Use a completion function
9545         that accepts any defined color, such as RGB triplets (Bug#3677).
9547         * files.el (get-free-disk-space): Change fallback default
9548         directory to /.  Expand DIR argument before switching to fallback.
9549         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9551 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9553         * files.el (load-library): Doc fix.
9555 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9557         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9558         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9559         incremental search string.
9561         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9562         XEmacs.
9564         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9565         (ediff-merge-region-is-non-clash)
9566         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9567         Also check if the job is really a merge job.
9569         * ediff.el (ediff-current-file): New function.
9571 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9573         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9574         conventions.
9575         (js-insert-and-indent): Delete function.
9576         (js-mode-map): Don't bind keys to js-insert-and-indent.
9577         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9578         (js-end-of-defun): Rename from js--end-of-defun.
9579         (js-auto-indent-flag): Delete variable.
9581 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9583         * progmodes/js.el: Remove proclaim statement.
9584         Defvar which-func-imenu-joiner-function to silence compiler.
9586         * files.el (auto-mode-alist): Use js-mode for .js files.
9588         * progmodes/js2-mode.el: Remove file.
9590         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9592         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9594         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9596 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9597             Karl Landstrom  <karl.landstrom@brgeight.se>
9599         * progmodes/js.el: New file.
9601 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9603         * timezone.el (timezone-parse-date): Add ability to understand ISO
9604         basic format (minimal separators) dates in addition to the
9605         already-supported extended format dates.
9607 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9609         * international/ucs-normalize.el: Add a `coding' file variable.
9611         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9613 2009-08-14  Sam Steingold  <sds@gnu.org>
9615         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9617 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9619         * faces.el (help-argument-name): Define it here instead of
9620         help-fns.el, because in daemon mode help-fns.el may be loaded when
9621         faces are still uninitialized (Bug#1078).
9623         * help-fns.el (help-argument-name): Move defface to faces.el.
9625 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9627         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9628         create buffer with a pty but no process so that GDB can make the
9629         inferior the controlling process.
9631 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9633         * international/ucs-normalize.el: New file.
9635 2009-08-13  Richard Stallman  <rms@gnu.org>
9637         * mail/rmail.el (rmail-get-attr-names):
9638         Accept an attribute header that is too short.
9640         * mail/rmail.el (rmail-forget-messages):
9641         Ignore nil elt in rmail-message-vector.  Use dotimes.
9643         * progmodes/compile.el (compilation-goto-locus):
9644         Use next-error-move-function.
9646         * simple.el (next-error-move-function): New variable.
9648 2009-08-12  Juri Linkov  <juri@jurta.org>
9650         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9651         always non-nil.  (Bug#4052)
9653         * replace.el (read-regexp): Return empty string when
9654         `default-value' is nil.
9655         (keep-lines-read-args): Don't use empty string as the
9656         default value for `read-regexp'.  (Bug#2495)
9658 2009-08-12  Juri Linkov  <juri@jurta.org>
9660         * international/mule-cmds.el (ucs-insert): Change arguments
9661         from `arg' to `character', `count', `inherit' to be the same
9662         as in `insert-char'.  Doc fix.  (Bug#4039)
9664         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9666 2009-08-12  Juri Linkov  <juri@jurta.org>
9668         * files-x.el: New file.
9670         * files.el: Move code that deals with adding/deleting
9671         file/directory-local variables to files-x.el.
9673         * Makefile.in (ELCFILES): Add files-x.elc.
9675 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9677         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9678         to use `goto-line'.
9679         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9680         `goto-line'.
9681         (gdb-invalidate-disassembly): Do not refresh upon receiving
9682         'update signal.  Instead, update all disassembly buffers only after
9683         threads list.
9684         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9685         (gdb-starting): Moved -data-list-register-names...
9686         (gdb-stopped): ...here so it's sent when first thread stops.
9687         (gdb-registers-handler-custom): Do nothing if register names are
9688         unknown yet.
9690         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9691         from `gdb-mi.el' to avoid extra tangling.
9693         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9694         change which breaks `gud-def' definitions used in `gdb'.
9695         (gdb-update-gud-running): No extra fuss for updating frame number.
9697 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9699         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9700         (describe-language-environment-map, setup-language-environment-map)
9701         (set-coding-system-map): Move initialization into declaration.
9702         (set-language-info-alist): Last arg to define-key-after can be skipped.
9704         * international/quail.el (quail-completion-1): Simplify.
9705         (quail-define-rules): Use slightly more compact code.
9706         (quail-insert-decode-map): Propertize keys, compact columns.
9708         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9709         Add goto-line.
9711 2009-08-10  Miles Bader  <miles@gnu.org>
9713         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9714         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9715         (js2-instance-member, js2-private-member, js2-private-function-call)
9716         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9717         (js2-magic-paren, js2-external-variable):
9718         Remove "-face" suffix from face names.
9719         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9720         (js2-highlight-undeclared-vars, js2-peek-token)
9721         (js2-parse-function-params, js2-mode-show-errors)
9722         (js2-mode-show-warnings, js2-make-magic-delimiter)
9723         (js2-mode-highlight-magic-parens): Update to use new face names.
9725 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9727         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9728         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9730 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9732         * subr.el: Provide hashtable-print-readable.
9734         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9735         hs-c-like-adjust-block-beginning.
9736         (hs-hide-block-at-point): Stop hiding at the beginning of
9737         hs-block-end-regexp (Bug#700).
9739 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9741         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9742         a macro.
9743         (gdb-registers-handler-custom): Do not fail when register names
9744         are unavailable.
9746 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9748         * progmodes/gdb-mi.el (gdb-control-all-threads)
9749         (gdb-control-current-thread): Interactive setters for
9750         `gdb-gud-control-all-threads' to use in menu.
9751         (gdb-show-run-p): Show «Go» when process is not active.
9752         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9753         gud/thread.xpm and gud/all.xpm.
9755 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9757         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9758         (nslookup-font-lock-keywords): Make it a variable.
9759         (net-utils-mode): New mode for viewing diagnostic network output.
9760         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9761         (net-utils-run-simple): New function.
9762         (ifconfig, iwconfig, netstat, arp, route): Use it.
9764 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9766         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9767         (gdb-memory-set-address, def-gdb-set-positive-number)
9768         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9769         after changing settings.
9770         (gdb-invalidate-disassembly): Update when first shown.
9771         (gdb-edit-locals-value): Fixed.
9772         (gdb-registers-handler-custom): Print registers in right order and
9773         allow changing register values (only for current thread yet).
9774         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9775         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9776         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9777         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9778         info in mode name.
9779         (gdb-registers-mode-map): TAB to switch to locals.
9781 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9783         * mail/rmail.el (rmail-add-mbox-headers)
9784         (rmail-set-message-counters-counter): Search for
9785         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9787 2009-08-08  Glenn Morris  <rgm@gnu.org>
9789         * Makefile.in (ELCFILES): Update.
9791 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9793         * mail/sendmail.el (mail-yank-original): Set
9794         buffer-file-coding-system from the one used by the message whose
9795         text is yanked.
9797         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9798         to "windows" when "pgnuplot" is used.
9799         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9800         call accept-process-output if "pgnuplot" is used.
9801         (calc-graph-init): Don't send -display and -geometry to
9802         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9803         running "pgnuplot -V" with shell-command-to-string.
9805         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9806         the default.
9808 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9810         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9811         org/org-latex.elc.
9813 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9815         * vc-dispatcher.el (vc-resynch-window): Update comment.
9817         * term.el (term-handle-ansi-escape): Add comments with the
9818         terminfo capabilities implemented.
9820 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9822         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9823         (gdb-var-create-handler): Rewritten using JSON parser.
9824         (gdb-propertize-header): Moved earlier.
9825         (gdb-set-header): Removed to avoid duplication.
9826         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9827         Refresh disassembly buffers only after threads list have been
9828         update.
9829         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9830         variables.
9832 2009-08-04  Juri Linkov  <juri@jurta.org>
9834         * files.el: Commands to add/delete file/directory-local variables.
9835         (read-file-local-variable, read-file-local-variable-value)
9836         (read-file-local-variable-mode, modify-file-local-variable)
9837         (modify-file-local-variable-prop-line)
9838         (modify-dir-local-variable): New functions.
9839         (add-file-local-variable, delete-file-local-variable)
9840         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9841         (add-dir-local-variable, delete-dir-local-variable)
9842         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9843         (copy-dir-locals-to-file-locals-prop-line): New commands.
9845 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9847         * abbrev.el (insert-abbrev-table-description): Prettify output.
9848         Suggested by Karl Chen.
9850 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9852         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9853         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9854         (gdb-overlay-arrow-position, gdb-thread-position)
9855         (gdb-disassembly-position): Declare variables.
9856         (gdb-wait-for-pending): Function now.
9857         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9858         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9859         compilation goes smoothly.
9860         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9861         (gdb-non-stop-setting): New customization setting which replaces
9862         `gdb-non-stop' so changing it doesn't break active GDB session.
9863         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9864         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9865         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9866         (gdb-show-threads-by-default): New customization options.
9867         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9868         routines.
9869         (gdb-get-buffer-create): Send buffers update signal when they are
9870         created.
9871         (gdb-invalidate-locals, gdb-invalidate-registers)
9872         (gdb-invalidate-breakpoints)
9873         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9874         (gdb-invalidate-memory): Accept update signal.
9875         (gdb-current-context-command): Use --frame option.
9876         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9877         Implement `gdb-frame-number' selection logic.
9878         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9879         whether to show GUD toolbar buttons.
9880         (gdb-thread-exited): Unselect current thread when it exits.
9881         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9882         (gdb-mark-line): Routine which sets overlay arrow or inverses
9883         video on fringeless displays.
9884         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9885         to build aligned columns of data in GDB buffers and set text
9886         properties line-by-line.
9887         (gdb-invalidate-breakpoints)
9888         (gdb-breakpoints-list-handler-custom)
9889         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9890         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9891         (gdb-registers-handler-custom): Align data columns.
9892         (gdb-locals-handler-custom): Now prints data like in variable
9893         declarations.
9894         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9895         Removed confusing buttons.
9896         (gdb-invalidate-threads): Append --frame.
9897         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9898         between breakpoints/threads buffers.
9899         (gdb-set-window-buffer): Now can ignore dedicated windows.
9900         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9901         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9902         (def-gdb-thread-buffer-gud-command): Replaces
9903         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9904         for fine thread control.
9905         (gdb-preempt-existing-or-display-buffer): New function used to
9906         display bound buffers without breaking window layout.
9907         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9908         (gdb-select-frame): New version of `gdb-frames-select' which now
9909         sets `gdb-frame-number' so commands may use --frame option instead
9910         of inner debugger state.
9911         (gdb-frame-handler): Do not set `gdb-frame-number'.
9912         (gdb-threads-mode-map): Select threads with mouse.
9914         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9915         avoid compilation warning.
9916         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9917         `gdb-show-stop-p`.
9919         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9920         Argument `key' renamed to `buffer-type'.
9921         (gdb-current-context-buffer-name): Do not add thread info to
9922         buffer name when no thread is selected.
9923         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9924         command (bug 3794).
9925         (gdb-thread-selected): Handle `=thread-selected' notification.
9926         (gdb-wait-for-pending): New macro to deal with congestion problems.
9927         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9928         breakpoints.
9929         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9930         This fixes problem similar to one described in bug 3947.
9931         (gud-menu-map): More menu items.
9932         (gdb-init-1): Reset `gdb-thread-number' to nil.
9934         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9935         non-stop settings.
9937         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9938         (gdb-current-context-command): Do not append --thread if
9939         `gdb-thread-number' is nil.
9940         (gdb-running-threads-count, gdb-stopped-threads-count): New
9941         variables.
9942         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9943         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9944         customization options.
9945         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9946         GUD commands.
9947         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9948         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9949         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9950         set `gdb-thread-number' and update `gud-running' properly.
9951         (gdb-running): Update threads list when new threads appear.
9952         (gdb-stopped): Support non-stop operation and new thread switching
9953         logic.
9954         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9955         (gdb-json-partial-output): New set of JSON routines.
9956         (def-gdb-auto-update-trigger): New `signal-list' optional
9957         argument.
9958         (gdb-thread-list-handler-custom): Update `gud-running',
9959         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9960         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9961         (gdb-continue-thread, gdb-step-thread): New commands for fine
9962         thread execution control.
9963         (gud-menu-map): New menu items to switch non-stop options.
9964         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9965         (gdb-send): Mimic RET properly (bug 3794).
9967         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9968         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9969         gdb-buffer-rules.
9970         (def-gdb-auto-update-handler): New nopreserve optional argument.
9971         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9973         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9974         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9975         (gdb-parent-mode): New mode to derive other GDB modes from.
9976         (gdb-display-disassembly-for-thread)
9977         (gdb-frame-disassembly-for-thread): New commands for threads
9978         buffer.
9980         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9981         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9982         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9983         (gdb-update): We now store all GDB buffers in a list so that they
9984         can be updated by traversing a list instead of calling invalidate
9985         triggers explicitly.
9986         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9987         pair for GDB buffer.
9988         (gdb-stack-buffer-name): Add thread information.
9989         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9990         handle pending triggers.
9991         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9992         (def-gdb-thread-buffer-simple-command)
9993         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9994         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9995         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9996         New commands which show buffers bound to thread.
9997         (gdb-stack-list-locals-regexp): Removed unused regexp.
9999         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10000         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10001         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10002         to (gud-comint-buffer) in *-buffer-name functions
10003         because (gdb-get-target-string) already does that.
10004         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10005         (gdb-changed-registers-handler): Rewritten without regexps.
10007         * progmodes/gdb-mi.el: Basic thread selection support.
10008         (gdb-thread-number): New variable.
10009         (gdb-current-context-command): New macro which adds --thread
10010         option to command.
10011         (gdb-threads-mode-map): Select thread with SPC.
10012         (gdb-thread-list-handler-custom): Mark current thread with overlay
10013         arrow.  Synchronize GDB thread and Emacs thread.
10014         (gdb-select-thread): New command which selects current thread.
10015         (gdb-invalidate-frames, gdb-invalidate-locals)
10016         (gdb-invalidate-registers): Use --thread option.
10018 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10020         * net/tramp.el (top): Make check for tramp-gvfs loading more
10021         robust.  (Bug#3977)
10022         (tramp-handle-insert-file-contents): `unwind-protect' must be
10023         inside `with-parsed-tramp-file-name'.
10025         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10026         fails.
10028 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10030         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10031         directory if CLASSPATH is not set.
10033 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10035         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10036         New defconst.
10037         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10039 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10041         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10042         Update freshmeat link.  Delete newsforge.com as it seems gone.
10044 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10046         * select.el (x-set-selection): Doc fix (Bug#4021).
10048         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10050         * help-fns.el (describe-variable): Treat list return values from
10051         dir-locals-find-file properly (Bug#4005).
10053 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10055         * net/tramp.el (tramp-debug-message): Print also microseconds.
10057 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10059         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10060         or END is non-nil.
10061         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10062         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10063         format.
10065         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10066         (tramp-get-file-property): Use it.
10068         * autorevert.el (auto-revert-handler): Allow
10069         `auto-revert-tail-mode' for remote files.
10071 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10073         * minibuffer.el (read-file-name): Treat confirm options to
10074         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10076 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10078         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10079         (font-lock-variable-name-face, font-lock-constant-face): Darken
10080         the colors for light backgrounds.
10082 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10084         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10085         month names.  (Bug#3987)
10087 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10089         * simple.el (line-move-finish): Pass whole number to
10090         line-move-to-column.
10091         (line-move-visual): Perform hscroll to the recorded position.
10093 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10095         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10097 2009-07-29  Alan Mackenzie  <acm@muc.de>
10099         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10101 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10103         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10104         (gdb-place-breakpoints): Use full path when setting breakpoints.
10106 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10108         * calc/calc.el (calc-mode-map): Add keybinding for
10109         `calc-transpose-lines'.
10111 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10113         * calc/calc-misc.el (calc-transpose-lines): New function.
10115 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10117         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10118         Simplify check for out-of-band methods.
10119         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10120         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10122 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10124         * vc-git.el (vc-git-checkin): Fix typo.
10126 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10128         * progmodes/js2-mode.el: New file.
10130 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10132         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10133         (gud-menu-map): Adjust tooltip accordingly.
10135 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10137         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10138         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10140         * add-log.el (change-log-mode-map): Add a menu.
10142 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10144         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10145         function returns nil.
10146         (dbus-handle-event): Handle special return value :ignore.
10147         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10149 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10151         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10152         it's not needed.
10154 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10156         Fix Bug#3888:
10158         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10160         * term/pc-win.el (x-display-name, x-colors)
10161         (x-select-enable-clipboard, x-select-text): Doc fix.
10163         * term/common-win.el (x-display-name, x-colors): Doc fix.
10165         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10166         (xw-defined-colors): Doc fix.
10168         * w32-fns.el (x-select-text, x-setup-function-keys)
10169         (x-get-selection, x-set-selection): Doc fix.
10171         * term/x-win.el (x-select-text, x-setup-function-keys)
10172         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10174         * select.el (x-set-selection): Doc fix.
10176 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10178         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10179         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10180         "IsNSSSupportAvailable" method is not available.  Reported by
10181         Steve Youngs <steve@sxemacs.org>.
10183 2009-07-24  Kenichi Handa  <handa@m17n.org>
10185         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10186         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10187         (build-unicode-category-table): Fix range checks.
10189 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10191         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10192         the buffer we try to sync is current when calling
10193         vc-resynch-buffer.
10195         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10196         not show up to date files.
10198 2009-07-24  Glenn Morris  <rgm@gnu.org>
10200         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10201         Add autoload cookies.  If necessary, initialize.
10202         (elint-log): Handle non-file buffers.
10203         (elint-initialize): Add optional argument to reinitialize.
10204         (elint-find-builtin-variables): Save excursion.
10206 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10208         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10209         for Lint.
10211 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10213         * vc.el (vc-print-log-internal): New function, split out from ...
10214         (vc-print-log): ... here.
10215         (vc-dir-move-to-goal-column): Declare.
10217         * vc-git.el (vc-git-add-signoff): New variable.
10218         (vc-git-checkin): Use it.
10219         (vc-git-toggle-signoff): New function.
10220         (vc-git-extra-menu-map): Bind it to menu.
10221         (vc-git--run-command-string): Accept a nil FILE argument.
10222         (vc-git-stash-list): New function.
10223         (vc-git-dir-extra-headers): Use it.
10225 2009-07-23  Glenn Morris  <rgm@gnu.org>
10227         * help-fns.el (describe-variable): Describe ignored and risky local
10228         variables in a similar way to that in which we describe safe ones.
10230         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10231         (byte-compile-output-file-form, byte-compile-output-docform)
10232         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10233         Give some more local variables with common names a "bytecomp-" prefix,
10234         so as not to shadow things during compilation.
10235         * emacs-lisp/cl-macs.el (load-time-value)
10236         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10237         `outbuffer' to `bytecomp-outbuffer'.
10239         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10240         since the next two variables cover them automatically now.
10241         (elint-builtin-variables, elint-autoloaded-variables): New.
10242         (elint-unknown-builtin-args): Remove all members, since they can be
10243         parsed automatically now.
10244         (elint-extra-errors): New.
10245         (elint-env-add-env, elint-env-add-macro): Use cadr.
10246         (elint-current-buffer): Use or.  Change final message.
10247         (elint-get-top-forms): Use line-end-position.
10248         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10249         and defalias.
10250         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10251         (regexp-assoc): Remove unused function.
10252         (elint-top-form): Set elint-current-pos, to record the start of the
10253         top-level form, for compilation-mode.
10254         (elint-form): Trap errors in macro expansion.  Use dolist.
10255         (elint-unbound-variable): Use elint-builtin-variables and
10256         elint-autoloaded-variables.
10257         (elint-get-args): Use cadr, or.
10258         (elint-check-cond-form): Use dolist, cadr.
10259         (elint-check-condition-case-form): Doc fix.  Use cadr.
10260         Use elint-extra-errors.
10261         (elint-log): New function.
10262         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10263         Distinguish errors and warnings.
10264         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10265         Use a bytecomp-style format.
10266         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10267         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10268         Don't truncate lines.
10269         (elint-initialize): Set builtin and autoloaded variable lists.
10270         Only process elint-unknown-builtin-args if non-nil.
10271         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10272         New functions.
10273         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10275 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10277         * net/newst-backend.el (newsticker--parse-atom-1.0)
10278         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10279         (newsticker--parse-rss-1.0):
10280         * progmodes/idlwave.el (idlwave-mode):
10281         * progmodes/idlw-shell.el (idlwave-shell-mode):
10282         * progmodes/vera-mode.el (vera-mode):
10283         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10284         * progmodes/vhdl-mode.el (vhdl-mode):
10285         * textmodes/table.el (table-generate-source)
10286         (table--warn-incompatibility):
10287         Hyperlink urls in docstrings with URL `...'.
10289 2009-07-22  Glenn Morris  <rgm@gnu.org>
10291         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10292         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10293         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10294         Remove leading * from defcustom docs.
10296         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10298         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10299         defcustom doc.
10300         (list-load-path-shadows): Optionally, just return shadows as a string.
10302         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10304 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10306         * mail/rmailedit.el (rmail-edit-mode): Use
10307         auto-save-include-big-deletions.
10309         * mail/rmail.el (rmail-variables): Use
10310         auto-save-include-big-deletions.
10312         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10313         changes.
10315 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10317         * calc/calc.el (calc-undo-length): New variable.
10318         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10320 2009-07-21  Richard Stallman  <rms@gnu.org>
10322         * files.el (auto-save-mode): Handle buffer-save-size = -2
10323         for toggling mode.
10325 2009-07-21  Glenn Morris  <rgm@gnu.org>
10327         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10329         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10331         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10332         silence compiler.  Instead...
10333         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10334         (ps-print-ensure-fontified): Update for above function name changes.
10336         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10337         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10338         silence compiler.  Instead...
10339         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10340         (mh-show-buffer): Only define for compiler.
10341         (pr-mh-current-message): Update for above function name changes.
10343         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10344         as an argument.
10345         (find-file-noselect, insert-file-1): Update for above change.
10347         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10349         * mail/mailclient.el (mailclient-send-it): Fix message.
10351         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10352         (edebug-eval): Check cl-debug-env is bound.
10353         (print-level, print-circle): Don't redefine built-in variables.
10355         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10356         (custom-print-vectors): Remove old comments from doc.
10358         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10359         (emerge-version): Make the variable an obsolete alias for the
10360         emacs-version variable.  Make the function obsolete.
10361         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10362         Emerge options, rather than merging in into the main Options menu.
10363         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10364         and auto advance modes.  Disable edit/fast items when not relevant.
10366 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10368         * term/vt420.el (terminal-init-vt420): Fix typo.
10370 2009-07-20  Sam Steingold  <sds@gnu.org>
10372         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10373         variable (removed from compile.el on 2004-03-11).
10375 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10377         * files.el (hack-local-variables-filter): Fix last change.
10379 2009-07-19  Juri Linkov  <juri@jurta.org>
10381         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10382         (dir-local-variables-alist): New buffer-local variable.
10383         (hack-local-variables-filter): If variable is not dir-local,
10384         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10385         because file-local overrides dir-local.
10386         (c-postprocess-file-styles) <declare-function>:
10387         Remove obsolete declaration.
10388         (hack-dir-local-variables): Add dir-local variable/value pair to
10389         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10391         * help-fns.el (describe-variable): Add information about
10392         file-local and dir-local variables.
10394 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10396         * files.el (hack-local-variables-filter): Rewrite.
10398 2009-07-19  Glenn Morris  <rgm@gnu.org>
10400         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10401         Silence compiler by only defining on XEmacs.
10403         * international/mule.el (auto-coding-regexp-alist): Only match
10404         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10406         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10407         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10408         (cal-menu-context-mouse-menu): Doc fix.
10410         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10412         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10414 2009-07-18  Juri Linkov  <juri@jurta.org>
10416         * info.el: Virtual Info keyword finder.
10417         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10418         (Info-finder-file): New variable.
10419         (Info-finder-find-file): New function.
10420         (finder-known-keywords, finder-package-info)
10421         (find-library-name, lm-commentary): Use defvar and
10422         declare-function to silence compiler warnings.
10423         (Info-finder-find-node): New function.
10424         (info-finder): New command.
10426         * subr.el (process-kill-buffer-query-function): New function.
10427         (add-hook)<kill-buffer-query-functions>: Add hook
10428         `process-kill-buffer-query-function'.
10430 2009-07-18  Alan Mackenzie  <acm@muc.de>
10432         * progmodes/cc-mode.el (c-before-hack-hook)
10433         (c-postprocess-file-styles): Give invocation of `c-set-style'
10434         DONT-OVERRIDE parameter of t.  Already set style variables will
10435         thus not be overridden by style settings given by `c-file-syle'.
10437         * files.el (hack-local-variables-filter): Remove entries with
10438         duplicate keys from `file-local-variables-alist'.
10440 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10442         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10443         x-set-selection if display-selections-p returns nil for the
10444         current frame.
10446 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10448         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10450 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10452         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10453         Accept nil in addition to a regexp.
10454         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10455         Accept nil in addition to a regexp.
10456         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10457         buffers that have an associated file.  Handle nil values of
10458         desktop-buffers-not-to-save and desktop-files-not-to-save.
10459         (Bug#3833)
10461         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10462         (x-disown-selection-internal): New functions.
10464 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10466         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10467         warning.
10468         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10469         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10471 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10473         * simple.el (set-mark): Revert last change.
10475 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10477         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10478         rendering of pngs is not possible instead of messaging a long
10479         description.
10481 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10483         * w32-fns.el (x-selection-owner-p): New function.
10485         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10486         (mouse-yank-at-click, mouse-yank-primary): If
10487         select-active-regions is non-nil, deactivate the mark before
10488         insertion.
10490         * simple.el (deactivate-mark, set-mark): Only save selection if we
10491         own it.
10493 2009-07-17  Kenichi Handa  <handa@m17n.org>
10495         * case-table.el (describe-buffer-case-table): Fix for the case
10496         that KEY is a cons.
10498 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10500         * vc-rcs.el (vc-rcs-find-file-hook):
10501         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10503 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10505         * net/tramp.el (tramp-wait-for-output): Handle the case when
10506         commands do not return a newline but a null byte before the shell
10507         prompt.  (Bug#3858)
10509 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10511         * term/ns-win.el (ns-set-alpha): Don't declare.
10512         (ns-set-background-alpha): Remove function.
10514 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10516         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10517         y-or-n-p, for safety.
10519 2009-07-16  Richard Stallman  <rms@gnu.org>
10521         * files.el (auto-save-mode): If buffer-saved-size is -2,
10522         don't clobber it.
10524         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10525         (rmail-retry-ignored-headers): Add more uninteresting fields.
10527 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10529         * net/rcirc.el (rcirc): Use history variables.
10530         (rcirc-server-name-history, rcirc-nick-name-history)
10531         (rcirc-server-port-history): New variables.
10533 2009-07-15  Kenichi Handa  <handa@m17n.org>
10535         * international/mule-cmds.el (set-language-environment-charset):
10536         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10537         ignore them.
10539         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10540         Delete unibyte-display.
10542 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10544         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10546 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10548         * simple.el (deactivate-mark): Optional argument FORCE.
10549         (set-mark): Use deactivate-mark.
10551         * info.el (Info-search): No need to check transient-mark-mode
10552         before calling deactivate-mark.
10554         * select.el (x-set-selection): Doc fix.
10555         (x-valid-simple-selection-p): Allow buffer values.
10556         (xselect--selection-bounds): Handle buffer values.  Suggested by
10557         David De La Harpe Golden.
10559         * mouse.el (mouse-set-region, mouse-drag-track): Call
10560         copy-region-as-kill before setting the mark, to let
10561         select-active-regions work.
10563 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10565         * simple.el (deactivate-mark): If select-active-regions is
10566         non-nil, copy the selection data into a string.
10567         (activate-mark): If select-active-regions is non-nil, set the
10568         selection to the current buffer.
10569         (set-mark): Update selection if select-active-regions is non-nil.
10571         * select.el (x-valid-simple-selection-p): Allow buffer values.
10573 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10576         and more featureful message-mode.
10578 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10580         * select.el (x-set-selection): Doc fix.
10581         (x-valid-simple-selection-p): Disallow selection data consisting
10582         of a list or cons of integers, since that is not used.
10583         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10584         (xselect-convert-to-string, xselect-convert-to-length)
10585         (xselect-convert-to-filename, xselect-convert-to-charpos)
10586         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10588 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10590         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10591         output in -break-info command (Emacs bug #3794).
10593 2009-07-14  Glenn Morris  <rgm@gnu.org>
10595         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10596         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10597         (edebug-print-length, edebug-print-level, edebug-print-circle)
10598         (edebug-sit-for-seconds, edebug-view-outside)
10599         (edebug-bounce-point, edebug-set-global-break-condition)
10600         (edebug-Go-nonstop-mode, edebug-trace-mode)
10601         (edebug-Trace-fast-mode, edebug-continue-mode)
10602         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10603         (edebug-visit-eval-list): Doc fixes.
10605         * subr.el (def-edebug-spec): Doc fix.
10607 2009-07-14  Kenichi Handa  <handa@m17n.org>
10609         * international/characters.el: Fix setting of category ?C.
10611 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10613         * term/ns-win.el (x-select-font): defalias x-select-font to
10614         ns-popup-font-panel instead of generate-fontset-menu.
10616 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10618         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10620 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10622         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10623         the PK\003\004 header (Bug#3770).
10625 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10627         * pcomplete.el (pcomplete-comint-setup): Check for
10628         shell-dynamic-complete-filename too.
10630 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10632         * simple.el (temporary-goal-column): Change the value for
10633         line-move-visual to a cons cell.
10634         (line-move-visual): Record or set the window hscroll, if
10635         necessary (Bug#3494).
10636         (line-move-1): Handle cons value of temporary-goal-column.
10638 2009-07-11  Kenichi Handa  <handa@m17n.org>
10640         * international/mule-diag.el (describe-character-set): Don't show
10641         width.
10643 2009-07-10  Sam Steingold  <sds@gnu.org>
10645         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10646         Omake sometimes indents the errors it prints, so allow all
10647         regexps to start with spaces.
10649 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10651         * cus-edit.el (customize-changed-options-previous-release):
10652         Bump value to 22.1.  (Bug#3804)
10654 2009-07-08  Sam Steingold  <sds@gnu.org>
10656         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10657         to be a cons cell (test . ignored-directory) to selectively ignore
10658         some directories depending on the location of the search.
10660 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10662         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10663         remote user is root, on the local host.
10664         (tramp-local-host-p): Either the local user or the remote user
10665         must be root.  (Bug#3771)
10667 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10669         * progmodes/gdb-mi.el (gdb): Remove description of
10670         gdb-use-separate-io-buffer.
10671         (menu): Don't allow toggling of or enable
10672         gdb-use-separate-io-buffer from menubar.
10674 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10676         * mail/unrmail.el (unrmail): Make sure the message ends with two
10677         newlines (Bug#3769).
10679 2009-07-08  Glenn Morris  <rgm@gnu.org>
10681         * calendar/calendar.el (calendar-current-date): Rework previous change.
10683 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10685         * calendar/calendar.el (calendar-current-date):
10686         Add an optional argument giving an offset from today.
10688 2009-07-08  Glenn Morris  <rgm@gnu.org>
10690         * tutorial.el (tutorial--describe-nonstandard-key):
10691         Adjust the message for when a key has been unbound.
10692         (help-with-tutorial): Hide the arch-tag.
10694 2009-07-08  Kenichi Handa  <handa@m17n.org>
10696         * international/fontset.el (setup-default-fontset): For each
10697         script, append (not set) font-specs.
10699         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10700         docstring.
10702 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10704         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10705         -data-list-register-names to ...
10706         (gdb-starting): ... here because GDB 7.0 requires execution to
10707         have started when using this MI command.
10708         (gdb-set-header): New function to distinguish select and
10709         unselected tabs in gdb buffers.
10710         (gdb-propertize-header): New macro that uses gdb-set-header.
10711         (gdb-breakpoints-header, gdb-locals-header): Use it.
10712         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10714 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10716         * Makefile.in (ELCFILES): Remove fadr.elc.
10718 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10720         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10721         may contain frame information, so `string-match' should be used.
10722         (gdb-update): Disassembly is invalidated through
10723         `gdb-get-selected-frame'.
10724         (gdb-pad-string): New function to pad string with spaces.
10725         (gdb-invalidate-disassembly): Invalidate only if the buffer
10726         exists.
10727         (gdb-disassembly-handler-custom): Column alignment.
10728         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10729         placing new ones.
10730         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10731         end of line, too.
10732         (gdb-frame-handler): Match convention to for disassembly buffer
10733         mode name.
10734         (gdb-stack-list-frames-handler): Rewritten without regexps.
10735         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10736         not highlight breakpoints without line information.
10737         (gdb-input): Add trailing newline to command.
10739         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10740         buffer properly.
10741         (gdb-breakpoints-list-handler-custom): Replacement for
10742         `gdb-break-list-handler'.  Using real parser instead of regexps
10743         now.
10744         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10745         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10746         to place breakpoints.
10747         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10748         functions.
10749         (gdb-disassembly-handler-custom): Show overlay arrow.
10750         (gdb-disassembly-place-breakpoints): Show breakpoints in
10751         disassembly buffer.
10752         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10753         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10754         instead of parsing breakpoints buffer.  Fixed old menu references
10755         in `gud-menu-map'.
10757         * fadr.el: Remove.
10759         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10760         (gdb-memory-address): New variable which holds top address of
10761         memory page shown in memory buffer.
10762         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10763         customization variables.
10764         New functions:
10765         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10766         display the memory buffer.
10767         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10768         buffer display parameters.
10769         (def-gdb-memory-format, gdb-memory-format-binary)
10770         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10771         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10772         Functions for setting memory buffer format.
10773         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10774         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10775         unit size used in memory buffer.
10776         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10777         to next/previous page of memory buffer.
10778         Now using (bindat-get-field) instead of fadr functions.
10780 2009-07-07  Sam Steingold  <sds@gnu.org>
10782         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10783         non-top-level files.
10785 2009-07-07  Kenichi Handa  <handa@m17n.org>
10787         * international/mule-cmds.el (reset-language-environment): Put
10788         the highset priority to the charset iso-8859-1.
10790 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10792         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10793         to the end of the line when locating the block (Bug#700).
10795 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10797         * net/tramp.el (tramp-handle-write-region): Flush file properties
10798         in case of short track.
10800 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10802         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10803         Coded custom representation of verilog error regular expressions
10804         to work with Emacs-22's new format.
10805         (verilog-error-regexp-xemacs-alist): Coded custom representation
10806         of verilog error regular expressions to work with XEmacs format.
10807         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10808         error recognition into XEmacs.
10809         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10810         error recognition into Emacs-22.
10812 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10814         * woman.el: Remove stand-alone closing parentheses.
10815         (woman-file-name, woman2-format-paragraphs)
10816         (woman-leave-blank-lines): Code cleanup.
10817         (woman-use-own-frame): Change default to nil.
10818         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10819         defaults to inherit from default faces.
10820         (woman2-process-escapes): Consume the newline after a stand-alone
10821         filler character (Bug#3651).
10823 2009-07-06  Glenn Morris  <rgm@gnu.org>
10825         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10826         (top-level): Move provide to the end.
10827         (ffap): Remove defunct URL from custom group.
10829         * subr.el (eval-after-load): Doc fix.
10831 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10833         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10834         `calc-embedded-word' is called twice.
10836 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10838         * files.el (find-alternate-file-other-window, find-alternate-file):
10839         Obey confirm-nonexistent-file-or-buffer.
10841 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10843         * dired-aux.el (dired-show-file-type): Handle remote files.
10845 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10847         * desktop.el (desktop-globals-to-save):
10848         Add file-name-history (Bug#2750).
10850 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10852         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10854 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10856         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10857         property on entire argument since this is what eshell-lisp-command
10858         expects.
10860 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10862         * net/tramp-gvfs.el (tramp-gvfs-methods)
10863         (tramp-gvfs-zeroconf-domain)
10864         (tramp-bluez-discover-devices-timeout): Add version flag.
10865         (tramp-gvfs-handler-mounted-unmounted)
10866         (tramp-gvfs-connection-mounted-p): Polish handling of
10867         incompatibilities between GVFS 0.2 and 1.0.
10869 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10871         * cus-start.el (all): Add make-pointer-invisible.
10873 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10875         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10876         formatted correctly.
10878 2009-07-02  Juri Linkov  <juri@jurta.org>
10880         * info.el: Virtual Info files and nodes.
10881         (Info-virtual-files, Info-virtual-nodes): New variables.
10882         (Info-current-node-virtual): New variable.
10883         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10884         New functions.
10885         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10886         to check for a virtual file instead of checking a fixed list
10887         of node names.
10888         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10889         instead of ad-hoc processing of "dir" and (apropos history toc).
10890         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10891         instead of ad-hoc processing of "dir" and (apropos history toc).
10892         Reread a file when moving from a virtual node.
10893         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10894         (Info-directory-toc-nodes, Info-directory-find-file)
10895         (Info-directory-find-node): New functions.
10896         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10897         (Info-history): Move part of code to
10898         `Info-history-find-node'.
10899         (Info-history-toc-nodes, Info-history-find-file)
10900         (Info-history-find-node): New functions.
10901         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10902         (Info-toc): Move part of code to `Info-toc-find-node'.
10903         (Info-toc-find-node): New function.
10904         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10905         the current Info file name to references because now the node
10906         "*TOC*" belongs to the same Info manual.
10907         (Info-toc-build): Rename from `Info-build-toc'.
10908         (Info-toc-nodes): Rename input argument `file' to `filename'.
10909         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10910         instead of ad-hoc processing of ("dir" apropos history toc).
10911         (Info-index-nodes): Use Info-virtual-file-p
10912         to check for a virtual file instead of checking a fixed list
10913         of node names.
10914         (Info-index-node): Add check for `Info-current-node-virtual'.
10915         Raise `save-match-data' higher up the tree to contain
10916         `search-forward' too (bug fix).
10917         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10918         (Info-virtual-index-nodes): New variable.
10919         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10920         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10921         (Info-apropos-file, Info-apropos-nodes): New variables.
10922         (Info-apropos-toc-nodes, Info-apropos-find-file)
10923         (Info-apropos-find-node, Info-apropos-matches): New functions.
10924         (info-apropos): Move part of code to `Info-apropos-find-node' and
10925         `Info-apropos-matches'.
10926         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10927         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10928         for a virtual file instead of checking a fixed list of node names.
10930         * simple.el (async-shell-command): New command.
10932         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10934         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10935         instead of `mount-info'.
10937 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10939         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10940         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10942 2009-07-02  Kenichi Handa  <handa@m17n.org>
10944         * international/mule.el (set-keyboard-coding-system): Force *-unix
10945         coding-system to avoid eol conversion.
10947 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10949         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10950         Add handler for `process-file', `shell-command' and
10951         `start-file-process'.
10952         (tramp-gvfs-handle-shell-command)
10953         (tramp-gvfs-handle-start-file-process)
10954         (tramp-gvfs-handle-process-file): New defuns.
10955         (tramp-synce-list-devices): Simplify check for existence of property.
10957 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10959         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10961 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10963         * language/korean.el (set-language-info-alist): Add korean-cp949,
10964         cp949 to spec.
10966 2009-07-01  Kenichi Handa  <handa@m17n.org>
10968         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10970         * international/encoded-kb.el: Deleted.
10972         * international/mule.el (set-keyboard-coding-system): Perform the
10973         necessary setup here instead of calling encoded-kbd-setup-display.
10975 2009-07-01  Glenn Morris  <rgm@gnu.org>
10977         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10979 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10981         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10983 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10985         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10986         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10987         (tramp-default-file-modes): Remove execute permissions.
10989         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10990         (top): Add a default for "synce" in `tramp-default-user-alist'.
10991         Add completion function for "synce" method.
10992         (tramp-hal-service, tramp-hal-path-manager)
10993         (tramp-hal-interface-manager, tramp-hal-interface-device):
10994         New defconst.
10995         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10996         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10997         New defuns.
10999         * net/trampver.el: Update release number.
11001 2009-06-30  Kenichi Handa  <handa@m17n.org>
11003         * international/fontset.el (setup-default-fontset): Add CJK fonts
11004         for symbols and the other miscellaneous characters.
11006         * language/korea-util.el (setup-korean-environment-internal):
11007         Make char-width-table suitable for Korean environments.
11008         (exit-korean-environment): Cancel above.
11010         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11011         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11012         setup-function to make char-width-table suitable for respective
11013         environments, and an exit-function to cancel that.
11015         * language/japan-util.el (setup-japanese-environment-internal):
11016         Call use-cjk-char-width-table with arg `ja_JP'.
11018         * international/characters.el (cjk-char-width-table): Delete it.
11019         (cjk-char-width-table-list): New variable.
11020         (use-cjk-char-width-table): New arg local-name.
11021         (use-default-char-width-table): Fix for the case that Emacs is
11022         already using the default char-width-table.
11024 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11026         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11027         modes mandatory.  (Bug#3712)
11029 2009-06-29  Alan Mackenzie  <acm@muc.de>
11031         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11032         correction between the visible width of TABs and their number of bytes.
11034 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11036         * server.el (server-buffer-done): Prevent kill-buffer from
11037         prompting by clearing the buffer modification flag (Bug#3696).
11039 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11041         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11042         (verilog-endcomment-reason-re): Support unique case and priority case.
11043         (verilog-basic-complete-re): Support localparam lineup.
11044         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11045         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11046         commenting.
11047         (verilog-leap-to-case-head): Now support *nested* unique &
11048         priority case statements.
11049         (verilog-auto-lineup): Make just declarations the default (as it
11050         had been).
11051         (verilog-leap-to-case-head): Support priority/unique case statements.
11052         (verilog-auto-lineup): Rework to give users radio buttons to
11053         select the various styles of automatic lineup.
11054         (verilog-error-regexp-alist): Rework to support the XEmacs style
11055         of error regular expressions from compilers, lint tools &
11056         simulators.  Note that GNU Emacs has made it impossible for a mode
11057         to load such things.
11058         (electric-verilog-terminate-line, verilog-indent-declaration)
11059         (verilog-auto-wiure): Rework for radio button selection of
11060         auto-lineup selection of specification of auto lineup.
11061         (verilog-beg-of-statement-1): Redesign to support proper operation
11062         in additional code, based on testing with auto-lineup.
11063         (verilog-calculate-indent, assignments & declarations)
11064         (verilog-backward-token): Enhance to support auto-lineup of
11065         assignments & declarations.
11066         (verilog-in-directive-p, verilog-at-struct-p): New function for
11067         easy test of whether we are.
11068         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11069         to support safe execution at almost anyline.
11070         (verilog-calc-1): Properly support indenting deep inside generate
11071         blocks.
11072         (verilog-init-font): Remove definition & use of verilog-init-font,
11073         as it is redundant with font-lock-defaults.
11074         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11075         to avoid circular calls if syntax-ppss is a function (as is the
11076         case now in 22.x GNU Emacs) as that function would sometimes call
11077         itself, leading to (nearly) infinite recursion.
11078         (verilog-ovm-begin-re, verilog-ovm-end-re)
11079         (verilog-ovm-statement-re, verilog-leap-to-head)
11080         (verilog-backward-token): Add support for OVM macros.  Some are
11081         complete statements, and others open and close scopes like begin
11082         and end.
11083         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11084         (verilog-defun-level-generate-only-re): Really fix the defun-list
11085         compilation issue.
11086         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11087         coverpoint, constraint and cross statements.
11088         (verilog-defun-level-list, verilog-generate-defun-level-list)
11089         (verilog-all-defun-level-list): Redo these specifications - it is
11090         too hard to support eval-when compile aggregation of lists also
11091         built at when-compile time.
11092         (verilog-defun-level-list): Place defconsts of variables used in
11093         building regular expressions which are built in eval-when-compile
11094         bodies in the same eval-when-compile body to facilitate compile
11095         without load.
11096         (verilog-beg-block-re-ordered): Support indenting
11097         virtual/protected tasks and functions.
11098         (verilog-defun-level-list, verilog-in-generate-region-p)
11099         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11100         indentation of some module items (generate items).
11101         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11102         across virtual/protected tasks and functions.
11104 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11106         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11107         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11108         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11109         in concatenations.  Reported by Yishay Belkind.
11110         (verilog-auto-ascii-enum): Support one-hot state machines in
11111         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11112         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11113         modport in AUTOINST and add vl-modport for users.  Reported by
11114         David Rogoff.
11115         (verilog-auto-inout-module, verilog-auto-inst)
11116         (verilog-decls-get-interfaces, verilog-insert-definition)
11117         (verilog-insert-one-definition, verilog-read-decls)
11118         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11119         (verilog-sig-modport, verilog-signals-combine-bus)
11120         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11121         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11122         Suggested by David Rogoff.
11123         (verilog-repair-open-comma): Fix non-insertion of comma when
11124         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11125         (verilog-make-width-expression): Simplify [A-1:0] expression
11126         widths to just {A{1'b0}}.
11127         (verilog-mode): Cleanup checkdoc warnings.
11128         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11129         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11130         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11131         (next-error-last-buffer): Fix byte-compiler warning.
11132         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11133         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11134         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11135         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11136         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11137         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11138         in AUTOINOUT.  Reported by Matthew Lovell.
11139         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11140         causing use of <= assignments.  Reported by Alex Reed.
11141         (verilog-read-decls): Fix triand, trior, wand, wor to be
11142         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11143         (verilog-extended-complete-re): Support import "DPI-C" functions.
11144         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11145         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11146         (verilog-insert-date, verilog-insert-year)
11147         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11148         Windows systems.  Reported by Michael Potts.
11149         (verilog-read-module-name): Fix AUTOINST when the child module
11150         declaration's name is a tick define.  Reported by Elliot Mednick.
11151         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11152         passed to next parameter's definition.  Reported by Bruce T.
11153         (verilog-read-decls): Fix detecting "parameter int" when using
11154         AUTOINSTPARAM.  Reported by Bruce T.
11155         (verilog-goto-defun): Fix goto not finding modules unless first
11156         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11157         (verilog-mode): Expand -f flag arguments on entry to mode so
11158         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11159         (verilog-getopt): Expand environment variables in -f file
11160         arguments.  Suggested by Lawrence Butcher.
11161         (verilog-set-define): Fix "Symbol's value as variable is void"
11162         when reading enumerations.
11163         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11164         Suggested by Stephen Peltan.
11165         (verilog-read-defines): Fix reading of enumerations in include
11166         files.  Reported by Steve Peltan.
11168 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11170         * files.el (trash-directory): Fix defcustom type.
11172 2009-06-28  Juri Linkov  <juri@jurta.org>
11174         * help-fns.el (describe-function-1): Correctly locate adviced
11175         functions in hyperlink (Bug#2438).
11177 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11179         * files.el (trash-directory): Change default to nil.
11180         (move-file-to-trash): If trash-directory is nil and
11181         system-move-file-to-trash is unbound, perform freedesktop-style
11182         trashing.
11184 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11186         * files.el (move-file-to-trash): Add freedesktop trash
11187         support (Bug#973).
11189 2009-06-28  Glenn Morris  <rgm@gnu.org>
11191         * autorevert.el (global-auto-revert-non-file-buffers)
11192         (global-auto-revert-mode): Doc fixes.
11194 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11196         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11198 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11200         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11201         opened an X connection before calling x-get-resource (Bug#3194).
11203         * play/doctor.el: Remove reference to obsolete website.
11204         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11206 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11208         Remove find-file-not-found-hook VC method.  (Bug#2757)
11209         * vc-hooks.el (vc-file-not-found-hook)
11210         (vc-default-find-file-not-found-hook): Remove functions.
11211         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11212         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11213         * vc.el:
11214         * vc-hg.el:
11215         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11217 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11219         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11220         compatibility function for `looking-back'.
11222         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11223         Use `ispell-looking-back'.
11225 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11227         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11228         rather than `filename'.
11230 2009-06-23  Miles Bader  <miles@gnu.org>
11232         * face-remap.el (text-scale-set): New function.
11234 2009-06-23  Glenn Morris  <rgm@gnu.org>
11236         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11238         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11240         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11242         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11244         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11245         Simplify Persian conditionals.
11247         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11248         variable `filename'.
11250         * comint.el (comint-insert-input): Doc fix.
11252         * Makefile.in (ELCFILES): Fix typo in previous change.
11254 2009-06-23  Miles Bader  <miles@gnu.org>
11256         * cus-start.el: Add entry for `recenter-redisplay'.
11258 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11260         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11261         Add an optional argument for the backend, use it instead of
11262         calling vc-backend.
11263         (vc-mode-line): Add an optional argument for the backend.
11264         Pass the backend to vc-state and vc-working-revision.  Move code for
11265         special handling for vc-state being a buffer to ...
11267         * vc-rcs.el (vc-rcs-find-file-hook):
11268         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11270         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11271         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11272         vc-stay-local-p and vc-mode-line calls.
11274         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11275         (vc-cvs-diff, vc-cvs-annotate-command)
11276         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11277         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11278         vc-mode-line calls.
11280         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11281         direct comparison.
11282         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11283         backend when calling vc-mode-line.
11284         (vc-register): Do not create a closure for calling the vc register
11285         function, call it directly.
11287 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11289         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11290         to make it obvious item can be clicked.
11292         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11294 2009-06-23  Kenichi Handa  <handa@m17n.org>
11296         * language/korea-util.el (korean-key-bindings): Change the binding
11297         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11298         same command.
11300 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11302         Sync with Tramp 2.1.16.
11304         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11306         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11307         when a loading of a package fails.  Completion function for rsync
11308         is `tramp-completion-function-alist-ssh'.
11309         (all): Replace all calls of `split-string' and
11310         `tramp-split-string' by `tramp-compat-split-string'.
11311         (tramp-default-method): Use `tramp-compat-process-running-p'.
11312         (tramp-default-proxies-alist): Allow also Lisp forms.
11313         (tramp-remote-path): Add choice "Private Directories".
11314         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11315         (tramp-domain-regexp): Allow also "-", "_" and ".".
11316         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11317         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11318         (tramp-debug-message): Insert header line in debug buffer.
11319         (tramp-handle-directory-files-and-attributes-with-stat):
11320         Care about filenames with spaces, or starting with "-".
11321         (tramp-handle-dired-uncache): New defun.
11322         (tramp-handle-insert-directory): Don't flush the directory from
11323         cache, this is handled by `dired-uncache' now.
11324         (tramp-handle-insert-file-contents): Improve error handling.
11325         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11326         Quote `tramp-end-of-output'.
11327         (tramp-action-password): Improve trace message.
11328         (tramp-check-for-regexp): Both echoes must be present, before removing.
11329         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11330         (tramp-compute-multi-hops): Eval cons cells of
11331         `tramp-default-proxies-alist'.
11332         (tramp-maybe-open-connection): Use the same command pattern for
11333         first hop and further hops.
11334         (tramp-wait-for-output): Remove handling of newlines.
11335         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11336         (tramp-split-string): Remove function.  It is handled in
11337         tramp-compat now.
11339         * net/tramp-cmds.el (tramp-bug):
11340         Recommend `tramp-cleanup-all-connections' in the bug mail.
11342         * net/tramp-compat.el (tramp-compat-split-string)
11343         (tramp-compat-process-running-p): New defuns.
11345         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11346         for `dired-uncache'.
11348         * net/tramp-gvfs.el: New package.
11350         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11351         Add handler for `dired-uncache'.
11352         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11354         * net/trampver.el: Update release number.  Make version check fit
11355         for SXEmacs 22.
11357 2009-06-22  Jim Meyering  <meyering@redhat.com>
11359         Automatically handle .xz suffix (XZ-compressed files), too.
11360         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11361         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11363 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11364             Nick Roberts  <nickrob@snap.net.nz>
11366         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11367         repository (http://sphinx.net.ru/hg/gdb-mi/).
11369 2009-06-22  Glenn Morris  <rgm@gnu.org>
11371         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11372         `mode' and `eval' entries.  (Bug#3430)
11374         * Makefile.in (ELCFILES): Add fadr.elc.
11376         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11377         differing behavior of \n and ^ in strings.  (Bug#3385)
11379         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11381         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11382         property.
11383         (lisp-indent-function): Make it a defcustom.
11385 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11387         * progmodes/gdb-ui.el: Replace with ...
11388         * progmodes/gdb-mi.el: ... this file.
11389         * progmodes/gud.el: Modify for gdb-mi.el.
11391 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11393         * fadr.el: New file.
11395 See ChangeLog.14 for earlier changes.
11397 ;; Local Variables:
11398 ;; coding: utf-8
11399 ;; End:
11401     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11403   This file is part of GNU Emacs.
11405   GNU Emacs is free software: you can redistribute it and/or modify
11406   it under the terms of the GNU General Public License as published by
11407   the Free Software Foundation, either version 3 of the License, or
11408   (at your option) any later version.
11410   GNU Emacs is distributed in the hope that it will be useful,
11411   but WITHOUT ANY WARRANTY; without even the implied warranty of
11412   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11413   GNU General Public License for more details.
11415   You should have received a copy of the GNU General Public License
11416   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11418 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1