* Makefile.in (ELCFILES): Update.
[emacs.git] / lisp / ChangeLog
blob867972ed1409339d3cb3802c248e3da575bcb95b
1 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
3         * Makefile.in (ELCFILES): Update.
5 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * emacs-lisp/lisp.el (lisp-completion-at-point):
8         Use emacs-lisp-mode-syntax-table for the whole function.
10 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
12         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
13         (gdb-mouse-toggle-breakpoint-fringe):  Correct regexp to
14         work when breakpoint number exceeds nine.
16 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
18         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
19         instead of font-lock-mode before adding keywords.
20         Remove hi-lock-mode off code.  Remove inhibit hack.
21         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
22         non-nil; removed hook inhibit hack.
24 2010-10-09  Glenn Morris  <rgm@gnu.org>
26         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
27         (load-path-shadows-find): ... to this.
28         (list-load-path-shadows): Update for above change.
30         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
32 2010-10-08  Glenn Morris  <rgm@gnu.org>
34         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
36         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
37         (shadows-compare-text-p): Make it an obsolete alias for...
38         (load-path-shadows-compare-text): ... new name.
39         (find-emacs-lisp-shadows): Update for above name change.
40         (load-path-shadows-same-file-or-nonexistent): New name for the old
41         shadow-same-file-or-nonexistent.
43 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
45         * minibuffer.el (completion--some, completion--do-completion)
46         (minibuffer-complete-and-exit, minibuffer-completion-help)
47         (completion-basic-try-completion)
48         (completion-basic-all-completions)
49         (completion-pcm--find-all-completions): Use lexical-let to
50         avoid some false matches in variable completion (Bug#7056)
52 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
54         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
56 2010-10-03  Leo  <sdl.web@gmail.com>
58         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
59         return non-nil if the file exists (Bug#7090).
61 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * minibuffer.el (completion--replace):
64         Better preserve markers (bug#7138).
66 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
68         * server.el (server-process-filter): Doc fix.
70 2010-09-27  Drew Adams  <drew.adams@oracle.com>
72         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
74 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
76         * Makefile.in (ELCFILES): Update.
78         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
79         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
81 2010-09-27  Kenichi Handa  <handa@m17n.org>
83         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
84         "ustar" format.
86 2010-09-27  Kenichi Handa  <handa@m17n.org>
88         * international/mule.el (define-coding-system): Docstring fixed.
90         * international/mule-diag.el (describe-character-set): Use princ
91         with proper print-length and print-level instead of insert.
93 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
95         * window.el (walk-windows): Doc fix (bug#7105).
97 2010-09-23  Glenn Morris  <rgm@gnu.org>
99         * isearch.el (isearch-lazy-highlight-cleanup)
100         (isearch-lazy-highlight-initial-delay)
101         (isearch-lazy-highlight-interval)
102         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
103         * net/net-utils.el (ipconfig-program-options):
104         Move aliases to options before the associated definitions.
106 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * newcomment.el (comment-normalize-vars): Better test validity of
109         comment-end-skip.
111 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
114         (float-e): New name for `e'.
115         (degrees-to-radians, radians-to-degrees):
116         * calendar/solar.el (solar-longitude):
117         * calculator.el (calculator-registers, calculator-funcall):
118         * textmodes/artist.el (artist-spray-random-points):
119         * play/bubbles.el (bubbles--initialize-images): Use new names.
121 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
123         Update to CEDET 1.0's version of EIEIO.
125         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
126         New function.
127         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
128         (eieio-default-eval-maybe): Eval val instead of unquoting only.
129         (class-precedence-list): If class is nil, return nil.
130         (eieio-generic-call): If class of first input arg is nil, don't
131         look up static methods, and do check for primary methods.
132         (initialize-instance): See if the default needs to be evaluated
133         during the constructor.
134         (eieio-perform-slot-validation-for-default): Don't do the check
135         for values that will eventually be evaluated.
136         (eieio-eval-default-p): New function.
137         (eieio-default-eval-maybe): Use it.
139 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
141         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
142         method-invocation-order.
143         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
144         (eieio-class-precedence-dfs): Compute class precedence list using
145         dfs algorithm.
146         (eieio-class-precedence-bfs): Compute class precedence list using
147         bfs algorithm.
148         (eieio-class-precedence-c3): Compute class precedence list using
149         c3 algorithm.
150         (class-precedence-list): New function.
151         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
152         (inconsistent-class-hierarchy): New error symbol.
153         (call-next-method): Stow the replacement argument list for future
154         call-next-method invocations.
156 2010-09-15  Glenn Morris  <rgm@gnu.org>
158         * calendar/appt.el (appt-check): If not displaying the diary,
159         use (diary 1) to only get the entries we need.
160         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
161         that it is in day order.  (Bug#7019)
163         * calendar/appt.el (appt-check): Rather than showing the diary,
164         just turn off invisible display, and only if needed.
166         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
168 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
171         Add `when' argument.  Update callers.
173         * subr.el (unintern): Declare the obarray arg mandatory.
175 2010-09-14  Glenn Morris  <rgm@gnu.org>
177         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
178         Doc fixes.
180         * calendar/diary-lib.el (diary-included-files): New variable.
181         (diary-list-entries): Maybe initialize diary-included-files.
182         (diary-include-other-diary-files): Append to diary-included-files.
183         * calendar/appt.el (appt-update-list): Also check the members of
184         diary-included-files.  (Bug#6999)
185         (appt-check): Doc fix.
187 2010-09-12  David Reitter  <david.reitter@gmail.com>
189         * simple.el (line-move-visual): Do not truncate goal column to
190         integer size.  (Bug#7020)
192 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * repeat.el (repeat): Allow repeating when the last event is a click.
195         Suggested by Drew Adams (bug#6256).
197 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
199         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
200         Replace setting HGRCPATH to "" by some less invasive --config options.
202 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * font-lock.el (font-lock-beginning-of-syntax-function):
205         Mark as obsolete.
207 2010-09-10  Glenn Morris  <rgm@gnu.org>
209         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
210         and tool-bar modes.  (Bug#6211)
211         (menu-bar-mode): Move setting of standard-value after the
212         minor-mode definition, otherwise it seems to have no effect.
214 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
216         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
217         Fix typo.  (Bug#6976)
219 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
221         * whitespace.el: Allow cleaning up blanks without blank
222         visualization (Bug#6651).  Adjust help window for
223         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
224         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
225         (whitespace-style): Add new value 'face.  Adjust docstring.
226         (whitespace-space, whitespace-hspace, whitespace-tab):
227         Adjust foreground property face.
228         (whitespace-line-column): Adjust docstring and type declaration.
229         (whitespace-style-value-list, whitespace-toggle-option-alist)
230         (whitespace-help-text): Adjust const initialization.
231         (whitespace-toggle-options, global-whitespace-toggle-options):
232         Adjust docstring.
233         (whitespace-display-window, whitespace-interactive-char)
234         (whitespace-style-face-p, whitespace-color-on): Adjust code.
235         (whitespace-help-scroll): New fun.
237 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
239         * files.el (directory-abbrev-alist): Use \` as default regexp.
241         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
242         chars like - or ] (bug#6984).
243         (rx-any-condense-range): Explode 2-char ranges.
245 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * textmodes/bibtex.el:
248         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
250 2010-09-02  Glenn Morris  <rgm@gnu.org>
252         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
254 2010-08-31  Kenichi Handa  <handa@m17n.org>
256         * international/mule-cmds.el (standard-display-european-internal):
257         Setup standard-display-table for 8-bit characters by storing 8-bit
258         characters in the element vector.
260         * disp-table.el (standard-display-8bit):
261         Setup standard-display-table for 8-bit characters by storing 8-bit
262         characters in the element vector.
263         (standard-display-european): Likewise.
265 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
267         Sync with Tramp 2.1.19.
269         * net/tramp-cmds.el (tramp-cleanup-all-connections)
270         (tramp-reporter-dump-variable, tramp-load-report-modules)
271         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
272         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
274         * net/tramp-compat.el (top): Do not autoload
275         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
276         only when `start-file-process' is not bound.
277         (byte-compile-not-obsolete-vars): Define if not bound.
278         (tramp-compat-funcall): New defmacro.
279         (tramp-compat-line-beginning-position)
280         (tramp-compat-line-end-position)
281         (tramp-compat-temporary-file-directory)
282         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
283         (tramp-compat-copy-file, tramp-compat-copy-directory)
284         (tramp-compat-delete-file, tramp-compat-delete-directory)
285         (tramp-compat-number-sequence, tramp-compat-process-running-p):
286         Use it.
287         (tramp-advice-file-expand-wildcards): Do not use
288         `tramp-handle-file-remote-p'.
289         (tramp-compat-make-temp-file): Simplify fallback implementation.
290         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
291         (tramp-compat-copy-tree): Remove function.
292         (tramp-compat-delete-file): New defun.
293         (tramp-compat-delete-directory): Provide implementation for older
294         Emacsen.
295         (tramp-compat-file-attributes): Handle only
296         `wrong-number-of-arguments' error.
298         * net/tramp-fish.el (tramp-fish-handle-copy-file):
299         Add PRESERVE_SELINUX_CONTEXT.
300         (tramp-fish-handle-delete-file): Add TRASH arg.
301         (tramp-fish-handle-directory-files-and-attributes):
302         Do not use `tramp-fish-handle-file-attributes.
303         (tramp-fish-handle-file-local-copy)
304         (tramp-fish-handle-insert-file-contents)
305         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
307         * net/tramp-gvfs.el (top): Require url-util.
308         (tramp-gvfs-mount-point): Remove.
309         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
310         and `set-file-selinux-context'.
311         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
312         (tramp-gvfs-handle-file-selinux-context)
313         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
314         (with-tramp-dbus-call-method): Format trace message.
315         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
316         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
317         Implement backup call, when operation on local files fails.
318         Use progress reporter.  Flush properties of changed files.
319         (tramp-gvfs-handle-delete-file): Add TRASH arg.
320         Use `tramp-compat-delete-file'.
321         (tramp-gvfs-handle-expand-file-name): Expand "~/".
322         (tramp-gvfs-handle-make-directory): Make more traces.
323         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
324         (tramp-gvfs-url-file-name): Hexify file name in url.
325         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
326         into account for the resulting file name.
327         (tramp-gvfs-handler-askquestion): Preserve current message, in
328         order to let progress reporter continue afterwards.  (Bug#6257)
329         Return dummy mountpoint, when the answer is "no".
330         See `tramp-gvfs-maybe-open-connection'.
331         (tramp-gvfs-handler-mounted-unmounted)
332         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
333         attribute "default_location".  Set "prefix" property.
334         Handle default-location.
335         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
336         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
337         exists.  Raise an error, if not (due to a corresponding answer
338         "no" in interactive questions, for example).
339         Use `tramp-compat-funcall'.
341         * net/tramp-imap.el (top): Autoload `epg-make-context'.
342         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
343         (tramp-imap-do-copy-or-rename-file)
344         (tramp-imap-handle-insert-file-contents)
345         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
346         (tramp-imap-handle-delete-file): Add TRASH arg.
348         * net/tramp-smb.el (tramp-smb-handle-copy-file):
349         Add PRESERVE-SELINUX-CONTEXT.
350         (tramp-smb-handle-copy-file)
351         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
352         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
353         Use `with-progress-reporter'.
354         (tramp-smb-handle-delete-file): Add TRASH arg.
356         * net/tramp.el (tramp-methods): Move hostname to the end in all
357         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
358         appropriate.
359         (tramp-verbose): Describe verbose level 9.
360         (tramp-completion-function-alist)
361         (tramp-file-name-regexp, tramp-chunksize)
362         (tramp-local-coding-commands, tramp-remote-coding-commands)
363         (with-connection-property, tramp-completion-mode-p)
364         (tramp-action-process-alive, tramp-action-out-of-band)
365         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
366         (tramp-exists-file-name-handler): Fix docstring.
367         (tramp-remote-process-environment): Use `format' instead of
368         `concat'.  Protect version string by apostroph.
369         (tramp-shell-prompt-pattern): Do not use a shy group in case of
370         XEmacs.
371         (tramp-file-name-regexp-unified)
372         (tramp-completion-file-name-regexp-unified): On W32 systems, do
373         not regard the volume letter as remote filename.  (Bug#5447)
374         (tramp-perl-file-attributes)
375         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
376         (tramp-vc-registered-read-file-names): Read input as
377         here-document, otherwise the command could exceed maximum length
378         of command line.
379         (tramp-file-name-handler-alist): Add `file-selinux-context' and
380         `set-file-selinux-context'.
381         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
382         backtrace functions.
383         (tramp-error-with-buffer): Don't show the connection buffer when
384         we are in completion mode.
385         (tramp-progress-reporter-update, tramp-remote-selinux-p)
386         (tramp-handle-file-selinux-context)
387         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
388         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
389         New defuns.
390         (with-progress-reporter): New defmacro.
391         (tramp-debug-outline-regexp): New defconst.
392         (top, tramp-rfn-eshadow-setup-minibuffer)
393         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
394         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
395         (tramp-completion-mode-p, tramp-check-for-regexp)
396         (tramp-open-connection-setup-interactive-shell)
397         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
398         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
399         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
400         Use `tramp-compat-funcall'.
401         (tramp-handle-make-symbolic-link): Flush file properties.
402         (tramp-handle-load, tramp-handle-file-local-copy)
403         (tramp-handle-insert-file-contents, tramp-handle-write-region)
404         (tramp-handle-vc-registered, tramp-maybe-send-script)
405         (tramp-find-shell): Use `with-progress-reporter'.
406         (tramp-do-file-attributes-with-stat): Add space in format string,
407         in order to work around a bug in pdksh.  Reported by Gilles Pion
408         <gpion@lfdj.com>.
409         (tramp-handle-verify-visited-file-modtime): Do not send a command
410         when the connection is not established.
411         (tramp-handle-set-file-times): Simplify the check for utc.
412         (tramp-handle-directory-files-and-attributes)
413         (tramp-get-remote-path): Use `copy-tree'.
414         (tramp-completion-handle-file-name-all-completions): Ensure, that
415         non remote files are still checked.  Oops.
416         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
417         Handle PRESERVE-SELINUX-CONTEXT.
418         (tramp-do-copy-or-rename-file): Add progress reporter.
419         (tramp-do-copy-or-rename-file-directly): Do not use
420         `tramp-handle-file-remote-p'.
421         (tramp-do-copy-or-rename-file-out-of-band):
422         Use `tramp-compat-delete-directory'.
423         (tramp-do-copy-or-rename-file-out-of-band)
424         (tramp-compute-multi-hops, tramp-maybe-open-connection):
425         Use `format-spec-make'.
426         (tramp-handle-delete-file): Add TRASH arg.
427         (tramp-handle-dired-uncache): Flush directory cache, not only file
428         cache.
429         (tramp-handle-expand-file-name)
430         (tramp-completion-handle-file-name-all-completions)
431         (tramp-completion-handle-file-name-completion):
432         Use `tramp-connectable-p'.
433         (tramp-handle-start-file-process): Set connection property "vec".
434         Use it, in order to invalidate file caches.  Check only for
435         `remote-tty' process property.
436         Implement tty setting.  (Bug#4604, Bug#6360)
437         (tramp-file-name-for-operation): Add `call-process-region' and
438         `set-file-selinux-context'.
439         (tramp-find-foreign-file-name-handler)
440         (tramp-advice-make-auto-save-file-name)
441         (tramp-set-auto-save-file-modes): Remove superfluous check for
442         `stringp'.  This is done inside `tramp-tramp-file-p'.
443         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
444         operations when we are in completion mode.  This gives the user
445         the chance to correct the file name in the minibuffer.
446         (tramp-completion-mode-p): Use `non-essential'.
447         (tramp-handle-file-name-all-completions): Backward/ XEmacs
448         compatibility: Use `completion-ignore-case' if
449         `read-file-name-completion-ignore-case' does not exist.
450         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
451         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
452         `tramp-open-shell'.
453         (tramp-action-password): Hide password prompt before next run.
454         (tramp-process-actions): Widen connection buffer for the trace.
455         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
456         process property.  Trace stty settings if `tramp-verbose' >= 9.
457         Apply workaround for IRIX64 bug.  Move argument of last
458         `tramp-send-command' where it belongs to.
459         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
460         front of `login-args'.
461         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
462         on "/dev/null" instead of "/".
463         (tramp-get-ls-command-with-dired): Make test for "--dired"
464         stronger.
465         (tramp-set-auto-save-file-modes): Adapt version check.
466         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
467         (tramp-handle-process-file): Call the program in a subshell, in
468         order to preserve working directory.
469         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
470         `tramp-remote-sh' from `tramp-methods'.
471         (tramp-get-ls-command): Make test for "--color=never" stronger.
472         (tramp-check-for-regexp): Use (forward-line 1).
474         * net/trampver.el: Update release number.
476 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
478         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
479         empty argument to gvfs-copy.
481 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
483         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
484         handle new TRASH arg of `delete-file'.
486 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
488         * net/tramp.el (tramp-handle-insert-directory): Don't use
489         `forward-word', its default syntax could be changed.
491 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
492             Michael Albinus  <michael.albinus@gmx.de>
494         Implement compression for inline methods.
496         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
497         (tramp-copy-size-limit): Allow also nil.
498         (tramp-inline-compress-commands): New defconst.
499         (tramp-find-inline-compress, tramp-get-inline-compress)
500         (tramp-get-inline-coding): New defuns.
501         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
502         replaced by `tramp-get-inline-coding'.
503         (tramp-handle-file-local-copy, tramp-handle-write-region)
504         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
506 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
508         Detect ssh 'ControlMaster' argument automatically in some cases.
510         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
511         (tramp-default-method): Use it.
513 2010-08-26  Karel Klíč  <kklic@redhat.com>
515         * net/tramp.el (tramp-file-name-for-operation):
516         Add file-selinux-context.
518 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
520         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
522 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
524         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
525         (Bug#6907).
527 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
529         * progmodes/python.el (python-block-pairs): Allow use of "finally"
530         with "else" (Bug#3991).
532 2010-08-22  Leo  <sdl.web@gmail.com>
534         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
535         (ignore, bright, dim, keyword): Split list of nicknames before
536         passing to rcirc-add-or-remove (Bug#6894).
538 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
540         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
542 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
544         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
545         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
546         New version 13.0.
547         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
548         Adjust initialization.
549         (whitespace-bob-marker, whitespace-eob-marker)
550         (whitespace-buffer-changed): New vars.
551         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
552         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
553         (whitespace-post-command-hook, whitespace-display-char-on):
554         Adjust code.
555         (whitespace-looking-back, whitespace-buffer-changed): New funs.
556         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
558 2010-08-21  Leo  <sdl.web@gmail.com>
560         Fix buffer-list rename&refresh after killing a buffer in ido.
561         * lisp/ido.el: Revert Óscar's.
562         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
563         Remember the buffers at head, rather than their name.
564         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
566 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
567             Stefan Monnier  <monnier@iro.umontreal.ca>
569         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
570         extra backslash added to each line (bug#6890).
572 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * subr.el (read-key): Don't echo keystrokes (bug#6883).
576 2010-08-21  Glenn Morris  <rgm@gnu.org>
578         * menu-bar.el (menu-bar-games-menu): Add landmark.
580 2010-08-20  Glenn Morris  <rgm@gnu.org>
582         * align.el (align-regexp): Make group and spacing arguments
583         use the interactive defaults when non-interactive.  (Bug#6698)
585         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
586         expansion, so as not to need sendmail.
587         (mail-text-start): Remove declaration.
588         (rmail-retry-failure): Require sendmail.
590 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
594 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
596         * progmodes/flymake.el (flymake-start-syntax-check-process):
597         Use `start-file-process' in order to let it run also on remote hosts.
599 2010-08-18  Kenichi Handa  <handa@m17n.org>
601         * files.el: Add `word-wrap' as safe local variable.
603 2010-08-18  Glenn Morris  <rgm@gnu.org>
605         * woman.el (woman-translate): Case matters.  (Bug#6849)
607 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
609         * simple.el (kill-region): Doc fix (Bug#6787).
611 2010-08-14  Glenn Morris  <rgm@gnu.org>
613         * calendar/diary-lib.el (diary-header-line-format):
614         Fit it to the window, not the frame.
616 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
618         * subr.el (ignore-errors): Add debug declaration.
620 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
622         * whitespace.el (whitespace-color-off): Remove post-command-hook
623         locally.
625 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
627         * replace.el (replace-highlight): Bind isearch-forward and
628         isearch-error, ensuring that highlighting is updated if the user
629         switches the search direction (Bug#6808).
631         * isearch.el (isearch-lazy-highlight-forward): New var.
632         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
633         (isearch-lazy-highlight-update): Use it.
635 2010-08-06  Kenichi Handa  <handa@m17n.org>
637         * international/mule.el (define-charset): Store NAME as :base property.
638         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
639         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
640         current priority.  Force using the designation of the specific
641         charset by adding `charset' text property.  Improve the whole
642         algorithm.
644 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
646         * emulation/pc-select.el (pc-selection-mode-hook)
647         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
648         (pc-selection-mode): Fix typos in docstrings.
650 2010-08-04  Kenichi Handa  <handa@m17n.org>
652         * language/cyrillic.el: Don't add "microsoft-cp1251" to
653         ctext-non-standard-encodings-alist here.
655         * international/mule.el (ctext-non-standard-encodings-alist):
656         Add "koi8-r" and "microsoft-cp1251".
657         (ctext-standard-encodings): New variable.
658         (ctext-non-standard-encodings-table): List only elements for
659         non-standard encodings.
660         (ctext-pre-write-conversion): Adjust for the above change.
661         Check ctext-standard-encodings.
663         * international/mule-conf.el (compound-text): Doc fix.
664         (ctext-no-compositions): Doc fix.
665         (compound-text-with-extensions): Doc fix.
667 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
671 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
673         * progmodes/which-func.el (which-func-format): Split help-echo text
674         into lines, like other mode-line tooltips.
676         * server.el (server-start): When using TCP sockets, force IPv4
677         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
679 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
683 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
685         * term.el (term-delimiter-argument-list): Reflow docstring.
686         (term-read-input-ring, term-write-input-ring, term-send-input)
687         (term-bol, term-erase-in-display, serial-supported-or-barf):
688         Fix typos in docstrings.
690 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
694 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
696         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
698 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
700         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
701         Fix typo in docstring (bug#6747).
703 2010-07-30  Leo  <sdl.web@gmail.com>
705         * eshell/esh-io.el (eshell-get-target): Better detection of
706         read-only file (Bug#6762).
708 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
710         * align.el (align-default-spacing): Doc fix.
711         (align-region-heuristic, align-regexp): Fix typos in docstrings.
713 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
715         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
717 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
719         * time.el (display-time-day-and-date): Remove spurious * in docstring.
720         (display-time-world-buffer-name, display-time-world-mode-map):
721         Fix typos in docstrings.
723 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
725         * image-mode.el (image-display-size): New function.
726         (image-forward-hscroll, image-next-line, image-eol, image-eob)
727         (image-mode-fit-frame): Use it (Bug#6639).
729 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
731         * dired.el (dired-buffers-for-dir): Handle list values of
732         dired-directory (Bug#6636).
734 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
736         * vc.el (vc-coding-system-inherit-eol): New defvar.
737         (vc-coding-system-for-diff): Use it to decide whether to inherit
738         from the file the EOL format for reading the diffs of that file.
739         (Bug#4451)
741 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
743         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
744         unibyte, so compressed attachments are not compressed again.
746 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
748         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
749         now that unicode is used (Bug#6594).
751 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
753         * simple.el (push-mark-command): Set the selection if
754         select-active-regions is non-nil.
756 2010-07-10  Glenn Morris  <rgm@gnu.org>
758         * calendar/calendar.el (calendar-week-end-day): New function.
759         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
760         Respect calendar-week-start-day.  (Bug#6606)
761         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
762         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
763         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
764         respect calendar-week-start-day.
766 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
768         * simple.el (use-region-p): Doc fix (Bug#6607).
770 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
772         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
773         builtins (BufferError, BytesWarning, WindowsError; callables
774         bin, bytearray, bytes, format, memoryview, next, print; __package__).
776 2010-07-07  Glenn Morris  <rgm@gnu.org>
778         * play/zone.el (zone-fall-through-ws): Fix next-line ->
779         forward-line fallout.
781 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
783         * mouse.el (mouse-appearance-menu): Add docstring.
785         * help.el (describe-key): Print up-event using key-description.
787 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
789         * net/zeroconf.el (zeroconf-resolve-service)
790         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
791         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
793 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
795         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
797 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
799         Avoid displaying files with a nil state in vc-dir.
800         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
801         cases that cause insertion.
802         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
803         with a nil state.
805 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
807         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
809 2010-06-29  Leo  <sdl.web@gmail.com>
811         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
813 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
815         * generic-x.el (bat-generic-mode): Fix regexp for command line
816         switches (Bug#5719).
818 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
820         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
821         of nconc to avoid pure storage error (Bug#6239).
823 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
825         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
826         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
827         bindings of bookmark-automatically-show-annotations (Bug#6515).
829 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
831         * arc-mode.el (archive-zip-extract): Don't quote the file name on
832         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
834 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
836         * comint.el (make-comint, make-comint-in-buffer): Mention return
837         value in the docstrings.  (Bug#6498)
839 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
841         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
842         since it is not present when using some non-default switches.
844 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
846         * simple.el (compose-mail): Fix doc string to refer to
847         `compose-mail-user-agent-warnings', instead of to the
848         nonexistent `compose-mail-check-user-agent'.
850 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
852         Fix vc-annotate for renamed files when using Git.
853         * vc-git.el (vc-git-find-revision): Deal with empty results from
854         ls-files.  Doe not pass the object as a file name to cat-file, it
855         is not a file name.
856         (vc-git-annotate-command): Pass the file name using -- to avoid
857         ambiguity with the revision.
858         (vc-git-previous-revision): Pass a relative file name.
860 2010-06-22  Glenn Morris  <rgm@gnu.org>
862         * progmodes/js.el (js-mode-map): Use standard capitalization and
863         ellipses for menu entries.
865         * wid-edit.el (widget-complete): Doc fix.
867 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
869         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
871 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
873         Fix annotating other revisions for renamed files in vc-annotate.
874         * vc-annotate.el (vc-annotate): Add an optional argument for the
875         VC backend.  Use it when non-nil.
876         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
878         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
879         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
880         Do not pass the file name to the 'previous-revision call when we
881         don't want a file diff.  (Bug#6489)
883 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
885         Fix finding revisions for renamed files in vc-annotate.
886         * vc.el (vc-find-revision): Add an optional argument for
887         the VC backend.  Use it when non-nil.
888         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
889         backend to vc-find-revision.  (Bug#6487)
891 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
893         Fix reading file names in Git annotate buffers.
894         * vc-git.el (vc-git-annotate-extract-revision-at-line):
895         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
897 2010-06-20  Alan Mackenzie  <acm@muc.de>
899         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
900         in file local variables, set it first.
902 2010-06-19  Glenn Morris  <rgm@gnu.org>
904         * descr-text.el (describe-char-unicode-data): Insert separating
905         space when needed.  (Bug#6422)
907         * progmodes/idlwave.el (idlwave-action-and-binding):
908         Fix typo in 2009-12-03 change.  (Bug#6450)
910 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * subr.el (read-quoted-char): Fix up last change (bug#6290).
914 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * font-lock.el (font-lock-major-mode): Rename from
917         font-lock-mode-major-mode to distinguish it from
918         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
919         (font-lock-set-defaults):
920         * font-core.el (font-lock-default-function): Adjust users.
921         (font-lock-mode): Don't set it at all.
923 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * vc-annotate.el (vc-annotate): Use vc-read-revision.
927 2010-06-15  Glenn Morris  <rgm@gnu.org>
929         * calendar/appt.el (appt-time-msg-list): Doc fix.
930         (appt-check): Let-bind appt-warn-time.
931         (appt-add): Make the 3rd argument optional.
932         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
933         Only add WARNTIME to the output list if non-nil.
935 2010-06-15  Ivan Kanis  <apple@kanis.eu>
937         * calendar/appt.el (appt-check): Let the 3rd element of
938         appt-time-msg-list specify the warning time.
939         (appt-add): Add new argument with the warning time.  (Bug#5176)
941 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
943         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
944         older than version 1.6.  (Bug#6361)
946 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
948         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
949         used by cl-do-arglist.  (Bug#6408)
951 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * emacs-lisp/advice.el (ad-compile-function):
954         Define warning-suppress-types before we let-bind it (bug#6275).
956         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
957         declare it, make it buffer-local and permanent-local (bug#6324).
958         (vc-resynch-window): Adjust name.
959         * vc-hooks.el (vc-find-file-hook): Adjust name.
961 2010-06-07  Jonathan Rockway  <jon@jrock.us>
963         * net/rcirc.el: Add support for password authentication.
964         (rcirc-server-alist): Add :password keyword.
965         (rcirc): Ask for a password, or get it from the server's alist.
966         (rcirc-connect): Add password argument.  Pass it to server.
968 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
970         * net/dbus.el (dbus-register-method): Declare function.
971         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
972         (dbus-introspect): Doc fix.
973         (dbus-event-bus-name, dbus-introspect-get-interface)
974         (dbus-introspect-get-argument): Reflow docstrings.
976 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
978         * term/common-win.el (x-colors): Add "dark green" and "dark
979         turquoise" (Bug#6332).
981 2010-06-03  Glenn Morris  <rgm@gnu.org>
983         * desktop.el (desktop-clear-preserve-buffers):
984         Add "*Warnings*" buffer.  (Bug#6336)
986 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
988         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
990 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
993         `file-directory-p' to the filename part rather than to the whole text.
995 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
999 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1001         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1003 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1005         * subr.el (momentary-string-display): Just use read-event to read
1006         the exit event (Bug#6238).
1008 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1010         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1011         (ansi-color-drop-regexp): New constant.
1012         (ansi-color-apply, ansi-color-filter-region)
1013         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1014         (ansi-color-apply): Build string list before calling concat.
1016 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1018         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1019         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1021 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1023         * htmlfontify.el (hfy-face-resolve-face): New function.
1024         (hfy-face-to-style): Use it (Bug#6279).
1026 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * epa.el (epa--select-keys): Don't explicitly delete the window since
1029         that can fail (e.g. sole window in frame).  Use dedication instead.
1031 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1033         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1035 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * subr.el (read-quoted-char): Resolve modifiers after key
1038         remapping (bug#6212).
1040 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1043         (tmm-get-keymap): Compute shortcuts (bug#6171).
1045 2010-05-10  Glenn Morris  <rgm@gnu.org>
1047         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1048         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1050 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1052         * Version 23.2 released.
1054 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1056         * international/mule.el (auto-coding-alist):  Only purecopy
1057         car of each item, not the whole list (Bug#6083).
1059 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1061         * progmodes/js.el (js-mode): Make paragraph variables local before
1062         calling c-setup-paragraph-variables (Bug#6071).
1064 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1066         * composite.el (compose-region, reference-point-alist): Fix typos
1067         in the doc strings.
1069 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1071         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1072         gnuplot's "set" command.
1074 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1076         * abbrev.el (last-abbrev-text): Doc fix.
1077         (abbrev-prefix-mark): Don't escape parenthesis.
1079 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1081         * composite.el (find-composition): Doc fix.
1083 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1085         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1086         (sql-oracle-program, sql-sqlite-options)
1087         (sql-query-placeholders-and-send): Doc fixes.
1088         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1089         (sql-imenu-generic-expression, sql-buffer)
1090         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1091         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1092         (sql-mode-sybase-font-lock-keywords)
1093         (sql-mode-informix-font-lock-keywords)
1094         (sql-mode-interbase-font-lock-keywords)
1095         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1096         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1097         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1098         (sql-product-feature, sql-highlight-product)
1099         (comint-line-beginning-position, sql-rename-buffer)
1100         (sql-toggle-pop-to-buffer-after-send-region)
1101         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1102         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1103         Fix typos in docstrings.
1105 2010-04-23  Juri Linkov  <juri@jurta.org>
1107         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1108         property instead of `invisible' and `after-string' (bug#5998).
1110 2010-04-23  Juri Linkov  <juri@jurta.org>
1112         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1114 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1116         * filecache.el (file-cache-add-directory-list)
1117         (file-cache-add-directory-recursively): Fix typos in docstrings.
1119 2010-04-22  Kenichi Handa  <handa@m17n.org>
1121         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1122         (gujarati-composable-pattern): Fix typo.
1124 2010-04-20  Kenichi Handa  <handa@m17n.org>
1126         * language/indian.el (oriya-composable-pattern)
1127         (tamil-composable-pattern, malayalam-composable-pattern):
1128         Add two-part vowels to "v" (vowel sign).
1130 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1132         * files.el (copy-directory): Handle symlinks (Bug#5982).
1134         * progmodes/compile.el (compilation-next-error-function):
1135         Revert 2009-10-12 change (Bug#5983).
1137 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1139         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1140         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1141         (Bug#5846).
1143 2010-04-20  Glenn Morris  <rgm@gnu.org>
1145         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1147         * minibuffer.el (completion-at-point): Doc fix.
1149 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1151         Fix the version number for added files.
1152         * vc-hg.el (vc-hg-working-revision): Check if the file is
1153         registered after hg parent fails (Bug#5961).
1155 2010-04-17  Glenn Morris  <rgm@gnu.org>
1157         * htmlfontify.el (htmlfontify-buffer)
1158         (htmlfontify-copy-and-link-dir): Autoload entry points.
1160 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1162         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1163         name relative to the project root (Bug#5960).
1165 2010-04-16  Glenn Morris  <rgm@gnu.org>
1167         * vc-git.el (vc-git-print-log): Doc fix.
1169 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1171         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1173 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1175         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1176         default settings (Bug#5928).
1178 2010-04-10  Glenn Morris  <rgm@gnu.org>
1180         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1181         New function.
1182         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1184 2010-04-07  Kenichi Handa  <handa@m17n.org>
1186         * language/indian.el (malayalam-composable-pattern): Fix previous
1187         change (add U+0D4D "SIGN VIRAMA").
1188         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1189         (tamil-composable-pattern): Fix typo in the regexp.
1190         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1191         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1192         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1194 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1196         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1197         paragraph-separate (Bug#5821).
1199 2010-04-05  Juri Linkov  <juri@jurta.org>
1201         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1203         * info.el (Info-find-node-2): Comment out code that skips
1204         breadcrumbs line.
1205         (Info-mouse-follow-link): New command.
1206         (Info-link-keymap): New keymap.
1207         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1208         Return a string with links instead of inserting breadcrumbs
1209         to the Info buffer.
1210         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1211         Instead of putting the `invisible' text property over the Info
1212         header, make an overlay over the Info header with the `invisible'
1213         property and `after-string' set to the string returned by
1214         `Info-breadcrumbs'.
1216 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1218         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1219         Reported by monkey@sandpframing.com.
1221 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1223         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1224         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1226 2010-03-30  Kenichi Handa  <handa@m17n.org>
1228         * language/sinhala.el (composition-function-table): Fix regexp for
1229         the new Unicode specification.
1231         * language/indian.el (devanagari-composable-pattern)
1232         (tamil-composable-pattern, kannada-composable-pattern)
1233         (malayalam-composable-pattern): Adjust for the new Unicode
1234         specification.
1235         (bengali-composable-pattern, gurmukhi-composable-pattern)
1236         (gujarati-composable-pattern, oriya-composable-pattern)
1237         (telugu-composable-pattern): New variables to cope with the new
1238         Unicode specification.  Use them in composition-function-table.
1240 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         Make tmm-menubar work for the Buffers menu again (bug#5726).
1243         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1244         vectors rather than cons cells, as used in menu-bar-update-buffers.
1246 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1248         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1249         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1250         electric punctuation for "{}();,:" (Bug#5586).
1252         * mail/sendmail.el (mail-default-directory): Doc fix.
1254 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1256         * mail/sendmail.el (mail-default-directory): Doc fix.
1258 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1260         * subr.el (version-regexp-alist, version-to-list)
1261         (version-list-<, version-list-=, version-list-<=)
1262         (version-list-not-zero, version<, version<=, version=): Doc fix.
1263         (Bug#5744).
1265 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1266             Nick Roberts  <nickrob@snap.net.nz>
1268         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1269         (gdb-init-1): Use it.
1271 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1273         * vc.el (vc-root-diff): Doc fix.
1275 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1277         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1279         * simple.el (append-to-buffer): Fix last change.
1281 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1283         * simple.el (append-to-buffer): Ensure that point is preserved if
1284         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1285         (Bug#5749)
1287 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1290         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1291         not be present any more.
1293 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1295         * faces.el (set-face-attribute): Fix typo in docstring.
1296         (face-valid-attribute-values): Reflow docstring.
1298 2010-03-23  Glenn Morris  <rgm@gnu.org>
1300         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1302 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1304         * indent.el (indent-for-tab-command): Doc fix.
1306 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1308         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1309         (image-dired-read-comment): Doc fix.
1311         * json.el (json-object-type, json-array-type, json-key-type)
1312         (json-false, json-null, json-read-number):
1313         * minibuffer.el (completion-in-region-functions):
1314         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1315         (cal-tex-cursor-week):
1316         * emacs-lisp/trace.el (trace-function):
1317         * eshell/em-basic.el (eshell/printnl):
1318         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1319         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1320         * obsolete/levents.el (allocate-event, event-key, event-object)
1321         (event-point, event-process, event-timestamp, event-to-character)
1322         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1323         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1324         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1325         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1326         (reftex-highlight-selection): Fix typos in docstrings.
1328 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1330         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1332 2010-03-18  Glenn Morris  <rgm@gnu.org>
1334         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1335         2008-02-13 without comment; mark it obsolete.
1336         (rmail-highlight-headers): Use rmail-highlight-face once more.
1338 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1340         * woman.el (woman2-process-escapes): Only consume the newline if
1341         the filler character is on a line by itself (Bug#5729).
1343 2010-03-16  Kenichi Handa  <handa@m17n.org>
1345         * language/indian.el (devanagari-composable-pattern): Add more
1346         consonants.
1348 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1350         * net/trampver.el: Update release number.
1352 2010-03-13  Glenn Morris  <rgm@gnu.org>
1354         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1356 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1358         * net/tramp.el (tramp-find-executable):
1359         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1360         output of "wc -l" more robust.
1361         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1362         (tramp-open-connection-setup-interactive-shell): Remove workaround
1363         for OpenSolaris bug, it is not needed anymore.
1365 2010-03-12  Glenn Morris  <rgm@gnu.org>
1367         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1369 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1371         * files.el (auto-mode-alist): Accept more verilog file patterns.
1373 2010-03-09  Miles Bader  <miles@gnu.org>
1375         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1376         instead of "format:"; this ensures that the output is
1377         newline-terminated.
1379 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1381         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1382         that all errors are caught, and that the return value is always a
1383         list (Bug#5692).
1385 2010-03-08  Kenichi Handa  <handa@m17n.org>
1387         * language/misc-lang.el (windows-1256): New coding system.
1388         (cp1256): New alias of windows-1256 (bug#5690).
1390 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1392         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1393         call to rfc822-bad-address.  (Bug#5692)
1395 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1397         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1398         Use vc-git-root as default directory for revision path (Bug#5657).
1400 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1402         * calculator.el (calculator): Don't bind split-window-keep-point
1403         (Bug#5674).
1405 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * vc-git.el: Re-flow to fit into 80 columns.
1408         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1409         Remove spurious `quote' element in each case alternative.
1410         (vc-git-show-log-entry): Use prog1.
1411         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1413 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1417 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1419         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1420         definition, not the name (Bug#5481).
1422 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1424         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1425         argument with a local variable.  (Bug#5670)
1427 2010-03-02  Juri Linkov  <juri@jurta.org>
1429         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1431 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1433         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1434         error when FILENAME and NEWNAME are existing remote directories.
1436         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1437         parameter DIR-FLAG.
1439 2010-03-02  Glenn Morris  <rgm@gnu.org>
1441         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1442         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1444 2010-03-01  Kenichi Handa  <handa@m17n.org>
1446         * language/burmese.el (burmese-composable-pattern): Rename from
1447         myanmar-composable-pattern.
1449         * international/characters.el (script-list):
1450         * international/fontset.el (script-representative-chars):
1451         Change myanmar to burmese.
1452         (otf-script-alist): Likewise.
1453         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1455 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1457         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1459 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1461         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1463 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1465         * net/tramp.el (tramp-handle-write-region): START can be a string.
1466         Take care in the checks.  Reported by Dan Davison
1467         <davison@stats.ox.ac.uk>.
1469 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1471         * net/dbus.el (dbus-introspect, dbus-get-property)
1472         (dbus-set-property, dbus-get-all-properties): Use
1473         `dbus-call-method' when noninteractive.  (Bug#5645)
1475 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1477         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1478         * emacs-lisp/elint.el (elint-add-required-env):
1479         * calendar/icalendar.el (icalendar--add-diary-entry):
1480         * calc/calcalg2.el (math-tracing-integral):
1481         * files.el (recover-session-finish): Use with-current-buffer
1482         instead of save-excursion.
1484 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         Fix in-buffer completion when after-change-functions modify the buffer.
1487         * minibuffer.el (completion--replace): New function.
1488         (completion--do-completion): Use it and use relative movement.
1490 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1492         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1494 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1496         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1497         Allow the characters _<> in the stack entry (Bug#5653).
1499 2010-02-26  Kenichi Handa  <handa@m17n.org>
1501         * language/burmese.el: Fix entries in composition-function-table.
1502         (myanmar-composable-pattern): New variable.
1504         * international/fontset.el (setup-default-fontset): Add an entry
1505         for myanmar.
1507         * international/characters.el (script-list): Add Myanmar
1508         Extended-A.
1510 2010-02-26  Glenn Morris  <rgm@gnu.org>
1512         * custom.el (custom-initialize-delay): Doc fix.
1514         * mail/sendmail.el (send-mail-function): Autoload the call
1515         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1517 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1519         * files.el (hack-local-variables-filter): For eval forms, also
1520         check safe-local-variable-p (Bug#5636).
1522 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1524         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1525         and use c(ad)r of cddr (Bug#5640).
1527 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1529         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1530         setting the modes by `ignore-errors'.  It might fail, for example
1531         if the file is not owned by the user but the group.
1532         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1534 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1536         * files.el (directory-listing-before-filename-regexp): Use
1537         stricter matching for iso-style dates, to avoid false matches with
1538         date-like filenames (Bug#5597).
1540         * htmlfontify.el (htmlfontify): Doc fix.
1542         * eshell/eshell.el (eshell): Doc fix.
1544         * startup.el (fancy-about-screen): In mode-line, apply
1545         mode-line-buffer-id face only to the buffer name (Bug#5613).
1547 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1549         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1550         In `watcom' anchor regexp to start of line, to avoid slowness
1551         (Bug#5599).
1553 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1555         * subr.el (remove-yank-excluded-properties): Explain in a comment
1556         why `category' property is removed.
1558 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1560         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1561         2010-02-17 change.
1563 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1565         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1566         (icalendar--convert-weekly-to-ical)
1567         (icalendar--convert-yearly-to-ical)
1568         (icalendar--convert-block-to-ical)
1569         (icalendar--convert-cyclic-to-ical)
1570         (icalendar--convert-anniversary-to-ical): Take care of time
1571         specifications where hour has 1-digit only (Bug#5549).
1573 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1575         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1576         of disassemble output in GDB 7.1.
1578 2010-02-19  Glenn Morris  <rgm@gnu.org>
1580         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1581         property.  (Bug#5593)
1583 2010-02-18  Sam Steingold  <sds@gnu.org>
1585         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1587 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         Use abbreviated file names in bookmarks (bug#5591).
1590         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1591         calls to expand-file-name.
1592         (bookmark-relocate): Use abbreviated file names in bookmarks.
1593         (bookmark-load): Use abbreviated file names in messages.
1595 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1597         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1598         expand "." and "..".  Reported by Thierry Volpiatto
1599         <thierry.volpiatto@gmail.com>.
1601 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1603         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1604         permissions of the temporary file to "0600".  In case the remote
1605         file has no read permissions for the owner, there might be
1606         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1608 22010-02-18  Glenn Morris  <rgm@gnu.org>
1610         * emacs-lisp/authors.el (authors-renamed-files-alist):
1611         Add entries for INSTALL.CVS.
1613 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1615         * vc-bzr.el: Fix typo in Known Bugs section.
1617         * isearch.el (isearch-update-post-hook): New hook.
1618         (isearch-update): Use the new hook.
1620 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1622         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1623         Fix errors in copying directories.
1624         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1625         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1626         (tramp-handle-delete-file)
1627         (tramp-handle-dired-recursive-delete-directory)
1628         (tramp-handle-write-region): Flush also the cache for the upper
1629         directory.
1631 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1633         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1635         * cus-edit.el (hardware): Doc fix.
1637         * man.el (man): Add to external custom group.
1639         * delim-col.el (columns): Move to wp custom group.
1641         * doc-view.el (doc-view): Add to data custom group.
1643         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1645         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1646         by ispell-parse-output (Bug#5575).
1648 2010-02-16  Kenichi Handa  <handa@m17n.org>
1650         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1651         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1652         (skkdic-convert): Use `euc-japan' coding system for writing.
1654 2010-02-16  Glenn Morris  <rgm@gnu.org>
1656         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1657         tex-main-file before using it.  (Bug#5562)
1659 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1662         warnings, since it is annoying for the user to see them each time he
1663         runs the code.
1665 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1667         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1668         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1669         instead of PROC for caching "first-password-request".  Otherwise,
1670         new processes would not profit from passwords already entered.
1672         * net/tramp-cache.el (tramp-dump-connection-properties):
1673         Don't save "first-password-request" property.
1675 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1677         * outline.el (outline-head-from-level):
1678         * simple.el (with-wrapper-hook):
1679         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1680         (elint-defun, elint-buffer-env, elint-top-form-logged)
1681         (elint-unbound-variable):
1682         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1683         Fix typos in docstrings.
1685 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1687         * files.el (insert-directory): When WILDCARD-REGEXP and
1688         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1689         whole directory.  (Bug#5551)
1691         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1692         dired's alignment sanity.  (Bug#5516)
1694 2010-02-14  Juri Linkov  <juri@jurta.org>
1696         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1697         Remove remaining ^H with their preceding chars.  (Bug#5566)
1699 2010-02-13  Glenn Morris  <rgm@gnu.org>
1701         * simple.el (transpose-subr): Give it a doc-string.
1703         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1704         Doc fixes.
1706 2010-02-12  Juri Linkov  <juri@jurta.org>
1708         * arc-mode.el (archive-unique-fname): Make directories for nested
1709         archives.  (Bug#5540)
1711 2010-02-12  Juri Linkov  <juri@jurta.org>
1713         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1715 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1717         * subr.el (copy-overlay): Handle deleted overlays.
1719         * man.el (Man-completion-table): Don't signal an error if we can't run
1720         manual-program (bug#4056).
1722 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1724         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1726 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1728         * info.el (Info-bookmark-jump): Simplify.
1730         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1731         (bookmark-default-handler): Accept new bookmark field `buffer'.
1733 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1735         * iswitchb.el (iswitchb-completions): Revert last change.
1737 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1739         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1740         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1741         This prevents file names like "~/" being listed literally.
1743 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1745         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1746         Remove dead code.  (Bug#5546)
1748 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1750         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1751         correctly (Bug#5548).
1753 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1755         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1756         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1758 2010-02-08  Kenichi Handa  <handa@m17n.org>
1760         * international/mule-util.el (with-coding-priority): Add autoload
1761         cookie for putting `lisp-indent-function'.
1763 2010-02-07  Glenn Morris  <rgm@gnu.org>
1765         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1766         Move F2003 named interfaces from keywords-2 to keywords-1, and
1767         use function-name-face rather than constant-face.
1768         Simplify "abstract interface" regexp.
1770 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1772         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1773         ID-FORMAT.  Pass it to `file-attributes'.
1775         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1777 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1779         * faces.el (set-face-attribute): Allow calling
1780         internal-set-lisp-face-attribute with 'unspecified family and
1781         foundry argument (Bug#5536).
1783 2010-02-07  Glenn Morris  <rgm@gnu.org>
1785         * progmodes/f90.el (f90-font-lock-keywords-2)
1786         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1787         Handle F2003 named interfaces.
1789 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1791         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1792         beg and end before calling c-get-state-before-change-functions.
1794 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1796         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1798 2010-02-05  Juri Linkov  <juri@jurta.org>
1800         * doc-view.el (doc-view-mode):
1801         * image-mode.el (image-mode): Put property mode-class=special.
1802         (Bug#4896)
1804 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1806         * vc-svn.el (vc-svn-revision-table): New function.
1808 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1810         * net/ange-ftp.el (ange-ftp-insert-directory):
1811         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1812         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1813         Handle also directories.  (Bug#5478)
1815 2010-02-05  Glenn Morris  <rgm@gnu.org>
1817         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1819 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1821         * startup.el (command-line-1): Convert options beginning with a
1822         single dash as well (Bug#5519).
1824 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1827         * minibuffer.el (completion-initials-expand): Only check the presence
1828         of delims *within* the boundaries, since otherwise the / delim is
1829         always found for files.
1831         Fix up various corner case problems.
1832         * doc-view.el (doc-view-last-page-number): New function.
1833         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1834         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1835         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1836         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1837         (doc-view-convert-current-doc): Don't create the resolution.el file
1838         here any more.
1839         (doc-view-pdf/ps->png): Do it here instead.
1840         (doc-view-already-converted-p): Check that resolution.el is present.
1841         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1842         windows that are not yet showing images.
1844 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1846         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1847         `dired-uncache' for every elemnt which is an absolute file name.
1849         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1850         directory, handle its directory component.
1851         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1852         function is called permanently and creates noise, otherwise.
1854         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1855         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1856         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1858 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1860         * macros.el (apply-macro-to-region-lines):
1861         Minor simplification.  (Bug#5485)
1863 2010-02-04  Glenn Morris  <rgm@gnu.org>
1865         * mail/rmail.el (rmail-show-message-1): Handle malformed
1866         quoted-printable text.  (Bug#5441)
1868         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1870         * simple.el (visual-line-mode): Capitalize lighter.
1872 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1874         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1875         list of files considered for "virtual buffer" completions.
1877 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1879         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1880         also in case of (and (not full) (not wildcard)). This is needed,
1881         when dired is called with a list of files, which are not in
1882         `default-directory'.  (Bug#5478)
1884 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1888 2010-02-02  Juri Linkov  <juri@jurta.org>
1890         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1891         from unidiff to allow function-line after @@.
1893 2010-02-02  Juri Linkov  <juri@jurta.org>
1895         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1896         '(RCS SCCS) with inverted condition.
1898 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1900         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1901         messages.
1903 2010-02-01  Juri Linkov  <juri@jurta.org>
1905         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1906         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1907         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1908         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1910 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1913         (doc-view-revert-buffer): New command.
1914         (doc-view-mode-map): Use it.
1916 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1918         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1919         pending merge is detected.
1921 2010-01-31  Juri Linkov  <juri@jurta.org>
1923         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1924         beginning of interactive spec like all other grep commands do.
1925         Put "all" in front of "gz".  (Bug#5260)
1927 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1929         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1931 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1933         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1934         regexp is incorrect (Bug#5476).
1936 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1938         * net/tramp.el (tramp-handle-insert-directory): Handle also
1939         symlinks, when FILENAME is not in `default-directory'.
1941 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1943         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1944         FILE is not in `default-directory'.  (Bug#5478)
1946         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1947         of SWITCHES.  Handle the case, FILENAME is not in
1948         `default-directory'.  (Bug#5478)
1949         (tramp-register-file-name-handlers): Add safe-magic property.
1951 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1953         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1954         unzip (Bug#5475).
1956 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1958         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1959         (flymake-master-make-header-init): Add other C++ filename masks.
1960         (flymake-find-possible-master-files)
1961         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1963 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1965         Fix some busybox annoyances.
1967         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1968         not responding." string.
1969         (tramp-open-connection-setup-interactive-shell): Dump stty
1970         settings.  Enable "neveropen" arg for all `tramp-send-command'
1971         calls.  Handle "=" in variable values properly.
1972         (tramp-find-inline-encoding): Raise an error, when no encoding is
1973         found.
1974         (tramp-wait-for-output): Check, whether PROC buffer is available.
1975         Remove spurious " ^H" sequences, sent by busybox.
1976         (tramp-get-ls-command): Suppress coloring, if possible.
1978 2010-01-28  Glenn Morris  <rgm@gnu.org>
1980         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1982         * log-edit.el (log-edit-strip-single-file-name): Add missing
1983         :safe, :group, and :version tags.
1985 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1987         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1988         buffers.  (Bug#5477)
1990 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1992         * files.el (delete-directory): Handle moving to trash without
1993         first doing recursion (Bug#5436).
1995 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1997         * vc-hooks.el (vc-path): Mark as obsolete.
1999 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2001         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2002         names too.
2004         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2005         for the short log.
2006         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2008 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2010         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2012         * vc-bzr.el (vc-bzr-revision-table): New function.
2014 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2016         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2017         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2019 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2021         Remove support for adding --signoff on commit.
2022         Future support will use an incompatible generic mechanism.
2023         * vc-git.el (vc-git-add-signoff): Remove variable.
2024         (vc-git-toggle-signoff): Remove function.
2025         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2027         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2028         from xterm-set-background-mode.  Return t if the background mode
2029         was set.
2030         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2031         earlier, call it again in case the background mode has changed.
2033 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2035         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2036         (Bug#3541).
2038 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2040         * emacs-lisp/assoc.el (aelement): Doc fix.
2041         (aput, adelete, amake): Use lexical-let (Bug#5450).
2043 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2045         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2046         is the same as subprogram call, not declaration.  (Bug#5435).
2048 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2050         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2051         (tramp-smb-maybe-open-connection): Use it.
2053 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2055         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2057 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2060         just because we see "encoding: 8bit".
2061         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2063 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2065         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2067 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2069         * jka-compr.el (jka-compr-load): If load-file is not in
2070         load-history, try its file-truename version.  (bug#5447)
2072 2010-01-21  Alan Mackenzie  <acm@muc.de>
2074         Fix a situation where deletion of a cpp construct throws an error.
2075         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2076         invoking c-with-all-but-one-cpps-commented-out, check that the
2077         special cpp construct is still in the buffer.
2078         (c-parse-state): Record the special cpp with markers, not numbers.
2080 2010-01-21  Kenichi Handa  <handa@m17n.org>
2082         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2083         process last-command-event, as it is now decoded first (Bug#5380).
2085 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2087         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2089 2010-01-20  Glenn Morris  <rgm@gnu.org>
2091         * indent.el (tab-always-indent): Fix custom-type.
2093 2010-01-19  Alan Mackenzie  <acm@muc.de>
2095         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2096         buffer throws "args out of range".
2097         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2098         playing the role of delimiter.
2100 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2102         * progmodes/ada-mode.el: Fix bug#5400.
2103         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2104         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2105         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2106         Improve comments in "is" portion.  Handle null procedure declaration.
2107         (ada-move-to-end): Improve doc string.
2109 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2111         * ido.el (ido-cur-list): Initialize to nil.
2112         Remove obsolete information from commentary.
2113         (ido-choice-list): Initialize to nil.
2114         (ido-get-bufname): Reject minibuffers.
2115         (ido-make-buffer-list): If "default" is a nonexistent
2116         buffer, ignore it, as per the function's comment.
2117         (ido-kill-buffer-internal): New function.
2118         (ido-kill-buffer-at-head): Use it.
2119         (ido-visit-buffer): Likewise.
2121 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2123         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2125 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2127         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2128         Fix typos in chart titles.
2130         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2131         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2132         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2133         (describe-class, eieio-describe-generic, describe-generic):
2134         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2135         (eieio-speedbar-expand):
2136         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2137         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2138         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2139         (viper-del-backward-char-in-replace, viper-backward-indent)
2140         (viper-brac-function, viper-register-to-point, viper-submit-report):
2141         * net/tramp.el (tramp-remote-coding-commands):
2142         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2143         Fix typos in docstrings.
2145 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2147         * mail/sendmail.el (mail-yank-original): Set the mark if the
2148         specified function for yanking does not do it.
2150 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2152         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2154         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2155         resyncing a directory.
2157 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2159         * progmodes/ada-mode.el: Fix bug#1920.
2160         (ada-ident-re): Delete ., allow multibyte characters.
2161         (ada-goto-label-re): New; matches goto labels.
2162         (ada-block-label-re): New; matches block labels.
2163         (ada-label-re): New; matches both.
2164         (ada-named-block-re): Deleted; callers changed to use
2165         `ada-block-label-re' instead.
2166         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2167         Use `ada-block-label-re'.
2168         (ada-indent-on-previous-lines): Improve handling of goto labels.
2169         (ada-get-indent-block-start): Special-case block label.
2170         (ada-get-indent-label): Split into `ada-indent-block-label' and
2171         `ada-indent-goto-label'.
2172         (ada-goto-stmt-start, ada-goto-next-non-ws):
2173         Optionally ignore goto labels.
2174         (ada-goto-next-word): Simplify.
2175         (ada-indent-newline-indent-conditional): Insert newline before
2176         trying to fix indentation; doc fix.
2178 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2180         * calc/calc.el (calc-command-flags): Give it an initial value.
2182 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2184         * files.el (minibuffer-with-setup-hook):
2185         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2186         (artist-key-draw-continously, artist-key-do-continously-continously)
2187         (artist-key-set-point-continously, artist-mouse-draw-continously):
2188         Fix typos in docstrings.
2190 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2192         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2193         return t (Bug#3898).
2195 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2197         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2198         can parse the output of the external commands (Bug#5279).
2200 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2202         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2204 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2206         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2208         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2210         * startup.el (command-line): Remove unused --icon-type arg.
2211         Handle --display arg, passing it to command-line-1 (Bug#5392).
2213 2010-01-16  Mario Lang  <mlang@delysid.org>
2215         * emacs-lisp/chart.el (chart-translate-namezone):
2216         * textmodes/artist.el (artist-compute-popup-menu-table):
2217         Remove duplicated words in doc-strings.
2219 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2221         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2222         to mairix-search to suppress threading (Bug#5342).
2224 2010-01-15  Kenichi Handa  <handa@m17n.org>
2226         * international/mule-cmds.el (canonicalize-coding-system-name):
2227         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2229 2010-01-15  Glenn Morris  <rgm@gnu.org>
2231         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2233         * wid-edit.el (widget-keymap): Doc fix.
2235         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2236         former seems to be more widely accepted by various svn versions.
2238 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2240         * find-cmd.el (find-constituents):
2241         * vc-arch.el (vc-arch-root):
2242         * window.el (window-body-height, pop-up-frames):
2243         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2244         * progmodes/ada-stmt.el (ada-if):
2245         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2246         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2247         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2248         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2250         * progmodes/flymake.el (flymake-post-syntax-check):
2251         Fix typo in error message.
2253 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2255         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2256         which is always a string.  (Bug#5313)
2258 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2260         * progmodes/ada-xref.el (ada-default-prj-properties):
2261         Simplify previous change.
2263 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2265         * progmodes/ada-xref.el (ada-default-prj-properties):
2266         Default ada_project_path to $ADA_PROJECT_PATH.
2268 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2270         * progmodes/ada-mode.el (ada-create-keymap):
2271         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2273 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2275         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2276         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2277         (ada-get-current-indent, ada-imenu-generic-expression)
2278         (ada-which-function): Check for it.
2280 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2282         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2283         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2285 2010-01-14  Glenn Morris  <rgm@gnu.org>
2287         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2289 2010-01-14  Kenichi Handa  <handa@m17n.org>
2291         * composite.el (auto-composition-mode): Make it a buffer local
2292         variable (permanent-local).
2293         (auto-composition-function): Set the default value to
2294         auto-compose-chars.
2295         (auto-composition-mode): Make it a simple function, not a minor mode.
2296         (global-auto-composition-mode): Likewise.
2297         (turn-on-auto-composition-if-enabled): Delete it.
2299 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2301         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2303 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2305         * files.el (copy-directory): Compute target for recursive
2306         directories with identical names.  (Bug#5343)
2308 2010-01-12  Glenn Morris  <rgm@gnu.org>
2310         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2311         it to bug-gnu-emacs rather than emacs-pretest-bug.
2313 2010-01-11  Sam Steingold  <sds@gnu.org>
2315         * imenu.el (imenu-default-create-index-function): Detect infinite
2316         loops caused by imenu-prev-index-position-function.
2318 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2320         * htmlfontify.el (htmlfontify-load-rgb-file)
2321         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2322         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2323         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2324         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2325         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2326         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2327         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2328         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2329         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2330         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2331         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2332         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2333         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2334         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2335         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2336         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2337         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2338         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2339         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2340         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2341         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2342         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2343         backslash-quoting from parentheses, etc.
2345 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2347         * progmodes/js.el: Autoload javascript-mode alias.
2349 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2351         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2352         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2353         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2354         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2355         Fix typos in docstrings.
2356         (ffap-url-regexp): Doc fix.
2357         (ffap-at-mouse): Fix typo in message.
2359 2010-01-11  Glenn Morris  <rgm@gnu.org>
2361         * version.el (emacs-copyright): Set copyright year to 2010.
2363 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2365         * format.el (format-annotate-function): Only set
2366         write-region-post-annotation-function after running to-fn so as not to
2367         affect nested write-region calls (bug#5273).
2369 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2371         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2372         wisent/python.el.
2374 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2376         * man.el (Man-goto-section): Signal error if the section is not
2377         found (Bug#5317).
2379 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2381         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2382         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2384 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2386         * progmodes/compile.el: Don't treat compile-command as safe if
2387         compilation-read-command might be nil (Bug#4218).
2389 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2391         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2392         NS options.
2394 2010-01-08  Kenichi Handa  <handa@m17n.org>
2396         * international/fontset.el (build-default-fontset-data):
2397         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2399 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2401         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2402         to `create-file-buffer' as it expects, not just a buffer name.
2403         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2404         to help uniquify.  (Bug#3224)
2406 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2408         * font-setting.el (font-setting-change-default-font): Use user-spec
2409         instead of name.
2411 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2413         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2415 2010-01-05  Tom Tromey  <tromey@redhat.com>
2417         * progmodes/python.el (python-font-lock-keywords):
2418         Handle qualified decorators (Bug#881).
2420 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2422         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2423         in a lightweight checkout.
2425 2010-01-05  Kenichi Handa  <handa@m17n.org>
2427         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2429 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2431         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2433 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2435         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2436         checkouts.  (Bug#618)
2437         (vc-bzr-log-view-mode): Also highlight the author.
2438         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2439         (vc-bzr-shelve-menu-map):
2440         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2441         (vc-bzr-shelve-apply): Make prompt more explicit.
2443 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2445         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2446         They are valid characters in URL paths (rfc3986), and at least
2447         Firefox does not understand the encoded version (Bug#3166).
2449 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2451         * progmodes/octave-mod.el (octave-end-keywords)
2452         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2453         Add "end" keyword (Bug#3061).
2454         (octave-end-as-array-index-p): New function.
2455         (calculate-octave-indent): Use it.
2457 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2459         * bookmark.el: Consistently put the text property on the bookmark name.
2460         (bookmark-bmenu-marks-width): Bump back to 2, to include
2461         annotation marks.
2462         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2463         property on the bookmark name, instead of not putting it at all.
2464         (bookmark-bmenu-list): Fix where we put the text property.
2466 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2468         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2469         for showing buffer modified state (as added in the previous change).
2471 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2473         * bookmark.el: Show modified state of bookmark buffer more accurately.
2474         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2475         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2476         (with-buffer-modified-unmodified): New macro.
2477         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2478         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2479         Use new macro to preserve the buffer modified state.
2481 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2483         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2484         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2485         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2486         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2487         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2488         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2489         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2491 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2493         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2494         Make the lines in the generated doc string shorter.  (Bug#4668)
2496 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2498         * net/rcirc.el: Add follow-link binding (Bug#4738).
2500 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2502         * Makefile.in (bzr-update): Rename from cvs-update.
2503         (cvs-update): New target for backward compatibility.
2505         * makefile.w32-in (bzr-update): Rename from cvs-update.
2506         (cvs-update): New target for backward compatibility.
2508 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2510         * bookmark.el: Remove gratuitous gratitude.
2512 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2514         * bookmark.el (bookmark-bmenu-any-marks): New function
2515         (bookmark-bmenu-save): Clear buffer modification if no marks.
2517 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2519         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2520         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2521         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2522         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2524         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2525         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2526         To: emacs-devel {_AT_} gnu.org
2527         Subject: bookmark.el bug report
2528         Date: Mon, 28 Dec 2009 14:19:16 +0800
2529         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2531 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2533         * bookmark.el: Improvements suggested by Drew Adams:
2534         (bookmark-bmenu-ensure-position): New name for
2535         `bookmark-bmenu-check-position'.  Just ensure the position,
2536         don't return any meaningful value.
2537         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2538         New constants.
2540 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2542         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2543         (bookmark-yank-point, bookmark-bmenu-check-position):
2544         Fix typos in docstrings.
2545         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2546         (bookmark-name-from-full-record, bookmark-get-position)
2547         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2548         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2549         Remove useless quoting of parenthesis, etc. in docstrings.
2551         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2552         (ediff-append-custom-diff): Fix typo in error message.
2553         (ediff-meta-mark-equal-files): Fix typos in messages.
2555         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2557         * net/imap-hash.el (imap-hash-make): Doc fix.
2558         (imap-hash-test): Fix typo in error message; reflow docstring.
2559         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2560         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2561         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2562         Fix typos in docstrings.
2563         (imap-hash-open-connection): Fix typo in error message.
2565         * play/gomoku.el (gomoku): Fix typos in docstring.
2567         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2568         (gdb-jsonify-buffer): Fix typos in docstring.
2569         (gdb-goto-breakpoint): Fix typo in error message.
2570         ("Display Other Windows"): Fix typo in help message.
2571         (gdb-speedbar-expand-node): Fix typo in question.
2573         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2574         (idlwave-html-system-help-location, idlwave-html-help-location)
2575         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2576         (idlwave-help-browser-generic-args, idlwave-help-directory)
2577         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2578         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2579         (idlwave-online-help, idlwave-help-html-link)
2580         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2581         Fix typos in docstrings.
2582         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2583         Reflow docstrings.
2584         (idlwave-help-assistant-start): Fix typo in error message.
2586         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2587         (octave-electric-space): Fix typos in docstrings.
2589 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2591         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2593 2010-01-01  Juri Linkov  <juri@jurta.org>
2595         * comint.el (comint-input-ring-size): Make it a defcustom and
2596         increase the default to 500 (Bug#5148).
2598 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2600         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2601         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2602         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2604 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2606         Show working revision correctly for mercurial.
2607         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2608         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2610 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2612         Declare some functions for the byte-compiler.
2613         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2614         (speedbar-timer-fn, speedbar-change-expand-button-char)
2615         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2617 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2619         This changeset reverts GDB Graphical Interface to use annotations.
2620         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2622 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2624         Make vc-dir work on subdirectories of the bzr root.
2625         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2626         file names relative to it.
2627         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2628         relative directory to vc-bzr-after-dir-status.
2630 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2632         * font-lock.el (font-lock-refresh-defaults): New function, which
2633         can be used to let font-lock react to external changes in
2634         variables like font-lock-defaults and keywords.
2635         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2637 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2639         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2641         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2643 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2645         Supersede color.diff settings in git log (bug#5211).
2647         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2648         escape chars in its output when the user has color.diff set to `always'.
2649         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2651 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2653         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2654         node.  Keep previous "Index" name to work with past coreutils too.
2656         * man.el (man): Revise docstring a bit to show -a and -l as
2657         examples.  Add -k description since support for it has otherwise
2658         been a secret.  (Further to bug#3717.)
2659         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2660         "no matches" rather than "Can't find manpage", as the latter reads
2661         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2663 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2665         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2666         switches.  Check also for //SUBDIRED// line.
2668 2009-12-25  Kenichi Handa  <handa@m17n.org>
2670         * language/indian.el (devanagari-composable-pattern): Fixed to
2671         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2672         Devanagari.
2673         (malayalam-composable-pattern): Fix previous change.
2675 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2677         * ps-print.el (ps-face-attributes): It was not returning the
2678         attribute face for faces specified as string.  Reported by harven
2679         <harven@free.fr>.  (Bug#5254)
2680         (ps-print-version): New version 7.3.5.
2682 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2684         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2685         timezone names.
2686         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2687         (icalendar--add-diary-entry): Remove the trailing blank that
2688         diary-make-entry inserts.
2690 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2692         Make `file-expand-wildcards' work for remote files.
2694         * files.el (file-expand-wildcards): In case of remote files, check
2695         only local file name part for wildcards.  Provide feature 'files
2696         and subfeature 'remote-wildcards.  (Bug#5198)
2698         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2699         if there is already an established connection.
2700         (tramp-advice-file-expand-wildcards): Remove it.
2702         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2703         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2704         Activate advice for older GNU Emacs versions.  (Bug#5237)
2706 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2708         Some doc fixes (more needed).
2710         * find-cmd.el (find-constituents): Reflow docstring.
2711         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2712         (find-generic): Doc fix.
2714 2009-12-17  Juri Linkov  <juri@jurta.org>
2716         Fix regression from 23.1 to allow multiple modes in Local Variables.
2718         * files.el (hack-local-variables-filter): While ignoring duplicates,
2719         don't take `mode' into account.
2720         (hack-local-variables-filter, hack-dir-local-variables): Don't
2721         remove duplicate `mode' from local-variables-alist (like `eval').
2723 2009-12-17  Juri Linkov  <juri@jurta.org>
2725         Make `dired-diff' more safe.  (Bug#5225)
2727         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2728         `current' or when `file' is a directory of the `current' file.
2730 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2732         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2733         unconditionally preloaded files.
2735 2009-12-16  Juri Linkov  <juri@jurta.org>
2737         Revert to old 23.1 logic of using the file at the mark as default.
2738         * dired-aux.el (dired-diff): Use the file at the mark as default
2739         if it's not the same as the current file, and the target dir is
2740         the current dir or the mark is active.  Add the current file
2741         as the arg of `dired-dwim-target-defaults'.  Use the default file
2742         in the prompt.  (Bug#5225)
2744 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2746         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2747         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2748         (tramp-check-for-regexp): Check also, when an echoing shell stops
2749         to echo sent commands.
2751 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2753         * Makefile.in: Revert last change (Bug#5191).
2755 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2757         * vc-hg.el (vc-hg-print-log): Fix argument order.
2758         (vc-hg-working-revision): Make sure the command is executed in a
2759         known environment so that we can parse the output.  (Bug#4417)
2761 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2763         * progmodes/python.el (python-symbol-completions): Remove text
2764         properties from symbol string before calling python-send-receive.
2766 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2768         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2769         when there are values for both file and line.  (Bug#5060)
2771 2009-12-14  Juri Linkov  <juri@jurta.org>
2773         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2774         whitespace after the file name of the first line of unified format,
2775         because git-diff doesn't output whitespace and file modification time
2776         after the file name.
2778 2009-12-14  David Kastrup  <dak@gnu.org>
2780         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2781         check if it already has the `display' property added by
2782         `Info-display-images-node', and not put the `invisible' property
2783         in this case.
2785 2009-12-13  Glenn Morris  <rgm@gnu.org>
2787         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2788         (report-emacs-bug): In message-mode, sort manually before storing
2789         original report text.  (Bug#5178)
2790         Remove superfluous save-excursion.
2792 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2794         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2795         when responding to "GetAll" properties.
2797 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2799         * simple.el (compose-mail): Remove mail-setup-with-from from
2800         customization checks.
2802 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2804         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2805         RAR archives created on Unix systems.
2807 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2809         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2810         the varalias that was accidentally removed by the 2009-11-19 change
2811         (bug#5186).
2813 2009-12-12  Kenichi Handa  <handa@m17n.org>
2815         * language/indian.el (indian-compose-regexp): New function.
2816         (malayalam-composable-pattern): Fix the pattern.
2817         (composition-function-table): Set malayalam-composable-pattern for
2818         Malayalam characters.
2820 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2822         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2823         rather than down-mouse-1, based on follow-link conventions.
2825         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2826         are compiled.
2828 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2830         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2831         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2832         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2833         (verilog-leap-to-head, verilog-backward-token):
2834         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2836 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2838         * progmodes/verilog-mode.el (verilog-auto-lineup)
2839         (verilog-nameable-item-re): Cleanup user-visible spelling and
2840         documentation errors.  One reported by Gary Delp.
2841         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2842         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2843         package, bug195.  Reported by Pierre-David Pfister.
2845 2009-12-11  Glenn Morris  <rgm@gnu.org>
2847         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2849         * mail/emacsbug.el: No longer require sendmail.
2850         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2851         (report-emacs-bug-orig-text): Doc fix.
2852         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2853         New local variables, to adapt to different mail-user-agents.
2854         (report-emacs-bug): Fix test for a gnu.org address.
2855         Use overlays for emphasis, since font-lock defeats 'face property.
2856         Pretest bugs also end up at the newsgroup these days.
2857         Stop message-mode stripping text properties.
2858         Set and use the new buffer-local variables.
2859         (report-emacs-bug-hook): Add doc-string.
2860         Remove some unnecessary save-excursions and simplify.
2861         Use the appropriate hook and send-command.
2863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2864         capitalization of some menu entries.
2866 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2868         * whitespace.el (whitespace-display-char-on): Ensure
2869         `buffer-display-table' is unique when two or more windows are
2870         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2871         New version 12.1.
2873 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2875         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2876         characters in the Attribute field.
2878 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2880         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2882 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2885         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2886         Disregard autoload-excludes.
2887         (update-directory-autoloads): Obey autoload-excludes here instead.
2888         But don't store its contents in no-autoloads and remove entries that
2889         refer to excludes files.
2891 2009-12-10  Glenn Morris  <rgm@gnu.org>
2893         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2894         (expand-mail-aliases): Define for compiler.
2896         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2897         Define for compiler.
2899         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2900         appropriate for the mail-user-agent in use.
2902 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2904         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2906 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2908         Fix short log parsing and fontification.
2909         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2910         Fix fontification for the [merge] label.
2912 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2914         Drop some properties to avoid surprises.
2915         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2916         (hfy-fontify-buffer): Use it.
2918 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         Minor cleanup.
2921         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2922         Adjust all callers.
2923         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2924         args compulsory.  Adjust callers.
2925         (ffap-gopher-at-point): Remove unused var `name'.
2927         Get rid of the ELCFILES abomination.
2928         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2929         (compile-elcfiles): New phony target.
2930         (compile-main): Compute ELCFILES dynamically.
2931         (compile-clean): New target to remove left-over elc files.
2932         (compile, all): Use it.
2934 2009-12-09  Kenichi Handa  <handa@etlken>
2936         * international/mule-diag.el: Require help-mode instead of help-fns.
2938 2009-12-09  Kenichi Handa  <handa@m17n.org>
2940         * international/mule-cmds.el (ucs-names): Supply sufficiently
2941         fine ranges instead of pre-calculating accurate ranges.
2942         Iterate with bigger gc-cons-threshold.
2944 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2946         Add support for stashing a snapshot of the current tree.
2947         * vc-git.el (vc-git-stash-snapshot): New function.
2948         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2950 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2952         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2953         instead of `(beginning|end)-of-line'.
2955 2009-12-08  Glenn Morris  <rgm@gnu.org>
2957         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2959         * Makefile.in (ELCFILES): Regenerate.
2961 2009-12-07  Juri Linkov  <juri@jurta.org>
2963         Don't lazy-highlight the comint output in history Isearch mode.
2965         * comint.el (comint-history-isearch-search): Instead of
2966         `comint-line-beginning-position', use `comint-after-pmark-p'
2967         to check if point if before the process mark, and go to
2968         `process-mark' in this case.
2970 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2972         * textmodes/tex-mode.el (latex-complete)
2973         (latex-indent-or-complete): Remove.
2974         (latex-mode): Set completion-at-point-functions instead.
2976         Provide a standard completion command and hook it into TAB.
2977         * minibuffer.el (completion-at-point-functions): New var.
2978         (completion-at-point): New command.
2979         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2980         * progmodes/python.el (python-mode-map): Use completion-at-point.
2981         (python-completion-at-point): Rename from python-partial-symbol and
2982         adjust for use in completion-at-point-functions.
2983         (python-mode): Setup completion-at-point for Python completion.
2984         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2985         extracted from lisp-complete-symbol.
2986         (lisp-complete-symbol): Use it.
2987         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2988         setup completion-at-point for Elisp completion.
2989         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2990         Use completion-at-point.
2991         * ielm.el (ielm-map): Use completion-at-point.
2992         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2993         * progmodes/sym-comp.el: Move to...
2994         * obsolete/sym-comp.el: Move from progmodes.
2996 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2998         Prevent save-buffer in Rmail buffers from using the coding-system
2999         of the current message, and from clobbering the encoding mnemonics
3000         in the mode line (Bug#4623).
3002         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3003         flag, too.
3004         (rmail-message-encoding): New variable.
3005         (rmail-write-region-annotate): Record the encoding of the current
3006         message in rmail-message-encoding.
3007         (rmail-after-save-hook): New function, restores the encoding of
3008         the current message after the message collection is saved.
3010 2009-12-07  Juri Linkov  <juri@jurta.org>
3012         * progmodes/grep.el (grep-read-files): Use `completing-read'
3013         instead of `read-string'.  Set its `collection' arg to
3014         `read-file-name-internal'.  (Bug#4301)
3016 2009-12-07  Juri Linkov  <juri@jurta.org>
3018         Correctly restore original Isearch point.  (Bug#4994)
3020         * isearch.el (isearch-mode): Move `isearch-push-state' after
3021         `(run-hooks 'isearch-mode-hook)'.
3022         (isearch-cancel): When `isearch-push-state-function' is defined,
3023         let-bind `isearch-cmds' to the first state (the last element of
3024         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3025         function and restores the original point).  Otherwise, move point
3026         to `isearch-opoint'.
3028 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3030         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3031         chars that don't have names, so the table can be built much faster at
3032         run-time.
3034 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3036         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3037         change.  Suggested by David Kastrup.
3039         * simple.el (compose-mail): Check for incompatibilities and warn.
3040         (compose-mail-user-agent-warnings): New option.
3042 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3044         Support showing a single log entry from vc-annotate.
3045         * vc.el (print-log): Add a new argument: START-REVISION.
3046         (vc-print-log-internal): Add a new optional argument and
3047         pass it to the backend.
3048         (vc-print-log, vc-print-root-log): Adjust callers.
3049         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3050         buffer already displays the requested log entry, use it.
3051         Otherwise display only the log entry in question.
3052         * vc-svn.el (vc-svn-print-log):
3053         * vc-mtn.el (vc-mtn-print-log):
3054         * vc-hg.el (vc-hg-state):
3055         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3056         (vc-git-show-log-entry): Return t on success.
3057         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3058         (vc-bzr-show-log-entry): Return t on success.
3059         * vc-rcs.el (vc-rcs-print-log):
3060         * vc-sccs.el (vc-sccs-print-log):
3061         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3063 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3065         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3066         Add menus to the meta mode.  (Bug#5043)
3068 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3070         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3071         event-key.
3073         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3075 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3077         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3078         Berbain <raphael.berbain@gmail.com>.
3080         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3081         characters.
3082         (tramp-initial-end-of-output): New defconst.
3083         (tramp-methods, tramp-find-shell)
3084         (tramp-open-connection-setup-interactive-shell)
3085         (tramp-maybe-open-connection): Use it.
3086         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3087         existence of `#' and `$'.
3089         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3090         `tramp-initial-end-of-output'.
3092 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3094         Get the background mode from the terminal for xterm, and set
3095         faces accordingly.
3096         * term/xterm.el (xterm-set-background-mode): New function.
3097         (terminal-init-xterm): Use it in case xterm supports background
3098         color queries.  Recompute faces after getting the background
3099         color.
3101 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3103         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3104         number comment back on its own line, for easier parsing.
3106 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         Make it work for non-file buffers (bug#5102).
3109         * doc-view.el (doc-view-current-cache-dir):
3110         Use doc-view-buffer-file-name rather than buffer-file-name.
3111         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3113 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3115         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3116         author field is too short.
3118 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3120         * vc-git.el (vc-git-print-log): Handle a limit argument.
3121         Display the short log in graph form and with labels.
3122         (vc-git-log-view-mode): Handle labels.
3124         Make vc-revert change VC state from 'added to 'unregistered.
3125         * vc-git.el (vc-git-revert): Call git reset first.
3127 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3129         * net/newst-backend.el, net/newst-plainview.el:
3130         * net/newst-reader.el, net/newst-ticker.el:
3131         * net/newst-treeview.el, net/newsticker.el:
3132         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3134 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3136         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3138         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3139         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3140         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3141         Update annotation regexp.
3143         * simple.el (beginning-of-visual-line): Constrain to field
3144         boundaries (Bug#5106).
3146 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3148         * xml.el (xml-substitute-numeric-entities): Move
3149         newsticker--decode-numeric-entities in newst-backend.el to
3150         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3151         * net/newst-backend.el (newsticker--parse-generic-feed)
3152         (newsticker--parse-generic-items)
3153         (newsticker--decode-numeric-entities): Move
3154         newsticker--decode-numeric-entities in newst-backend.el to
3155         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3157 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3159         * progmodes/js.el (js--js-not): Add null to the list of values.
3161 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3163         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3165 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3167         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3168         delimiter if it is at the end of the current line.
3169         (bibtex-generate-url-list): Fix docstring.
3171 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3173         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3174         minibuffer's content with itself.
3175         Fold the confirm-after-completion case into the `confirm' case.
3176         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3178 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3180         * ffap.el (ffap-rfc-path): Make this a defcustom since
3181         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3183         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3184         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3186 2009-12-05  Juri Linkov  <juri@jurta.org>
3188         Save and restore dired buffer's point positions too.  (Bug#4880)
3190         * dired.el (dired-save-positions): Return in the first element
3191         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3192         Doc fix.
3193         (dired-restore-positions): First restore buffer's position.
3194         While restoring window's positions, check if window still displays
3195         the original buffer.
3197 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3199         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3200         if possible.
3202         * shell.el (shell): Require ansi-color (Bug#5113).
3204         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3206         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3208 2009-12-05  Alan Mackenzie  <acm@muc.de>
3210         * progmodes/cc-mode.el (c-before-hack-hook)
3211         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3212         `c-file-style' to work again.  This reversion restores the current
3213         software to its state in Emacs 23.1.  (Bug#4146)
3215 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3217         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3218         comment-start-skip to comment-end-skip as comment (Bug#4781).
3220 2009-12-05  Juri Linkov  <juri@jurta.org>
3222         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3223         for virtual nodes.  (Bug#4147)
3224         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3225         when moving from a virtual node.
3226         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3227         (Info-mode): Add `Info-virtual-index' to the docstring.
3229 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3231         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3232         track of the buffer position of the end of a BibTeX entry as this
3233         position may change during reformatting.
3234         (bibtex-format-entry): Remove whitespace before processing
3235         numerical fields so that we recognize the latter properly.
3236         (bibtex-reformat): Do not use push which changes the global value
3237         of bibtex-entry-format.
3238         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3239         (bibtex-field-re-init): Replace only space characters by regexp
3240         for whitespace.
3241         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3242         (bibtex-initialize): Also update bibtex-strings.
3243         (bibtex-kill-field): Preserve white space at end of entry.
3244         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3245         Update bibtex-reference-keys.
3247 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3249         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3250         point after a star, if that's the only place where modifications can
3251         make progress.
3253 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3255         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3256         in docstrings.
3258 2009-12-04  Juri Linkov  <juri@jurta.org>
3260         * proced.el (proced): Call `(proced-update t)' to update process
3261         information instead of only running proced-post-display-hook.
3262         (proced-send-signal): Add a leading space to the buffer name
3263         " *Marked Processes*" to make this buffer ephemeral.
3265 2009-12-04  Juri Linkov  <juri@jurta.org>
3267         * dired.el (dired-auto-revert-buffer): New defcustom.
3268         (dired-internal-noselect): Use it.
3270 2009-12-04  Juri Linkov  <juri@jurta.org>
3272         Change roles of modes and functions in image-mode.el (Bug#5062).
3274         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3275         in `auto-mode-alist'.
3276         (image-mode-previous-major-mode): New variable.
3277         (image-minor-mode-map): Rename from `image-mode-text-map'.
3278         (image-mode): Move graceful error-handling code from
3279         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3280         (image-minor-mode): Remove all image-handling code.
3281         Replace `image-mode-text-map' with `image-minor-mode-map'.
3282         Check for `image-type' in mode-line format string.
3283         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3284         (image-mode-as-text): New function with most code from
3285         `image-mode-maybe'.
3286         (image-toggle-display-text): Move code that removes image
3287         properties from `image-toggle-display' to here.
3288         (image-toggle-display-image): New function with code that adds
3289         image properties copied from `image-toggle-display'.
3290         (image-toggle-display): Remove most code with leaving only code
3291         that toggles between `image-mode-as-text' and `image-mode'.
3293 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3295         * net/newst-treeview.el
3296         (newsticker--treeview-list-highlight-start): Restored call to
3297         save-excursion: Selected item was stuck.
3298         (newsticker--treeview-list-select): New.
3299         (newsticker--treeview-item-show-text)
3300         (newsticker--treeview-item-show)
3301         (newsticker--treeview-item-update): Use new
3302         newsticker-treeview-item-mode.
3303         (newsticker-treeview-update): Keep current item.
3304         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3305         (newsticker--treeview-first-feed): Doc change.
3306         (newsticker-treeview-list-menu)
3307         (newsticker-treeview-item-menu): Added menu entries.
3308         (newsticker-treeview-item-mode): New.
3310         * net/newst-backend.el (newsticker-customize): Delete other
3311         windows.
3313 2009-12-04  Sam Steingold  <sds@gnu.org>
3315         * log-view.el (log-view-mode-map): "q" calls quit-window,
3316         like in all the other non-self-insert buffers.
3318 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3320         Minor cleanup.
3321         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3322         key decoding rather than do it manually via last-input-event +
3323         ascii-character.
3324         (term-exec): Use delete-and-extract-region.
3325         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3326         (term-process-pager): Remove unused var `i'.
3327         (term-dynamic-simple-complete): Make obsolete.
3328         (serial-update-config-menu): Remove unused vars `y' and `str'.
3329         (term-update-mode-line): Remove unused var `temp'.
3331 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3333         Limit the number of log entries displayed by default.
3334         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3335         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3336         using a prefix argument.
3338 2009-12-03  Glenn Morris  <rgm@gnu.org>
3340         * progmodes/idlwave.el (class): Restore still useful declaration.
3342 2009-12-03  Alan Mackenzie  <acm@muc.de>
3344         Enhance `c-parse-state' to run efficiently in "brace deserts".
3346         * progmodes/cc-mode.el (c-basic-common-init):
3347         Call c-state-cache-init.
3348         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3349         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3350         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3352         * progmodes/cc-langs.el (c-before-font-lock-function):
3353         c-extend-and-neutralize-syntax-in-CPP has been renamed
3354         c-neutralize-syntax-in-and-mark-CPP.
3356         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3357         with `category' properties now, not `syntax-table' ones.
3359         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3360         enhanced (but slower) version of c-end-of-macro that won't land
3361         inside a literal or on another awkward character.
3362         (c-state-cache-too-far, c-state-cache-start)
3363         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3364         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3365         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3366         (c-state-min-scan-pos, c-state-brace-pair-desert)
3367         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3368         buffer local variables.
3369         (c-state-literal-at, c-state-lit-beg)
3370         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3371         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3372         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3373         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3374         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3375         (c-renarrow-state-cache)
3376         (c-append-lower-brace-pair-to-state-cache)
3377         (c-state-push-any-brace-pair, c-append-to-state-cache)
3378         (c-remove-stale-state-cache)
3379         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3380         (c-invalidate-state-cache-1, c-parse-state-1)
3381         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3382         (c-parse-state): Enhance and refactor.
3383         (c-debug-parse-state): Amend to deal with all the new variables.
3385         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3386         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3387         modify to use category text properties rather than syntax-table ones.
3388         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3389         to switch off/on the syntactic paren property of C++ template
3390         delimiters using the category property.
3391         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3392         template delims suppressed.
3393         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3394         New constant/macros which apply category properties to the start
3395         and end of preprocessor constructs.
3396         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3397         "comment out" the syntactic value of characters in preprocessor
3398         constructs.
3399         (c-with-cpps-commented-out)
3400         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3401         with characters in all or all but one preprocessor constructs
3402         "commented out".
3404 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3406         * proced.el (proced-filter-alist): Use regexp-quote.
3408 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3410         Cleanup.
3411         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3412         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3413         arguments.  Expand `default-directory'.
3415         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3416         the benefit of returning an expanded localname.
3417         (tramp-tramp-file-p): Handle the case NAME is not a string.
3419 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3421         Add support for bzr shelve/unshelve.
3422         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3423         (vc-bzr-extra-menu-map): New variables.
3424         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3425         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3426         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3427         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3428         (vc-bzr-dir-extra-headers): Display shelves.
3430         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3432 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3434         * textmodes/bibtex.el (bibtex-complete-internal):
3435         Use completion-in-region.
3436         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3438 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3440         Support applying stashes.  Improve UI.
3441         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3442         (vc-git-stash-apply, vc-git-stash-pop)
3443         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3444         (vc-git-stash-menu): New functions.
3445         (vc-git-stash-menu-map): New variable.
3446         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3448 2009-12-03  Glenn Morris  <rgm@gnu.org>
3450         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3451         (vc-print-log-internal): Fix previous change.
3452         (vc-revert): Correct pluralization.
3454 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3457         it to be an alist any more.
3458         (makefile-complete): Use completion-in-region.
3460         * progmodes/octave-mod.el (octave-complete-symbol):
3461         Use completion-in-region.
3463         Misc cleanup.
3464         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3465         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3466         (idlwave-complete-class): Don't quote lambda.
3467         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3468         (idlwave-mode-map): Move initialization into declaration.
3469         (idlwave-action-and-binding): Use backquotes.
3470         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3471         Simplify.
3472         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3473         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3474         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3475         `parts', and `all-parts'.
3476         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3477         (idlwave-convert-xml-system-routine-info): Remove unused string
3478         `version-string'.
3479         (idlwave-display-user-catalog-widget): Use dolist.
3480         (idlwave-scanning-lib): Declare dynamically-scoped var.
3481         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3482         (completion-highlight-first-word-only): Declare to silence bytecomp.
3483         (idlwave-popup-select): Tighten scope of `resp'.
3484         (idlwave-find-struct-tag): Remove unused var `beg'.
3485         (idlwave-after-load-rinfo-hook): Declare.
3486         (idlwave-sintern-class-info): Remove unused var `taglist'.
3487         (idlwave-find-class-definition): Remove unused var `list'.
3488         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3489         (idlwave-what-module-find-class): Remove unused var `classes'.
3491 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3493         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3495 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3498         buffers visited.  Remove redundant current-buffer-saving.
3500 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         Use completion-in-buffer and remove uses of dynamic scoping.
3503         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3504         (pascal-buffer-to-use, pascal-flag): Don't declare.
3505         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3506         (pascal-get-completion-decl, pascal-keyword-completion):
3507         Add `pascal-str' argument, save-excursion,
3508         return the found completions, and don't filter with pascal-pred.
3509         (pascal-completion-cache): New var.
3510         (pascal-completion): Don't switch buffer any more (it was never
3511         necessary).  Don't save-excursion any more (it's done by the called
3512         subroutines).  Use a cache to avoid redundant computations.
3513         Use complete-with-action rather than pascal-completion-response and
3514         let it apply the predicate as well.
3515         (pascal-complete-word): Use completion-in-buffer when
3516         pascal-toggle-completions is nil.
3517         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3518         not used any more.
3519         (pascal-comp-defun): Don't change buffer any more.
3520         Use complete-with-action rather than pascal-completion-response and
3521         let it apply the predicate as well.
3522         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3523         when neded.
3525 2009-12-02  Kenichi Handa  <handa@m17n.org>
3527         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3528         shape for all Indic scripts.
3530 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         Use completion-in-buffer.
3533         * wid-edit.el (widget-field-text-end): New function.
3534         (widget-field-value-get): Use it.
3535         (widget-string-complete, widget-file-complete)
3536         (widget-color-complete): Use it and completion-in-region.
3537         (widget-complete): Don't narrow the buffer.
3539 2009-12-02  Glenn Morris  <rgm@gnu.org>
3541         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3542         (rmail-select-summary): Use rmail-pop-to-buffer.
3543         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3544         rmail-pop-to-buffer, to prevent horizontal splits.
3546         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3547         save-excursion with save-current-buffer.
3548         Widen before searching.  (Bug#5093)
3549         (diary-list-sexp-entries): Remove superfluous save-excursion.
3551 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3553         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3554         name.  (Bug#5038)
3556 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3558         * ido.el (ido-file-internal): Handle filenames at point that do
3559         not have a directory part.  (Bug#5049)
3561 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3563         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3564         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3566 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3568         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3569         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3570         any more.
3572 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * comint.el (comint-insert-input): Ignore clicks to the right of
3575         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3577         * vc.el (vc-print-log-internal): Don't wait for the process to
3578         terminate before setting up the major mode.
3580         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3581         in case.
3583         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3584         the last element.
3586         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3588 2009-12-01  Glenn Morris  <rgm@gnu.org>
3590         * window.el (window--display-buffer-2): Fix previous changes.
3592 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3594         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3596 2009-12-01  Glenn Morris  <rgm@gnu.org>
3598         * Makefile.in (ELCFILES): Add mpc.elc.
3600 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * mpc.el: New file.
3604 2009-12-01  Glenn Morris  <rgm@gnu.org>
3606         * window.el (window-to-use): Define for compiler.
3608         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3609         consistent with others (no final period).
3611         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3612         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3614 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3616         Make vc-print-log buttons work.
3617         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3619 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3621         * savehist.el (savehist-autosave-interval): Allow setting to nil
3622         through customize.  (Bug#5056)
3624 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3626         Fix references to jit-lock properties.
3627         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3628         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3629         (perl-font-lock-special-syntactic-constructs):
3630         Quote jit-lock-defer-multiline property.
3632 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3634         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3636 2009-11-30  Juri Linkov  <juri@jurta.org>
3638         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3639         value `buffer' of `multi-isearch-next-buffer-current-function'.
3640         Use `(current-buffer)' when `buffer' is nil.
3641         (multi-isearch-next-buffer-from-list): Don't fallback to
3642         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3644 2009-11-30  Juri Linkov  <juri@jurta.org>
3646         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3647         of buffers with `get-buffer' to `multi-isearch-buffers'.
3648         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3649         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3650         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3651         FILES with `expand-file-name' converting relative file names
3652         to absolute.  Doc fix.  (Bug#4727)
3654 2009-11-30  Juri Linkov  <juri@jurta.org>
3656         * misearch.el (multi-isearch-read-buffers)
3657         (multi-isearch-read-matching-buffers): New functions.
3658         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3659         Use them in the `interactive' spec.  Doc fix.
3660         (multi-isearch-read-files, multi-isearch-read-matching-files):
3661         New functions.
3662         (multi-isearch-files, multi-isearch-files-regexp):
3663         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3665 2009-11-30  Juri Linkov  <juri@jurta.org>
3667         * doc-view.el (doc-view-continuous):
3668         Rename from `doc-view-continuous-mode'.
3669         (doc-view-menu): Move "Toggle display" to the top.
3670         Add submenu "Continuous" with radio buttons "Off"/"On"
3671         and "Save as Default".
3672         (doc-view-scroll-up-or-next-page)
3673         (doc-view-scroll-down-or-previous-page)
3674         (doc-view-next-line-or-next-page)
3675         (doc-view-previous-line-or-previous-page): Rename
3676         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3678 2009-11-30  Juri Linkov  <juri@jurta.org>
3680         * comint.el (comint-mode-map): Rebind `M-r' from
3681         `comint-previous-matching-input' to
3682         `comint-history-isearch-backward-regexp'.
3683         Unbind `M-s' to allow global key binding `M-s'.
3684         Add menu items for `comint-history-isearch-backward' and
3685         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3687 2009-11-30  Juri Linkov  <juri@jurta.org>
3689         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3690         For def=recenter, replace `recenter' with `recenter-top-bottom'
3691         that is called with `this-command' and `last-command' let-bound
3692         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3693         set `recenter-last-op' to nil.  (Bug#4981)
3695 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3697         Minor cleanup and simplification.
3698         * filecache.el (file-cache-add-directory)
3699         (file-cache-add-directory-recursively)
3700         (file-cache-add-from-file-cache-buffer)
3701         (file-cache-delete-file-regexp, file-cache-delete-directory)
3702         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3703         (file-cache-temp-minibuffer-message): Delete function.
3704         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3706         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3707         Don't signal an error when bumping into EOB in tr, s, or y.
3709 2009-11-29  Juri Linkov  <juri@jurta.org>
3711         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3712         (Bug#4960)
3714         * descr-text.el (describe-char-unidata-list): Use lowercase name
3715         for "Unicode name" like in other tags.
3717 2009-11-29  Juri Linkov  <juri@jurta.org>
3719         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3720         New compatibility macro.
3721         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3723 2009-11-29  Juri Linkov  <juri@jurta.org>
3725         Add defcustom to define the cycling order of `recenter-top-bottom'.
3726         (Bug#4981)
3728         * window.el (recenter-last-op): Doc fix.
3729         (recenter-positions): New defcustom.
3730         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3731         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3733 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3735         Improve integration of Tramp and ange-ftp in eshell.
3737         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3738         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3739         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3741         * eshell/esh-util.el (top): Require also Tramp when compiling.
3742         (eshell-directory-files-and-attributes): Check for FTP remote
3743         connection.
3744         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3745         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3746         (eshell-file-attributes): Handle ".".  Return `entry'.
3748         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3749         (ange-ftp-directory-files-and-attributes)
3750         (ange-ftp-real-directory-files-and-attributes): New defuns.
3752         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3753         shell with "exec" when possible.  This prevents trailing prompts
3754         in `start-file-process'.
3756 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         Try and remove assumptions about point-min==1.
3759         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3760         (rng-compute-mode-line-string): Show the validation percentage in
3761         terms of the narrowed text, not the widened text.
3762         (rng-do-some-validation): Don't catch internal errors when debugging.
3763         (rng-first-error): Simplify.
3764         (rng-after-change-function): Remove work around.  AFAIK the bug has
3765         been fixed a while ago.
3767         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3768         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3770         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3772         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3773         `cd' doesn't always do it for us (bug#5067).
3775         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3776         on 2009-10-25 as part of some other change (bug#5067).
3778 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3781         `suspicious'.
3782         (byte-compile-warnings): Use byte-compile-warning-types.
3783         (byte-compile-save-excursion): Warn about use of set-buffer right
3784         after save-excursion.
3786         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3787         the excursion as well.
3789 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3791         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3792         providing a Tramp related implementation of "su" and "sudo".
3793         (eshell-unix-initialize): Add "su" and "sudo".
3795 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3797         * net/socks.el (socks-send-command): Convert binary request to
3798         unibyte before sending.  This fixes mishandling of some port
3799         numbers such as 129.
3801 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * help.el (describe-bindings-internal): Remove `interactive'.
3805         * man.el (Man-completion-table): Trim a terminating "(".
3806         Remove the space between name page a section.
3807         Add the command's description on the `help-echo' property.
3808         Remove `process-connection-type' binding since it's unused by
3809         call-process.
3810         Provide completion for the "<section> <name>" format as well.
3811         (Man-default-man-entry): Remove spurious var shadowing the argument.
3813 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3815         * log-view.el: Add "Keywords: tools", since its other keywords
3816         aren't in finder-known-keywords, and following vc.el.
3818         * sha1.el (sha1-string-external): default-directory "/" in case
3819         otherwise non-existent.  process-connection-type pipe for touch of
3820         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3822 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         Misc coding convention cleanups.
3825         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3826         hfy-init-kludge-hooks.
3827         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3828         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3829         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3830         and push.
3831         (hfy-slant, hfy-weight): Use tables rather than code.
3832         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3833         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3834         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3835         (hfy-face-to-css): Remove `nconc' with single arg.
3836         (hfy-p-to-face-lennart): Use `or'.
3837         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3838         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3839         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3840         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3841         (hfy-force-fontification): Use run-hooks.
3843 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3845         Various minor fixes.
3846         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3847         Javascript belongs in the header, not the body.
3848         (hfy-javascript): Remove.
3849         (hfy-fontify-buffer): Don't insert it any more.
3850         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3851         Fix bug in invis handling when there were no invis props in a chunk.
3853 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3857 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3859         * finder.el (finder-mode-map): Add a menu.
3861 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3863         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3864         "unsigned" structs.
3866         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3867         fork" statement better.
3869 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3871         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3872         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3873         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3874         Reported by Clay Douglass.
3876         (verilog-auto-inst, verilog-auto-star-safe)
3877         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3878         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3879         Pierre-David Pfister.
3881 2009-11-26  Glenn Morris  <rgm@gnu.org>
3883         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3884         the scope.
3886 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3888         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3889         Really use previous revision.
3891 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3893         * man.el (Man-completion-table): default-directory "/" in case
3894         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3895         not to truncate long names.  process-connection-type pipe to avoid
3896         any chance of hitting the pseudo-tty TIOCGWINSZ.
3897         (man): completion-ignore-case t for friendliness and since man
3898         itself is case-insensitive on the command line.
3899         Further to Bug#3717.
3901         * arc-mode.el: Add "Keywords: files", so the details in its
3902         commentary can be reached from finder-by-keyword.
3903         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3904         editing mode, but it's comms related and sgml-mode.el has "comm"
3905         on that basis too.
3906         * textmodes/bibtex-style.el: Add "Keywords: tex".
3907         * international/isearch-x.el, international/ja-dic-cnv.el:
3908         * international/ja-dic-utl.el, international/kkc.el:
3909         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3911 2009-11-25  Juri Linkov  <juri@jurta.org>
3913         * man.el (Man-completion-table): Modify regexp to include
3914         section names to completion strings.  (Bug#3717)
3916 2009-11-25  Juri Linkov  <juri@jurta.org>
3918         Search recursively in gzipped files.  (Bug#4982)
3920         * progmodes/grep.el (grep-highlight-matches): Add new options
3921         `always' and `auto'.  Doc fix.
3922         (grep-process-setup): Check `grep-highlight-matches' for
3923         `auto-detect' to determine the need to compute grep defaults.
3924         Move Windows/DOS specific --colors settings handling
3925         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3926         to get the value of "--color=".
3927         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3928         has the value `auto-detect'.  Move Windows/DOS specific settings
3929         from `grep-process-setup'.
3930         (zrgrep): New command with alias `rzgrep'.
3932 2009-11-25  Juri Linkov  <juri@jurta.org>
3934         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3935         to nil instead of switching off view-mode.  (Bug#4896)
3937 2009-11-25  Juri Linkov  <juri@jurta.org>
3939         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3941         * mwheel.el (mwheel-scroll-up-function)
3942         (mwheel-scroll-down-function): New defvars.
3943         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3944         `scroll-up', and `mwheel-scroll-down-function' instead of
3945         `scroll-down'.
3947         * doc-view.el (doc-view-scroll-up-or-next-page)
3948         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3949         Use this ARG in the call to image-scroll-up/image-scroll-down.
3950         Change `interactive' spec to "P".  Goto next/previous page only
3951         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3952         SPC/DEL case).  Doc fix.
3953         (doc-view-next-line-or-next-page)
3954         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3955         for consistency.
3956         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3957         `doc-view-scroll-up-or-next-page', and buffer-local
3958         `mwheel-scroll-down-function' to
3959         `doc-view-scroll-down-or-previous-page'.
3961 2009-11-25  Juri Linkov  <juri@jurta.org>
3963         Provide additional default values (directories at other Dired
3964         windows) via M-n in the minibuffer of some Dired commands.
3966         * dired-aux.el (dired-diff, dired-compare-directories)
3967         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3968         `minibuffer-default' in `minibuffer-with-setup-hook'.
3969         (dired-dwim-target-directory): Find a window that displays Dired
3970         buffer instead of failing when the next window is not Dired.
3971         Use `get-window-with-predicate' to find for the next Dired window.
3972         (dired-dwim-target-defaults): New function.
3974         * ediff-util.el (ediff-read-file-name):
3975         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3976         in `minibuffer-with-setup-hook'.
3978 2009-11-25  Juri Linkov  <juri@jurta.org>
3980         Provide additional default values (file name at point or at the
3981         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3983         * minibuffer.el (read-file-name-defaults): New function.
3984         (read-file-name): Reset `minibuffer-default' to nil when
3985         it duplicates initial input `insdef'.
3986         Bind `minibuffer-default-add-function' to lambda that
3987         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3988         (minibuffer-insert-file-name-at-point): New command.
3990         * files.el (file-name-at-point-functions): New defcustom.
3991         (find-file-default): Remove defvar.
3992         (find-file-read-args): Don't use `find-file-default'.
3993         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3994         to `read-file-name'.
3995         (find-file-literally): Use `read-file-name' with
3996         `confirm-nonexistent-file-or-buffer'.
3998         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4000         * dired.el (dired-read-dir-and-switches):
4001         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4002         to `read-file-name'.
4003         (dired-file-name-at-point): New function.
4004         (dired-mode): Add hook `dired-file-name-at-point' to
4005         `file-name-at-point-functions'.
4007 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         Really make the *Completions* window soft-dedicated (bug#5030).
4010         * window.el (window--display-buffer-2): Add `dedicated' argument.
4011         (display-buffer): Pass it when needed so the dedicated flag is set
4012         after calling set-window-buffer, which would otherwise reset it.
4014 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * progmodes/meta-mode.el (meta-complete-symbol):
4017         * progmodes/etags.el (complete-tag):
4018         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4019         Use completion-in-region.
4021         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4022         (dabbrev-completion): Use completion-in-region.
4023         (dabbrev--abbrev-at-point): Simplify regexp.
4025         * abbrev.el (abbrev--before-point): Use word-motion functions
4026         if :regexp is not specified (bug#5031).
4028         * subr.el (string-prefix-p): New function.
4030         * man.el (Man-completion-cache): New var.
4031         (Man-completion-table): Use it.
4033         * vc.el (vc-print-log-internal): Make `limit' optional for better
4034         compatibility (e.g. with vc-annotate.el).
4036 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4038         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4039         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4041         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4042         when .el source file not found or other error.
4044 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4046         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4048 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4050         Handle the [back] button properly (bug#4979).
4051         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4052         Use help-setup-xref, help-buffer, and with-help-window.
4053         (describe-char): Add `buffer' argument.
4054         Pass proper command to help-setup-xref.  Don't meddle with
4055         help-xref-stack-item directly.
4056         (describe-text-category): Use with-help-window and help-buffer.
4058         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4059         for the displayed buffer (bug#4887).
4061         * man.el (Man-completion-table): New function.
4062         (man): Use it.
4064 2009-11-24  David Reitter  <david.reitter@gmail.com>
4066         * vc-git.el (vc-git-registered): Use checkout directory (where
4067         .git is) rather than the file's directory and a relative path spec
4068         to work around a bug in git.
4070 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4072         Improve handling of processes on remote hosts.
4074         * eshell/esh-util.el (eshell-path-env): New defvar.
4075         (eshell-parse-colon-path): New defun.
4076         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4078         * eshell/esh-ext.el (eshell-search-path):
4079         Use `eshell-parse-colon-path'.
4080         (eshell-remote-command): Remove argument HANDLER.
4081         (eshell-external-command): Check for FTP remote connection.
4083         * eshell/esh-proc.el (eshell-gather-process-output):
4084         Use `file-truename', in order to start also symlinked files.
4085         Apply `start-file-process' instead of `start-process'.
4086         Shorten `command' to the local file name part.
4088         * eshell/em-cmpl.el (eshell-complete-commands-list):
4089         Use `eshell-parse-colon-path'.
4091         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4093         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4094         to `eshell-directory-change-hook'.
4096 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4098         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4099         because it could be enabled automatically if view-read-only is non-nil.
4101 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4103         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4104         made on 2009-11-22.
4106 2009-11-24  Glenn Morris  <rgm@gnu.org>
4108         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4109         deleted variable bookmark-bmenu-bookmark-column.
4111 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4115 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4117         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4118         two slashes to the "file:" prefix.
4119         (browse-url-file-url): De-munge Cygwin filenames before passing
4120         them to Windows browser.
4121         (browse-url-default-windows-browser): Use call-process.
4123 2009-11-23  Juri Linkov  <juri@jurta.org>
4125         Implement DocView Continuous mode.  (Bug#4896)
4126         * doc-view.el (doc-view-continuous-mode): New defcustom.
4127         (doc-view-mode-map): Bind C-n/<down> to
4128         `doc-view-next-line-or-next-page', C-p/<up> to
4129         `doc-view-previous-line-or-previous-page'.
4130         (doc-view-next-line-or-next-page)
4131         (doc-view-previous-line-or-previous-page): New commands.
4133 2009-11-23  Juri Linkov  <juri@jurta.org>
4135         Implement Isearch in comint input history.  (Bug#3746)
4136         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4137         `isearch-mode-hook'.
4138         (comint-history-isearch): New defcustom.
4139         (comint-history-isearch-backward)
4140         (comint-history-isearch-backward-regexp): New commands.
4141         (comint-history-isearch-message-overlay): New buffer-local variable.
4142         (comint-history-isearch-setup, comint-history-isearch-end)
4143         (comint-goto-input, comint-history-isearch-search)
4144         (comint-history-isearch-message, comint-history-isearch-wrap)
4145         (comint-history-isearch-push-state)
4146         (comint-history-isearch-pop-state): New functions.
4148 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4150         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4151         return.
4152         (tramp-handle-make-symbolic-link)
4153         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4154         Quote file names.
4155         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4156         (tramp-handle-process-file): Use it.
4158 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * window.el (move-to-window-line-last-op): Remove.
4161         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4163 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4165         Make M-r mirror the new cycling behavior of C-l.
4166         * window.el (move-to-window-line-last-op): New var.
4167         (move-to-window-line-top-bottom): New command.
4168         (global-map): Bind M-r move-to-window-line-top-bottom.
4170 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4172         * dired-x.el (dired-guess-shell-alist-default):
4173         Support xz format.  (Bug#4953)
4175 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4177         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4178         last-command-char/last-command-event.
4179         (viper-prefix-arg-value): Do correct conversion of event-char for
4180         XEmacs.
4182         * emulation/viper-util.el, emulation/viper.el:
4183         Use viper-last-command-char instead of
4184         last-command-char/last-command-event.
4186         * ediff-init.el, ediff-mult.el, ediff-util.el:
4187         Replace last-command-char and last-command-event
4188         with (ediff-last-command-char) everywhere.
4190         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4191         created in fundamental mode.
4193         * ediff.el (ediff-version): Revert the change of interactive-p to
4194         called-interactively-p.
4196 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4198         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4199         generation from word-movement command names.
4201 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4203         * cus-start.el (all): Add native condition for font-use-system-font.
4205 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4207         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4208         Correct the patch from 2009-11-18.  (Bug#3910)
4210 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4212         * progmodes/subword.el: Rename from lisp/subword.el.
4214         * subword.el: Rename to progmodes/subword.el.
4216         * Makefile.in (ELCFILES): Adapt to subword.el move.
4218 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4219             Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4222         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4223         (bookmark-bmenu-show-filenames): Use push.
4224         (bookmark-bmenu-hide-filenames): Use local var instead of
4225         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4226         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4227         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4228         filenames now that the bookmark names are always available.
4230 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4233         (bookmark-search-pattern): Move and leave unbound.
4234         (bookmark-bmenu-mode-map): Change binding.
4235         (bookmark-read-search-input): Simplify.
4236         Don't use text-char-description.  Don't error on non-char events.
4237         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4238         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4239         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4240         Use a local var for the timer.
4241         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4242         (i.e. bookmark-bmenu-search).
4244 2009-11-21  Glenn Morris  <rgm@gnu.org>
4246         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4248 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4250         * net/browse-url.el (browse-url-default-windows-browser):
4251         Use cygstart for cygwin.
4253 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4255         * bookmark.el: Formatting and doc fixes only:
4256         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4257         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4258         Minor grammar and punctuation fixes in doc string.
4259         (bookmark-read-search-input): Adjust to fit within 80 columns.
4261 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4263         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4264         (c-backward-into-nomenclature): Adapt to subword renaming.
4266         * subword.el (subword-forward, subword-backward, subword-mark)
4267         (subword-kill, subword-backward-kill, subword-transpose)
4268         (subword-downcase, subword-upcase, subword-capitalize)
4269         (subword-forward-internal, subword-backward-internal):
4270         Rename from forward-subword, backward-subword, mark-subword,
4271         kill-subword, backward-kill-subword, transpose-subwords,
4272         downcase-subword, upcase-subword, capitalize-subword,
4273         forward-subword-internal, backward-subword-internal.
4275 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4277         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4278         New options.
4279         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4280         New vars.
4281         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4282         (bookmark-bmenu-filter-alist-by-regexp)
4283         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4284         (bookmark-bmenu-search): New command.
4285         (bookmark-bmenu-mode-map): Bind it.
4287 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4289         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4290         backward-subword to quit the byte-compiler.
4292         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4294         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4296         * progmodes/cc-cmds.el (c-update-modeline)
4297         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4298         Refer to subword.el functions instead of cc-subword.el.
4300         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4301         subword.el functions instead of cc-subword.el.
4303         * progmodes/cc-subword.el: Rename to subword.el.
4304         * subword.el: Rename from progmodes/cc-subword.el.
4305         (subword-mode-map): Rename from c-subword-mode-map.
4306         (subword-mode): Rename from c-subword-mode.
4307         (global-subword-mode): New global minor mode.
4308         (forward-subword): Rename from c-forward-subword.
4309         (backward-subword): Rename from c-backward-subword.
4310         (mark-subword): Rename from c-mark-subword.
4311         (kill-subword): Rename from c-kill-subword.
4312         (backward-kill-subword): Rename from c-backward-kill-subword.
4313         (transpose-subwords): Rename from c-tranpose-subword.
4314         (downcase-subword): Rename from c-downcase-subword.
4315         (capitalize-subword): Rename from c-capitalize-subword.
4316         (forward-subword-internal): Rename from c-forward-subword-internal.
4317         (backward-subword-internal): Rename from c-backward-subword-internal.
4319 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4321         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4322         from a dired buffer.
4323         (vc-dired-deduce-fileset): New function.
4324         (vc-root-diff, vc-print-root-log): Use it.
4326         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4327         nil LIMIT argument to vc-print-log-internal.
4329 2009-11-20  Glenn Morris  <rgm@gnu.org>
4331         * Makefile.in (ELCFILES): Regenerate.
4333 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4335         * calc/calc.el (calc-set-mode-line):
4336         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4337         (math-format-number): Rename `math-format-complement-signed' to
4338         `math-format-twos-complement'.
4340         * calc/calc-bin.el (math-format-twos-complement): Rename from
4341         math-format-complement-signed.
4342         (calc-radix): Rename `calc-complement-signed-mode' to
4343         `calc-twos-complement-mode'.
4344         (calc-octal-radix, calc-hex-radix): Add an argument for
4345         two's complement.
4347         * calc/calc-embed.el (calc-embedded-mode-vars):
4348         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4350         * calc/calc-ext.el (calc-init-extensions):
4351         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4352         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4354         * calc/calc-units.el (math-build-units-table-buffer):
4355         Let `calc-twos-complement-mode' be nil.
4357         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4358         entries.
4360         * calc/calc-vec.el (calcFunc-vunpack):
4361         * calc/calc-aent.el (calc-do-calc-eval):
4362         * calc/calc-forms.el (math-format-date):
4363         * calc/calc-graph.el (calc-graph-plot):
4364         * calc/calc-math.el (math-use-emacs-fn):
4365         * calc/calccomp.el (math-compose-expr):
4366         Let `calc-twos-complement-mode' be nil.
4368 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4371         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4372         * minibuffer.el (completion-in-region-functions): New hook.
4373         (completion-in-region): New function.
4374         * emacs-lisp/lisp.el (lisp-complete-symbol):
4375         * pcomplete.el (pcomplete-std-complete): Use it.
4377 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4379         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4380         (latex-complete-alist): New vars.
4381         (latex-string-prefix-p, latex-complete-bibtex-keys)
4382         (latex-complete-envnames, latex-complete-refkeys)
4383         (latex-complete-data): New functions.
4384         (latex-complete, latex-indent-or-complete): New commands.
4386         * window.el (display-buffer-mark-dedicated): New var.
4387         (display-buffer): Obey it.
4388         * minibuffer.el (minibuffer-completion-help): Use it.
4390         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4392         * filecache.el (file-cache-add-file): Use push and cons.
4393         (file-cache-delete-file-regexp): Use push.
4394         (file-cache-complete): Use completion-in-region.
4396         * simple.el (with-wrapper-hook): Fix thinko.
4398         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4399         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4400         Use with-current-buffer and string-to-number.
4401         (hfy-fallback-colour-values): Use assoc-string.
4402         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4403         (hfy-face-at): Remove unused var `found-face'.
4404         (hfy-compile-stylesheet): Remove unused var `css'.
4405         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4406         and `orig-buffer'.
4407         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4408         Use with-current-buffer.
4409         (hfy-text-p): Use expand-file-name and fewer setq.
4411 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4413         * htmlfontify.el, hfy-cmap.el: New files.
4415 2009-11-19  Juri Linkov  <juri@jurta.org>
4417         * minibuffer.el (completions-format): New defcustom.
4418         (completion--insert-strings): Implement vertical format.
4420         * simple.el (switch-to-completions): Move point to the first
4421         completion when point was at the beginning of the buffer.
4423 2009-11-19  Juri Linkov  <juri@jurta.org>
4425         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4427         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4429 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4431         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4432         (mail-signature): Change default to t.
4433         (mail-from-style): Deprecate `system-default' value.
4434         (mail-insert-from-field): For default value of mail-from-style,
4435         default to `angles' unless `angles' needs quoting and `parens'
4436         does not.
4437         (mail-citation-prefix-regexp): Use citation regexp from
4438         message-mode.
4440 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4442         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4443         Set variables for computing the prompt for reading password.
4445 2009-11-19  Glenn Morris  <rgm@gnu.org>
4447         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4449         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4451         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4452         (newsticker-treeview-listwindow-height): Fix custom type.
4454 2009-11-19  Kenichi Handa  <handa@m17n.org>
4456         * descr-text.el (describe-char-padded-string): Compose with TAB
4457         only if there's a font for CH.
4458         (describe-char): Fix the condition for detecting a trivial composition.
4460 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4462         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4463         more accurate version of the regexp.  (Bug#3910)
4465 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4467         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4469 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4471         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4472         (font-setting-change-default-font): Fix typo in docstring.
4474 2009-11-18  Alan Mackenzie  <acm@muc.de>
4476         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4478 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4480         * font-setting.el (font-use-system-font): Move ...
4482         * cus-start.el (all): ... to here.
4484 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4486         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4487         Don't set `ad-return-value' if `ad-do-it' doesn't.
4489         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4490         modification time.
4492 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4494         * menu-bar.el: Put "Use system font" in Option-menu.
4495         (menu-bar-options-save): Add font-use-system-font.
4497         * loadup.el: If feature system-font-setting or font-render-setting is
4498         there, load font-setting.
4500         * Makefile.in (ELCFILES): Add font-settings.el.
4501         * font-setting.el: New file.
4503 2009-11-17  Glenn Morris  <rgm@gnu.org>
4505         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4507         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4508         Preserve point in the list buffer.  (Bug#4939)
4509         Use point-at-eol.
4510         (newsticker--treeview-list-update-highlight)
4511         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4513 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4515         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4516         Remove.
4518         * calc/calc-ext.el (calc-init-extensions): Remove references to
4519         symclip.
4521         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4523         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4524         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4525         `calc-symclip'.
4527 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4529         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4530         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4532         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4533         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4534         Ignore trailing spaces by omit-nulls to split-string (fixing
4535         regression from Emacs 21 due to the incompatible split-string
4536         change).  (Bug #4928.)
4538 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4540         * vc.el (vc-log-show-limit): Default to 2000.
4541         (vc-print-log-internal): Insert buttons to request more entries
4542         when limiting the output.
4544         * vc-sccs.el (vc-sccs-print-log):
4545         * vc-rcs.el (vc-rcs-print-log):
4546         * vc-cvs.el (vc-cvs-print-log):
4547         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4548         LIMIT is non-nil.
4550 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4552         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4553         error when `tramp-gvfs-dbus-event-vector' is set.
4554         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4556 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4558         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4560 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4562         * net/dbus.el (dbus-unregister-service): New defun.
4563         (dbus-register-property): Register the handlers of
4564         "org.freedesktop.DBus.Properties" for SERVICE.
4565         (dbus-property-handler): Fix docstring.
4567 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4569         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4570         Quote doc string reference in defvaralias as it is not in special form.
4571         (byte-compile-output-docform): Doc fix.
4573 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4575         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4576         (calc-complement-signed-mode): New variables.
4577         (calc-set-mode-line): Add indicator for twos-complements.
4578         (math-format-number): Format twos-complement notation.
4580         * calc/calc-bin.el (calc-word-size): Reset the variables
4581         `math-2-word-size' and `math-half-2-word-size'.
4582         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4583         (calc-symclip): New functions.
4585         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4587         * calc/calc-embed.el (calc-embedded-mode-vars):
4588         Add `calc-complement-signed-mode' to the list of modes.
4590         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4591         (calc-b-oper-keys): Add `calc-symclip' to list.
4593         * calc/calc-ext.el (math-read-number-fancy): Read complement
4594         signed numbers.
4595         (calc-init-extensions): Add binding for `calc-symclip'.
4596         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4598         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4599         `calc-symclip'.
4600         (calc-modes-menu): Add item for twos complement mode.
4602         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4604 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4606         * register.el (jump-to-register, insert-register): Handle Semantic
4607         tags.  From commented-out advice in semantic/senator.el.
4609 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4611         * vc.el (vc-log-show-limit): New variable.
4612         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4613         when using a prefix argument.
4614         (vc-print-log-internal): Add new argument LIMIT.
4616         * vc-svn.el (vc-svn-print-log):
4617         * vc-mtn.el (vc-mtn-print-log):
4618         * vc-hg.el (vc-hg-print-log):
4619         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4620         pass it to the log command when set.  Make the BUFFER argument
4621         non-optional.
4623         * vc-sccs.el (vc-sccs-print-log):
4624         * vc-rcs.el (vc-rcs-print-log):
4625         * vc-git.el (vc-git-print-log):
4626         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4627         ignore it.  Make the BUFFER argument non-optional
4629         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4631 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4633         * dired.el (dired-mode-map): Move encryption items to "Operate"
4634         menu (Bug#4703).
4636         * strokes.el (strokes-update-window-configuration): Make strokes
4637         buffer current before erasing (Bug#4906).
4639 2009-11-15  Juri Linkov  <juri@jurta.org>
4641         * simple.el (set-mark-default-inactive): Add :type, :group
4642         and :version.  (Bug#4876)
4644 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4646         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4647         (archive-unique-fname): ... here.  (Bug#4929)
4649 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4652         with a real fix.
4654         * novice.el (disabled-command-function): Add useful args.
4655         Setup the help buffer so that [back] works.
4656         Remove redundant call to help-mode.
4657         (disabled-command-function): Use `case'.
4658         (en/disable-command): New function extracted from enable-command.
4659         (enable-command, disable-command): Use it.
4661 2009-11-14  Glenn Morris  <rgm@gnu.org>
4663         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4664         constants.  (Bug#4913)
4666         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4668 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4670         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4671         defined in C that have no doc-strings.  (Bug#1063)
4673 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4675         * cus-edit.el (data, files):
4676         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4678 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4680         * simple.el (shell-command): Doc fix (Bug#4891).
4682         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4684 2009-11-14  Glenn Morris  <rgm@gnu.org>
4686         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4687         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4688         If they are already loaded, eval-after-load will do the right thing.
4690         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4691         compiling.
4693         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4695         * simple.el (x-selection-owner-p): Declare.
4696         (read-mail-command): Use custom radio type rather than choice.
4697         (completion-no-auto-exit): Doc fix.
4699         * custom.el (defgroup):
4700         * epg-config.el (epg): Doc fixes.
4702 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4704         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4705         * international/ccl.el (define-ccl-program): Do not purecopy the
4706         docstring, defconst does it anyway.
4708 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4711         a second time.
4713         * x-dnd.el (x-dnd-maybe-call-test-function):
4714         * window.el (split-window-vertically):
4715         * whitespace.el (whitespace-help-on):
4716         * vc-rcs.el (vc-rcs-consult-headers):
4717         * userlock.el (ask-user-about-lock-help)
4718         (ask-user-about-supersession-help):
4719         * type-break.el (type-break-force-mode-line-update):
4720         * time-stamp.el (time-stamp-conv-warn):
4721         * terminal.el (te-set-output-log, te-more-break, te-filter)
4722         (te-sentinel, terminal-emulator):
4723         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4724         (term-write-input-ring, term-check-source, term-start-output-log):
4725         (term-display-buffer-line, term-dynamic-list-completions):
4726         (term-ansi-make-term, serial-term):
4727         * subr.el (selective-display):
4728         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4729         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4730         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4731         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4732         (speedbar-remove-localized-speedbar-support)
4733         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4734         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4735         (speedbar-buffers-line-directory):
4736         * simple.el (shell-command-on-region, append-to-buffer)
4737         (prepend-to-buffer):
4738         * shadowfile.el (shadow-save-todo-file):
4739         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4740         (scroll-bar-maybe-set-window-start):
4741         * sb-image.el (speedbar-image-dump):
4742         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4743         (load-save-place-alist-from-file):
4744         * ps-samp.el (ps-print-message-from-summary):
4745         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4746         (ps-background-image, ps-begin-job, ps-do-despool):
4747         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4748         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4749         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4750         (pr-call-process, pr-file-list, pr-interface-save):
4751         * novice.el (disabled-command-function)
4752         (enable-command, disable-command):
4753         * mouse.el (mouse-buffer-menu-alist):
4754         * mouse-copy.el (mouse-kill-preserving-secondary):
4755         * macros.el (kbd-macro-query):
4756         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4757         * informat.el (batch-info-validate):
4758         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4759         * hippie-exp.el (try-expand-dabbrev-visible):
4760         * help-mode.el (help-make-xrefs):
4761         * help-fns.el (describe-variable):
4762         * generic-x.el (bat-generic-mode-run-as-comint):
4763         * finder.el (finder-mouse-select):
4764         * find-dired.el (find-dired-sentinel):
4765         * filesets.el (filesets-file-close):
4766         * files.el (list-directory):
4767         * faces.el (list-faces-display, describe-face):
4768         * facemenu.el (list-colors-display):
4769         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4770         * epg.el (epg--process-filter, epg-cancel):
4771         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4772         (epa--read-signature-type):
4773         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4774         (emerge-file-names):
4775         * ehelp.el (electric-helpify):
4776         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4777         * ediff-vers.el (rcs-ediff-view-revision):
4778         * ediff-util.el (ediff-setup):
4779         * ediff-mult.el (ediff-append-custom-diff):
4780         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4781         (ediff-wordify):
4782         * echistory.el (Electric-command-history-redo-expression):
4783         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4784         * disp-table.el (describe-display-table):
4785         * dired.el (dired-find-buffer-nocreate):
4786         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4787         * dabbrev.el (dabbrev--same-major-mode-p):
4788         * chistory.el (list-command-history):
4789         * apropos.el (apropos-documentation):
4790         * allout.el (allout-obtain-passphrase):
4791         (allout-copy-exposed-to-buffer):
4792         (allout-verify-passphrase): Use with-current-buffer.
4794 2009-11-13  Glenn Morris  <rgm@gnu.org>
4796         * Makefile.in (ELCFILES): Regenerate.
4798 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4800         * net/dbus.el (dbus-registered-objects-table): Rename from
4801         `dbus-registered-functions-table', because it contains also properties.
4802         (dbus-unregister-object): Unregister also properties.
4803         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4804         Use a timeout of 500 msec, in order to not block.
4805         (dbus-register-property, dbus-property-handler): New defuns.
4807 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * simple.el (minibuffer-default-add-completions): Drop deprecated
4810         4th arg.
4812 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4814         * textmodes/artist.el (artist-mouse-choose-operation):
4815         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4816         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4817         (artist-compute-up-event-key): New function.
4818         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4820 2009-11-13  Kenichi Handa  <handa@m17n.org>
4822         * language/japan-util.el: Make sure that the value of jisx0208
4823         property is jisx0208 character.
4825 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4827         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4828         car or each item, not the whole list.
4830 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * minibuffer.el (minibuffer-completion-help):
4833         Use minibuffer-hide-completions.
4835 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4837         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4838         (dired-revert): Use them (bug#4880).
4840 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4842         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4844 2009-11-12  Juri Linkov  <juri@jurta.org>
4846         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4847         New functions.
4848         (find-file-literally-at-point): Alias of `ffap-literally'.
4850 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4852         * textmodes/ispell.el (ispell-skip-region-alist):
4853         * textmodes/css-mode.el (auto-mode-alist):
4854         * progmodes/compile.el (auto-mode-alist):
4855         * international/mule.el (ctext-non-standard-encodings-alist)
4856         (ctext-non-standard-encodings-regexp):
4857         * simple.el (shell-command-switch, text-read-only):
4858         * replace.el (occur-mode-map):
4859         * paths.el (rmail-file-name):
4860         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4861         * find-file.el (ff-special-constructs):
4862         * files.el (file-name-handler-alist):
4863         * composite.el: Purecopy strings.
4865         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4867 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4869         * widget.el (define-widget): Purecopy the docstring.
4870         * international/mule-cmds.el (charset): Do not purecopy the
4871         docstring here, define-widget does it.
4873         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4874         * textmodes/bibtex-style.el (auto-mode-alist):
4875         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4876         * progmodes/compile.el (compile-command):
4877         * language/korea-util.el (default-korean-keyboard):
4878         * international/mule-conf.el (file-coding-system-alist):
4879         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4880         * tooltip.el (tooltip-frame-parameters):
4881         * newcomment.el (comment-end, comment-padding):
4882         * dired.el (dired-trivial-filenames):
4883         * comint.el (comint-file-name-prefix): Purecopy initial values.
4885 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4887         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4888         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4889         `tramp-unload'.
4890         (tramp-advice-make-auto-save-file-name)
4891         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4892         after removing the advice.
4894 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4896         * progmodes/grep.el (grep-regexp-alist):
4897         * international/mule-cmds.el (iso-2022-control-alist):
4898         * emacs-lisp/timer.el (timer-duration-words):
4899         * subr.el (version-separator, version-regexp-alist):
4900         * minibuffer.el (completion-styles-alist):
4901         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4902         Change defvars to defconsts.
4904         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4905         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4906         * international/mule-conf.el: Allow to be byte compiled.
4908         * international/mule.el (define-charset): Purecopy props.
4909         (load-with-code-conversion): Purecopy doc string and file name.
4910         (put-charset-property): Purecopy strings.
4911         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4913         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4914         (define-char-code-property): Correctly purecopy the table.
4916         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4918         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4920         * subr.el (add-hook): Purecopy strings.
4921         (eval-after-load): Purecopy load-history-regexp and the form.
4923         * custom.el (custom-declare-group): Purecopy load-file-name.
4925         * subr.el (menu-bar-separator): New defconst.
4926         * net/eudc.el (eudc-tools-menu):
4927         * international/mule-cmds.el (set-coding-system-map)
4928         (mule-menu-keymap):
4929         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4930         * vc-hooks.el (vc-menu-map):
4931         * replace.el (occur-mode-map):
4932         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4933         (menu-bar-edit-menu, menu-bar-goto-menu)
4934         (menu-bar-custom-menu, menu-bar-showhide-menu)
4935         (menu-bar-options-menu, menu-bar-tools-menu)
4936         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4937         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4938         (menu-bar-help-menu):
4939         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4940         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4942         * term/x-win.el (x-gtk-stock-map):
4943         * progmodes/vera-mode.el (auto-mode-alist):
4944         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4945         (inferior-lisp-program, inferior-lisp-load-command):
4946         * progmodes/hideshow.el (hs-special-modes-alist):
4947         * progmodes/gud.el (same-window-regexps):
4948         * progmodes/grep.el (grep-program, find-program, xargs-program):
4949         * net/telnet.el (same-window-regexps):
4950         * net/rlogin.el (same-window-regexps):
4951         * language/ethiopic.el (font-ccl-encoder-alist):
4952         * vc-sccs.el (vc-sccs-master-templates):
4953         * vc-rcs.el (vc-rcs-master-templates):
4954         * subr.el (cl-assertion-failed):
4955         * simple.el (next-error-overlay-arrow-position):
4956         * lpr.el (lpr-command):
4957         * locate.el (locate-ls-subdir-switches):
4958         * info.el (same-window-regexps, info)
4959         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4960         * image-mode.el (image-mode, auto-mode-alist):
4961         * hippie-exp.el (hippie-expand-ignore-buffers):
4962         * format.el (format-alist):
4963         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4964         (find-name-arg):
4965         * facemenu.el (facemenu-keybindings):
4966         * dired.el (dired-listing-switches, dired-chown-program):
4967         * diff.el (diff-switches, diff-command):
4968         * cus-edit.el (same-window-regexps):
4969         * bindings.el (mode-line-mule-info)
4970         (mode-line-buffer-identification): Purecopy strings.
4972 2009-11-11  Juri Linkov  <juri@jurta.org>
4974         * simple.el (dired-get-filename) <declare-function>:
4975         Tell the byte-compiler about dired-get-filename.
4976         (shell-command): In Dired mode, get filename from the current line
4977         as the default value.
4979 2009-11-10  Glenn Morris  <rgm@gnu.org>
4981         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4982         * calendar/holidays.el, progmodes/cperl-mode.el:
4983         Update x-popup-menu declarations.
4985         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4986         (list-load-path-shadows): Use dolist.
4987         (list-load-path-shadows): Use with-current-buffer.
4989 2009-11-10  Juri Linkov  <juri@jurta.org>
4991         * minibuffer.el (read-file-name): Support a list of default values
4992         in `default-filename'.  Use the first file name where only one
4993         element is required.  Doc fix.
4995 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4997         * net/dbus.el (dbus-unregister-object): Release service, if no
4998         other method is registered for it.
5000 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5002         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5003         bookmark-sort-flag is non-nil (Bug#4653).
5005 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5007         * emulation/cua-base.el: Add CUA property to some CC mode commands
5008         (Bug#4100).
5010 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5012         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5013         at end of sentence (Bug#4818).
5015 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5017         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5018         Handle "see declaration of" MSFT statements (Bug#4100).
5020 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5022         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5023         (tramp-advice-file-expand-wildcards): Unload via
5024         `ad-remove-advice'.
5026         * net/trampver.el: Update release number.
5028 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5030         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5031         `ad-do-it'.
5033 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5035         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5036         in order to keep context in SELinux.
5038 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5040         * dired-aux.el (dired-query): Place cursor in echo area and allow
5041         C-g.
5043         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5044         menu item if not on a directory (Bug#4701).
5046 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5048         Sync with Tramp 2.1.17.
5050         * net/tramp.el (tramp-handle-copy-directory): Don't use
5051         `file-remote-p' (due to compatibility).
5053         * net/tramp-compat.el (tramp-compat-copy-directory)
5054         (tramp-compat-delete-directory): New defuns.
5056         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5057         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5058         `tramp-compat-delete-directory'.
5060         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5061         (tramp-smb-handle-delete-directory): Use
5062         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5064         * net/trampver.el: Update release number.
5066 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5068         * tar-mode.el (tar-copy): Call write-region on the right buffer
5069         (Bug#4857).
5071         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5072         by hand, if necessary (Bug#4878).
5074 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5076         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5077         align size column (Bug#4839).
5079         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5080         statement.
5082 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5084         * progmodes/ld-script.el (auto-mode-alist):
5085         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5087         * cus-face.el (custom-declare-face): Purecopy face spec.
5089 2009-11-06  Kenichi Handa  <handa@m17n.org>
5091         * international/uni-bidi.el: Re-generated.
5092         * international/uni-category.el: Re-generated.
5093         * international/uni-combining.el: Re-generated.
5094         * international/uni-mirrored.el: Re-generated.
5096 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5098         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5099         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5100         (tex-start-options, slitex-run-command, latex-run-command)
5101         (tex-run-command, tex-directory):
5102         * textmodes/ispell.el (ispell-html-skip-alists)
5103         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5104         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5105         (adaptive-fill-regexp):
5106         * textmodes/dns-mode.el (auto-mode-alist):
5107         * progmodes/python.el (interpreter-mode-alist):
5108         * progmodes/etags.el (tags-compression-info-list):
5109         * progmodes/etags.el (tags-file-name):
5110         * net/browse-url.el (browse-url-galeon-program)
5111         (browse-url-firefox-program):
5112         * mail/sendmail.el (mail-signature-file)
5113         (mail-citation-prefix-regexp):
5114         * international/mule-conf.el (eight-bit):
5115         * international/latexenc.el (latex-inputenc-coding-alist):
5116         * international/fontset.el (x-pixel-size-width-font-regexp):
5117         * emacs-lisp/warnings.el (warning-type-format):
5118         * emacs-lisp/trace.el (trace-buffer):
5119         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5120         (emacs-lisp-mode-map):
5121         * calendar/holidays.el (holiday-solar-holidays)
5122         (holiday-bahai-holidays, holiday-islamic-holidays)
5123         (holiday-christian-holidays, holiday-hebrew-holidays)
5124         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5125         (hebrew-holidays-1, holiday-oriental-holidays)
5126         (holiday-general-holidays):
5127         * x-dnd.el (x-dnd-known-types):
5128         * tool-bar.el (tool-bar):
5129         * startup.el (site-run-file):
5130         * shell.el (shell-dumb-shell-regexp):
5131         * rfn-eshadow.el (file-name-shadow-tty-properties)
5132         (file-name-shadow-properties):
5133         * paths.el (remote-shell-program, news-directory):
5134         * mouse.el ([C-down-mouse-3]):
5135         * menu-bar.el (menu-bar-tools-menu):
5136         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5137         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5138         (jka-compr-compression-info-list):
5139         * isearch.el (search-whitespace-regexp):
5140         * image-file.el (image-file-name-extensions):
5141         * find-dired.el (find-ls-option):
5142         * files.el (directory-listing-before-filename-regexp)
5143         (directory-free-space-args, insert-directory-program)
5144         (list-directory-brief-switches, magic-fallback-mode-alist)
5145         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5146         (automount-dir-prefix):
5147         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5148         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5149         (face-font-registry-alternatives, face-font-registry-alternatives)
5150         (face-font-family-alternatives):
5151         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5152         (facemenu-foreground-menu, facemenu-face-menu):
5153         * epa-hook.el (epa-file-name-regexp):
5154         * dnd.el (dnd-protocol-alist):
5155         * textmodes/rst.el (auto-mode-alist):
5156         * button.el (default-button): Purecopy strings.
5158 2009-11-06  Glenn Morris  <rgm@gnu.org>
5160         * Makefile.in (ELCFILES): Update.
5162 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5165         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5167         * nxml/xsd-regexp.el (xsdre-gen-categories):
5168         * nxml/xmltok.el (xmltok-parse-entity):
5169         * nxml/rng-parse.el (rng-parse-validate-file):
5170         * nxml/rng-maint.el (rng-format-manual)
5171         (rng-manual-output-force-new-line):
5172         * nxml/rng-loc.el (rng-save-schema-location-1):
5173         * nxml/rng-cmpct.el (rng-c-parse-file):
5174         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5175         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5177 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5179         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5180         Remove extra save-excursions and make-variable-buffer-local's.
5181         Suggested by Stefan Monnier.
5183         (verilog-getopt-file, verilog-module-inside-filename-p)
5184         (verilog-set-define): Merge GNU 1.35 and repair changes from
5185         switching to using with-current-buffer.
5187         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5188         being treated as a number and confusing AUTORESET.
5189         Reported by Dan Dever.
5191         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5192         Add verilog-auto-ignore-concat to fix backward compatibility with
5193         older verilog-modes.  Reported by Dan Katz.
5195         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5196         containing closing anchors "...$".
5198         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5199         Reported by Wade Smith.
5201         (verilog-batch-execute-func): Comment on function usage.
5203 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5205         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5206         for labels.
5208         (verilog-label-re, verilog-calc-1): Support proper indent of named
5209         asserts.
5211         (verilog-backward-token, verilog-basic-complete-re)
5212         (verilog-beg-of-statement, verilog-indent-re): Support proper
5213         indent of the assert statement at the beginning of a block of text.
5215         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5216         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5217         tokens as begins.
5219 2009-11-05  Glenn Morris  <rgm@gnu.org>
5221         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5222         Emacs 19.  (Bug#1531)
5223         (byte-compile-fix-header): Update for the above change.
5224         Drop test for epoch::version.
5226         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5227         * cus-dep.el (custom-make-dependencies):
5228         * finder.el (finder-compile-keywords):
5229         Use autoload-rubric's feature argument.
5231         * calendar/diary-lib.el (top-level): Make load behave more like require.
5233         * vc-git.el (vc-git-stash-map): Move definition before use.
5235 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5237         * custom.el (custom-declare-group): Purecopy standard-value.
5238         (custom-declare-group): Purecopy custom-prefix.
5240         * international/mule.el (load-with-code-conversion):
5241         Call do-after-load-evaluation unconditionally.
5243         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5245 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5249 2009-11-04  Glenn Morris  <rgm@gnu.org>
5251         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5252         (byte-compile-compatibility): Remove option.
5253         (byte-compile-close-variables, byte-compile-fix-header)
5254         (byte-compile-insert-header, byte-compile-output-docform)
5255         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5256         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5257         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5258         (byte-compile-insert, byte-compile-defun):
5259         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5260         (byte-defop-compiler19): Remove.
5261         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5262         used by anything.  Replace all calls with byte-defop-compiler.
5264 2009-11-04  Juri Linkov  <juri@jurta.org>
5266         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5267         (menu-bar-options-menu): Don't quote the `prop' arg of
5268         `menu-bar-make-mm-toggle'.
5270 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5272         * calendar/calendar.el (cal-loaddefs):
5273         * calendar/diary-lib.el (diary-loaddefs):
5274         * calendar/holidays.el (hol-loaddefs):
5275         * eshell/esh-module.el (esh-groups): Load rather than require.
5277 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5280         point-min==1.
5281         (todo-top-priorities): Only display-buffer when called interactively.
5282         (todo-item-start): Don't save excursion point.
5283         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5284         (todo-insert-item-here, todo-file-item, todo-remove-item):
5285         Adjust uses of todo-item-start and todo-item-end.
5287         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5288         (autoload-rubric): Don't use any more.
5290         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5291         and only put a prop if it is non-nil.
5293 2009-11-03  Juri Linkov  <juri@jurta.org>
5295         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5296         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5298         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5299         and "Menu" to make top-level menu item visually one unit (like
5300         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5301         multi-word menu items).  Fix :help string for quit-window.
5303 2009-11-03  Glenn Morris  <rgm@gnu.org>
5305         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5306         (byte-compile-file-form-define-abbrev-table)
5307         (byte-compile-file-form-custom-declare-variable)
5308         (byte-compile-variable-ref, byte-compile-defvar):
5309         Whether or not a warning is enabled should only affect whether we issue
5310         the warning, not whether or not we collect the relevant data.
5311         Eg warnings can be turned on and off throughout the course of a file.
5313         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5314         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5316 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5318         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5319         * play/mpuz.el (mpuz-create-buffer):
5320         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5321         (lm-print-y,s,noise, lm-print-w0, lm-init):
5322         * play/gomoku.el (gomoku-prompt-for-move):
5323         * play/fortune.el (fortune-in-buffer):
5324         * play/dissociate.el (dissociated-press):
5325         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5326         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5327         * mail/supercite.el (sc-eref-show):
5328         * mail/smtpmail.el (smtpmail-send-it):
5329         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5330         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5331         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5332         (rmail-summary-goto-msg, rmail-summary-expunge)
5333         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5334         (rmail-summary-add-label, rmail-summary-output-menu)
5335         (rmail-summary-output-body):
5336         * mail/rfc822.el (rfc822-addresses):
5337         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5338         * mail/mailpost.el (post-mail-send-it):
5339         * mail/hashcash.el (hashcash-generate-payment):
5340         * mail/feedmail.el (feedmail-run-the-queue)
5341         (feedmail-queue-send-edit-prompt-help-first)
5342         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5343         (feedmail-deduce-address-list):
5344         * eshell/esh-ext.el (eshell-remote-command):
5345         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5346         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5347         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5348         (viper-save-string-in-file, viper-valid-marker):
5349         * emulation/viper-keym.el (viper-toggle-key):
5350         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5351         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5352         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5353         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5354         (viper-exec-form-in-emacs, viper-brac-function):
5355         * emulation/viper.el (viper-delocalize-var):
5356         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5357         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5358         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5359         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5360         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5361         * emulation/edt.el (edt-electric-helpify):
5362         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5363         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5364         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5365         (cua-indent-to-global-mark-column):
5366         * calendar/diary-lib.el (calendar-mark-1):
5367         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5368         Use with-current-buffer.
5369         * emulation/viper.el (viper-delocalize-var): Use dolist.
5371 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5373         * comint.el (comint-replace-by-expanded-history-before-point):
5374         Replace !! with the previous input string literally (Bug#1795).
5376 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5378         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5379         to be made up of whitespace.
5381 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5383         * minibuffer.el (read-file-name): Don't use file dialogs for
5384         remote directories (Bug#99).
5386 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5388         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5390 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5392         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5393         instead of deleting the window or frame.
5395 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5397         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5398         Support face colors.
5400         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5401         New function.  Support face colors (Bug#1168).
5402         (tex-common-initialization): Use it.
5404         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5405         mode allows it (Bug#1168).
5407 2009-10-31  Juri Linkov  <juri@jurta.org>
5409         * facemenu.el (list-colors-display): Don't mark buffer as
5410         modified (Bug#3948).
5412 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5414         * international/mule-diag.el (list-character-sets-1): Minor
5415         message fix (Bug#3526).
5417         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5418         face property (Bug#4834).
5419         (etags-list-tags, etags-tags-apropos-additional)
5420         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5421         property.
5423         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5424         items.
5426 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * textmodes/two-column.el (2C-split):
5429         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5430         * textmodes/tex-mode.el (tex-set-buffer-directory):
5431         * textmodes/spell.el (spell-region, spell-string):
5432         * textmodes/reftex.el (reftex-erase-buffer):
5433         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5434         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5435         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5436         (reftex-select-item):
5437         * textmodes/reftex-ref.el (reftex-label-info-update)
5438         (reftex-offer-label-menu):
5439         * textmodes/reftex-index.el (reftex-index-change-entry)
5440         (reftex-index-phrases-info):
5441         * textmodes/reftex-global.el (reftex-create-tags-file)
5442         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5443         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5444         (reftex-view-crossref-from-bibtex):
5445         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5446         (reftex-extract-bib-entries-from-thebibliography)
5447         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5448         * textmodes/refbib.el (r2b-capitalize-title):
5449         (r2b-convert-buffer, r2b-help):
5450         * textmodes/page-ext.el (pages-directory)
5451         (pages-directory-goto-with-mouse):
5452         * textmodes/bibtex.el (bibtex-validate-globally):
5453         * textmodes/bib-mode.el (bib-capitalize-title):
5454         * textmodes/artist.el (artist-clear-buffer, artist-system):
5455         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5456         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5457         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5458         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5459         (xscheme-send-control-g-interrupt, xscheme-start-process)
5460         (xscheme-process-sentinel, xscheme-cd):
5461         * progmodes/verilog-mode.el (verilog-read-always-signals)
5462         (verilog-set-define, verilog-getopt-file)
5463         (verilog-module-inside-filename-p):
5464         * progmodes/sh-script.el:
5465         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5466         (python-pdbtrack-grub-for-buffer, python-execute-file):
5467         * progmodes/octave-inf.el (inferior-octave):
5468         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5469         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5470         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5471         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5472         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5473         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5474         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5475         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5476         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5477         (idlwave-shell-examine-display, idlwave-shell-run-region)
5478         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5479         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5480         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5481         (idlwave-help-get-help-buffer):
5482         * progmodes/gud.el (gud-basic-call, gud-find-class)
5483         (gud-tooltip-activate-mouse-motions-if-enabled):
5484         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5485         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5486         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5487         (ebrowse-tags-next-file):
5488         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5489         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5490         (ebnf-eps-finish-and-write):
5491         * progmodes/cpp.el (cpp-edit-save):
5492         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5493         * progmodes/cc-defs.el (c-emacs-features):
5494         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5495         (antlr-directory-dependencies):
5496         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5497         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5498         (ada-find-any-references, ada-make-filename-from-adaname)
5499         (ada-make-body-gnatstub):
5500         * obsolete/rnews.el (news-list-news-groups):
5501         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5502         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5503         * net/rcirc.el (rcirc-debug):
5504         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5505         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5506         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5507         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5508         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5509         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5510         (newsticker--treeview-list-clear-highlight)
5511         (newsticker--treeview-list-update-highlight)
5512         (newsticker--treeview-list-highlight-start)
5513         (newsticker--treeview-tree-update-highlight)
5514         (newsticker--treeview-get-selected-item)
5515         (newsticker-treeview-mark-list-items-old)
5516         (newsticker--treeview-set-current-node):
5517         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5518         * net/newst-backend.el (newsticker--get-news-by-funcall)
5519         (newsticker--get-news-by-wget, newsticker--image-get)
5520         (newsticker--image-sentinel):
5521         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5522         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5523         (eudc-ph-close-session):
5524         * net/eudc.el (eudc-save-options):
5525         * language/thai-word.el (thai-update-word-table):
5526         * language/japan-util.el (japanese-string-conversion):
5527         * international/titdic-cnv.el (tsang-quick-converter)
5528         (ziranma-converter, ctlau-converter):
5529         * international/mule-cmds.el (describe-language-environment):
5530         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5531         (skkdic-convert-postfix, skkdic-convert-prefix):
5532         (skkdic-convert-okuri-nasi, skkdic-convert):
5533         * emacs-lisp/re-builder.el (reb-update-overlays):
5534         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5535         * emacs-lisp/gulp.el (gulp-send-requests):
5536         * emacs-lisp/find-gc.el (trace-call-tree):
5537         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5538         (eieio-describe-generic):
5539         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5540         * emacs-lisp/edebug.el (edebug-outside-excursion):
5541         * emacs-lisp/debug.el (debugger-make-xrefs):
5542         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5543         * emacs-lisp/chart.el (chart-new-buffer):
5544         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5545         Use with-current-buffer.
5546         * textmodes/artist.el (artist-system): Don't call
5547         copy-sequence on a fresh string.
5548         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5550 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5552         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5553         is no item to edit.  (Bug#4820)
5554         (todo-top-priorities): Restore point and restore narrowing in Todo
5555         buffer.  (Bug#4820)
5557 2009-10-31  Glenn Morris  <rgm@gnu.org>
5559         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5560         (comint-last-output-start, comint-last-input-start)
5561         (comint-last-input-end): Don't defvar when compiling.
5562         (ange-ftp-process-file): Use bound-and-true-p.
5564         * pcmpl-rpm.el (top-level): Move provide statement to end.
5565         (pcmpl-rpm): Remove unused custom group.
5567         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5569         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5571         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5572         (byte-compile-warnings): Add `constants' as an option.
5573         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5574         (display-call-tree): Update for byte-compile-fdefinition possibly
5575         returning `(macro lambda ...)'.  (Bug#4778)
5576         (byte-compile-variable-ref, byte-compile-setq-default):
5577         Respect `constants' member of byte-compile-warnings.
5579 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5582         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5583         to "submit:".
5585 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5587         * textmodes/ispell.el (ispell-skip-region-alist):
5588         * international/mule-conf.el (eight-bit):
5589         * international/fontset.el (font-encoding-alist):
5590         * startup.el (pure-space-overflow-message):
5591         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5592         * paths.el (gnus-nntp-service, rmail-spool-directory)
5593         (term-file-prefix):
5594         * files.el (save-some-buffers-action-alist):
5595         * cmuscheme.el (same-window-buffer-names):
5596         * ielm.el (same-window-buffer-names):
5597         * shell.el (same-window-buffer-names):
5598         * mail/sendmail.el (same-window-buffer-names):
5599         * progmodes/inf-lisp.el (same-window-buffer-names):
5600         * bindings.el (mode-line-client)
5601         (mode-line-column-line-number-mode-map):
5602         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5603         (tibetan-precomposed-regexp): Purecopy string arguments.
5605 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5608         (calcDigit-nondigit):
5609         * calc/calc-yank.el (calc-copy-to-buffer):
5610         * calc/calc-units.el (calc-invalidate-units-table):
5611         * calc/calc-trail.el (calc-trail-yank):
5612         * calc/calc-store.el (calc-insert-variables):
5613         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5614         * calc/calc-prog.el (calc-read-parse-table):
5615         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5616         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5617         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5618         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5619         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5620         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5621         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5622         * calc/calc-ext.el (calc-realign):
5623         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5624         (calc-embedded-finish-edit, calc-embedded-make-info)
5625         (calc-embedded-finish-command, calc-embedded-stack-change):
5626         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5628         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5629         shell-dynamic-complete-filename in preference to
5630         comint-dynamic-complete-filename.
5632         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5633         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5634         Don't consider whether the display supports colors.
5635         (bookmark-import-new-list): Use dolist.
5636         (bookmark-bmenu-mode-map): Move initialization into declaration.
5637         (bookmark-bmenu-list): Use dolist, simplify.
5638         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5639         (menu-bar-final-items): Use push.
5641 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5643         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5644         it works on remote files.
5645         (vc-hg-diff): Don't pass any `--cwd' argument.
5647 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5649         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5650         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5651         (Further to Bug#3921).
5653 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5655         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5656         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5657         calling `tramp-imap-put-file'.  Add file size to the call.
5658         (tramp-imap-get-file-entries): Compute also user name, file size,
5659         and date.
5660         (tramp-imap-handle-insert-directory): Insert uid and gid.
5661         (tramp-imap-handle-file-attributes): Transform uid and gid
5662         according to `id-format'.
5663         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5664         size in header X-Size.
5666 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5668         * simple.el (transpose-subr): Give clearer error when the mark
5669         is not set.  (Bug#4807)
5671 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5673         * net/tramp.el (tramp-perl-file-truename): New defconst.
5674         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5675         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5676         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5677         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5679         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5680         Ignore `dired-call-process'.
5681         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5683 2009-10-26  Julian Scheid  <julians37@gmail.com>
5685         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5686         (tramp-get-remote-readlink): New defun.
5687         (tramp-handle-file-truename): Use it.
5688         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5689         file exists if cache value present.
5690         (tramp-check-cached-permissions): New defun.
5691         (tramp-handle-file-readable-p): Use it.
5692         (tramp-handle-file-writable-p): Likewise.
5693         (tramp-handle-file-executable-p): Likewise.
5694         (tramp-handle-file-name-all-completions): Try using Perl to get
5695         partial completions.  When perl not available, combine `cd' and
5696         `ls' into single remote operation and use shell expansion to get
5697         partial remote directory contents.  Set `file-exists-p' cache for
5698         directory and any files returned by ls.  Change cache handling to
5699         support partial directory contents.  Use error message emitted by
5700         remote `cd' or Perl code for local tramp-error.
5701         (tramp-do-copy-or-rename-file-directly): Avoid separate
5702         tramp-send-command-and-check call.
5703         (tramp-handle-process-file): Merge three remote ops into one.
5704         Do not flush all caches when `process-file-side-effects' is set.
5705         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5706         file-attributes shows uid/gid to be set already.
5708 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5710         * textmodes/tex-mode.el (tex-dvi-view-command)
5711         (tex-show-queue-command, tex-open-quote):
5712         * progmodes/ruby-mode.el (auto-mode-alist)
5713         (interpreter-mode-alist): Purecopy strings.
5715         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5717         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5718         string for the hook, keymap and abbrev table.
5720         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5722         * x-dnd.el (x-dnd-xdnd-to-action):
5723         * startup.el (fancy-startup-text, fancy-about-text): Change to
5724         defconst from defvar.
5726         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5728         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5729         Purecopy initialization strings.
5731         * mail/sendmail.el (mail-header-separator)
5732         (mail-personal-alias-file):
5733         * mail/rmail.el (rmail-default-dont-reply-to-names)
5734         (rmail-ignored-headers, rmail-retry-ignored-headers)
5735         (rmail-highlighted-headers, rmail-secondary-file-directory)
5736         (rmail-secondary-file-regexp):
5737         * files.el (null-device, file-name-invalid-regexp)
5738         (locate-dominating-stop-dir-regexp)
5739         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5740         (interpreter-mode-alist): Use mapcar instead of mapc.
5742         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5744         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5745         (completion-ignored-extensions):
5746         (debug-ignored-errors): Purecopy strings.
5748 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5751         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5752         (pcomplete--here): Use push.
5754         * subr.el (all-completions): Declare the 4th arg obsolete.
5756 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5758         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5759         (pcomplete-unquote-argument): New function.
5760         (pcomplete--common-suffix): Always pay attention to case.
5761         (pcomplete--table-subvert): Quote and unquote the text.
5762         (pcomplete--common-quoted-suffix): New function.
5763         (pcomplete-std-complete): Use it and pcomplete-begin.
5765         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5766         we're inside a dedicated or minibuffer window.
5768 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5770         * bookmark.el: Update documentation, especially documentation
5771         of `bookmark-alist' and of the bookmark file format.
5772         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5774 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5776         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5777         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5778         window to buffer.
5780         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5781         (global-whitespace-mode, global-whitespace-newline-mode)
5782         (whitespace-toggle-options, global-whitespace-toggle-options):
5783         Doc fix (Bug#3660).
5785         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5786         of xmltok-start before the end tag was inserted (Bug#2840).
5788         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5789         patterns that are preceded by an open-paren (Bug#1320).
5791 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5793         * files.el (delete-directory): Delete symlinks to directories with
5794         delete-file (Bug#4739).
5796 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5798         * vc.el (vc-backend-for-registration): Rename from
5799         vc-get-backend-for-registration.  Update callers.
5801         * international/mule-cmds.el (set-language-info-alist):
5802         Purecopy lang-env.
5803         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5804         (charset): Purecopy the name.
5805         (define-char-code-property): Purecopy string arguments.
5807         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5808         Purecopy string arguments.
5810         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5811         * ediff-hook.el (menu-bar-ediff-menu):
5812         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5813         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5815 2009-10-24  Glenn Morris  <rgm@gnu.org>
5817         * comint.el (comint-dynamic-list-completions):
5818         * term.el (term-dynamic-list-completions): Use choose-completion rather
5819         than obsolete alias mouse-choose-completion.
5821         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5822         file-cache-choose-completion.
5823         (file-cache-choose-completion): Handle an optional event argument.
5824         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5826         * progmodes/octave-mod.el (octave-complete-symbol):
5827         Use choose-completion if mouse-choose-completion is ever removed.
5829         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5830         use.
5832         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5833         compiler.
5835         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5837 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5840         Ignore `pred' now that we receive one.
5841         Handle test-completion specially.
5843 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5845         * vc.el (vc-responsible-backend): Throw an error if not backend is
5846         found.  Remove the REGISTER argument.  Move the code dealing with
5847         REGISTER ...
5848         (vc-get-backend-for-registration): ... here.  New function.
5849         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5850         of vc-responsible-backend, pass the file name instead of the
5851         directory name.
5853 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5855         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5856         New funs.
5857         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5858         (pcomplete-comint-setup): Don't modify a global var via
5859         accidental side-effects.
5860         (pcomplete-shell-setup): Adjust call accordingly.
5861         (pcomplete-parse-comint-arguments): Use push.
5863 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5865         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5866         Allow uncapitalized info node names (Bug#3921).
5868         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5869         to the DEBUG file (Bug#3781).
5871 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5873         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5874         dictionary entry (Bug#4579).
5876 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5878         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5879         from `rfn-eshadow-update-overlay-hook' when unloading.
5880         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5881         "rsyncc".  Adjust doc string.
5882         (tramp-temp-buffer-file-name): New buffer-local defvar.
5883         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5884         Keep temporary file when indicated by method ("rsync" and
5885         "rsyncc").
5886         (tramp-handle-write-region): Handle APPEND.
5887         (tramp-delete-temp-file-function): New defun.  Added to
5888         `kill-buffer-hook'.
5890 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5892         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5894 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5896         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5897         (color-name-rgb-alist, tty-standard-colors)
5898         (tty-color-mode-alist): Change to defconst.
5900         * simple.el (mark-inactive): Purecopy message.
5902         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5903         (global-map, yank-menu):
5904         * textmodes/ispell.el (ispell-menu-map):
5905         * net/eudc.el (eudc-tools-menu):
5906         * international/mule-cmds.el (describe-language-environment-map)
5907         (setup-language-environment-map, set-coding-system-map)
5908         (mule-menu-keymap):
5909         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5910         * replace.el (occur-mode-map):
5911         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5913 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5915         * calc/calc.el (math-read-number, math-read-number-simple): Use
5916         `save-match-data'.
5918 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5920         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5921         rather than fiddling with global-map bindings, since it should only
5922         affect per-terminal settings.
5923         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5925         * minibuffer.el (completion-table-with-terminator): Allow to specify
5926         the terminator-regexp.
5928         * simple.el (switch-to-completions): Look for *Completions* in other
5929         frames as well.
5931         * pcomplete.el: Allow the use of completion-tables.
5932         (pcomplete-std-complete): New command.
5933         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5934         (pcomplete--here): Use a function for `form' rather than an expression,
5935         so it can be byte-compiled.
5936         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5937         Add edebug declaration.
5938         (pcomplete-show-completions): Remove unused var `curbuf'.
5939         (pcomplete-do-complete, pcomplete-stub):
5940         Don't assume `completions' is a list of strings any more.
5942 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5944         * find-dired.el (find-name-arg): Fix typo in docstring.
5946 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5949         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5951         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5952         pcomplete-entries.
5954         * comint.el (comint-read-input-ring, comint-write-input-ring)
5955         (comint-substitute-in-file-name)
5956         (comint-dynamic-complete-as-filename)
5957         (comint-dynamic-simple-complete)
5958         (comint-dynamic-list-filename-completions)
5959         (comint-dynamic-list-completions)
5960         (comint-redirect-results-list-from-process): Minor simplifications.
5962 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5964         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5965         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5966         the first form.  And insert a blank line after ";;; Code" since
5967         that's usual style.  (Bug#4612)
5969         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5971 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * minibuffer.el (completion-table-with-terminator): Properly implement
5974         boundaries, in case `terminator' appears in the suffix.
5975         (completion--embedded-envvar-table): Don't return boundaries if
5976         there's no valid completion.  Simplify.
5977         (completion-file-name-table): New completion table extracted from
5978         completion--file-name-table.
5979         (completion--file-name-table): Use it.
5980         (read-file-name-predicate): Declare obsolete.
5981         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5982         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5983         completion-file-name-table, and use the `pred' argument.
5984         * files.el (locate-file-completion-table): Use the `pred' arg rather
5985         than read-file-name-predicate.
5986         (abbreviate-file-name): Use \` rather than ^ for BOS.
5988 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5990         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5991         vc-responsible-backend to register, it causes problems.
5993 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5995         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5997 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5999         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6000         (tramp-smb-handle-file-attributes): Use it.
6001         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6002         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6003         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6004         Add `dired-filename' text properties.
6005         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6006         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6007         version.
6009 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6011         * subr.el (read-key-delay): Reduce to 0.01.
6012         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6013         (bug#4751).
6015 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6017         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6019         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6020         (Info-menu): Remove unused vars `last' and `completions'.
6021         (Info-index-nodes): Remove unused var `node'.
6023         * info.el (Info-complete-menu-item): Use complete-with-action.
6025 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6027         Make vc-annotate work through copies and renames.
6028         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6029         Return the file name too.
6030         (vc-annotate-revision-at-line)
6031         (vc-annotate-find-revision-at-line)
6032         (vc-annotate-revision-previous-to-line)
6033         (vc-annotate-show-log-revision-at-line): Update to get the file
6034         name from vc-annotate-extract-revision-at-line.
6035         (vc-annotate-show-diff-revision-at-line-internal): Change the
6036         argument to mean whether to show a file diff or not.  Get the file
6037         name from vc-annotate-extract-revision-at-line.
6038         (vc-annotate-show-diff-revision-at-line):
6039         Update vc-annotate-show-diff-revision-at-line call.
6040         (vc-annotate-warp-revision): Add an optional file argument.
6042         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6043         (vc-git-annotate-extract-revision-at-line): Also return the file
6044         name if found.
6046         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6047         command.  Remove unused code.
6048         (vc-hg-annotate-re): Update to match --follow output.
6049         (vc-hg-annotate-extract-revision-at-line): Also return the file
6050         name if found.
6052         * vc.el: Update annotate-extract-revision-at-line documentation.
6054 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6056         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6057         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6059         * net/browse-url.el (browse-url): Identify alist with "consp and
6060         not functionp" and let all other things go down the `apply' leg,
6061         as suggested by Stefan.  (Further to bug#4531.)
6063 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6065         * minibuffer.el (read-file-name): Check for repeat before putting
6066         a default argument in file-name-history (Bug#4657).
6068         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6069         read syntax (Bug#4737).
6071         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6073 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6075         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6076         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6077         entries and make note of obsolete tags.
6079 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6083 2009-10-18  Glenn Morris  <rgm@gnu.org>
6085         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6086         grep, so that binary files (eg international/uni-bidi.el) can match.
6087         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6088         now, and in any case the file header format has changed.
6090 2009-10-17  Glenn Morris  <rgm@gnu.org>
6092         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6093         (flyspell-get-word, flyspell-large-region)
6094         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6096 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6098         * Makefile.in (ELCFILES): Add ede/shell.
6100 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6102         * term/common-win.el (x-colors): Purecopy it.
6104 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6107         permissive for when the buffer is empty.
6108         (tar-header-block-tokenize): Decode the username and groupname.
6109         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6111 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * international/mule-cmds.el (select-safe-coding-system): If the file
6114         has a coding cookie, use it regardless of any other setting (bug#4712).
6116 2009-10-17  Glenn Morris  <rgm@gnu.org>
6118         * foldout.el (foldout-mouse-swallow-events):
6119         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6121         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6122         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6123         (dired-keep-marker-symlink, dired-dwim-target)
6124         (dired-copy-preserve-time): Do not autoload these defcustoms.
6126         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6127         messages from messing up the file coding.  (Bug#4623)
6129 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6131         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6132         if no match is found for the current dictionary.  (Bug#4578)
6134         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6135         optional, since that is how it is documented, and this is often called
6136         with a nil argument.  (Bug#4577)
6137         (flyspell-external-point-words, flyspell-auto-correct-word)
6138         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6139         (flyspell-word-search-backward): Remove nil argument in calls to
6140         flyspell-get-word, since it is not needed now.
6142 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6144         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6146 2009-10-16  Glenn Morris  <rgm@gnu.org>
6148         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6150 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6152         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6153         (ange-ftp-file-size): New function.
6154         (ange-ftp-file-attributes): Use it.
6156 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6158         * net/tramp-smb.el (tramp-smb-version): New defvar.
6159         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6160         repeated checks.
6162 2009-10-16  Glenn Morris  <rgm@gnu.org>
6164         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6165         Maybe copy some custom properties from old to new name.  (Bug#4706)
6167 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6169         * subr.el (error, sit-for, start-process-shell-command)
6170         (start-file-process-shell-command): Set the calling convention
6171         after the function definition.
6173 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * subr.el (error, sit-for, start-process-shell-command)
6176         (start-file-process-shell-command): Use the new
6177         set-advertised-calling-convention feature.
6179 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6181         * international/ucs-normalize.el (ucs-normalize-version):
6182         Change to 1.2.
6183         (check-range): Adjust for Unicode 5.2.
6185 2009-10-15  Juri Linkov  <juri@jurta.org>
6187         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6188         to the `menu-item' format.
6190 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6192         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6193         if the environment variable does not exist.
6195         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6196         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6197         parameter.
6198         (tramp-smb-handle-add-name-to-file)
6199         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6200         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6201         (tramp-smb-handle-file-attributes)
6202         (tramp-smb-do-file-attributes-with-stat)
6203         (tramp-smb-handle-file-local-copy)
6204         (tramp-smb-handle-insert-directory)
6205         (tramp-smb-handle-make-directory)
6206         (tramp-smb-handle-make-directory-internal)
6207         (tramp-smb-handle-make-symbolic-link)
6208         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6209         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6210         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6211         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6212         Handle long file names.
6213         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6214         process is running.
6215         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6216         Read share names with "-g" option.
6218 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6220         * net/rcirc.el (rcirc-view-log-file): New command.
6221         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6222         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6223         specified.
6225 2009-10-15  Glenn Morris  <rgm@gnu.org>
6227         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6228         from the second command-line argument.
6229         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6230         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6231         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6232         w32-batch-update-autoloads.
6233         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6234         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6236         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6237         the headers cannot be located.  Simplify, subtracting superflous
6238         save-excursions.
6240 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         Replace completion-base-size by completion-base-position to fix bugs
6243         such as (bug#4699).
6244         * simple.el (completion-base-position): New var.
6245         (completion-base-size): Mark as obsolete.
6246         (choose-completion): Make it work for mouse events as well.
6247         Pass the new base-position to choose-completion-string.
6248         (choose-completion-guess-base-position): New function, extracted from
6249         choose-completion-delete-max-match.
6250         (choose-completion-delete-max-match): Use it.  Make obsolete.
6251         (choose-completion-string): Use the new base-position info.
6252         (completion-root-regexp): Delete.
6253         (completion-setup-function): Preserve completion-base-position.
6254         Eliminate obsolete base-size manipulation.
6255         * minibuffer.el (display-completion-list): Don't mess with base-size.
6256         (minibuffer-completion-help): Set completion-base-position instead.
6257         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6258         choose-completion.
6259         * textmodes/bibtex.el (bibtex-complete):
6260         * emacs-lisp/crm.el (crm--choose-completion-string):
6261         Adjust to new calling convention.
6262         * complete.el (partial-completion-mode): Use minibufferp to avoid
6263         bumping into incompatible change to choose-completion-string-functions.
6264         * ido.el (ido-choose-completion-string): Make its calling convention
6265         more permissive.
6266         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6267         base-size manipulation.
6268         (comint-dynamic-list-input-ring): Use dotimes and push.
6269         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6270         fundamental-mode.  Use `or'.
6272 2009-10-14  Juri Linkov  <juri@jurta.org>
6274         * misearch.el (multi-isearch-next-buffer-from-list)
6275         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6277 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6280         `bytecomp.el'.
6282         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6283         string we return is all made up of text from the completions rather
6284         than part from the completions and part from the input (bug#4219).
6286         * ido.el (ido-everywhere): Use define-minor-mode.
6288         * buff-menu.el (list-buffers, ctl-x-map):
6289         Mark the entry points with ;;;###autoload cookies.
6291 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6293         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6294         correctly in the detached head case.
6295         (vc-git-print-log): Remove unused binding.
6297         * vc.el (vc-responsible-backend): When a directory is passed for
6298         for registration create a VC repository if no backend is
6299         responsible for the directory argument.
6300         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6302         * vc.el: Move comments about RCS and SCCS ...
6303         * vc-rcs.el:
6304         * vc-sccs.el: ... here, respectively.
6306 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6308         * minibuffer.el (completion--file-name-table): Return nil if there's
6309         no file completion, even if substitute-in-file-name changed
6310         the string (bug#4708).
6312 2009-10-13  Juri Linkov  <juri@jurta.org>
6314         * files-x.el (read-file-local-variable-value): Don't filter out
6315         minor modes from mode name completion (bug#4664).
6317 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6319         * international/mule-cmds.el (ucs-names): Remove exclusion of
6320         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6322 2009-10-13  Kenichi Handa  <handa@m17n.org>
6324         * international/uni-name.el: Regenerated.
6326 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6328         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6329         should be automatically buffer-local, but isn't.)
6331 2009-10-12  Sam Steingold  <sds@gnu.org>
6333         * progmodes/compile.el (compilation-next-error-function): Fix the
6334         timestamps if the buffer has been visited before.
6335         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6336         non-anchored patterns, like the perl one (bug#3928).
6338 2009-10-12  Glenn Morris  <rgm@gnu.org>
6340         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6341         Let-bind `size'.
6343 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6345         * proced.el (proced-unload-function): New function.
6347         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6348         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6349         Doc fix.
6351         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6353 2009-10-11  Juri Linkov  <juri@jurta.org>
6355         * files-x.el (read-file-local-variable-value):
6356         Provide default value only for bound variables (bug#4664).
6358 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6360         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6361         connection methods like smb.
6363         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6364         can be empty.
6366         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6367         (tramp-smb-file-name-handler-alist): Add handlers for
6368         `add-name-to-file', `make-symbolic-link'.
6369         (tramp-smb-handle-add-name-to-file)
6370         (tramp-smb-do-file-attributes-with-stat)
6371         (tramp-smb-handle-make-symbolic-link)
6372         (tramp-smb-get-cifs-capabilities): New defuns.
6373         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6374         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6375         (tramp-smb-handle-file-local-copy)
6376         (tramp-smb-handle-make-directory-internal)
6377         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6378         The file name syntax depends on cifs capabilities.
6379         (tramp-smb-handle-file-attributes):
6380         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6381         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6382         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6384 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6386         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6387         (eieio-defclass): Apply deftype handler and setf-method properties
6388         directly.
6389         (eieio-add-new-slot): Avoid union function from cl library.
6390         (eieio--typep): New function.
6391         (eieio-perform-slot-validation): Use it.
6393 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6395         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6396         Update documentation to refer to the variables documented in r1.135.
6397         (Bug#4188)
6399 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6401         * bookmark.el (Info-suffix-list): Remove this unused variable.
6402         (bookmark-current-point): Remove this obsolete variable.
6403         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6404         Adjust for removal of bookmark-current-point.
6406         (bookmarks-already-loaded, bookmark-current-buffer)
6407         (bookmark-yank-point): Document.  (Bug#4188)
6409 2009-10-10  Glenn Morris  <rgm@gnu.org>
6411         * frame.el (frame-height): Doc fix.
6413         * calendar/calendar.el (calendar-split-width-threshold): New option.
6414         (calendar-basic-setup): Use calendar-split-width-threshold.
6416 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6418         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6419         Ideographic Supplement" range (U+1F200..U+1F2FF).
6421 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6423         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6424         since the list will have been rebuilt anyway.  (Bug#4349)
6426 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6428         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6429         (bookmark-bmenu-execute-deletions): Don't save here, as
6430         bookmark-delete will now do so if necessary.
6431         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6432         (Bug#4348)
6434 2009-10-09  Glenn Morris  <rgm@gnu.org>
6436         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6438 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6440         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6441         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6442         argument now, so the two function's behaviors will match.  (Bug#3645)
6444 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6446         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6447         (tramp-file-name-real-host, tramp-file-name-port):
6448         Apply `save-match-data'.
6450         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6451         case both directories are remote.
6452         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6453         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6455 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6457         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6459 2009-10-07  Glenn Morris  <rgm@gnu.org>
6461         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6462         of concat.
6464 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * files-x.el (read-file-local-variable): Include some
6467         non-user-variables in the completion table (bug#4664).
6469 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6471         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6472         message.
6474         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6475         (tramp-smb-file-name-handler-alist): Add handler for
6476         `copy-directory', `expand-file-name', `set-file-modes'.
6477         (tramp-smb-handle-copy-directory)
6478         (tramp-smb-handle-expand-file-name)
6479         (tramp-smb-handle-set-file-modes): New defuns.
6480         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6481         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6482         entry.
6483         (tramp-smb-handle-insert-directory): Don't flush the cache.
6484         (tramp-smb-maybe-open-connection): Check for samba client and
6485         server versions.
6487 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6489         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6490         to not error out of search for "^lisp=" fails.
6492 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6494         * makefile.w32-in (WINS_UPDATES): New macro.
6495         (custom-deps, finder-data, autoloads): Use it.
6497 2009-10-07  Glenn Morris  <rgm@gnu.org>
6499         * Makefile.in (autoloads): Revert previous change.
6500         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6501         the list of preloaded files passed on the command-line, get
6502         it from src/Makefile.
6504         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6505         show the original buffer rather than a random one.
6507 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6509         * help.el (describe-no-warranty): Place point in a slightly better
6510         position in the GPLv3 text.
6512 2009-10-06  Sam Steingold  <sds@gnu.org>
6514         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6515         the comm attribute is present before calling regexp-quote.
6517 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6519         * play/animate.el (animate-string): For good effect, make sure
6520         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6522         * play/animate.el (animate-sequence, animate-birthday-present):
6523         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6525 2009-10-06  Glenn Morris  <rgm@gnu.org>
6527         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6529         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6530         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6531         (batch-update-autoloads): Process a string value of autoload-excludes,
6532         set during the build process.
6533         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6535         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6536         inside with-parsed...  macro so that `v' is defined.
6538         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6539         * progmodes/fortran.el (fortran-end-of-block)
6540         (fortran-beginning-of-block):
6541         Also push mark in the macro case.
6543         * emerge.el (emerge-show-file-name):
6544         * calc/calc.el (calc-quit):
6545         * calc/calc-misc.el (calc-big-or-small):
6546         * calc/calc-graph.el (calc-graph-view):
6547         * calc/calc-ext.el (calc-reset):
6548         * calendar/calendar.el (calendar-basic-setup):
6549         Use window-full-height-p.
6551         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6552         header we don't understand, don't insert another.  (Bug#4624)
6553         If changing mime charset, insert the new one in the right place.
6555 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6557         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6558         (cal-tex-cursor-month): Correctly increment the end date for diary and
6559         holiday listing.  (Bug#4626)
6561 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6563         * help-fns.el (describe-function-1): Don't burp if the function is not
6564         a symbol.
6566 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6568         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6569         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6570         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6571         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6573         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6574         (eieio-default-superclass): Reflow docstrings.
6575         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6576         (eieio-unbind-method-implementations, defmethod)
6577         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6578         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6579         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6580         (eieio-slot-originating-class-p, eieio-slot-name-index)
6581         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6582         (constructor, initialize-instance, no-next-method, object-print)
6583         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6584         Fix typos in docstrings.
6585         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6586         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6587         (next-method-p): Doc fixes.
6588         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6589         Fix typos in error messages.
6590         (eieio-defmethod): Fix typo in description of generic method.
6592         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6593         (eieio-persistent-save-interactive, slot-missing):
6594         Fix typos in docstrings.
6595         (eieio-instance-inheritor-slot-boundp): Doc fix.
6597         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6598         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6600         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6601         (eieio-custom-object-apply-reset):
6602         Fix typos in docstrings and error messages.
6604         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6605         Fix typo in docstring.
6607         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6608         (eieio-browse-tree): Doc fix.
6609         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6610         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6611         Fix typos in docstrings.
6613         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6614         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6615         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6616         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6617         Reflow docstrings.
6619 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6621         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6622         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6623         Set log-view-vc-backend so that diff can work.
6625         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6626         vc-version-diff.
6627         (vc-diff-internal): Autoload this instead of vc-version-diff.
6629 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6631         * simple.el (eval-expression): Doc fix.
6633         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6635 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6637         * files.el (directory-files-no-dot-files-regexp): New defconst.
6638         (delete-directory): Use it.
6639         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6641         * net/tramp.el (tramp-verbose): Fix docstring.
6642         (tramp-methods): Add recursive option to `tramp-copy-args'.
6643         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6644         "scp1_old", "scp2_old", "rsync", "rsyncc".
6645         (tramp-default-method): Check also for `auth-source-user-or-password'.
6646         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6647         Add handler for `copy-directory'.
6648         (tramp-handle-copy-directory): New defun.
6649         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6650         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6651         Optimize sent command.
6653 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6656         window if necessary.
6658         * calendar/calendar.el (calendar-basic-setup): Don't call
6659         switch-to-buffer in a dedicated window.
6661 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6663         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6664         don't do anything related to relocating, just return nil.
6665         (bookmark-error-no-filename): New error.
6666         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6667         bookmark has no file.  Don't even attempt to handle things that
6668         are not files; the whole point of custom handlers is to keep that
6669         knowledge elsewhere anyway.  Tighten some comments.
6670         (bookmark-file-or-variation-thereof): Remove now-unused function.
6671         (bookmark-location): Doc string fix.
6672         (Bug#4250)
6674 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6676         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6677         don't use a file dialog, because they usually don't know how to read
6678         a directory target from the user.  (Bug#4230)
6679         Also, make sure the prompt can display directories as well as files.
6681 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6683         * bookmark.el (bookmark-set, bookmark-buffer-name):
6684         Improve doc strings.  (Bug#1193)
6686 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6688         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6689         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6690         (bookmark-get-annotation, bookmark-set-annotation)
6691         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6692         (bookmark-set-position, bookmark-get-front-context-string)
6693         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6694         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6695         (bookmark-jump-other-window, bookmark-handle-bookmark)
6696         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6697         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6698         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6699         Improve doc strings to say whether bookmark can be a string or
6700         a record or both, and make other consistency and clarity fixes.
6701         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6702         (bookmark-default-annotation-text, bookmark-yank-word)
6703         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6704         (bookmark-import-new-list, bookmark-maybe-rename)
6705         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6706         (bookmark-bmenu-bookmark): Give these doc strings.
6707         (bookmark-bmenu-check-position): Give this a doc string, but also
6708         add a FIXME comment about how the function may be pointless.
6709         (bookmark-default-handler): Rework doc string and change a
6710         parameter name, to clarify that this takes a bookmark record
6711         not a bookmark name.
6712         (bookmark-set): Change a parameter name to indicate its meaning,
6713         and improve the doc string a bit.
6714         (Bug#4188)
6716 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6718         * bookmark.el (bookmark-alist): Document the new `handler' element
6719         in the param alist.
6720         (bookmark-make-record-function): Adjust documentation for above.
6721         (Bug#4193)
6723 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6725         * info.el (Info-bookmark-make-record): Document this function.
6726         (Info-bookmark-jump): Document with a doc string, not just a comment.
6727         (Bug#4203)
6729 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6731         * files.el (copy-directory): New defun.
6733         * dired-aux.el (dired-copy-file-recursive): Use it.
6735 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6737         * files-x.el (modify-dir-local-variable)
6738         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6739         docstrings.
6741         * recentf.el (recentf-unload-function): New function.
6743 2009-10-04  Glenn Morris  <rgm@gnu.org>
6745         * window.el (window-full-height-p): Add doc string.
6747 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6749         * window.el (window-full-height-p): New function.  (Bug#4543)
6751 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6753         * vc.el: Remove commented out code.
6754         (vc-derived-from-dir-mode): Remove, unused.
6755         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6757 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6759         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6760         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6761         there could be recursive loading when `default-directory' is a
6762         remote file name.  (Bug#4614)
6764 2009-10-03  Glenn Morris  <rgm@gnu.org>
6766         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6767         the frame is wide.
6768         (calendar-generate-window): Test for shrinkability rather than width.
6770         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6771         reusing existing buffers, in case we happen to visit two files with the
6772         same basename.  (Bug#4593)
6774 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6776         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6777         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6778         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6779         subdirs of cedet as well.
6780         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6782 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6785         Obey advertised-signature-table.
6787         * help-fns.el (help-function-arglist): Don't check
6788         advertised-signature-table.
6789         (describe-function-1): Do it here instead so it also applies to subrs.
6791 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6793         * simple.el (start-file-process): Say in the doc-string, that file
6794         handlers might not support pty association, if PROGRAM is nil.
6796         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6797         HOST and USER are strings.  They are nil, when there are
6798         incomplete entries in ~/.netrc, for example.
6799         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6800         root directory ("device busy" error otherwise).
6802         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6803         Flush file properties of created directory.
6805 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6807         * makefile.w32-in (WINS_BASIC): Remove cedet.
6808         (WINS_CEDET): Add cedet.
6809         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6811 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6813         * net/browse-url.el (browse-url): Pass any symbol in
6814         browse-url-browser-function to `apply', since if you've mistakenly put
6815         an unbound symbol then the error is clearer.  (Bug#4531)
6817 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6819         * allout.el (allout-init, allout-back-to-current-heading)
6820         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6821         (allout-ascend, allout-up-current-level, allout-end-of-level)
6822         (allout-previous-visible-heading, allout-forward-current-level)
6823         (allout-backward-current-level, allout-show-children):
6824         * apropos.el (apropos-describe-plist):
6825         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6826         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6827         * completion.el (add-completion, add-permanent-completion):
6828         * descr-text.el (describe-text-category, describe-char):
6829         * desktop.el (desktop-lazy-abort):
6830         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6831         * dired.el (dired-build-subdir-alist):
6832         * ediff.el (ediff-version):
6833         * elide-head.el (elide-head, elide-head-show):
6834         * emerge.el (emerge-version):
6835         * env.el (getenv):
6836         * face-remap.el (variable-pitch-mode):
6837         * faces.el (describe-face):
6838         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6839         (dired-at-point):
6840         * files.el (find-file-existing, auto-save-mode):
6841         * font-lock.el (font-lock-fontify-buffer):
6842         * help-fns.el (describe-function, describe-variable)
6843         (describe-syntax, describe-categories):
6844         * help.el (view-lossage, describe-bindings, describe-key)
6845         (describe-mode):
6846         * hexl.el (hexl-current-address):
6847         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6848         * info.el (Info-goto-emacs-key-command-node):
6849         * log-edit.el (log-edit-insert-cvs-template)
6850         (log-edit-insert-cvs-rcstemplate):
6851         * menu-bar.el (menu-bar-mode):
6852         * mouse.el (mouse-appearance-menu):
6853         * newcomment.el (comment-indent-new-line):
6854         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6855         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6856         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6857         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6858         * recentf.el (recentf-mode):
6859         * savehist.el (savehist-mode, savehist-save):
6860         * shadowfile.el (shadow-copy-files):
6861         * simple.el (kill-ring-save, next-line, previous-line)
6862         (normal-erase-is-backspace-mode):
6863         * strokes.el (strokes-update-window-configuration)
6864         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6865         (strokes-xpm-for-stroke):
6866         * time.el (emacs-uptime, emacs-init-time):
6867         * tutorial.el (tutorial--describe-nonstandard-key)
6868         (tutorial--detailed-help):
6869         * type-break.el (type-break-mode)
6870         (type-break-mode-line-message-mode, type-break-query-mode)
6871         (type-break-guesstimate-keystroke-threshold):
6872         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6873         * version.el (emacs-version):
6874         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6875         * winner.el (winner-mode):
6876         * calendar/timeclock.el (timeclock-in, timeclock-out)
6877         (timeclock-status-string, timeclock-change)
6878         (timeclock-workday-remaining-string)
6879         (timeclock-workday-elapsed-string)
6880         (timeclock-when-to-leave-string):
6881         * calendar/todo-mode.el (todo-add-category):
6882         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6883         * emacs-lisp/autoload.el (update-file-autoloads):
6884         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6885         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6886         (checkdoc-message-text, checkdoc-defun):
6887         * emacs-lisp/debug.el (debugger-list-functions):
6888         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6889         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6890         (eieio-describe-generic):
6891         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6892         * emacs-lisp/shadow.el (list-load-path-shadows):
6893         * emulation/cua-base.el (cua-mode):
6894         * emulation/edt.el (edt-set-scroll-margins):
6895         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6896         (tpu-toggle-regexp, tpu-toggle-search-direction)
6897         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6898         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6899         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6900         (viper-set-parsing-style-toggling-macro)
6901         (viper-set-emacs-state-searchstyle-macros):
6902         * emulation/viper.el (viper-set-hooks):
6903         * eshell/esh-mode.el (eshell-truncate-buffer):
6904         * international/mule-cmds.el (prefer-coding-system)
6905         (describe-input-method, describe-language-environment):
6906         * international/mule-diag.el (list-character-sets)
6907         (describe-character-set, describe-coding-system)
6908         (describe-fontset, list-fontsets, list-input-methods):
6909         * mail/sendmail.el (mail-signature):
6910         * net/ange-ftp.el (ange-ftp-copy-file):
6911         * net/browse-url.el (browse-url):
6912         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6913         * net/quickurl.el (quickurl-add-url):
6914         * net/rcirc.el (names, topic):
6915         * net/xesam.el (xesam-mode):
6916         * play/5x5.el (5x5-new-game):
6917         * play/yow.el (apropos-zippy):
6918         * progmodes/ada-mode.el (ada-mode-version):
6919         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6920         (f90-end-of-block)
6921         (f90-beginning-of-block):
6922         * progmodes/fortran.el (fortran-end-of-block)
6923         (fortran-beginning-of-block):
6924         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6925         * progmodes/python.el (python-describe-symbol, python-shell):
6926         * term/ns-win.el (ns-print-buffer):
6927         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6928         * textmodes/flyspell.el (flyspell-mode-on):
6929         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6930         (pages-directory-for-addresses):
6931         * textmodes/table.el (table-recognize-cell)
6932         (table-query-dimension, table-generate-source)
6933         (table-insert-sequence, table--warn-incompatibility):
6934         * textmodes/tex-mode.el (tex-validate-buffer):
6935         * textmodes/texinfmt.el (texinfmt-version)
6936         (texinfo-format-buffer):
6937         Use `called-interactively-p' instead of `interactive-p'.
6939 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6941         * image-mode.el (image-toggle-display):
6942         * emacs-lisp/elp.el (elp-instrument-function):
6943         * emacs-lisp/advice.el (ad-make-advised-definition):
6944         * emacs-lisp/easy-mmode.el (define-minor-mode):
6945         * net/browse-url.el (browse-url-maybe-new-window):
6946         * progmodes/sh-script.el (sh-learn-buffer-indent):
6947         Pass new argument 'any to `called-interactively-p'.
6949 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6951         * international/uni-bidi.el:
6952         * international/uni-category.el:
6953         * international/uni-combining.el:
6954         * international/uni-comment.el:
6955         * international/uni-decimal.el:
6956         * international/uni-decomposition.el:
6957         * international/uni-digit.el:
6958         * international/uni-lowercase.el:
6959         * international/uni-mirrored.el:
6960         * international/uni-name.el:
6961         * international/uni-numeric.el:
6962         * international/uni-old-name.el:
6963         * international/uni-titlecase.el:
6964         * international/uni-uppercase.el:
6965         Regenerate from Unicode 5.2.0 data.
6967 2009-10-01  Glenn Morris  <rgm@gnu.org>
6969         * Makefile.in (ELCFILES): Regenerate.
6971 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * subr.el (interactive-p): Mark obsolete.
6974         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6975         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6976         advertised-signature-table for subroutines as well.
6978         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6979         (set-advertised-calling-convention): New function.
6980         (make-obsolete, define-obsolete-function-alias)
6981         (make-obsolete-variable, define-obsolete-variable-alias):
6982         Make the optional-ness of `when' obsolete.
6983         (define-obsolete-face-alias): Make `when' non-optional.
6984         * help-fns.el (help-function-arglist):
6985         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6986         Use advertised-signature-table.
6988 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6990         * files.el (delete-directory): New defun.  The original function
6991         in fileio.c has been renamed to `delete-directory-internal'.
6993         * dired.el (dired-delete-file): Call `delete-directory' with
6994         RECURSIVE parameter.
6996         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6997         parameter RECURSIVE.  Implementation is missing.
6999         * net/tramp.el (tramp-handle-make-directory): Flush upper
7000         directory's file properties.
7001         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7002         (tramp-handle-dired-recursive-delete-directory): Flush directory
7003         properties after the remove command only.
7005         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7006         Handle optional parameter RECURSIVE.
7008         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7009         Handle optional parameter RECURSIVE.
7011         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7012         connection timeout.
7013         (tramp-smb-handle-delete-directory): Handle optional parameter
7014         RECURSIVE.
7016 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7019         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7020         (byte-compile-defmacro): Use backquotes.
7022         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7024         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7025         has no associated file.
7026         (vc-resynch-buffer): Use vc-dir-buffers.
7028 2009-10-01  Glenn Morris  <rgm@gnu.org>
7030         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7031         (chart-file-count):
7032         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7033         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7034         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7035         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7036         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7037         (eieio-copy-parents-into-subclass, make-instance, class-children)
7038         (eieio-generic-form):
7040         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7041         match-data.  (Bug#4555).
7043         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7044         rather than parsing it as a regexp.  This relaxes the layout
7045         requirements and makes errors easier to detect.
7046         (check-declare-verify): Check file is regular.
7047         (check-declare-directory): Doc fix.
7048         * subr.el (declare-function): Doc fix.
7050         * ibuffer.el (ibuffer-format-qualifier):
7051         * isearch.el (hi-lock-regexp-okay):
7052         * calc/calc.el (math-zerop):
7053         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7054         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7055         Remove unused declarations.
7057 2009-09-30  Glenn Morris  <rgm@gnu.org>
7059         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7061         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7062         filename is not a string.
7064 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7066         * files.el (safe-local-eval-forms): Fix typo.
7068 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * vc-hooks.el (vc-dir-buffers): New var.
7071         (vc-state-refresh): New function.
7072         (vc-state): Use it.
7073         (vc-after-save): Always ask the backend to recompute the new state.
7074         Always call vc-dir if necessary, using vc-dir-buffers.
7075         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7076         Use vc-dir-buffers.
7077         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7078         (vc-dir-prepare-status-buffer, vc-dir-update)
7079         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7080         Don't call expand-file-name on default-directory.
7082 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7084         * speedbar.el (speedbar-item-delete):
7085         * calc/calc-prog.el (calc-kbd-if):
7086         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7088         * epa.el (epa-key-list-mode-map):
7089         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7091         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7092         (hs-show-hook): Fix typo in docstring.
7094 2009-09-29  Glenn Morris  <rgm@gnu.org>
7096         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7097         file-name-nondirectory call preventing location of cedet files.
7098         (check-declare-verify): Use literal search rather than re-search.
7099         Add basic defmethod and defclass, and define-overloadable-function.
7101         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7102         Use tramp-compat-file-attributes rather than nonexistent
7103         tramp-compat-handle-file-attributes.
7105         * Makefile.in (lisptagsfiles4): New.
7106         (AUTOGENEL): Add cedet loaddefs files.
7107         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7108         (update-elclist, compile-always, backup-compiled-files)
7109         (bootstrap-clean): Add yet another directory level.
7110         (update-elclist): Use LC_COLLATE rather than COLLATE.
7111         (ELCFILES): Update, via `make update-elclist'.
7113 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7115         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7116         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7117         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7119 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7121         * Makefile.in (lisptagsfiles3): Define.
7122         (TAGS, TAGS-LISP): Use it.
7123         (update-elclist): Add third directory level to look for elc files.
7124         (compile-always): Likewise.
7125         (backup-compiled-files): Likewise.
7126         (bootstrap-clean): Likewise.
7127         (ELCFILES): Update.
7129 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7131         * Makefile.in (ELCFILES): Add CEDET files.
7133 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7135         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7137         * net/tramp.el (top): Require tramp-imap.
7139         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7140         Use `tramp-compat-handle-file-attributes'.
7142 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7144         * net/tramp-imap.el: New package.
7146 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7148         * whitespace.el (whitespace-trailing-regexp)
7149         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7150         Fix doc string.
7152 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7154         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7155         menu.
7157         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7158         menu-bar-ediff-menu.
7160         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7161         define-overloadable-function.
7163         * progmodes/autoconf.el: Provide autoconf as well, so that this
7164         file can be `require'd.
7166         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7168         * emacs-lisp/autoload.el (generated-autoload-feature)
7169         (generated-autoload-load-name): New vars.
7170         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7171         (make-autoload): Recognize define-overloadable-function and
7172         defclass forms (for EIEIO).
7174         * Makefile.in (update-subdirs): Exclude cedet directory.
7176 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7178         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7180         * faces.el: Default light-background background for region face to
7181         ns_selection_color under NS.
7183 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7185         * net/imap-hash.el: New library, see NEWS.
7187         * Makefile.in (ELCFILES): Add imap-hash.el.
7189 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7192         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7193         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7194         definition where the docstring could be taken for the return value.
7196 2009-09-26  Glenn Morris  <rgm@gnu.org>
7198         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7199         Add option to only show images below a certain size.
7200         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7201         save-excursion calls.
7203 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7205         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7206         subdirectories) and eieio.
7208 2009-09-26  Alan Mackenzie  <acm@muc.de>
7210         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7211         buggy bracketing.  (Bug#4289)
7213         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7214         character constants (as case labels).  (Bug#4289)
7216 2009-09-25  Juri Linkov  <juri@jurta.org>
7218         * files.el (safe-local-eval-forms): Allow time-stamp in
7219         before-save-hook (Bug#4554).
7221 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7223         * menu-bar.el (list-buffers-directory): Doc fix.
7225 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7228         Try and avoid copying twice the same paragraph.
7229         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7230         Remove save-excursion.
7231         (log-edit-changelog-entry): Do it here instead.
7233 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7235         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7236         when available, instead of hardcoding mode names.  Doc fix.
7238         * menu-bar.el (list-buffers-directory): Add docstring.
7239         Make automatically buffer-local.
7241         * dired.el (dired-mode):
7242         * files.el (cd-absolute):
7243         * pcvs.el (cvs-temp-buffer):
7244         * pcvs-util.el (cvs-get-buffer-create):
7245         * shell.el (shell-mode):
7246         * vc-dir.el (vc-dir-mode):
7247         Don't make `list-buffers-directory' buffer local.
7249 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7251         * comint.el (comint-exec, comint-run, make-comint):
7252         Doc fixes (Bug#4542).
7254 2009-09-25  Glenn Morris  <rgm@gnu.org>
7256         * mail/rmailmm.el (rmail-mime): New custom group.
7257         Move all defcustoms in this file into this group.
7258         (rmail-mime-media-type-handlers-alist): Revert previous change.
7259         (rmail-mime-show-images): New option.
7260         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7261         references to it, since it wasn't actually used for anything.
7262         (rmail-mime-insert-image): New function.
7263         (rmail-mime-image): Use rmail-mime-insert-image.
7264         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7265         obey the value of `rmail-mime-show-images' option.  Print the size of
7266         attachments.
7268 2009-09-25  David Engster  <deng@randomsample.de>
7270         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7272 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7274         * whitespace.el: Does not highlight trailing spaces While point is
7275         at end of line.  Does not highligt spaces at beginning of buffer
7276         while point is at beginning of buffer.  Does not highlight spaces
7277         at end of buffer while point is at end of buffer.  (Bug#4177)
7278         New version 12.0.
7279         (whitespace-display-mappings): Adjust initialization.
7280         (whitespace-point, whitespace-font-lock-refontify): New vars.
7281         (whitespace-color-on, whitespace-color-off): Adjust code.
7282         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7283         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7284         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7286 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7288         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7290         * textmodes/sgml-mode.el: Remove xml-mode alias.
7292         * files.el (auto-mode-alist, conf-mode-maybe)
7293         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7295 2009-09-24  Alan Mackenzie  <acm@muc.de>
7297         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7298         c-forward-conditionals, but it doesn't move point and doesn't set
7299         the mark.
7300         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7301         (c-down-conditional-with-else, c-backward-conditional)
7302         (c-forward-conditional): Refactor to use c-scan-conditionals.
7304 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7306         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7307         (help-default-arg-highlight): Remove.
7308         (help-highlight-arg): New function.
7309         (help-do-arg-highlight): Use it.
7310         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7312 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7314         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7315         Undo last change, which didn't fix the problem and introduced others.
7317 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7319         * progmodes/gdb-mi.el: Don't require speedbar.
7320         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7322 2009-09-24  Glenn Morris  <rgm@gnu.org>
7324         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7326         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7328         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7329         there is no newline after the final mime boundary.  (Bug#4539)
7330         Move markers on insertion so that any buttons inserted don't end up in
7331         the next part of a multipart message.
7332         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7333         (rmail-mime-bulk-handler): Optionally handle images.
7334         (rmail-mime-image): New button action.
7335         (rmail-mime-image-handler): New function.
7336         (rmail-mime-mode): New mode.
7337         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7339 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7342         than just dropping elements from it (bug#4504).
7344         * term.el (term-set-scroll-region): Don't move cursor any more.
7345         (term-handle-ansi-escape): Call term-goto here instead.
7346         Suggested by Ivan Kanis <apple@kanis.eu>.
7348         * term.el: Require CL.
7349         (term-ansi-reset): New function.
7350         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7351         (term-handle-colors-array): Simplify.
7353 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7355         * allout.el (allout-overlay-interior-modification-handler)
7356         (allout-obtain-passphrase):
7357         * epa-file.el (epa-file-write-region):
7358         * ps-print.el (ps-begin-job):
7359         * vc-hooks.el (vc-toggle-read-only):
7360         * vc-rcs.el (vc-rcs-rollback):
7361         * vc-sccs.el (vc-sccs-rollback):
7362         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7363         (vc-version-diff, vc-revert, vc-rollback):
7364         * wdired.el (wdired-check-kill-buffer):
7365         * emacs-lisp/authors.el (authors):
7366         * net/socks.el (socks-open-connection):
7367         * net/zeroconf.el (zeroconf-service-add-hook):
7368         * obsolete/vc-mcvs.el (vc-mcvs-register):
7369         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7370         (gdb-select-frame):
7371         * progmodes/grep.el (lgrep, rgrep):
7372         * progmodes/idlw-help.el (idlwave-help-check-locations)
7373         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7374         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7375         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7376         (reftex-toc-rename-label): Fix typos in error messages.
7378         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7379         (dired-copy-how-to-fn): Doc fix.
7380         (dired-files-attributes, dired-read-shell-command):
7381         Fix typos in docstrings.
7383         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7384         (dired-x-find-file-other-window): Reflow docstrings.
7385         (dired-omit-marker-char, dired-read-shell-command)
7386         (dired-x-submit-report): Fix typos in docstrings.
7388         * shell.el (shell-mode-hook):
7389         * view.el (View-scroll-line-forward):
7390         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7391         Fix typos in docstrings.
7393         * net/dig.el (dig-invoke): Fix typo in docstring.
7394         (query-dig): Reflow docstring.
7396         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7397         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7398         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7399         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7400         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7401         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7402         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7403         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7404         (idlwave-completion-map, idlwave-current-indent)
7405         (idlwave-custom-ampersand-surround, idlwave-customize)
7406         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7407         (idlwave-define-abbrev, idlwave-determine-class-special)
7408         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7409         (idlwave-end-block-reg, idlwave-end-of-statement)
7410         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7411         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7412         (idlwave-explicit-class-listed, idlwave-file-header)
7413         (idlwave-fill-paragraph, idlwave-find-class-definition)
7414         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7415         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7416         (idlwave-in-quote, idlwave-indent-action-table)
7417         (idlwave-indent-expand-table, idlwave-indent-line)
7418         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7419         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7420         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7421         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7422         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7423         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7424         (idlwave-outlawed-buffers, idlwave-popup-select)
7425         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7426         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7427         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7428         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7429         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7430         (idlwave-statement-type, idlwave-struct-skip)
7431         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7432         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7433         (idlwave-what-module-find-class): Fix typos in docstrings.
7434         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7435         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7436         (idlwave-find-module, idlwave-find-structure-definition)
7437         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7438         (idlwave-list-load-path-shadows, idlwave-next-statement)
7439         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7440         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7441         (idlwave-template): Reflow docstrings.
7443         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7444         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7445         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7446         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7447         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7448         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7449         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7450         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7451         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7452         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7453         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7454         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7455         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7456         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7457         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7458         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7459         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7460         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7461         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7462         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7463         Fix typos in docstrings.
7464         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7465         (idlwave-shell-hide-output, idlwave-shell-mode)
7466         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7467         Reflow docstrings.
7469         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7471 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7473         * term.el (term-bold-attribute): New var.
7474         (term-handle-colors-array): Use it.
7476 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7478         * progmodes/gdb-mi.el (gdb-version): New variable.
7479         (gdb-non-stop-handler): Set gdb-version.
7480         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7481         Condition "--thread" option on gdb-version.
7482         (gdb-invalidate-threads): Remove unused argument.
7484 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7487         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7489 2009-09-23  Glenn Morris  <rgm@gnu.org>
7491         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7492         replying to mail without References or Message-Id.  (Bug#4525)
7494 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7496         * term/ns-win.el (ns-reg-to-script): New variable.
7498 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7500         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7502 2009-09-22  Sam Steingold  <sds@gnu.org>
7504         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7505         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7506         to 1 because hg returns status 1 when nothing is found.
7507         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7509 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * textmodes/fill.el: Convert to utf-8 encoding.
7512         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7513         pre-unicode days.
7515         * add-log.el (change-log-fill-forward-paragraph): New function.
7516         (change-log-mode): Use it so fill-region DTRT.
7517         Set fill-indent-according-to-mode here rather than in
7518         change-log-fill-paragraph.
7519         (change-log-fill-paragraph): Remove.
7521 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7523         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7524         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7526 2009-09-22  Glenn Morris  <rgm@gnu.org>
7528         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7529         the scroll-bar scroll the calendar window rather than the buffer.
7531         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7532         commands that move point (as opposed to scrolling).
7534         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7536         * emacs-lisp/elint.el (elint): New custom group.
7537         (elint-log-buffer): Make it a defcustom.
7538         (elint-scan-preloaded, elint-ignored-warnings)
7539         (elint-directory-skip-re): New options.
7540         (elint-builtin-variables): Doc fix.
7541         (elint-preloaded-env): New variable.
7542         (elint-unknown-builtin-args): Add an entry for encode-time.
7543         (elint-extra-errors): Make it a variable rather than a constant.
7544         (elint-preloaded-skip-re): New constant.
7545         (elint-directory): Skip files matching elint-directory-skip-re.
7546         (elint-features): New variable, local to linted buffers.
7547         (elint-update-env): Initialize elint-features.  Possibly add
7548         elint-preloaded-env to the buffer's environment.
7549         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7550         Skip quoted forms.
7551         (elint-init-form): New function, extracted from elint-init-env.
7552         Make non-list forms a warning rather than an error.
7553         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7554         easy-menu-define, put that adds an error-condition, and provide.
7555         When requiring cl, also require cl-macs.  Really require cl, to handle
7556         some cl macros.  Store required libraries in the list elint-features,
7557         so as not to re-load them.  Treat cc-require like require.
7558         (elint-init-env): Call elint-init-form to do the work.
7559         Handle eval-and-compile and such like.
7560         (elint-add-required-env): Do not clear messages.
7561         (elint-special-forms): Add handlers for function, defalias, if, when,
7562         unless, and, or.
7563         (elint-form): Add optional argument to ignore elint-special-forms,
7564         useful to prevent recursive calls from handlers.  Doc fix.
7565         Respect elint-ignored-warnings.
7566         (elint-form): Respect elint-ignored-warnings.
7567         (elint-bound-variable, elint-bound-function): New variables.
7568         (elint-unbound-variable): Respect elint-bound-variable.
7569         (elint-get-args): Respect elint-bound-function.
7570         (elint-check-cond-form): Add some simple handling for (f)boundp and
7571         featurep tests.
7572         (elint-check-defalias-form): New handler.
7573         (elint-check-let-form): Make an empty let a warning rather than an
7574         error.
7575         (elint-check-setq-form): Make an empty setq a warning rather than an
7576         error.  Respect elint-ignored-warnings.
7577         (elint-check-defvar-form): Accept null doc-strings.
7578         (elint-check-conditional-form): New handler.  Does some simple-minded
7579         checking of featurep and (f)boundp tests.
7580         (elint-put-function-args): New function.
7581         (elint-initialize): Use elint-scan-doc-file rather than
7582         elint-find-builtin-variables.  Use elint-put-function-args.
7583         Possibly scan preloaded-file-list.
7584         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7585         extend to handle functions as well.
7587 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7589         * linum.el (linum-delete-overlays, linum-update-window):
7590         Do not modify the right margin.  (Bug#3971)
7592 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7594         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7595         nxml-mode instead of xml-mode.
7597 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7599         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7601 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7603         * net/dig.el (dig-mode): Use define-derived-mode.
7605 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7607         * vc-dispatcher.el (vc-do-command): Return the process object in
7608         the asynchronous case.  Use when instead of if.  Do not run
7609         vc-exec-after to display a message if not enabled.  (Bug#4463)
7611         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7612         properties to the stash strings.
7613         (vc-git-stash-list): Return a list of strings.
7614         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7615         (vc-git-stash-show-at-point): New functions.
7616         (vc-git-stash-map): New keymap.
7618         * register.el (ctl-x-r-map): Define the keys here instead of
7619         using autoload.
7621 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7623         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7624         list, to workaround performance problem (bug#4485).
7626 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7628         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7630 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7632         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7633         Document that this option is not recommended to use.
7635 2009-09-19  Glenn Morris  <rgm@gnu.org>
7637         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7638         variable `var'.
7640         * calc/calc-alg.el (var):
7641         * calc/calcalg2.el (var): Define for compiler.
7643 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7645         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7646         Doc fix (Bug#3932).
7648         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7650         * time-stamp.el (time-stamp-month-dd-yyyy)
7651         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7652         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7653         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7654         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7655         Remove functions that have been obsolete since 1995 (Bug#4436).
7657         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7658         indent buffer only if called interactively (Bug#4452).
7660 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7661             Eli Zaretskii  <eliz@gnu.org>
7663         This fixes bug#4197 (merged to bug#865, though not identical).
7664         * server.el (server-auth-dir): Add docstring note about FAT32.
7665         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7666         but warn against using them.
7668 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7670         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7671         older GDB where there is no has_more field.
7673 2009-09-19  Glenn Morris  <rgm@gnu.org>
7675         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7677 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7679         * files.el (auto-mode-alist): Change default for XML files to nXML
7680         mode (Bug#4169).
7682 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7684         * server.el (server-ensure-safe-dir): Pass 'integer
7685         to `file-attributes', as suggested.
7687 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7689         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7690         (dired-query): Use read-key.
7692 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7694         * cus-start.el (ns-use-qd-smoothing): Remove.
7696 2009-09-18  Glenn Morris  <rgm@gnu.org>
7698         * allout.el (top-level): Remove unnecessary progn.
7700         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7702         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7703         definition of abbrev table.
7705         * speedbar.el (speedbar-track-mouse):
7706         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7707         * net/eudc.el (eudc-expand-inline):
7708         * net/newst-backend.el (newsticker--cache-read-feed):
7709         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7710         condition-case handlers.
7712 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7714         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7715         (gdb-var-list): Add an element for has_more field.
7716         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7717         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7718         (gdb-var-update-handler-1): Parse output of dynamic variable
7719         objects (STL containers).
7720         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7721         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7723         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7724         gdb-var-list.
7725         (gud-speedbar-buttons): Make node expandable if expression "has more"
7726         children.
7728 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7730         * startup.el (emacs-quick-startup): Remove variable and all uses.
7731         (command-line): Set `inhibit-x-resources' instead.
7732         (command-line-1): Use `inhibit-x-resources' instead.
7734 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7736         * subr.el: Fix last change to avoid using the `unless' macro,
7737         which breaks bootstrapping.
7739 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7741         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7742         extended definitions, in case we reload subr.el after having
7743         loaded CL.
7744         (eval-next-after-load): Mark as obsolete.
7746 2009-09-17  Juri Linkov  <juri@jurta.org>
7748         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7749         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7750         (menu-bar-showhide-menu, menu-bar-tools-menu)
7751         (menu-bar-describe-menu, menu-bar-help-menu)
7752         (minibuffer-local-completion-map, minibuffer-local-map):
7753         Fix list quoting.
7755 2009-09-17  Glenn Morris  <rgm@gnu.org>
7757         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7758         arguments, whether or not it has a handler.
7760         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7762         * simple.el (hard-newline): Give it a doc-string.
7764         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7765         (lisp-mode-syntax-table): Give them doc-strings.
7767 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7769         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7770         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7771         (menu-bar-options-menu, menu-bar-showhide-menu)
7772         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7773         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7774         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7775         (menu-bar-options-menu, menu-bar-tools-menu)
7776         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7777         (menu-bar-help-menu):
7778         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7779         string arguments.
7781         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7782         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7783         calls for the menu names and :help.
7785 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7788         to :minor-mode-function (bug#4455).
7790 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7792         * startup.el (command-line): Initialize the window-system after
7793         processing the command-line.
7795         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7796         page-delimiter matches the empty string.
7798 2009-09-16  Glenn Morris  <rgm@gnu.org>
7800         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7801         byte-compile-not-obsolete-var.  It's a list now.
7802         (byte-compile-not-obsolete-funcs): New variable.
7803         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7804         byte-compile-not-obsolete-funcs.
7805         (byte-compile-variable-ref, byte-compile-defvar): Update for
7806         byte-compile-not-obsolete-vars name-change and list nature.
7807         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7808         and variables behind (f)boundp tests.
7809         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7811 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7813         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7815 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7818         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7819         Don't autoload.
7821 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7823         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7824         the virtual-buffers, use the name of the buffer specified by
7825         find-file-noselect, as the match may be a symlink.  (This was a
7826         problem if the target and the symlink had different names.)
7828 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7830         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7832         * desktop.el (desktop-path): Check user-emacs-directory.
7834         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7836         * loadup.el: Use after-load-functions to GC after loading each file.
7837         Remove the explicit GC calls that used to be sprinkled around.
7839         * subr.el (after-load-functions): New hook.
7840         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7841         `obsolete' packages, rather than painfully extracting the relevant
7842         directory name.
7844 2009-09-15  Glenn Morris  <rgm@gnu.org>
7846         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7847         free variable `doc'.
7849         * dired.el (dired-mode-map): Add menu entry for async shell command.
7851         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7852         variables, also consider the .elc files, since the .el files are
7853         normally gzipped (subsequent code locates the .el.gz from the .elc).
7855         * calc/calc-prog.el (arglist): Define for compiler.
7857         * calendar/diary-lib.el (diary-display-function): Change the default to
7858         fancy display.
7859         (body): Define for compiler.
7861         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7862         (byte-compile-file-form, byte-compile-lambda)
7863         (byte-compile-top-level-body, byte-compile-form)
7864         (byte-compile-variable-ref, byte-compile-setq)
7865         (byte-compile-setq-default, byte-compile-body)
7866         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7867         (batch-byte-compile): Give some more local variables with common names
7868         a "bytecomp-" prefix to avoid masking warnings about free variables.
7870         * startup.el (command-line-1): Give local variables with common names a
7871         distinguishing prefix, so as not to hide free variable warnings during
7872         bootstrap.
7874         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7875         clever and add a suffix to make a unique name, just let the user decide
7876         whether or not to overwrite it.  If the input is a directory, write the
7877         default filename to that directory.  (Bug#4388)
7878         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7879         is a filename-as-a-directory.
7881 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7883         * textmodes/page.el (what-page): Don't move to beginning of line.
7884         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7886 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7888         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7890 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7892         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7893         * help.el (help-for-help-internal): Add purecopy calls for text.
7895         * vc.el (top): print-log method now takes an optional SHORTLOG
7896         argument.  Add a new method: root.
7897         (vc-root-diff, vc-print-root-log): New functions.
7898         (vc-log-short-style): New variable.
7899         (vc-print-log-internal): Add support for showing short logs.
7901         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7902         vc-print-root-log and vc-print-root-diff.
7904         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7905         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7906         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7907         short logs.
7909         * vc-cvs.el (vc-cvs-print-log):
7910         * vc-mtn.el (vc-mtn-print-log):
7911         * vc-rcs.el (vc-rcs-print-log):
7912         * vc-sccs.el (vc-sccs-print-log):
7913         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7914         that is ignored for now.
7916         * vc-mtn.el (vc-mtn-annotate-command):
7917         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7919 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7921         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7922         to function-key-map, and give them ascii-character property.
7923         * term/x-win.el (x-alternatives-map):
7924         * term/ns-win.el (ns-alternatives-map):
7925         * term/internal.el (msdos-key-remapping-map):
7926         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7928 2009-09-14  Glenn Morris  <rgm@gnu.org>
7930         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7931         temp-buffers (2009-09-12).
7933 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7935         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7936         the new read-key function.
7938 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7940         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7941         is defined (Bug#4405).
7943 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7945         * recentf.el (recentf-cleanup): Use a hash table to find
7946         duplicates (Bug#4407).
7948 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7950         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7951         kp-0 to ascii equivalents (Bug#4325).
7953 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7955         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7957         * eshell/em-hist.el:
7958         * eshell/em-dirs.el (eshell-complete-user-reference):
7959         Declare pcomplete functions and variables to avoid compiler warnings.
7961 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7963         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7964         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7965         * eshell/em-alias.el (eshell-aliases-file):
7966         * eshell/em-hist.el (eshell-history-file-name):
7967         Use expand-file-name instead of concat to make file names (Bug#4308).
7969 2009-09-13  Glenn Morris  <rgm@gnu.org>
7971         * ediff-merg.el (ediff-do-merge):
7972         * filesets.el (filesets-run-cmd):
7973         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7974         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7975         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7976         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7977         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7978         Replace empty `let's with `progn'.
7980 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * mail/sendmail.el (send-mail-function):
7983         * tooltip.el (tooltip-mode):
7984         * simple.el (transient-mark-mode):
7985         * rfn-eshadow.el (file-name-shadow-mode):
7986         * frame.el (blink-cursor-mode):
7987         * font-core.el (global-font-lock-mode):
7988         * files.el (temporary-file-directory)
7989         (small-temporary-file-directory, auto-save-file-name-transforms):
7990         * epa-hook.el (auto-encryption-mode):
7991         * composite.el (global-auto-composition-mode):
7992         Use custom-initialize-delay.
7993         * startup.el (command-line): Don't explicitly call
7994         custom-reevaluate-setting for all the above vars.
7995         * custom.el (custom-initialize-safe-set)
7996         (custom-initialize-safe-default): Delete.
7998 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * term/x-win.el (x-initialize-window-system):
8001         * term/w32-win.el (w32-initialize-window-system):
8002         * term/ns-win.el (ns-initialize-window-system): Don't call
8003         mouse-wheel-mode since it's enabled globally by default already.
8005         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8006         actually define the variable, but only silences the byte-compiler.
8007         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8008         before looking it up.
8009         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8010         is changed.
8012 2009-09-12  Glenn Morris  <rgm@gnu.org>
8014         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8015         1000.
8016         (elint-add-required-env): Don't beep on error.
8017         (elint-forms): In case of error, return ENV unchanged.
8018         (elint-init-env): Skip non-list forms.
8019         (elint-log): Handle unknown file positions.
8021 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8023         * epg.el (epg-make-context): Add autoload cookie.
8024         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8025         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8026         (epg-verify-string, epg-start-sign, epg-sign-file)
8027         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8028         (epg-encrypt-string, epg-start-export-keys)
8029         (epg-export-keys-to-file, epg-export-keys-to-string)
8030         (epg-start-import-keys, epg-import-keys-from-file)
8031         (epg-import-keys-from-string, epg-start-receive-keys)
8032         (epg-receive-keys, epg-import-keys-from-server)
8033         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8034         (epg-sign-keys, epg-start-generate-key)
8035         (epg-generate-key-from-file, epg-generate-key-from-string):
8036         Remove autoload cookie.
8038 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8040         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8041         reevaluation of trash-directory.
8043         * mwheel.el: Fix last change.
8044         (mouse-wheel-mode): New defvar.
8045         (mouse-wheel-mode): Remove autoload cookie.
8047 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8049         * mwheel.el (mwheel-installed-bindings): New var.
8050         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8051         the bindings we set last time.  Use custom-initialize-delay.
8052         * loadup.el: Load mwheel after term/*-win.el.
8053         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8054         and mouse-wheel-up-event now that their first evaluation is done
8055         sufficiently late to be correct.
8057         * startup.el (tutorial-directory): Make it a defcustom.
8058         Use custom-initialize-delay rather than eval-at-startup to set it.
8059         * image.el (image-load-path): Make it a defcustom.
8060         Use custom-initialize-delay rather than eval-at-startup to set it.
8061         * subr.el (eval-at-startup): Remove.
8062         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8064         * subr.el (do-after-load-evaluation): Warn the user after loading an
8065         obsolete package.
8067 2009-09-12  Glenn Morris  <rgm@gnu.org>
8069         * proced.el (proced-mark-alt): Remove alias.
8070         (proced-mode-map): Remove proced-mark-alt.
8072         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8073         Elint file and directory.  Remove initialization entry.
8075         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8076         commands.
8077         (elint-current-buffer): Set mode-line-process.
8078         (elint-init-env): Handle define-derived-mode.
8079         Fix declare-function with unspecified arglist.  Guard against odd
8080         defalias statements (eg iso-insert's 8859-1-map).
8081         (elint-add-required-env): Use a temp buffer.
8082         (elint-form): Just print the function/macro name, not the whole form.
8083         Return env unchanged if we fail to parse a macro.
8084         (elint-forms): Guard against parse errors.
8085         (elint-output): New function, to handle batch mode.
8086         (elint-log-message): Add optional argument.  Use elint-output.
8087         (elint-set-mode-line): New function.
8089 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8091         * emacs-lisp/elp.el (elp-not-profilable): Add more
8092         functions (Bug#4233).
8094 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8096         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8097         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8099 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8101         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8102         (gdb-var-list-children): Use json parsing.
8104 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8106         * progmodes/js.el (js--proper-indentation): Handle the case where
8107         char-before is null.  Reported by Deniz Dogan.
8109 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8111         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8113 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8115         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8116         (epg-digest-algorithm-alist): Add SHA224.
8117         (epg-context-set-passphrase-callback)
8118         (epg-context-set-progress-callback): Add description about
8119         callback function.
8121 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * custom.el (custom-delayed-init-variables): New var.
8124         (custom-initialize-delay): New function.
8125         * startup.el (command-line): "Re"evaluate all vars in
8126         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8127         explicitly any more.
8128         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8129         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8131         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8133 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8135         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8136         (gdb-var-update-handler): Use json parsing.
8138 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8140         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8141         decode annotated text, regardless of language environment.  (Bug#2741)
8143 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * Makefile.in (autoloads): Make rmail.el writable as well.
8147 2009-09-11  Glenn Morris  <rgm@gnu.org>
8149         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8150         loaddefs.el.
8151         * dired.el: Regenerate with extracted autoloads.
8152         * Makefile.in (autoloads): Make dired.el writable.
8154         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8155         * ibuffer.el: Regenerate with extracted autoloads.
8156         * Makefile.in (autoloads): Make ibuffer.el writable.
8158         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8159         * version.el (emacs-copyright, emacs-major-version)
8160         (emacs-minor-version): Reformat doc-strings for make-docfile.
8162         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8163         functions and variables, since they must be stuff specific to some other
8164         platform.
8165         (apropos-print): Make mouse-click message less specific about button.
8167         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8168         that records where a macro was defined.
8169         * help-fns.el (describe-function-1): Mention if a function has a
8170         compiler-macro.
8171         * help-mode.el (help-function-cmacro): New button.
8173         * locate.el (top-level): Always require dired.
8174         (locate-mode-map): Initialize inside the defvar.
8176         * net/ange-ftp.el (dired-compress-file): Declare.
8177         (ange-ftp-dired-compress-file): Add doc string.
8179         * term/ns-win.el (x-display-name, x-setup-function-keys):
8180         Unify doc-strings with X versions.
8182 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * emulation/crisp.el (crisp-mode-map): Move initialization
8185         into declaration.
8186         (crisp-mode): Use define-minor-mode.
8188         * progmodes/xscheme.el (xscheme-evaluation-commands):
8189         Put a :advertised-binding property rather than using
8190         advertised-xscheme-send-previous-expression.
8191         (advertised-xscheme-send-previous-expression): Declare obsolete.
8192         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8193         `advertised-undo'.
8194         (crisp-mode): Add corresponding bindings to
8195         undo's :advertised-binding instead.
8196         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8197         than using dired-advertised-find-file.
8198         (dired-advertised-find-file):
8199         * simple.el (advertised-undo):
8200         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8201         (widget-keymap): Put a :advertised-binding property rather
8202         than using advertised-widget-backward.
8203         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8204         than using advertised-undo.
8205         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8207 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8209         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8210         Mark mode is enabled and region is active; otherwise indent or
8211         insert TAB as usual.
8212         (delphi-mode): Update description of TAB-key binding.
8214 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * subr.el (define-key-rebound-commands): Mark obsolete.
8217         * startup.el (precompute-menubar-bindings): Remove.
8218         (normal-top-level): Remove obsolete code that tried to precompute
8219         menubar bindings.
8220         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8221         define-key-rebound-commands and precompute-menubar-bindings.
8223 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8225         * net/imap.el (imap-interactive-login): Better messages.
8226         (imap-open): Fix bug with renamed buffer on reconnect.
8227         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8228         for easier debugging and cleaner code.  On successful (guessed based on
8229         server capabilities) secondary authentication, set imap-state
8230         correctly.
8231         (imap-last-authenticator): Define imap-last-authenticator as a variable
8232         to avoid warnings.
8234 2009-09-10  Glenn Morris  <rgm@gnu.org>
8236         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8238         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8239         (byte-compile-file-form-autoload): Don't warn about unknown functions
8240         where the autoload statement comes after the use.
8241         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8242         that any handlers inside the body (eg require) are in turn respected.
8244         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8245         effects.
8247         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8248         and syntax and abbrev tables basic docs, if they don't have any.
8250         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8252         * international/mule-cmds.el (top-level): Require cl when compiling.
8253         (view-hello-file): Use default-value rather than
8254         default-enable-multibyte-characters.
8256         * progmodes/fortran.el: Move all safe and risky properties into the
8257         defcustoms.
8259         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8260         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8261         * mail/undigest.el:
8262         Put autoloads in rmail.el rather than loaddefs.el.
8263         * mail/rmail.el: Regenerate with extracted autoloads.
8265         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8266         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8268 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8270         Reported in thread for Bug#4375.
8271         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8272         "-data-evaluate-expression" instead of print.
8273         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8274         (gdb-tooltip-print): Parse output from above MI command.
8275         (gdb): Revert 2009-08-11 change.  User should detach inferior
8276         manually.
8278         Remove the word "separate" from IO functions as inferior
8279         output is now never displayed in the GUD buffer.
8281 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8283         * startup.el (command-line-normalize-file-name): On Windows and
8284         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8286 2009-09-10  Juri Linkov  <juri@jurta.org>
8288         * isearch.el (isearch-text-char-description): Propertize escape
8289         character sequences with the `escape-glyph' face.  (Bug#4344)
8291         * simple.el (shell-command): Set asynchronous process filter to
8292         `comint-output-filter'.  (Bug#4343)
8294         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8295         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8296         the list.  Move "asm" to the bottom.
8297         (grep-find-ignored-directories): Add `choice' with nil value
8298         to empty the list easily.
8299         (grep-find-ignored-files): New option.
8300         (grep-files-history): Set to nil by default instead of '("ch" "el").
8301         (grep-compute-defaults): Add "<X>" to `grep-template'.
8302         (grep-read-files): Bind new local variables `default-alias' and
8303         `default-extension'.  Use a list of default values for the file prompt.
8304         (lgrep): Add `--exclude=' command line options composed from
8305         `grep-find-ignored-files'.
8306         (rgrep): Add `-name' command line options composed from
8307         `grep-find-ignored-files'.  (Bug#4301)
8309 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8311         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8312         (bug#4368).
8314 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8316         * calendar/time-date.el (autoload):
8317         Expand define-obsolete-function-alias into defalias and make-obsolete
8318         for old Emacsen that Gnus supports.
8319         (with-no-warnings): Define it for old Emacsen.
8320         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8321         is available.
8322         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8323         float-time is available; suppress compile warning for time-to-seconds.
8325 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8327         * net/imap.el (imap-message-map): Docstring fix.
8329 2009-09-09  Glenn Morris  <rgm@gnu.org>
8331         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8332         line numbers too.  (Bug#4374)
8334 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8336         * smerge-mode.el (smerge-remove-props, smerge-refine):
8337         Use with-silent-modifications (bug#4342).
8339         * subr.el (with-silent-modifications): New macro.
8341 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8343         * files.el (top-level): Require `cl' when compiling.
8345 2009-09-07  Glenn Morris  <rgm@gnu.org>
8347         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8349         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8350         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8352 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8354         * vc-git.el (vc-git-annotate-command): Use separator to parse
8355         arguments correctly.
8357 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8359         * proced.el (proced-mode): Doc fix.
8361 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8363         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8364         lstat fails.
8365         (tramp-do-file-attributes-with-ls): Check for file existence at
8366         remote end.
8367         (tramp-do-file-attributes-with-stat): Likewise.
8368         (tramp-convert-file-attributes): Return nil when attr is nil.
8370 2009-09-05  Glenn Morris  <rgm@gnu.org>
8372         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8373         properties to this button.
8374         (diary-fancy-display): Don't extend the button to the final newline.
8375         (diary-fancy-display-mode): Continue to define "q" as a local key.
8377         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8378         efficient.
8380         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8382         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8383         (byte-compile-dest-file-function): New option.
8384         (byte-compile-dest-file): Doc fix.
8385         Obey byte-compile-dest-file-function.
8386         (byte-compile-cl-file-p): New function.
8387         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8388         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8389         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8390         than for file being previously loaded.
8391         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8392         (byte-compile-file-form-require): Handle the case where requiring a file
8393         indirectly causes CL to be loaded.
8395 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8397         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8398         before killing the old buffer, since by the time `kill-buffer' is
8399         run so many buffer variables have been set to nil that it may not
8400         behave as expected.  (Bug#4061)
8402 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8404         * files.el (find-alternate-file): If the old buffer is modified
8405         and visiting a file, behave similarly to `kill-buffer' when
8406         killing it, thus reverting to the pre-1.878 behavior; see
8407         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8408         for discussion.  Also, consult `buffer-file-name' as a variable
8409         not as a function, for consistency with the rest of the code.
8411 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8413         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8414         also when adding a new directory.
8416         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8417         defun.
8419 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8421         * files.el (locate-file-completion-table): Make it provide boundary
8422         information, so partial-completion works better.
8424 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8426         * mail/footnote.el (Footnote-text-under-cursor):
8427         Check footnote-text-marker-alist before using it (bug#4324).
8429 2009-09-04  Glenn Morris  <rgm@gnu.org>
8431         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8432         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8433         * play/solitaire.el, play/tetris.el:
8434         Remove leading * from defcustom and defface docs.
8436         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8437         necessary.
8438         (diary-fancy-overriding-map): New variable.
8439         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8440         Use view-mode.
8442         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8443         goto-line.
8445 2009-09-03  Glenn Morris  <rgm@gnu.org>
8447         * arc-mode.el (archive-mode):
8448         * dos-fns.el (set-default-process-coding-system):
8449         * man.el (Man-getpage-in-background):
8450         * menu-bar.el (menu-bar-describe-menu):
8451         * server.el (server-process-filter):
8452         * startup.el (command-line):
8453         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8454         * w32-fns.el (set-default-process-coding-system):
8455         * x-dnd.el (x-dnd-handle-file-name):
8456         * international/mule-cmds.el (mule-menu-keymap)
8457         (set-default-coding-systems, language-info-alist, set-language-info)
8458         (set-language-environment, standard-display-european-internal)
8459         (set-locale-environment):
8460         * international/mule-diag.el (mule-diag):
8461         * mail/emacsbug.el (report-emacs-bug):
8462         * mail/rmail.el (rmail-mode):
8463         * mail/sendmail.el (mail-setup):
8464         Use default-value rather than default-enable-multibyte-characters.
8466         * progmodes/f90.el: Move all safe properties into the defcustoms.
8467         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8469         * calendar/appt.el (appt-check):
8470         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8471         (diary-check-diary-file, diary-list-entries)
8472         (diary-include-other-diary-files, diary-simple-display)
8473         (diary-fancy-display, diary-print-entries)
8474         (diary-mark-included-diary-files, diary-make-entry):
8475         Don't call substitute-in-file-name on diary-file.
8477 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8478             Stefan Monnier  <monnier@iro.umontreal.ca>
8480         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8481         (footnote-mode-map): Move initialization into the declaration.
8482         (footnote-minor-mode-map): Define it rather than changing global-map.
8483         (footnote-mode): Use define-minor-mode.
8485 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8487         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8488         (tramp-do-file-attributes-with-perl)
8489         (tramp-do-file-attributes-with-stat): Rename from
8490         `tramp-handle-file-attributes-with-*'.
8491         (tramp-handle-file-attributes): Use them.
8492         (tramp-do-directory-files-and-attributes-with-perl)
8493         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8494         `tramp-handle-directory-files-and-attributes-with-*'.
8495         (tramp-handle-directory-files-and-attributes): Use them.
8496         (tramp-method-out-of-band-p): Additional parameter SIZE.
8497         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8498         (tramp-handle-write-region): Use it.
8499         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8500         (tramp-handle-vc-registered): Check, whether the first run did
8501         return files to be tested.
8502         (tramp-advice-make-auto-save-file-name): Do not call directly
8503         `tramp-handle-make-auto-save-file-name', because this would bypass
8504         the locking mechanism.
8506         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8507         (file-remote-p, process-file, start-file-process, set-file-times)
8508         (tramp-compat-file-attributes): Compatibility functions shall not
8509         call directly `tramp-handle-*', because this would bypass the
8510         locking mechanism.
8511         (tramp-compat-number-sequence): New defun.
8513 2009-09-02  Glenn Morris  <rgm@gnu.org>
8515         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8516         alias for float-time.
8517         (time-to-number-of-days): In Emacs, use float-time.
8518         * net/newst-backend.el (time-add): Suppress warnings from compat
8519         function.
8520         * time.el (emacs-uptime, emacs-init-time):
8521         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8522         Use float-time rather than time-to-seconds.
8524         * minibuffer.el (completion-initials-expand): Fix typo.
8526         * faces.el (modeline, modeline-inactive, modeline-highlight)
8527         (modeline-buffer-id):
8528         * info.el (info-menu-5): Mark these face aliases as obsolete.
8530 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8532         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8533         space ...
8534         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8535         no "--thread" option.
8536         (gdb-stopped): Don't print "Switched to thread" message when it is
8537         unchanged.
8539 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8541         * minibuffer.el (completion-try-completion)
8542         (completion-all-completions): Remove ill-defined (and
8543         mistakenly installed and luckily never used nor documented)
8544         `completion-styles' property.
8545         (completion-initials-expand, completion-initials-all-completions)
8546         (completion-initials-try-completion): New functions.
8547         (completion-styles-alist): Add doc to each entry.
8548         Add new `initials' entry.
8550 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8552         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8553         MI command -var-evaluate-expression.
8554         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8555         and tweak for case of string child.
8556         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8558 2009-09-01  Glenn Morris  <rgm@gnu.org>
8560         * add-log.el (change-log-date-face, change-log-name-face)
8561         (change-log-email-face, change-log-file-face, change-log-list-face)
8562         (change-log-conditionals-face, change-log-function-face)
8563         (change-log-acknowledgement-face):
8564         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8565         (custom-modified-face, custom-set-face, custom-changed-face)
8566         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8567         (custom-documentation-face, custom-state-face, custom-comment-face)
8568         (custom-comment-tag-face, custom-variable-tag-face)
8569         (custom-variable-button-face, custom-face-tag-face)
8570         (custom-group-tag-face-1, custom-group-tag-face):
8571         * diff-mode.el (diff-header-face, diff-file-header-face)
8572         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8573         (diff-added-face, diff-changed-face, diff-function-face)
8574         (diff-context-face, diff-nonexistent-face):
8575         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8576         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8577         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8578         (Info-title-4-face):
8579         * isearch.el (isearch-lazy-highlight-face):
8580         * log-view.el (log-view-file-face, log-view-message-face):
8581         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8582         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8583         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8584         (cvs-msg-face):
8585         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8586         (smerge-base-face, smerge-markers-face):
8587         * wid-edit.el (widget-documentation-face, widget-button-face)
8588         (widget-field-face, widget-single-line-field-face)
8589         (widget-inactive-face, widget-button-pressed-face):
8590         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8591         (woman-addition-face):
8592         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8593         (eshell-ls-executable-face, eshell-ls-readonly-face)
8594         (eshell-ls-unreadable-face, eshell-ls-special-face)
8595         (eshell-ls-missing-face, eshell-ls-archive-face)
8596         (eshell-ls-backup-face, eshell-ls-product-face)
8597         (eshell-ls-clutter-face):
8598         * eshell/em-prompt.el (eshell-prompt-face):
8599         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8600         * obsolete/old-whitespace.el (whitespace-highlight-face):
8601         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8602         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8603         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8604         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8605         (antlr-font-lock-literal-face):
8606         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8607         (ebrowse-root-class-face, ebrowse-file-name-face)
8608         (ebrowse-default-face, ebrowse-member-attribute-face)
8609         (ebrowse-member-class-face, ebrowse-progress-face):
8610         * progmodes/make-mode.el (makefile-space-face):
8611         * progmodes/sh-script.el (sh-heredoc-face):
8612         * textmodes/flyspell.el (flyspell-incorrect-face)
8613         (flyspell-duplicate-face):
8614         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8615         * textmodes/texinfo.el (texinfo-heading-face):
8616         Mark face aliases with "-face" suffix as obsolete.
8618         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8619         compiler.
8621         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8622         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8623         easy-menu-define wants to modify these.
8625         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8627         * net/browse-url.el (browse-url-file-url):
8628         * term/internal.el (dos-codepage-setup):
8629         Use default-value rather than default-enable-multibyte-characters.
8631         * progmodes/etags.el (etags-goto-tag-location):
8632         * progmodes/flymake.el (flymake-highlight-line)
8633         (flymake-goto-file-and-line, flymake-goto-line):
8634         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8635         (gdb-goto-breakpoint):
8636         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8637         * progmodes/python.el (python-find-function)
8638         (python-pdbtrack-track-stack-file):
8639         * progmodes/verilog-mode.el (verilog-surelint-off):
8640         * term/ns-win.el (ns-open-file-select-line):
8641         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8642         Use forward-line rather than goto-line.
8644         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8645         * textmodes/reftex-index.el (reftex-display-index):
8646         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8647         * textmodes/reftex-toc.el (reftex-toc):
8648         Remove unnecessary bindings of default-major-mode (all are followed by
8649         major-mode check and possible mode switch).
8651 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8653         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8654         Handle watchpoints (bug#4282).
8655         (def-gdb-thread-buffer-command): Enable thread to be selected by
8656         clicking without selecting threads buffer first.
8657         (gdb-current-context-command): Use selected frame so that "up",
8658         "down" etc work in the GUD buffer.
8659         (gdb-update): Find selected frame before rendering stack buffer.
8660         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8662 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * progmodes/sym-comp.el (displayed-completions): Remove.
8665         (symbol-complete): Use minibuffer-complete.
8667 2009-08-31  Glenn Morris  <rgm@gnu.org>
8669         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8671         * apropos.el (apropos-symbols-internal):
8672         Handle (obsolete) face aliases.
8674         * faces.el (describe-face): Adjust the output format to be more like
8675         describe-variable, and to mention (obsolete) face aliases.
8676         Adjust the whitespace so that help-setup-xref works.
8678         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8679         * calendar/diary-lib.el (diary-button-face):
8680         Mark these face aliases as obsolete.
8682         * calendar/calendar.el (calendar-today): Doc fix.
8684 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8686         * progmodes/gdb-mi.el (gdb-control-all-threads)
8687         (gdb-control-current-thread): Force tool bar update.
8688         (gdb-non-stop-handler): New function.
8689         (gdb-init-1): Use it to test if non-stop mode is supported.
8690         Remove unused gdbmi buffer type.
8692 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8694         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8695         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8697 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8699         * comint.el (comint-exec-1): Check command is non-null first.
8700         Part of gdb-mi.el change (2009-08-28).
8702 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8706 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8708         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8709         instead of `dolist' to avoid a recursive require when bootstrapping.
8711 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8715         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8717         * net/imap.el (imap-send-command): Simplify.
8718         (imap-wait-for-tag): point-max -> buffer-size.
8720         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8722         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8723         with constant argument.
8725         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8727         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8729         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8730         Change default, since most of our files don't have a history.
8731         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8732         the user.
8734         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8735         Add comint-run.
8737         * calc/calc.el: Improve commenting convention.
8738         (calc-digit-map, toplevel): Simplify.
8740         * comint.el (comint-insert-input): Be careful to only set point if we
8741         don't delegate to some other command.
8743         * proced.el (proced-signal-list): Make it an alist.
8744         (proced-grammar-alist): Capitalize names.
8745         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8746         Disable undo manually and make it read-only.
8747         Use completion-annotate-function.
8749         * minibuffer.el (minibuffer-message): If the current buffer is not
8750         a minibuffer, insert the message in the echo area rather than at the
8751         end of the buffer.
8752         (completion-annotate-function): New variable.
8753         (minibuffer-completion-help): Use it.
8754         (completion--embedded-envvar-table): Environment vars are
8755         always case-sensitive.
8757 2009-08-30  Glenn Morris  <rgm@gnu.org>
8759         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8760         from fortran-current-defun.
8761         (fortran-beginning-of-subprogram): Be more precise about finding the
8762         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8763         (fortran-end-of-subprogram): Simplify.
8764         (fortran-current-defun): Use fortran-start-prog-re.
8766 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8768         * subr.el (do-after-load-evaluation): Simplify.
8770 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8772         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8774         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8775         (vc-rcs-print-log): Use it.
8777         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8779 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8781         * paths.el (abbrev-file-name): Move to abbrev.el.
8782         * abbrev.el (abbrev-file-name): Move from paths.el.
8783         Obey user-emacs-directory.
8784         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8785         user-emacs-directory.
8786         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8787         abbrev-file-name and calc-settings-file any more.
8788         * startup.el (command-line): Recompute abbrev-file-name and
8789         abbreviated-home-dir.
8790         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8791         of the special code for when C-h bindings haven't been changed.
8792         (display-startup-echo-area-message): Use with-current-buffer.
8793         (command-line-1): Use a list of strings, rather than a list of lists
8794         of strings for longopts.
8796         * files.el (get-free-disk-space): Use / for default-directory.
8798         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8799         Use with-current-buffer.
8801         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8802         Recognize immutable variables like most-positive-fixnum.
8803         (byte-compile-setq-default): Check and warn if trying to assign
8804         to an immutable variable, or a non-variable.
8806         * progmodes/cc-vars.el (c-comment-continuation-stars):
8807         * progmodes/cc-engine.el (c-looking-at-bos):
8808         * progmodes/cc-cmds.el (c-toggle-auto-state)
8809         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8810         (c-comment-line-break-function): Add version of obsolescence.
8812 2009-08-28  Juri Linkov  <juri@jurta.org>
8814         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8815         associated with `archive-mode'.
8817         * image.el (image-type-header-regexps): Use only JPEG magic number
8818         to determine JPEG images, and don't use `image-jpeg-p' because
8819         Emacs can display non-JFIF non-Exif JPEG images.
8821 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8823         * arc-mode.el (archive-mode):
8824         * emacs-lisp/re-builder.el (re-builder-unload-function):
8825         Protect against the default value of `major-mode' being nil.
8827 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8829         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8830         Fix typos in docstrings.
8832         * progmodes/js.el (js--macro-decl-re): Doc fix.
8833         (js--plain-method-re, js--split-name): Refloc docstring.
8834         (js--class-styles, js--make-merged-item, js--splice-into-items):
8835         Fix typos in docstrings; reflow docstrings.
8836         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8837         (js--variable-decl-matcher, js--inside-pitem-p)
8838         (js--parse-state-at-point, js--get-all-known-symbols)
8839         (js--symbol-history, js-find-symbol, js--js-references)
8840         (js--moz-interactor, js--js-encode-value, js--read-tab):
8841         Fix typos in docstrings.
8843 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * textmodes/reftex.el (reftex-get-file-buffer-force):
8846         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8847         * emulation/viper.el (viper-go-away, viper-set-hooks):
8848         * emacs-lisp/re-builder.el (re-builder-unload-function):
8849         * emacs-lisp/bytecomp.el (byte-compile-file):
8850         * ses.el (ses-unload-function):
8851         * hexl.el (hexl-find-file):
8852         * files.el (normal-mode):
8853         * ehelp.el (with-electric-help):
8854         * autoinsert.el (auto-insert-alist):
8855         * arc-mode.el (archive-mode):
8856         Use (default-value 'major-mode) instead of default-major-mode.
8858         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8859         * international/mule.el (load-with-code-conversion):
8860         * emacs-lisp/debug.el (debug):
8861         * ediff-vers.el (ediff-rcs-get-output-buffer):
8862         * dired.el (dired-internal-noselect): Don't let-bind
8863         default-major-mode around code that doesn't use it.
8864         E.g. buffer creation via get-buffer-create doesn't use it.
8866 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8868         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8869         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8870         when writing the temp file.  Otherwise, epa-file gets confused.
8871         (tramp-register-file-name-handlers): Make it a defun.  Move also
8872         `epa-file-handler' to the front of `file-name-handler-alist'.
8874 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8877         start right after a ^M.
8878         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8879         (tramp-completion-file-name-regexp-separate)
8880         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8881         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8882         Don't modify last-coding-system-used by accident.
8883         (tramp-completion-file-name-handler): Apply the checks here,
8884         instead during registration.
8885         (tramp-register-file-name-handlers): Renamed from
8886         `tramp-register-file-name-handler'.  Register both
8887         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8888         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8890 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8892         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8893         Remove variable ...
8894         (gdb-init-1, gdb-display-separate-io-buffer)
8895         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8896         references to it.
8897         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8898         (gdb-inferior-filter): Use comint-output-filter to stop
8899         echoing and remove ^M characters.
8901 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * emulation/viper-init.el (viper-restore-cursor-type):
8904         * emulation/cua-base.el (cua--update-indications):
8905         Replace default-cursor-type with (default-value 'cursor-type).
8907         * mail/sendmail.el (mail-recover-1):
8908         * international/mule-diag.el (describe-current-coding-system-briefly)
8909         (describe-current-coding-system):
8910         * international/mule-cmds.el (select-safe-coding-system)
8911         (select-message-coding-system)
8912         (set-language-environment-coding-systems, set-locale-environment):
8913         * hexl.el (hexl-insert-multibyte-char):
8914         * dos-w32.el (find-buffer-file-type-coding-system):
8915         * simple.el (what-cursor-position):
8916         Replace uses of default-buffer-file-coding-system
8917         with (default-value 'buffer-file-coding-system).
8919         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8920         Replace uses of default-cursor-in-non-selected-windows
8921         with (default-value 'cursor-in-non-selected-windows).
8922         Use with-current-buffer.
8924         * mail/feedmail.el: Use CL macros.
8925         (feedmail-run-the-queue, feedmail-send-it-immediately):
8926         * dos-w32.el (find-buffer-file-type): Replace uses of
8927         default-buffer-file-type with (default-value 'buffer-file-type).
8929 2009-08-28  Glenn Morris  <rgm@gnu.org>
8931         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8932         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8933         Use default-value of major-mode rather than default-major-mode.
8935 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * Makefile.in (update-elcfiles): Report left over elc files.
8939         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8940         expand-file-name and with-current-buffer.
8941         (mail-get-names, mail-directory): Use with-current-buffer.
8943         * vc.el (vc-read-revision): New function.
8944         (vc-version-diff, vc-merge): Use it.
8946 2009-08-27  Sam Steingold  <sds@gnu.org>
8948         * simple.el (kill-do-not-save-duplicates): New user option.
8949         (kill-new): When it is non-nil, and the new string is the same as
8950         the latest kill, set replace to t to avoid duplicates in kill-ring.
8952 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8954         * net/tramp.el (tramp-handle-process-file): Do not flush all
8955         caches when `process-file-side-effects' is set.
8956         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8957         instead of `tramp-find-file-exists-command'.
8958         Unset `process-file-side-effects'.
8960 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8962         * net/tramp.el (tramp-methods): New method "rsyncc".
8963         (top): Add completion function for "rsyncc".
8964         (tramp-message-show-message): New defvar.
8965         (tramp-message, tramp-error): Use it.
8966         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8967         remote copying.
8968         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8969         `tramp-methods' entry `copy-env' of "rsyncc".
8970         (tramp-vc-registered-read-file-names): New defconst.
8971         (tramp-vc-registered-file-names): New defvar.
8972         (tramp-handle-vc-registered): Implement optimization strategy.
8973         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8974         (tramp-vc-file-name-handler): New defun.
8975         (tramp-get-ls-command, tramp-get-test-command)
8976         (tramp-get-file-exists-command, tramp-get-remote-ln)
8977         (tramp-get-remote-perl, tramp-get-remote-stat)
8978         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8980         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8981         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8982         timestamps.
8983         (tramp-get-file-property): Check for timestamps in
8984         `tramp-cache-inhibit-cache'.
8985         (tramp-set-file-property): Write timestamp.
8987 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8989         * language/japan-util.el (japanese-symbol-table): Add entries for
8990         cp932-2-byte.
8992         * international/characters.el: Add category `j' to cp932-2-byte.
8994 2009-08-27  Kenichi Handa  <handa@m17n.org>
8996         * international/fontset.el (build-default-fontset-data): New macro.
8997         (setup-default-fontset): Use build-default-fontset-data for CJK,
8998         tibetan, ethiopic, and ipa.
9000 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9003         (enable-multibyte-characters): Not customizable any more.
9005         * subr.el (default-mode-line-format, default-header-line-format)
9006         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9007         (default-direction-reversed, default-truncate-lines)
9008         (default-left-margin, default-tab-width, default-case-fold-search)
9009         (default-left-margin-width, default-right-margin-width)
9010         (default-left-fringe-width, default-right-fringe-width)
9011         (default-fringes-outside-margins, default-scroll-bar-width)
9012         (default-vertical-scroll-bar, default-indicate-empty-lines)
9013         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9014         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9015         (default-scroll-down-aggressively, default-fill-column)
9016         (default-cursor-type, default-buffer-file-type)
9017         (default-cursor-in-non-selected-windows)
9018         (default-buffer-file-coding-system, default-major-mode)
9019         (default-enable-multibyte-characters): Mark as obsolete.
9021 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9023         * vc-dir.el (vc-dir-update): Remove debug helper.
9025         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9027 2009-08-26  Sam Steingold  <sds@gnu.org>
9029         * simple.el (save-interprogram-paste-before-kill): New user option.
9030         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9031         save the interprogram-paste into kill-ring before overriding it
9032         with the Emacs kill.
9034 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9036         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9037         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9038         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9039         and move to vc-rcs.el.
9040         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9041         move to vc-rcs.el.
9042         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9043         (vc-rcs-update-changelog): Remove.
9044         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9045         and move to vc-rcs.el.
9047         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9048         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9049         renaming.
9050         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9051         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9052         vc.el, renamed to be RCS specific.
9054         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9055         New functions.
9056         (vc-cvs-update-changelog): Move here from vc.el.
9058         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9059         New functions.
9061 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9063         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9065 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9067         * vc-git.el (vc-git-register): Use "git add" for directories.
9068         (vc-git-stash, vc-git-stash-show): New functions.
9069         (vc-git-extra-menu-map): Bind them.
9071         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9072         directory correctly in case the item is a directory itself.
9074         * vc.el: Document the desired behavior for reverted files in the
9075         `added' state.
9076         (vc-default-prettify-state-info): Remove function, unused.
9078         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9080 2009-08-26  Glenn Morris  <rgm@gnu.org>
9082         * bindings.el (standard-mode-line-format): Reposition dashes in
9083         which-func entry.  (Bug#4217)
9085         * files.el (enable-local-variables, enable-local-eval)
9086         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9087         the defcustoms.
9088         (auto-mode-alist, ignored-local-variables)
9089         (save-some-buffers-action-alist): Move risky declarations to the
9090         definitions.
9091         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9092         (font-lock-defaults, format-alist, imenu--index-alist)
9093         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9094         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9095         (mode-line-modified, mode-line-mule-info, mode-line-position)
9096         (mode-line-process, mode-line-remote, outline-level)
9097         (parse-time-rules, rmail-output-file-alist)
9098         (special-display-buffer-names, vc-mode):
9099         Move risky declarations to the relevant files.
9100         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9101         (mode-line-modified, mode-line-process, mode-line-position)
9102         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9103         * font-core.el (font-lock-defaults):
9104         * format.el (format-alist):
9105         * vc-hooks.el (vc-mode):
9106         * window.el (special-display-buffer-names):
9107         * international/mule-cmds.el (input-method-alist):
9108         Define riskiness here (dumped file) rather than in files.el.
9109         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9110         * imenu.el (imenu-generic-expression, imenu--index-alist):
9111         * outline.el (outline-level):
9112         * time.el (display-time-string):
9113         * calendar/parse-time.el (parse-time-rules):
9114         * mail/rmailout.el (rmail-output-file-alist):
9115         Autoload riskiness here, rather than placing in files.el.
9117 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9119         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9121 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9123         * simple.el (process-file-side-effects): New defvar.
9125         * dired-aux.el (dired-show-file-type):
9126         * vc.el (vc-diff-internal):
9127         * vc-arch.el (vc-arch-diff):
9128         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9129         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9130         * vc-git.el (vc-git-registered, vc-git-working-revision)
9131         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9132         (vc-git--empty-db-p):
9133         * vc-hooks.el (vc-user-login-name):
9134         * vc-svn.el (vc-svn-registered, vc-svn-state)
9135         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9136         * progmodes/grep.el (grep-probe): Let-bind
9137         `process-file-side-effects' with nil.
9139         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9141         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9142         daemon.  Replace ping by checking for running service for bluez
9143         and zeroconf.  (Bug#4239)
9145 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9147         * net/dig.el (dig): Add autoload cookie.
9149 2009-08-25  Glenn Morris  <rgm@gnu.org>
9151         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9152         load-history for absolute file-names.
9153         (byte-compile-file-form-require): Warn about use of the cl package.
9155         * format.el (format-alist): Doc fix.
9157         * play/bubbles.el (top-level): Don't require cl at run-time.
9159         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9160         run-time cl).
9162 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9164         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9165         from cl package.
9166         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9168 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9170         * calc/calc-alg.el (math-trig-rewrite)
9171         (math-hyperbolic-trig-rewrite): New functions.
9172         (calc-simplify): Simplify trig functions when asked.
9174 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9176         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9178 2009-08-24  Kenichi Handa  <handa@m17n.org>
9180         * language/ind-util.el (mapthread): Delete it.
9181         (combinatorial): New function.
9182         (indian--puthash-cv): Use combinatorial instead of mapthread.
9184 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9186         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9187         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9188         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9189         Clarify docstring that the value is strings not symbols.
9190         (checkdoc-list-of-strings-p): New function.
9192 2009-08-22  Glenn Morris  <rgm@gnu.org>
9194         * files.el (auto-mode-alist):
9195         * hippie-exp.el (he-concat-directory-file-name):
9196         * lpr.el (lpr-windows-system, printer-name):
9197         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9198         * ps-print.el (ps-windows-system):
9199         * startup.el (command-line):
9200         * emulation/viper-ex.el (viper-glob-function):
9201         * international/mule-cmds.el (set-language-environment-coding-systems):
9202         * net/ange-ftp.el (ange-ftp-write-region):
9203         * obsolete/fast-lock.el (fast-lock-cache-name):
9204         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9205         unisoft-unix, vax-vms, win32, w32.
9207         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9208         given name if the pattern is not more specific.
9210         * calendar/lunar.el (lunar-phase-names): New option.
9211         (lunar-phase): Doc fix.
9212         (lunar-cycles-per-year): New constant.
9213         (lunar-index): New function.
9214         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9215         (lunar-phase-name): Use lunar-phase-names.
9216         (calendar-lunar-phases): Use format.
9217         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9219         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9220         Copy imenu-example--name-and-position function here for own use.
9221         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9223         * bs.el (bs--redisplay):
9224         * cus-edit.el (custom-redraw):
9225         * ibuffer.el (ibuffer-bury-buffer):
9226         * server.el (server-goto-line-column):
9227         * startup.el (command-line-1):
9228         * strokes.el (strokes-xpm-for-stroke):
9229         * term.el (term-display-buffer-line):
9230         * view.el (View-goto-line):
9231         * calc/calc.el (calc-do, calc-trail-buffer):
9232         * play/gamegrid.el (gamegrid-add-score-insecure):
9233         * progmodes/ada-mode.el (ada-compile-goto-error):
9234         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9235         (ebrowse-select-1st-to-9nth):
9236         * progmodes/cperl-mode.el (cperl-time-fontification):
9237         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9238         * progmodes/gud.el (gud-display-line):
9239         (idlwave-shell-display-line):
9240         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9241         * progmodes/make-mode.el (makefile-browser-toggle):
9242         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9243         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9244         * textmodes/picture.el (picture-draw-rectangle):
9245         * textmodes/reftex-index.el (reftex-index-goto-letter):
9246         (reftex-select-jump-to-previous):
9247         * textmodes/reftex-sel.el (reftex-find-start-point)
9248         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9249         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9250         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9251         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9252         * textmodes/two-column.el (2C-associated-buffer):
9253         Use forward-line rather than goto-line.
9255         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9256         goto-line.
9258         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9259         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9260         (quick-check-list-to-regexp): Declare.
9262         * progmodes/make-mode.el (makefile-browser-insert-selection):
9263         Use goto-char rather than goto-line.
9265         * progmodes/prolog.el (compilation-error-regexp-alist)
9266         (compilation-forget-errors): Declare.
9268 2009-08-22  Juri Linkov  <juri@jurta.org>
9270         * progmodes/grep.el (lgrep, rgrep): At the beginning
9271         set `dir' to `default-directory' unless `dir' is a non-nil
9272         readable directory.  (Bug#4052)
9273         (lgrep, rgrep): Change a weird way to report an error
9274         from using `read-string' to using `error'.
9275         Instead of using interactive arguments in the function body,
9276         add new argument `confirm'.
9278 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9280         * textmodes/remember.el (remember-buffer):
9281         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9282         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9283         (icalendar-extract-ical-from-buffer):
9284         * net/newst-treeview.el (newsticker-groups-filename):
9285         * net/newst-backend.el (newsticker-cache-filename):
9286         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9287         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9288         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9289         (speedbar-buffers-line-path, speedbar-path-line)
9290         (speedbar-buffers-line-path):
9291         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9292         (epg-sign-keys):
9293         * epa.el (epa-display-verify-result):
9294         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9296 2009-08-21  Glenn Morris  <rgm@gnu.org>
9298         * progmodes/js.el (inferior-moz-process): Fix declaration.
9300         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9302         * obsolete/rnewspost.el (news-mail-reply):
9303         Use goto-char rather than goto-line.
9305         * term/ns-win.el (ns-open-file-select-line):
9306         Use line-beginning-position rather than goto-line.
9308         * apropos.el (apropos-command):
9309         * ehelp.el (electric-helpify):
9310         * printing.el (pr-show-setup):
9311         * strokes.el (strokes-help):
9312         * tutorial.el (tutorial--describe-nonstandard-key)
9313         (tutorial--detailed-help):
9314         * woman.el (woman-mini-help, woman-display-extended-fonts):
9315         * calc/calc-help.el (calc-describe-key):
9316         * emulation/edt.el (edt-electric-helpify):
9317         * international/mule-diag.el (mule-diag):
9318         * play/yow.el (apropos-zippy):
9319         * progmodes/python.el (python-describe-symbol):
9320         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9321         * textmodes/table.el (*table--cell-describe-mode)
9322         (*table--cell-describe-bindings):
9323         Use help-print-return-message rather than the now obsolete alias.
9325         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9326         (calendar-cursor-to-visible-date):
9327         * play/5x5.el (5x5-position-cursor):
9328         * play/decipher.el (decipher):
9329         * play/gomoku.el (gomoku-goto-xy):
9330         * play/landmark.el (lm-goto-xy):
9331         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9332         (mpuz-paint-digit):
9333         Use forward-line, not goto-line.
9335         * mail/rmail.el (rmail-obsolete): Delete custom group.
9336         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9337         (rmail-remote-password, rmail-remote-password-required):
9338         Remove unneeded :set-after and :set properties.
9340 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9342         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9344 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9346         * loadup.el: Remove leftover macos code.
9348         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9349         Explicitly pass the date format to git blame so that user local
9350         so that the output format can be parsed.
9352 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9354         * net/dbus.el (top): Don't check for (getenv
9355         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9357 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9359         * log-edit.el (log-edit-strip-single-file-name): New var.
9360         (log-edit-insert-changelog): Use it.  Bug#3571
9362 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9365         Bug#3287
9367         * help.el (help-print-return-message): Rename from
9368         print-help-return-message.
9370         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9371         cvs-mode-map parent hack.
9372         (log-view-mode): Derive from special-mode.
9374         * linum.el (linum-mode): window-size-change-functions is redundant.
9375         Adapt to new window-configuration-change-hook behavior.
9376         (linum-after-size, linum-after-config): Remove.
9378         * imenu.el (imenu-example--name-and-position)
9379         (imenu-example--lisp-extract-index-name)
9380         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9381         Mark as obsolete.
9383         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9384         (inferior-prolog-mode): Use it.
9385         (inferior-prolog-load-file): Reset list of errors.
9387 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9389         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9391         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9393 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9395         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9396         is running already.
9398 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9400         * subr.el (listify-key-sequence-1): Use normal syntax since those
9401         integers are nowadays always represented by the same (positive) number
9402         on all platforms.
9403         (read-key-empty-map): New const.
9404         (read-key-delay): New var.
9405         (read-key): New function.
9406         (force-mode-line-update): Use with-current-buffer.
9407         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9408         (start-process-shell-command, start-file-process-shell-command):
9409         Discourage the use of command-args.
9411 2009-08-19  Glenn Morris  <rgm@gnu.org>
9413         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9415 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9417         * simple.el (choose-completion-string): Don't rely on
9418         minibuffer-completing-file-name and ad-hoc checks to decide whether
9419         to continue completion or not.
9421         * minibuffer.el (minibuffer-hide-completions): New function.
9422         (completion--do-completion): Use it.
9423         (completions-annotations): New face.
9424         (completion--insert-strings): Use it.
9425         (completion-pcm--delim-wild-regex): Add docstring.
9426         (completion-pcm--string->pattern): Add support for 0-width delimiters
9427         in completion-pcm--delim-wild-regex.
9429 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9432         Remove unused var `buffer-modified-p'.
9434         * minibuffer.el (completion--do-completion): Move point for the #b001
9435         case as well (bug#4176).
9436         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9438 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9440         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9441         and :session buses.
9443 2009-08-18  Kenichi Handa  <handa@m17n.org>
9445         * international/ucs-normalize.el (ucs-normalize-version):
9446         Change to 1.1.
9447         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9448         (utf-8-hfs): Make it perform normalization on encoding too.
9450         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9451         (sentence-end-without-space): Delete duplicated chars.
9452         (sentence-end-base): Likewise.
9454         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9455         (html-mode): Delete duplicated chars from sentence-end-base.
9457         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9458         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9460 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9462         * files.el (hack-one-local-variable): If the mode function is for
9463         a minor mode, pass it an argument (Bug#4148).
9465 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9467         * net/tramp.el (tramp-register-completion-file-name-handler):
9468         Check also for (member 'partial-completion completion-styles).
9470 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9472         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9473         abbrev (Bug#3943).
9475 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9477         * progmodes/cperl-mode.el: Merge upstream 6.2.
9478         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9479         (cperl-forward-re): Check cperl-brace-recursing.
9480         (cperl-highlight-charclass): New function.
9481         (cperl-find-pods-heres): Use it.
9482         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9483         (cperl-beautify-regexp-piece): Fix column calculation.
9484         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9485         (cperl-beautify-level): Don't process entire regexp.
9486         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9487         calling man.
9488         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9489         (cperl-init-faces): Build a list in the normal way.
9491 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9493         * calendar/parse-time.el (parse-time-string-chars): Save match
9494         data.
9496 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9499         (sql-product): Use it.
9500         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9501         (sql-set-product): Add completion.
9502         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9503         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9504         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9505         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9506         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9507         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9508         (sql-highlight-db2-keywords): Remove.
9509         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9510         (sql-highlight-product): Use derived-mode-p.
9511         (sql-set-sqli-buffer): Use with-current-buffer.
9512         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9513         Simplify.
9515         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9517         * term.el: Fix commenting convention, turn comments into docstrings.
9519 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9521         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9523 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9525         * calendar/parse-time.el (parse-time-string-chars): Compute using
9526         character classes, to handle non-ascii characters (Bug#3190).
9528 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9530         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9531         another heredoc if the user adds another < (Bug#3226).
9533         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9534         Don't initialize based on window-system (Bug#4124).
9536         * facemenu.el (facemenu-read-color): Use a completion function
9537         that accepts any defined color, such as RGB triplets (Bug#3677).
9539         * files.el (get-free-disk-space): Change fallback default
9540         directory to /.  Expand DIR argument before switching to fallback.
9541         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9543 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9545         * files.el (load-library): Doc fix.
9547 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9549         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9550         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9551         incremental search string.
9553         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9554         XEmacs.
9556         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9557         (ediff-merge-region-is-non-clash)
9558         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9559         Also check if the job is really a merge job.
9561         * ediff.el (ediff-current-file): New function.
9563 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9565         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9566         conventions.
9567         (js-insert-and-indent): Delete function.
9568         (js-mode-map): Don't bind keys to js-insert-and-indent.
9569         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9570         (js-end-of-defun): Rename from js--end-of-defun.
9571         (js-auto-indent-flag): Delete variable.
9573 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9575         * progmodes/js.el: Remove proclaim statement.
9576         Defvar which-func-imenu-joiner-function to silence compiler.
9578         * files.el (auto-mode-alist): Use js-mode for .js files.
9580         * progmodes/js2-mode.el: Remove file.
9582         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9584         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9586         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9588 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9589             Karl Landstrom  <karl.landstrom@brgeight.se>
9591         * progmodes/js.el: New file.
9593 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9595         * timezone.el (timezone-parse-date): Add ability to understand ISO
9596         basic format (minimal separators) dates in addition to the
9597         already-supported extended format dates.
9599 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9601         * international/ucs-normalize.el: Add a `coding' file variable.
9603         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9605 2009-08-14  Sam Steingold  <sds@gnu.org>
9607         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9609 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9611         * faces.el (help-argument-name): Define it here instead of
9612         help-fns.el, because in daemon mode help-fns.el may be loaded when
9613         faces are still uninitialized (Bug#1078).
9615         * help-fns.el (help-argument-name): Move defface to faces.el.
9617 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9619         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9620         create buffer with a pty but no process so that GDB can make the
9621         inferior the controlling process.
9623 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9625         * international/ucs-normalize.el: New file.
9627 2009-08-13  Richard Stallman  <rms@gnu.org>
9629         * mail/rmail.el (rmail-get-attr-names):
9630         Accept an attribute header that is too short.
9632         * mail/rmail.el (rmail-forget-messages):
9633         Ignore nil elt in rmail-message-vector.  Use dotimes.
9635         * progmodes/compile.el (compilation-goto-locus):
9636         Use next-error-move-function.
9638         * simple.el (next-error-move-function): New variable.
9640 2009-08-12  Juri Linkov  <juri@jurta.org>
9642         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9643         always non-nil.  (Bug#4052)
9645         * replace.el (read-regexp): Return empty string when
9646         `default-value' is nil.
9647         (keep-lines-read-args): Don't use empty string as the
9648         default value for `read-regexp'.  (Bug#2495)
9650 2009-08-12  Juri Linkov  <juri@jurta.org>
9652         * international/mule-cmds.el (ucs-insert): Change arguments
9653         from `arg' to `character', `count', `inherit' to be the same
9654         as in `insert-char'.  Doc fix.  (Bug#4039)
9656         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9658 2009-08-12  Juri Linkov  <juri@jurta.org>
9660         * files-x.el: New file.
9662         * files.el: Move code that deals with adding/deleting
9663         file/directory-local variables to files-x.el.
9665         * Makefile.in (ELCFILES): Add files-x.elc.
9667 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9669         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9670         to use `goto-line'.
9671         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9672         `goto-line'.
9673         (gdb-invalidate-disassembly): Do not refresh upon receiving
9674         'update signal.  Instead, update all disassembly buffers only after
9675         threads list.
9676         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9677         (gdb-starting): Moved -data-list-register-names...
9678         (gdb-stopped): ...here so it's sent when first thread stops.
9679         (gdb-registers-handler-custom): Do nothing if register names are
9680         unknown yet.
9682         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9683         from `gdb-mi.el' to avoid extra tangling.
9685         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9686         change which breaks `gud-def' definitions used in `gdb'.
9687         (gdb-update-gud-running): No extra fuss for updating frame number.
9689 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9692         (describe-language-environment-map, setup-language-environment-map)
9693         (set-coding-system-map): Move initialization into declaration.
9694         (set-language-info-alist): Last arg to define-key-after can be skipped.
9696         * international/quail.el (quail-completion-1): Simplify.
9697         (quail-define-rules): Use slightly more compact code.
9698         (quail-insert-decode-map): Propertize keys, compact columns.
9700         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9701         Add goto-line.
9703 2009-08-10  Miles Bader  <miles@gnu.org>
9705         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9706         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9707         (js2-instance-member, js2-private-member, js2-private-function-call)
9708         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9709         (js2-magic-paren, js2-external-variable):
9710         Remove "-face" suffix from face names.
9711         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9712         (js2-highlight-undeclared-vars, js2-peek-token)
9713         (js2-parse-function-params, js2-mode-show-errors)
9714         (js2-mode-show-warnings, js2-make-magic-delimiter)
9715         (js2-mode-highlight-magic-parens): Update to use new face names.
9717 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9719         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9720         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9722 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9724         * subr.el: Provide hashtable-print-readable.
9726         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9727         hs-c-like-adjust-block-beginning.
9728         (hs-hide-block-at-point): Stop hiding at the beginning of
9729         hs-block-end-regexp (Bug#700).
9731 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9733         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9734         a macro.
9735         (gdb-registers-handler-custom): Do not fail when register names
9736         are unavailable.
9738 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9740         * progmodes/gdb-mi.el (gdb-control-all-threads)
9741         (gdb-control-current-thread): Interactive setters for
9742         `gdb-gud-control-all-threads' to use in menu.
9743         (gdb-show-run-p): Show «Go» when process is not active.
9744         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9745         gud/thread.xpm and gud/all.xpm.
9747 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9749         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9750         (nslookup-font-lock-keywords): Make it a variable.
9751         (net-utils-mode): New mode for viewing diagnostic network output.
9752         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9753         (net-utils-run-simple): New function.
9754         (ifconfig, iwconfig, netstat, arp, route): Use it.
9756 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9758         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9759         (gdb-memory-set-address, def-gdb-set-positive-number)
9760         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9761         after changing settings.
9762         (gdb-invalidate-disassembly): Update when first shown.
9763         (gdb-edit-locals-value): Fixed.
9764         (gdb-registers-handler-custom): Print registers in right order and
9765         allow changing register values (only for current thread yet).
9766         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9767         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9768         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9769         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9770         info in mode name.
9771         (gdb-registers-mode-map): TAB to switch to locals.
9773 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9775         * mail/rmail.el (rmail-add-mbox-headers)
9776         (rmail-set-message-counters-counter): Search for
9777         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9779 2009-08-08  Glenn Morris  <rgm@gnu.org>
9781         * Makefile.in (ELCFILES): Update.
9783 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9785         * mail/sendmail.el (mail-yank-original): Set
9786         buffer-file-coding-system from the one used by the message whose
9787         text is yanked.
9789         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9790         to "windows" when "pgnuplot" is used.
9791         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9792         call accept-process-output if "pgnuplot" is used.
9793         (calc-graph-init): Don't send -display and -geometry to
9794         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9795         running "pgnuplot -V" with shell-command-to-string.
9797         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9798         the default.
9800 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9802         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9803         org/org-latex.elc.
9805 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9807         * vc-dispatcher.el (vc-resynch-window): Update comment.
9809         * term.el (term-handle-ansi-escape): Add comments with the
9810         terminfo capabilities implemented.
9812 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9814         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9815         (gdb-var-create-handler): Rewritten using JSON parser.
9816         (gdb-propertize-header): Moved earlier.
9817         (gdb-set-header): Removed to avoid duplication.
9818         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9819         Refresh disassembly buffers only after threads list have been
9820         update.
9821         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9822         variables.
9824 2009-08-04  Juri Linkov  <juri@jurta.org>
9826         * files.el: Commands to add/delete file/directory-local variables.
9827         (read-file-local-variable, read-file-local-variable-value)
9828         (read-file-local-variable-mode, modify-file-local-variable)
9829         (modify-file-local-variable-prop-line)
9830         (modify-dir-local-variable): New functions.
9831         (add-file-local-variable, delete-file-local-variable)
9832         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9833         (add-dir-local-variable, delete-dir-local-variable)
9834         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9835         (copy-dir-locals-to-file-locals-prop-line): New commands.
9837 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9839         * abbrev.el (insert-abbrev-table-description): Prettify output.
9840         Suggested by Karl Chen.
9842 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9844         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9845         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9846         (gdb-overlay-arrow-position, gdb-thread-position)
9847         (gdb-disassembly-position): Declare variables.
9848         (gdb-wait-for-pending): Function now.
9849         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9850         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9851         compilation goes smoothly.
9852         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9853         (gdb-non-stop-setting): New customization setting which replaces
9854         `gdb-non-stop' so changing it doesn't break active GDB session.
9855         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9856         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9857         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9858         (gdb-show-threads-by-default): New customization options.
9859         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9860         routines.
9861         (gdb-get-buffer-create): Send buffers update signal when they are
9862         created.
9863         (gdb-invalidate-locals, gdb-invalidate-registers)
9864         (gdb-invalidate-breakpoints)
9865         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9866         (gdb-invalidate-memory): Accept update signal.
9867         (gdb-current-context-command): Use --frame option.
9868         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9869         Implement `gdb-frame-number' selection logic.
9870         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9871         whether to show GUD toolbar buttons.
9872         (gdb-thread-exited): Unselect current thread when it exits.
9873         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9874         (gdb-mark-line): Routine which sets overlay arrow or inverses
9875         video on fringeless displays.
9876         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9877         to build aligned columns of data in GDB buffers and set text
9878         properties line-by-line.
9879         (gdb-invalidate-breakpoints)
9880         (gdb-breakpoints-list-handler-custom)
9881         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9882         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9883         (gdb-registers-handler-custom): Align data columns.
9884         (gdb-locals-handler-custom): Now prints data like in variable
9885         declarations.
9886         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9887         Removed confusing buttons.
9888         (gdb-invalidate-threads): Append --frame.
9889         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9890         between breakpoints/threads buffers.
9891         (gdb-set-window-buffer): Now can ignore dedicated windows.
9892         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9893         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9894         (def-gdb-thread-buffer-gud-command): Replaces
9895         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9896         for fine thread control.
9897         (gdb-preempt-existing-or-display-buffer): New function used to
9898         display bound buffers without breaking window layout.
9899         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9900         (gdb-select-frame): New version of `gdb-frames-select' which now
9901         sets `gdb-frame-number' so commands may use --frame option instead
9902         of inner debugger state.
9903         (gdb-frame-handler): Do not set `gdb-frame-number'.
9904         (gdb-threads-mode-map): Select threads with mouse.
9906         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9907         avoid compilation warning.
9908         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9909         `gdb-show-stop-p`.
9911         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9912         Argument `key' renamed to `buffer-type'.
9913         (gdb-current-context-buffer-name): Do not add thread info to
9914         buffer name when no thread is selected.
9915         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9916         command (bug 3794).
9917         (gdb-thread-selected): Handle `=thread-selected' notification.
9918         (gdb-wait-for-pending): New macro to deal with congestion problems.
9919         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9920         breakpoints.
9921         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9922         This fixes problem similar to one described in bug 3947.
9923         (gud-menu-map): More menu items.
9924         (gdb-init-1): Reset `gdb-thread-number' to nil.
9926         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9927         non-stop settings.
9929         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9930         (gdb-current-context-command): Do not append --thread if
9931         `gdb-thread-number' is nil.
9932         (gdb-running-threads-count, gdb-stopped-threads-count): New
9933         variables.
9934         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9935         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9936         customization options.
9937         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9938         GUD commands.
9939         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9940         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9941         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9942         set `gdb-thread-number' and update `gud-running' properly.
9943         (gdb-running): Update threads list when new threads appear.
9944         (gdb-stopped): Support non-stop operation and new thread switching
9945         logic.
9946         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9947         (gdb-json-partial-output): New set of JSON routines.
9948         (def-gdb-auto-update-trigger): New `signal-list' optional
9949         argument.
9950         (gdb-thread-list-handler-custom): Update `gud-running',
9951         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9952         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9953         (gdb-continue-thread, gdb-step-thread): New commands for fine
9954         thread execution control.
9955         (gud-menu-map): New menu items to switch non-stop options.
9956         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9957         (gdb-send): Mimic RET properly (bug 3794).
9959         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9960         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9961         gdb-buffer-rules.
9962         (def-gdb-auto-update-handler): New nopreserve optional argument.
9963         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9965         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9966         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9967         (gdb-parent-mode): New mode to derive other GDB modes from.
9968         (gdb-display-disassembly-for-thread)
9969         (gdb-frame-disassembly-for-thread): New commands for threads
9970         buffer.
9972         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9973         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9974         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9975         (gdb-update): We now store all GDB buffers in a list so that they
9976         can be updated by traversing a list instead of calling invalidate
9977         triggers explicitly.
9978         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9979         pair for GDB buffer.
9980         (gdb-stack-buffer-name): Add thread information.
9981         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9982         handle pending triggers.
9983         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9984         (def-gdb-thread-buffer-simple-command)
9985         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9986         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9987         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9988         New commands which show buffers bound to thread.
9989         (gdb-stack-list-locals-regexp): Removed unused regexp.
9991         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9992         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9993         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9994         to (gud-comint-buffer) in *-buffer-name functions
9995         because (gdb-get-target-string) already does that.
9996         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9997         (gdb-changed-registers-handler): Rewritten without regexps.
9999         * progmodes/gdb-mi.el: Basic thread selection support.
10000         (gdb-thread-number): New variable.
10001         (gdb-current-context-command): New macro which adds --thread
10002         option to command.
10003         (gdb-threads-mode-map): Select thread with SPC.
10004         (gdb-thread-list-handler-custom): Mark current thread with overlay
10005         arrow.  Synchronize GDB thread and Emacs thread.
10006         (gdb-select-thread): New command which selects current thread.
10007         (gdb-invalidate-frames, gdb-invalidate-locals)
10008         (gdb-invalidate-registers): Use --thread option.
10010 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10012         * net/tramp.el (top): Make check for tramp-gvfs loading more
10013         robust.  (Bug#3977)
10014         (tramp-handle-insert-file-contents): `unwind-protect' must be
10015         inside `with-parsed-tramp-file-name'.
10017         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10018         fails.
10020 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10022         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10023         directory if CLASSPATH is not set.
10025 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10027         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10028         New defconst.
10029         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10031 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10033         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10034         Update freshmeat link.  Delete newsforge.com as it seems gone.
10036 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10038         * select.el (x-set-selection): Doc fix (Bug#4021).
10040         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10042         * help-fns.el (describe-variable): Treat list return values from
10043         dir-locals-find-file properly (Bug#4005).
10045 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10047         * net/tramp.el (tramp-debug-message): Print also microseconds.
10049 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10051         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10052         or END is non-nil.
10053         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10054         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10055         format.
10057         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10058         (tramp-get-file-property): Use it.
10060         * autorevert.el (auto-revert-handler): Allow
10061         `auto-revert-tail-mode' for remote files.
10063 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10065         * minibuffer.el (read-file-name): Treat confirm options to
10066         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10068 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10070         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10071         (font-lock-variable-name-face, font-lock-constant-face): Darken
10072         the colors for light backgrounds.
10074 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10076         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10077         month names.  (Bug#3987)
10079 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10081         * simple.el (line-move-finish): Pass whole number to
10082         line-move-to-column.
10083         (line-move-visual): Perform hscroll to the recorded position.
10085 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10087         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10089 2009-07-29  Alan Mackenzie  <acm@muc.de>
10091         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10093 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10095         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10096         (gdb-place-breakpoints): Use full path when setting breakpoints.
10098 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10100         * calc/calc.el (calc-mode-map): Add keybinding for
10101         `calc-transpose-lines'.
10103 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10105         * calc/calc-misc.el (calc-transpose-lines): New function.
10107 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10109         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10110         Simplify check for out-of-band methods.
10111         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10112         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10114 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10116         * vc-git.el (vc-git-checkin): Fix typo.
10118 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10120         * progmodes/js2-mode.el: New file.
10122 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10124         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10125         (gud-menu-map): Adjust tooltip accordingly.
10127 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10129         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10130         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10132         * add-log.el (change-log-mode-map): Add a menu.
10134 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10136         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10137         function returns nil.
10138         (dbus-handle-event): Handle special return value :ignore.
10139         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10141 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10143         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10144         it's not needed.
10146 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10148         Fix Bug#3888:
10150         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10152         * term/pc-win.el (x-display-name, x-colors)
10153         (x-select-enable-clipboard, x-select-text): Doc fix.
10155         * term/common-win.el (x-display-name, x-colors): Doc fix.
10157         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10158         (xw-defined-colors): Doc fix.
10160         * w32-fns.el (x-select-text, x-setup-function-keys)
10161         (x-get-selection, x-set-selection): Doc fix.
10163         * term/x-win.el (x-select-text, x-setup-function-keys)
10164         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10166         * select.el (x-set-selection): Doc fix.
10168 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10170         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10171         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10172         "IsNSSSupportAvailable" method is not available.  Reported by
10173         Steve Youngs <steve@sxemacs.org>.
10175 2009-07-24  Kenichi Handa  <handa@m17n.org>
10177         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10178         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10179         (build-unicode-category-table): Fix range checks.
10181 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10183         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10184         the buffer we try to sync is current when calling
10185         vc-resynch-buffer.
10187         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10188         not show up to date files.
10190 2009-07-24  Glenn Morris  <rgm@gnu.org>
10192         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10193         Add autoload cookies.  If necessary, initialize.
10194         (elint-log): Handle non-file buffers.
10195         (elint-initialize): Add optional argument to reinitialize.
10196         (elint-find-builtin-variables): Save excursion.
10198 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10200         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10201         for Lint.
10203 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10205         * vc.el (vc-print-log-internal): New function, split out from ...
10206         (vc-print-log): ... here.
10207         (vc-dir-move-to-goal-column): Declare.
10209         * vc-git.el (vc-git-add-signoff): New variable.
10210         (vc-git-checkin): Use it.
10211         (vc-git-toggle-signoff): New function.
10212         (vc-git-extra-menu-map): Bind it to menu.
10213         (vc-git--run-command-string): Accept a nil FILE argument.
10214         (vc-git-stash-list): New function.
10215         (vc-git-dir-extra-headers): Use it.
10217 2009-07-23  Glenn Morris  <rgm@gnu.org>
10219         * help-fns.el (describe-variable): Describe ignored and risky local
10220         variables in a similar way to that in which we describe safe ones.
10222         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10223         (byte-compile-output-file-form, byte-compile-output-docform)
10224         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10225         Give some more local variables with common names a "bytecomp-" prefix,
10226         so as not to shadow things during compilation.
10227         * emacs-lisp/cl-macs.el (load-time-value)
10228         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10229         `outbuffer' to `bytecomp-outbuffer'.
10231         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10232         since the next two variables cover them automatically now.
10233         (elint-builtin-variables, elint-autoloaded-variables): New.
10234         (elint-unknown-builtin-args): Remove all members, since they can be
10235         parsed automatically now.
10236         (elint-extra-errors): New.
10237         (elint-env-add-env, elint-env-add-macro): Use cadr.
10238         (elint-current-buffer): Use or.  Change final message.
10239         (elint-get-top-forms): Use line-end-position.
10240         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10241         and defalias.
10242         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10243         (regexp-assoc): Remove unused function.
10244         (elint-top-form): Set elint-current-pos, to record the start of the
10245         top-level form, for compilation-mode.
10246         (elint-form): Trap errors in macro expansion.  Use dolist.
10247         (elint-unbound-variable): Use elint-builtin-variables and
10248         elint-autoloaded-variables.
10249         (elint-get-args): Use cadr, or.
10250         (elint-check-cond-form): Use dolist, cadr.
10251         (elint-check-condition-case-form): Doc fix.  Use cadr.
10252         Use elint-extra-errors.
10253         (elint-log): New function.
10254         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10255         Distinguish errors and warnings.
10256         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10257         Use a bytecomp-style format.
10258         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10259         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10260         Don't truncate lines.
10261         (elint-initialize): Set builtin and autoloaded variable lists.
10262         Only process elint-unknown-builtin-args if non-nil.
10263         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10264         New functions.
10265         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10267 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10269         * net/newst-backend.el (newsticker--parse-atom-1.0)
10270         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10271         (newsticker--parse-rss-1.0):
10272         * progmodes/idlwave.el (idlwave-mode):
10273         * progmodes/idlw-shell.el (idlwave-shell-mode):
10274         * progmodes/vera-mode.el (vera-mode):
10275         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10276         * progmodes/vhdl-mode.el (vhdl-mode):
10277         * textmodes/table.el (table-generate-source)
10278         (table--warn-incompatibility):
10279         Hyperlink urls in docstrings with URL `...'.
10281 2009-07-22  Glenn Morris  <rgm@gnu.org>
10283         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10284         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10285         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10286         Remove leading * from defcustom docs.
10288         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10290         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10291         defcustom doc.
10292         (list-load-path-shadows): Optionally, just return shadows as a string.
10294         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10296 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10298         * mail/rmailedit.el (rmail-edit-mode): Use
10299         auto-save-include-big-deletions.
10301         * mail/rmail.el (rmail-variables): Use
10302         auto-save-include-big-deletions.
10304         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10305         changes.
10307 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10309         * calc/calc.el (calc-undo-length): New variable.
10310         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10312 2009-07-21  Richard Stallman  <rms@gnu.org>
10314         * files.el (auto-save-mode): Handle buffer-save-size = -2
10315         for toggling mode.
10317 2009-07-21  Glenn Morris  <rgm@gnu.org>
10319         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10321         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10323         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10324         silence compiler.  Instead...
10325         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10326         (ps-print-ensure-fontified): Update for above function name changes.
10328         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10329         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10330         silence compiler.  Instead...
10331         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10332         (mh-show-buffer): Only define for compiler.
10333         (pr-mh-current-message): Update for above function name changes.
10335         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10336         as an argument.
10337         (find-file-noselect, insert-file-1): Update for above change.
10339         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10341         * mail/mailclient.el (mailclient-send-it): Fix message.
10343         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10344         (edebug-eval): Check cl-debug-env is bound.
10345         (print-level, print-circle): Don't redefine built-in variables.
10347         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10348         (custom-print-vectors): Remove old comments from doc.
10350         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10351         (emerge-version): Make the variable an obsolete alias for the
10352         emacs-version variable.  Make the function obsolete.
10353         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10354         Emerge options, rather than merging in into the main Options menu.
10355         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10356         and auto advance modes.  Disable edit/fast items when not relevant.
10358 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10360         * term/vt420.el (terminal-init-vt420): Fix typo.
10362 2009-07-20  Sam Steingold  <sds@gnu.org>
10364         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10365         variable (removed from compile.el on 2004-03-11).
10367 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10369         * files.el (hack-local-variables-filter): Fix last change.
10371 2009-07-19  Juri Linkov  <juri@jurta.org>
10373         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10374         (dir-local-variables-alist): New buffer-local variable.
10375         (hack-local-variables-filter): If variable is not dir-local,
10376         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10377         because file-local overrides dir-local.
10378         (c-postprocess-file-styles) <declare-function>:
10379         Remove obsolete declaration.
10380         (hack-dir-local-variables): Add dir-local variable/value pair to
10381         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10383         * help-fns.el (describe-variable): Add information about
10384         file-local and dir-local variables.
10386 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10388         * files.el (hack-local-variables-filter): Rewrite.
10390 2009-07-19  Glenn Morris  <rgm@gnu.org>
10392         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10393         Silence compiler by only defining on XEmacs.
10395         * international/mule.el (auto-coding-regexp-alist): Only match
10396         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10398         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10399         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10400         (cal-menu-context-mouse-menu): Doc fix.
10402         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10404         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10406 2009-07-18  Juri Linkov  <juri@jurta.org>
10408         * info.el: Virtual Info keyword finder.
10409         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10410         (Info-finder-file): New variable.
10411         (Info-finder-find-file): New function.
10412         (finder-known-keywords, finder-package-info)
10413         (find-library-name, lm-commentary): Use defvar and
10414         declare-function to silence compiler warnings.
10415         (Info-finder-find-node): New function.
10416         (info-finder): New command.
10418         * subr.el (process-kill-buffer-query-function): New function.
10419         (add-hook)<kill-buffer-query-functions>: Add hook
10420         `process-kill-buffer-query-function'.
10422 2009-07-18  Alan Mackenzie  <acm@muc.de>
10424         * progmodes/cc-mode.el (c-before-hack-hook)
10425         (c-postprocess-file-styles): Give invocation of `c-set-style'
10426         DONT-OVERRIDE parameter of t.  Already set style variables will
10427         thus not be overridden by style settings given by `c-file-syle'.
10429         * files.el (hack-local-variables-filter): Remove entries with
10430         duplicate keys from `file-local-variables-alist'.
10432 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10434         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10435         x-set-selection if display-selections-p returns nil for the
10436         current frame.
10438 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10440         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10442 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10444         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10445         Accept nil in addition to a regexp.
10446         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10447         Accept nil in addition to a regexp.
10448         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10449         buffers that have an associated file.  Handle nil values of
10450         desktop-buffers-not-to-save and desktop-files-not-to-save.
10451         (Bug#3833)
10453         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10454         (x-disown-selection-internal): New functions.
10456 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10458         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10459         warning.
10460         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10461         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10463 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10465         * simple.el (set-mark): Revert last change.
10467 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10469         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10470         rendering of pngs is not possible instead of messaging a long
10471         description.
10473 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10475         * w32-fns.el (x-selection-owner-p): New function.
10477         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10478         (mouse-yank-at-click, mouse-yank-primary): If
10479         select-active-regions is non-nil, deactivate the mark before
10480         insertion.
10482         * simple.el (deactivate-mark, set-mark): Only save selection if we
10483         own it.
10485 2009-07-17  Kenichi Handa  <handa@m17n.org>
10487         * case-table.el (describe-buffer-case-table): Fix for the case
10488         that KEY is a cons.
10490 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10492         * vc-rcs.el (vc-rcs-find-file-hook):
10493         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10495 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10497         * net/tramp.el (tramp-wait-for-output): Handle the case when
10498         commands do not return a newline but a null byte before the shell
10499         prompt.  (Bug#3858)
10501 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10503         * term/ns-win.el (ns-set-alpha): Don't declare.
10504         (ns-set-background-alpha): Remove function.
10506 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10508         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10509         y-or-n-p, for safety.
10511 2009-07-16  Richard Stallman  <rms@gnu.org>
10513         * files.el (auto-save-mode): If buffer-saved-size is -2,
10514         don't clobber it.
10516         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10517         (rmail-retry-ignored-headers): Add more uninteresting fields.
10519 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10521         * net/rcirc.el (rcirc): Use history variables.
10522         (rcirc-server-name-history, rcirc-nick-name-history)
10523         (rcirc-server-port-history): New variables.
10525 2009-07-15  Kenichi Handa  <handa@m17n.org>
10527         * international/mule-cmds.el (set-language-environment-charset):
10528         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10529         ignore them.
10531         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10532         Delete unibyte-display.
10534 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10536         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10538 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10540         * simple.el (deactivate-mark): Optional argument FORCE.
10541         (set-mark): Use deactivate-mark.
10543         * info.el (Info-search): No need to check transient-mark-mode
10544         before calling deactivate-mark.
10546         * select.el (x-set-selection): Doc fix.
10547         (x-valid-simple-selection-p): Allow buffer values.
10548         (xselect--selection-bounds): Handle buffer values.  Suggested by
10549         David De La Harpe Golden.
10551         * mouse.el (mouse-set-region, mouse-drag-track): Call
10552         copy-region-as-kill before setting the mark, to let
10553         select-active-regions work.
10555 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10557         * simple.el (deactivate-mark): If select-active-regions is
10558         non-nil, copy the selection data into a string.
10559         (activate-mark): If select-active-regions is non-nil, set the
10560         selection to the current buffer.
10561         (set-mark): Update selection if select-active-regions is non-nil.
10563         * select.el (x-valid-simple-selection-p): Allow buffer values.
10565 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10567         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10568         and more featureful message-mode.
10570 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10572         * select.el (x-set-selection): Doc fix.
10573         (x-valid-simple-selection-p): Disallow selection data consisting
10574         of a list or cons of integers, since that is not used.
10575         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10576         (xselect-convert-to-string, xselect-convert-to-length)
10577         (xselect-convert-to-filename, xselect-convert-to-charpos)
10578         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10580 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10582         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10583         output in -break-info command (Emacs bug #3794).
10585 2009-07-14  Glenn Morris  <rgm@gnu.org>
10587         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10588         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10589         (edebug-print-length, edebug-print-level, edebug-print-circle)
10590         (edebug-sit-for-seconds, edebug-view-outside)
10591         (edebug-bounce-point, edebug-set-global-break-condition)
10592         (edebug-Go-nonstop-mode, edebug-trace-mode)
10593         (edebug-Trace-fast-mode, edebug-continue-mode)
10594         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10595         (edebug-visit-eval-list): Doc fixes.
10597         * subr.el (def-edebug-spec): Doc fix.
10599 2009-07-14  Kenichi Handa  <handa@m17n.org>
10601         * international/characters.el: Fix setting of category ?C.
10603 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10605         * term/ns-win.el (x-select-font): defalias x-select-font to
10606         ns-popup-font-panel instead of generate-fontset-menu.
10608 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10610         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10612 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10614         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10615         the PK\003\004 header (Bug#3770).
10617 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10619         * pcomplete.el (pcomplete-comint-setup): Check for
10620         shell-dynamic-complete-filename too.
10622 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10624         * simple.el (temporary-goal-column): Change the value for
10625         line-move-visual to a cons cell.
10626         (line-move-visual): Record or set the window hscroll, if
10627         necessary (Bug#3494).
10628         (line-move-1): Handle cons value of temporary-goal-column.
10630 2009-07-11  Kenichi Handa  <handa@m17n.org>
10632         * international/mule-diag.el (describe-character-set): Don't show
10633         width.
10635 2009-07-10  Sam Steingold  <sds@gnu.org>
10637         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10638         Omake sometimes indents the errors it prints, so allow all
10639         regexps to start with spaces.
10641 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10643         * cus-edit.el (customize-changed-options-previous-release):
10644         Bump value to 22.1.  (Bug#3804)
10646 2009-07-08  Sam Steingold  <sds@gnu.org>
10648         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10649         to be a cons cell (test . ignored-directory) to selectively ignore
10650         some directories depending on the location of the search.
10652 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10654         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10655         remote user is root, on the local host.
10656         (tramp-local-host-p): Either the local user or the remote user
10657         must be root.  (Bug#3771)
10659 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10661         * progmodes/gdb-mi.el (gdb): Remove description of
10662         gdb-use-separate-io-buffer.
10663         (menu): Don't allow toggling of or enable
10664         gdb-use-separate-io-buffer from menubar.
10666 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10668         * mail/unrmail.el (unrmail): Make sure the message ends with two
10669         newlines (Bug#3769).
10671 2009-07-08  Glenn Morris  <rgm@gnu.org>
10673         * calendar/calendar.el (calendar-current-date): Rework previous change.
10675 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10677         * calendar/calendar.el (calendar-current-date):
10678         Add an optional argument giving an offset from today.
10680 2009-07-08  Glenn Morris  <rgm@gnu.org>
10682         * tutorial.el (tutorial--describe-nonstandard-key):
10683         Adjust the message for when a key has been unbound.
10684         (help-with-tutorial): Hide the arch-tag.
10686 2009-07-08  Kenichi Handa  <handa@m17n.org>
10688         * international/fontset.el (setup-default-fontset): For each
10689         script, append (not set) font-specs.
10691         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10692         docstring.
10694 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10696         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10697         -data-list-register-names to ...
10698         (gdb-starting): ... here because GDB 7.0 requires execution to
10699         have started when using this MI command.
10700         (gdb-set-header): New function to distinguish select and
10701         unselected tabs in gdb buffers.
10702         (gdb-propertize-header): New macro that uses gdb-set-header.
10703         (gdb-breakpoints-header, gdb-locals-header): Use it.
10704         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10706 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10708         * Makefile.in (ELCFILES): Remove fadr.elc.
10710 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10712         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10713         may contain frame information, so `string-match' should be used.
10714         (gdb-update): Disassembly is invalidated through
10715         `gdb-get-selected-frame'.
10716         (gdb-pad-string): New function to pad string with spaces.
10717         (gdb-invalidate-disassembly): Invalidate only if the buffer
10718         exists.
10719         (gdb-disassembly-handler-custom): Column alignment.
10720         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10721         placing new ones.
10722         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10723         end of line, too.
10724         (gdb-frame-handler): Match convention to for disassembly buffer
10725         mode name.
10726         (gdb-stack-list-frames-handler): Rewritten without regexps.
10727         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10728         not highlight breakpoints without line information.
10729         (gdb-input): Add trailing newline to command.
10731         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10732         buffer properly.
10733         (gdb-breakpoints-list-handler-custom): Replacement for
10734         `gdb-break-list-handler'.  Using real parser instead of regexps
10735         now.
10736         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10737         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10738         to place breakpoints.
10739         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10740         functions.
10741         (gdb-disassembly-handler-custom): Show overlay arrow.
10742         (gdb-disassembly-place-breakpoints): Show breakpoints in
10743         disassembly buffer.
10744         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10745         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10746         instead of parsing breakpoints buffer.  Fixed old menu references
10747         in `gud-menu-map'.
10749         * fadr.el: Remove.
10751         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10752         (gdb-memory-address): New variable which holds top address of
10753         memory page shown in memory buffer.
10754         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10755         customization variables.
10756         New functions:
10757         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10758         display the memory buffer.
10759         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10760         buffer display parameters.
10761         (def-gdb-memory-format, gdb-memory-format-binary)
10762         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10763         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10764         Functions for setting memory buffer format.
10765         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10766         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10767         unit size used in memory buffer.
10768         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10769         to next/previous page of memory buffer.
10770         Now using (bindat-get-field) instead of fadr functions.
10772 2009-07-07  Sam Steingold  <sds@gnu.org>
10774         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10775         non-top-level files.
10777 2009-07-07  Kenichi Handa  <handa@m17n.org>
10779         * international/mule-cmds.el (reset-language-environment): Put
10780         the highset priority to the charset iso-8859-1.
10782 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10784         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10785         to the end of the line when locating the block (Bug#700).
10787 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10789         * net/tramp.el (tramp-handle-write-region): Flush file properties
10790         in case of short track.
10792 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10794         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10795         Coded custom representation of verilog error regular expressions
10796         to work with Emacs-22's new format.
10797         (verilog-error-regexp-xemacs-alist): Coded custom representation
10798         of verilog error regular expressions to work with XEmacs format.
10799         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10800         error recognition into XEmacs.
10801         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10802         error recognition into Emacs-22.
10804 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10806         * woman.el: Remove stand-alone closing parentheses.
10807         (woman-file-name, woman2-format-paragraphs)
10808         (woman-leave-blank-lines): Code cleanup.
10809         (woman-use-own-frame): Change default to nil.
10810         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10811         defaults to inherit from default faces.
10812         (woman2-process-escapes): Consume the newline after a stand-alone
10813         filler character (Bug#3651).
10815 2009-07-06  Glenn Morris  <rgm@gnu.org>
10817         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10818         (top-level): Move provide to the end.
10819         (ffap): Remove defunct URL from custom group.
10821         * subr.el (eval-after-load): Doc fix.
10823 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10825         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10826         `calc-embedded-word' is called twice.
10828 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10830         * files.el (find-alternate-file-other-window, find-alternate-file):
10831         Obey confirm-nonexistent-file-or-buffer.
10833 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10835         * dired-aux.el (dired-show-file-type): Handle remote files.
10837 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10839         * desktop.el (desktop-globals-to-save):
10840         Add file-name-history (Bug#2750).
10842 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10844         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10846 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10848         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10849         property on entire argument since this is what eshell-lisp-command
10850         expects.
10852 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10854         * net/tramp-gvfs.el (tramp-gvfs-methods)
10855         (tramp-gvfs-zeroconf-domain)
10856         (tramp-bluez-discover-devices-timeout): Add version flag.
10857         (tramp-gvfs-handler-mounted-unmounted)
10858         (tramp-gvfs-connection-mounted-p): Polish handling of
10859         incompatibilities between GVFS 0.2 and 1.0.
10861 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10863         * cus-start.el (all): Add make-pointer-invisible.
10865 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10867         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10868         formatted correctly.
10870 2009-07-02  Juri Linkov  <juri@jurta.org>
10872         * info.el: Virtual Info files and nodes.
10873         (Info-virtual-files, Info-virtual-nodes): New variables.
10874         (Info-current-node-virtual): New variable.
10875         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10876         New functions.
10877         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10878         to check for a virtual file instead of checking a fixed list
10879         of node names.
10880         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10881         instead of ad-hoc processing of "dir" and (apropos history toc).
10882         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10883         instead of ad-hoc processing of "dir" and (apropos history toc).
10884         Reread a file when moving from a virtual node.
10885         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10886         (Info-directory-toc-nodes, Info-directory-find-file)
10887         (Info-directory-find-node): New functions.
10888         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10889         (Info-history): Move part of code to
10890         `Info-history-find-node'.
10891         (Info-history-toc-nodes, Info-history-find-file)
10892         (Info-history-find-node): New functions.
10893         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10894         (Info-toc): Move part of code to `Info-toc-find-node'.
10895         (Info-toc-find-node): New function.
10896         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10897         the current Info file name to references because now the node
10898         "*TOC*" belongs to the same Info manual.
10899         (Info-toc-build): Rename from `Info-build-toc'.
10900         (Info-toc-nodes): Rename input argument `file' to `filename'.
10901         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10902         instead of ad-hoc processing of ("dir" apropos history toc).
10903         (Info-index-nodes): Use Info-virtual-file-p
10904         to check for a virtual file instead of checking a fixed list
10905         of node names.
10906         (Info-index-node): Add check for `Info-current-node-virtual'.
10907         Raise `save-match-data' higher up the tree to contain
10908         `search-forward' too (bug fix).
10909         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10910         (Info-virtual-index-nodes): New variable.
10911         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10912         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10913         (Info-apropos-file, Info-apropos-nodes): New variables.
10914         (Info-apropos-toc-nodes, Info-apropos-find-file)
10915         (Info-apropos-find-node, Info-apropos-matches): New functions.
10916         (info-apropos): Move part of code to `Info-apropos-find-node' and
10917         `Info-apropos-matches'.
10918         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10919         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10920         for a virtual file instead of checking a fixed list of node names.
10922         * simple.el (async-shell-command): New command.
10924         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10926         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10927         instead of `mount-info'.
10929 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10931         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10932         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10934 2009-07-02  Kenichi Handa  <handa@m17n.org>
10936         * international/mule.el (set-keyboard-coding-system): Force *-unix
10937         coding-system to avoid eol conversion.
10939 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10941         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10942         Add handler for `process-file', `shell-command' and
10943         `start-file-process'.
10944         (tramp-gvfs-handle-shell-command)
10945         (tramp-gvfs-handle-start-file-process)
10946         (tramp-gvfs-handle-process-file): New defuns.
10947         (tramp-synce-list-devices): Simplify check for existence of property.
10949 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10951         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10953 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10955         * language/korean.el (set-language-info-alist): Add korean-cp949,
10956         cp949 to spec.
10958 2009-07-01  Kenichi Handa  <handa@m17n.org>
10960         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10962         * international/encoded-kb.el: Deleted.
10964         * international/mule.el (set-keyboard-coding-system): Perform the
10965         necessary setup here instead of calling encoded-kbd-setup-display.
10967 2009-07-01  Glenn Morris  <rgm@gnu.org>
10969         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10971 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10973         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10975 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10977         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10978         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10979         (tramp-default-file-modes): Remove execute permissions.
10981         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10982         (top): Add a default for "synce" in `tramp-default-user-alist'.
10983         Add completion function for "synce" method.
10984         (tramp-hal-service, tramp-hal-path-manager)
10985         (tramp-hal-interface-manager, tramp-hal-interface-device):
10986         New defconst.
10987         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10988         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10989         New defuns.
10991         * net/trampver.el: Update release number.
10993 2009-06-30  Kenichi Handa  <handa@m17n.org>
10995         * international/fontset.el (setup-default-fontset): Add CJK fonts
10996         for symbols and the other miscellaneous characters.
10998         * language/korea-util.el (setup-korean-environment-internal):
10999         Make char-width-table suitable for Korean environments.
11000         (exit-korean-environment): Cancel above.
11002         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11003         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11004         setup-function to make char-width-table suitable for respective
11005         environments, and an exit-function to cancel that.
11007         * language/japan-util.el (setup-japanese-environment-internal):
11008         Call use-cjk-char-width-table with arg `ja_JP'.
11010         * international/characters.el (cjk-char-width-table): Delete it.
11011         (cjk-char-width-table-list): New variable.
11012         (use-cjk-char-width-table): New arg local-name.
11013         (use-default-char-width-table): Fix for the case that Emacs is
11014         already using the default char-width-table.
11016 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11018         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11019         modes mandatory.  (Bug#3712)
11021 2009-06-29  Alan Mackenzie  <acm@muc.de>
11023         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11024         correction between the visible width of TABs and their number of bytes.
11026 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11028         * server.el (server-buffer-done): Prevent kill-buffer from
11029         prompting by clearing the buffer modification flag (Bug#3696).
11031 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11033         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11034         (verilog-endcomment-reason-re): Support unique case and priority case.
11035         (verilog-basic-complete-re): Support localparam lineup.
11036         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11037         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11038         commenting.
11039         (verilog-leap-to-case-head): Now support *nested* unique &
11040         priority case statements.
11041         (verilog-auto-lineup): Make just declarations the default (as it
11042         had been).
11043         (verilog-leap-to-case-head): Support priority/unique case statements.
11044         (verilog-auto-lineup): Rework to give users radio buttons to
11045         select the various styles of automatic lineup.
11046         (verilog-error-regexp-alist): Rework to support the XEmacs style
11047         of error regular expressions from compilers, lint tools &
11048         simulators.  Note that GNU Emacs has made it impossible for a mode
11049         to load such things.
11050         (electric-verilog-terminate-line, verilog-indent-declaration)
11051         (verilog-auto-wiure): Rework for radio button selection of
11052         auto-lineup selection of specification of auto lineup.
11053         (verilog-beg-of-statement-1): Redesign to support proper operation
11054         in additional code, based on testing with auto-lineup.
11055         (verilog-calculate-indent, assignments & declarations)
11056         (verilog-backward-token): Enhance to support auto-lineup of
11057         assignments & declarations.
11058         (verilog-in-directive-p, verilog-at-struct-p): New function for
11059         easy test of whether we are.
11060         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11061         to support safe execution at almost anyline.
11062         (verilog-calc-1): Properly support indenting deep inside generate
11063         blocks.
11064         (verilog-init-font): Remove definition & use of verilog-init-font,
11065         as it is redundant with font-lock-defaults.
11066         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11067         to avoid circular calls if syntax-ppss is a function (as is the
11068         case now in 22.x GNU Emacs) as that function would sometimes call
11069         itself, leading to (nearly) infinite recursion.
11070         (verilog-ovm-begin-re, verilog-ovm-end-re)
11071         (verilog-ovm-statement-re, verilog-leap-to-head)
11072         (verilog-backward-token): Add support for OVM macros.  Some are
11073         complete statements, and others open and close scopes like begin
11074         and end.
11075         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11076         (verilog-defun-level-generate-only-re): Really fix the defun-list
11077         compilation issue.
11078         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11079         coverpoint, constraint and cross statements.
11080         (verilog-defun-level-list, verilog-generate-defun-level-list)
11081         (verilog-all-defun-level-list): Redo these specifications - it is
11082         too hard to support eval-when compile aggregation of lists also
11083         built at when-compile time.
11084         (verilog-defun-level-list): Place defconsts of variables used in
11085         building regular expressions which are built in eval-when-compile
11086         bodies in the same eval-when-compile body to facilitate compile
11087         without load.
11088         (verilog-beg-block-re-ordered): Support indenting
11089         virtual/protected tasks and functions.
11090         (verilog-defun-level-list, verilog-in-generate-region-p)
11091         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11092         indentation of some module items (generate items).
11093         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11094         across virtual/protected tasks and functions.
11096 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11098         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11099         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11100         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11101         in concatenations.  Reported by Yishay Belkind.
11102         (verilog-auto-ascii-enum): Support one-hot state machines in
11103         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11104         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11105         modport in AUTOINST and add vl-modport for users.  Reported by
11106         David Rogoff.
11107         (verilog-auto-inout-module, verilog-auto-inst)
11108         (verilog-decls-get-interfaces, verilog-insert-definition)
11109         (verilog-insert-one-definition, verilog-read-decls)
11110         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11111         (verilog-sig-modport, verilog-signals-combine-bus)
11112         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11113         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11114         Suggested by David Rogoff.
11115         (verilog-repair-open-comma): Fix non-insertion of comma when
11116         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11117         (verilog-make-width-expression): Simplify [A-1:0] expression
11118         widths to just {A{1'b0}}.
11119         (verilog-mode): Cleanup checkdoc warnings.
11120         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11121         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11122         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11123         (next-error-last-buffer): Fix byte-compiler warning.
11124         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11125         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11126         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11127         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11128         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11129         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11130         in AUTOINOUT.  Reported by Matthew Lovell.
11131         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11132         causing use of <= assignments.  Reported by Alex Reed.
11133         (verilog-read-decls): Fix triand, trior, wand, wor to be
11134         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11135         (verilog-extended-complete-re): Support import "DPI-C" functions.
11136         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11137         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11138         (verilog-insert-date, verilog-insert-year)
11139         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11140         Windows systems.  Reported by Michael Potts.
11141         (verilog-read-module-name): Fix AUTOINST when the child module
11142         declaration's name is a tick define.  Reported by Elliot Mednick.
11143         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11144         passed to next parameter's definition.  Reported by Bruce T.
11145         (verilog-read-decls): Fix detecting "parameter int" when using
11146         AUTOINSTPARAM.  Reported by Bruce T.
11147         (verilog-goto-defun): Fix goto not finding modules unless first
11148         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11149         (verilog-mode): Expand -f flag arguments on entry to mode so
11150         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11151         (verilog-getopt): Expand environment variables in -f file
11152         arguments.  Suggested by Lawrence Butcher.
11153         (verilog-set-define): Fix "Symbol's value as variable is void"
11154         when reading enumerations.
11155         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11156         Suggested by Stephen Peltan.
11157         (verilog-read-defines): Fix reading of enumerations in include
11158         files.  Reported by Steve Peltan.
11160 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11162         * files.el (trash-directory): Fix defcustom type.
11164 2009-06-28  Juri Linkov  <juri@jurta.org>
11166         * help-fns.el (describe-function-1): Correctly locate adviced
11167         functions in hyperlink (Bug#2438).
11169 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11171         * files.el (trash-directory): Change default to nil.
11172         (move-file-to-trash): If trash-directory is nil and
11173         system-move-file-to-trash is unbound, perform freedesktop-style
11174         trashing.
11176 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11178         * files.el (move-file-to-trash): Add freedesktop trash
11179         support (Bug#973).
11181 2009-06-28  Glenn Morris  <rgm@gnu.org>
11183         * autorevert.el (global-auto-revert-non-file-buffers)
11184         (global-auto-revert-mode): Doc fixes.
11186 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11188         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11190 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11192         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11193         opened an X connection before calling x-get-resource (Bug#3194).
11195         * play/doctor.el: Remove reference to obsolete website.
11196         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11198 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11200         Remove find-file-not-found-hook VC method.  (Bug#2757)
11201         * vc-hooks.el (vc-file-not-found-hook)
11202         (vc-default-find-file-not-found-hook): Remove functions.
11203         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11204         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11205         * vc.el:
11206         * vc-hg.el:
11207         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11209 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11211         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11212         compatibility function for `looking-back'.
11214         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11215         Use `ispell-looking-back'.
11217 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11219         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11220         rather than `filename'.
11222 2009-06-23  Miles Bader  <miles@gnu.org>
11224         * face-remap.el (text-scale-set): New function.
11226 2009-06-23  Glenn Morris  <rgm@gnu.org>
11228         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11230         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11232         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11234         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11236         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11237         Simplify Persian conditionals.
11239         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11240         variable `filename'.
11242         * comint.el (comint-insert-input): Doc fix.
11244         * Makefile.in (ELCFILES): Fix typo in previous change.
11246 2009-06-23  Miles Bader  <miles@gnu.org>
11248         * cus-start.el: Add entry for `recenter-redisplay'.
11250 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11252         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11253         Add an optional argument for the backend, use it instead of
11254         calling vc-backend.
11255         (vc-mode-line): Add an optional argument for the backend.
11256         Pass the backend to vc-state and vc-working-revision.  Move code for
11257         special handling for vc-state being a buffer to ...
11259         * vc-rcs.el (vc-rcs-find-file-hook):
11260         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11262         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11263         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11264         vc-stay-local-p and vc-mode-line calls.
11266         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11267         (vc-cvs-diff, vc-cvs-annotate-command)
11268         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11269         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11270         vc-mode-line calls.
11272         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11273         direct comparison.
11274         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11275         backend when calling vc-mode-line.
11276         (vc-register): Do not create a closure for calling the vc register
11277         function, call it directly.
11279 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11281         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11282         to make it obvious item can be clicked.
11284         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11286 2009-06-23  Kenichi Handa  <handa@m17n.org>
11288         * language/korea-util.el (korean-key-bindings): Change the binding
11289         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11290         same command.
11292 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11294         Sync with Tramp 2.1.16.
11296         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11298         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11299         when a loading of a package fails.  Completion function for rsync
11300         is `tramp-completion-function-alist-ssh'.
11301         (all): Replace all calls of `split-string' and
11302         `tramp-split-string' by `tramp-compat-split-string'.
11303         (tramp-default-method): Use `tramp-compat-process-running-p'.
11304         (tramp-default-proxies-alist): Allow also Lisp forms.
11305         (tramp-remote-path): Add choice "Private Directories".
11306         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11307         (tramp-domain-regexp): Allow also "-", "_" and ".".
11308         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11309         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11310         (tramp-debug-message): Insert header line in debug buffer.
11311         (tramp-handle-directory-files-and-attributes-with-stat):
11312         Care about filenames with spaces, or starting with "-".
11313         (tramp-handle-dired-uncache): New defun.
11314         (tramp-handle-insert-directory): Don't flush the directory from
11315         cache, this is handled by `dired-uncache' now.
11316         (tramp-handle-insert-file-contents): Improve error handling.
11317         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11318         Quote `tramp-end-of-output'.
11319         (tramp-action-password): Improve trace message.
11320         (tramp-check-for-regexp): Both echoes must be present, before removing.
11321         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11322         (tramp-compute-multi-hops): Eval cons cells of
11323         `tramp-default-proxies-alist'.
11324         (tramp-maybe-open-connection): Use the same command pattern for
11325         first hop and further hops.
11326         (tramp-wait-for-output): Remove handling of newlines.
11327         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11328         (tramp-split-string): Remove function.  It is handled in
11329         tramp-compat now.
11331         * net/tramp-cmds.el (tramp-bug):
11332         Recommend `tramp-cleanup-all-connections' in the bug mail.
11334         * net/tramp-compat.el (tramp-compat-split-string)
11335         (tramp-compat-process-running-p): New defuns.
11337         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11338         for `dired-uncache'.
11340         * net/tramp-gvfs.el: New package.
11342         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11343         Add handler for `dired-uncache'.
11344         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11346         * net/trampver.el: Update release number.  Make version check fit
11347         for SXEmacs 22.
11349 2009-06-22  Jim Meyering  <meyering@redhat.com>
11351         Automatically handle .xz suffix (XZ-compressed files), too.
11352         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11353         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11355 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11356             Nick Roberts  <nickrob@snap.net.nz>
11358         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11359         repository (http://sphinx.net.ru/hg/gdb-mi/).
11361 2009-06-22  Glenn Morris  <rgm@gnu.org>
11363         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11364         `mode' and `eval' entries.  (Bug#3430)
11366         * Makefile.in (ELCFILES): Add fadr.elc.
11368         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11369         differing behavior of \n and ^ in strings.  (Bug#3385)
11371         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11373         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11374         property.
11375         (lisp-indent-function): Make it a defcustom.
11377 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11379         * progmodes/gdb-ui.el: Replace with ...
11380         * progmodes/gdb-mi.el: ... this file.
11381         * progmodes/gud.el: Modify for gdb-mi.el.
11383 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11385         * fadr.el: New file.
11387 See ChangeLog.14 for earlier changes.
11389 ;; Local Variables:
11390 ;; coding: utf-8
11391 ;; End:
11393     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11395   This file is part of GNU Emacs.
11397   GNU Emacs is free software: you can redistribute it and/or modify
11398   it under the terms of the GNU General Public License as published by
11399   the Free Software Foundation, either version 3 of the License, or
11400   (at your option) any later version.
11402   GNU Emacs is distributed in the hope that it will be useful,
11403   but WITHOUT ANY WARRANTY; without even the implied warranty of
11404   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11405   GNU General Public License for more details.
11407   You should have received a copy of the GNU General Public License
11408   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11410 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1