merge emacs-23
[emacs.git] / lisp / ChangeLog
blob85d108356cc2e416b6069de332ad0174957b5eb5
1 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3         * minibuffer.el (completion--some, completion--do-completion)
4         (minibuffer-complete-and-exit, minibuffer-completion-help)
5         (completion-basic-try-completion)
6         (completion-basic-all-completions)
7         (completion-pcm--find-all-completions): Use lexical-let to
8         avoid some false matches in variable completion (Bug#7056)
10 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
12         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
14 2010-10-03  Leo  <sdl.web@gmail.com>
16         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
17         return non-nil if the file exists (Bug#7090).
19 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * minibuffer.el (completion--replace):
22         Better preserve markers (bug#7138).
24 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
26         * server.el (server-process-filter): Doc fix.
28 2010-09-27  Drew Adams  <drew.adams@oracle.com>
30         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
32 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
34         * Makefile.in (ELCFILES): Update.
36         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
37         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
39 2010-09-27  Kenichi Handa  <handa@m17n.org>
41         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
42         "ustar" format.
44 2010-09-27  Kenichi Handa  <handa@m17n.org>
46         * international/mule.el (define-coding-system): Docstring fixed.
48         * international/mule-diag.el (describe-character-set): Use princ
49         with proper print-length and print-level instead of insert.
51 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
53         * window.el (walk-windows): Doc fix (bug#7105).
55 2010-09-23  Glenn Morris  <rgm@gnu.org>
57         * isearch.el (isearch-lazy-highlight-cleanup)
58         (isearch-lazy-highlight-initial-delay)
59         (isearch-lazy-highlight-interval)
60         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
61         * net/net-utils.el (ipconfig-program-options):
62         Move aliases to options before the associated definitions.
64 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
66         * newcomment.el (comment-normalize-vars): Better test validity of
67         comment-end-skip.
69 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
72         (float-e): New name for `e'.
73         (degrees-to-radians, radians-to-degrees):
74         * calendar/solar.el (solar-longitude):
75         * calculator.el (calculator-registers, calculator-funcall):
76         * textmodes/artist.el (artist-spray-random-points):
77         * play/bubbles.el (bubbles--initialize-images): Use new names.
79 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
81         Update to CEDET 1.0's version of EIEIO.
83         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
84         New function.
85         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
86         (eieio-default-eval-maybe): Eval val instead of unquoting only.
87         (class-precedence-list): If class is nil, return nil.
88         (eieio-generic-call): If class of first input arg is nil, don't
89         look up static methods, and do check for primary methods.
90         (initialize-instance): See if the default needs to be evaluated
91         during the constructor.
92         (eieio-perform-slot-validation-for-default): Don't do the check
93         for values that will eventually be evaluated.
94         (eieio-eval-default-p): New function.
95         (eieio-default-eval-maybe): Use it.
97 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
99         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
100         method-invocation-order.
101         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
102         (eieio-class-precedence-dfs): Compute class precedence list using
103         dfs algorithm.
104         (eieio-class-precedence-bfs): Compute class precedence list using
105         bfs algorithm.
106         (eieio-class-precedence-c3): Compute class precedence list using
107         c3 algorithm.
108         (class-precedence-list): New function.
109         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
110         (inconsistent-class-hierarchy): New error symbol.
111         (call-next-method): Stow the replacement argument list for future
112         call-next-method invocations.
114 2010-09-15  Glenn Morris  <rgm@gnu.org>
116         * calendar/appt.el (appt-check): If not displaying the diary,
117         use (diary 1) to only get the entries we need.
118         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
119         that it is in day order.  (Bug#7019)
121         * calendar/appt.el (appt-check): Rather than showing the diary,
122         just turn off invisible display, and only if needed.
124         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
126 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
129         Add `when' argument.  Update callers.
131         * subr.el (unintern): Declare the obarray arg mandatory.
133 2010-09-14  Glenn Morris  <rgm@gnu.org>
135         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
136         Doc fixes.
138         * calendar/diary-lib.el (diary-included-files): New variable.
139         (diary-list-entries): Maybe initialize diary-included-files.
140         (diary-include-other-diary-files): Append to diary-included-files.
141         * calendar/appt.el (appt-update-list): Also check the members of
142         diary-included-files.  (Bug#6999)
143         (appt-check): Doc fix.
145 2010-09-12  David Reitter  <david.reitter@gmail.com>
147         * simple.el (line-move-visual): Do not truncate goal column to
148         integer size.  (Bug#7020)
150 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * repeat.el (repeat): Allow repeating when the last event is a click.
153         Suggested by Drew Adams (bug#6256).
155 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
157         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
158         Replace setting HGRCPATH to "" by some less invasive --config options.
160 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * font-lock.el (font-lock-beginning-of-syntax-function):
163         Mark as obsolete.
165 2010-09-10  Glenn Morris  <rgm@gnu.org>
167         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
168         and tool-bar modes.  (Bug#6211)
169         (menu-bar-mode): Move setting of standard-value after the
170         minor-mode definition, otherwise it seems to have no effect.
172 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
174         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
175         Fix typo.  (Bug#6976)
177 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
179         * whitespace.el: Allow cleaning up blanks without blank
180         visualization (Bug#6651).  Adjust help window for
181         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
182         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
183         (whitespace-style): Add new value 'face.  Adjust docstring.
184         (whitespace-space, whitespace-hspace, whitespace-tab):
185         Adjust foreground property face.
186         (whitespace-line-column): Adjust docstring and type declaration.
187         (whitespace-style-value-list, whitespace-toggle-option-alist)
188         (whitespace-help-text): Adjust const initialization.
189         (whitespace-toggle-options, global-whitespace-toggle-options):
190         Adjust docstring.
191         (whitespace-display-window, whitespace-interactive-char)
192         (whitespace-style-face-p, whitespace-color-on): Adjust code.
193         (whitespace-help-scroll): New fun.
195 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
197         * files.el (directory-abbrev-alist): Use \` as default regexp.
199         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
200         chars like - or ] (bug#6984).
201         (rx-any-condense-range): Explode 2-char ranges.
203 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * textmodes/bibtex.el:
206         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
208 2010-09-02  Glenn Morris  <rgm@gnu.org>
210         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
212 2010-08-31  Kenichi Handa  <handa@m17n.org>
214         * international/mule-cmds.el (standard-display-european-internal):
215         Setup standard-display-table for 8-bit characters by storing 8-bit
216         characters in the element vector.
218         * disp-table.el (standard-display-8bit):
219         Setup standard-display-table for 8-bit characters by storing 8-bit
220         characters in the element vector.
221         (standard-display-european): Likewise.
223 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
225         Sync with Tramp 2.1.19.
227         * net/tramp-cmds.el (tramp-cleanup-all-connections)
228         (tramp-reporter-dump-variable, tramp-load-report-modules)
229         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
230         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
232         * net/tramp-compat.el (top): Do not autoload
233         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
234         only when `start-file-process' is not bound.
235         (byte-compile-not-obsolete-vars): Define if not bound.
236         (tramp-compat-funcall): New defmacro.
237         (tramp-compat-line-beginning-position)
238         (tramp-compat-line-end-position)
239         (tramp-compat-temporary-file-directory)
240         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
241         (tramp-compat-copy-file, tramp-compat-copy-directory)
242         (tramp-compat-delete-file, tramp-compat-delete-directory)
243         (tramp-compat-number-sequence, tramp-compat-process-running-p):
244         Use it.
245         (tramp-advice-file-expand-wildcards): Do not use
246         `tramp-handle-file-remote-p'.
247         (tramp-compat-make-temp-file): Simplify fallback implementation.
248         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
249         (tramp-compat-copy-tree): Remove function.
250         (tramp-compat-delete-file): New defun.
251         (tramp-compat-delete-directory): Provide implementation for older
252         Emacsen.
253         (tramp-compat-file-attributes): Handle only
254         `wrong-number-of-arguments' error.
256         * net/tramp-fish.el (tramp-fish-handle-copy-file):
257         Add PRESERVE_SELINUX_CONTEXT.
258         (tramp-fish-handle-delete-file): Add TRASH arg.
259         (tramp-fish-handle-directory-files-and-attributes):
260         Do not use `tramp-fish-handle-file-attributes.
261         (tramp-fish-handle-file-local-copy)
262         (tramp-fish-handle-insert-file-contents)
263         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
265         * net/tramp-gvfs.el (top): Require url-util.
266         (tramp-gvfs-mount-point): Remove.
267         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
268         and `set-file-selinux-context'.
269         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
270         (tramp-gvfs-handle-file-selinux-context)
271         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
272         (with-tramp-dbus-call-method): Format trace message.
273         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
274         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
275         Implement backup call, when operation on local files fails.
276         Use progress reporter.  Flush properties of changed files.
277         (tramp-gvfs-handle-delete-file): Add TRASH arg.
278         Use `tramp-compat-delete-file'.
279         (tramp-gvfs-handle-expand-file-name): Expand "~/".
280         (tramp-gvfs-handle-make-directory): Make more traces.
281         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
282         (tramp-gvfs-url-file-name): Hexify file name in url.
283         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
284         into account for the resulting file name.
285         (tramp-gvfs-handler-askquestion): Preserve current message, in
286         order to let progress reporter continue afterwards.  (Bug#6257)
287         Return dummy mountpoint, when the answer is "no".
288         See `tramp-gvfs-maybe-open-connection'.
289         (tramp-gvfs-handler-mounted-unmounted)
290         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
291         attribute "default_location".  Set "prefix" property.
292         Handle default-location.
293         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
294         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
295         exists.  Raise an error, if not (due to a corresponding answer
296         "no" in interactive questions, for example).
297         Use `tramp-compat-funcall'.
299         * net/tramp-imap.el (top): Autoload `epg-make-context'.
300         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
301         (tramp-imap-do-copy-or-rename-file)
302         (tramp-imap-handle-insert-file-contents)
303         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
304         (tramp-imap-handle-delete-file): Add TRASH arg.
306         * net/tramp-smb.el (tramp-smb-handle-copy-file):
307         Add PRESERVE-SELINUX-CONTEXT.
308         (tramp-smb-handle-copy-file)
309         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
310         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
311         Use `with-progress-reporter'.
312         (tramp-smb-handle-delete-file): Add TRASH arg.
314         * net/tramp.el (tramp-methods): Move hostname to the end in all
315         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
316         appropriate.
317         (tramp-verbose): Describe verbose level 9.
318         (tramp-completion-function-alist)
319         (tramp-file-name-regexp, tramp-chunksize)
320         (tramp-local-coding-commands, tramp-remote-coding-commands)
321         (with-connection-property, tramp-completion-mode-p)
322         (tramp-action-process-alive, tramp-action-out-of-band)
323         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
324         (tramp-exists-file-name-handler): Fix docstring.
325         (tramp-remote-process-environment): Use `format' instead of
326         `concat'.  Protect version string by apostroph.
327         (tramp-shell-prompt-pattern): Do not use a shy group in case of
328         XEmacs.
329         (tramp-file-name-regexp-unified)
330         (tramp-completion-file-name-regexp-unified): On W32 systems, do
331         not regard the volume letter as remote filename.  (Bug#5447)
332         (tramp-perl-file-attributes)
333         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
334         (tramp-vc-registered-read-file-names): Read input as
335         here-document, otherwise the command could exceed maximum length
336         of command line.
337         (tramp-file-name-handler-alist): Add `file-selinux-context' and
338         `set-file-selinux-context'.
339         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
340         backtrace functions.
341         (tramp-error-with-buffer): Don't show the connection buffer when
342         we are in completion mode.
343         (tramp-progress-reporter-update, tramp-remote-selinux-p)
344         (tramp-handle-file-selinux-context)
345         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
346         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
347         New defuns.
348         (with-progress-reporter): New defmacro.
349         (tramp-debug-outline-regexp): New defconst.
350         (top, tramp-rfn-eshadow-setup-minibuffer)
351         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
352         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
353         (tramp-completion-mode-p, tramp-check-for-regexp)
354         (tramp-open-connection-setup-interactive-shell)
355         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
356         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
357         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
358         Use `tramp-compat-funcall'.
359         (tramp-handle-make-symbolic-link): Flush file properties.
360         (tramp-handle-load, tramp-handle-file-local-copy)
361         (tramp-handle-insert-file-contents, tramp-handle-write-region)
362         (tramp-handle-vc-registered, tramp-maybe-send-script)
363         (tramp-find-shell): Use `with-progress-reporter'.
364         (tramp-do-file-attributes-with-stat): Add space in format string,
365         in order to work around a bug in pdksh.  Reported by Gilles Pion
366         <gpion@lfdj.com>.
367         (tramp-handle-verify-visited-file-modtime): Do not send a command
368         when the connection is not established.
369         (tramp-handle-set-file-times): Simplify the check for utc.
370         (tramp-handle-directory-files-and-attributes)
371         (tramp-get-remote-path): Use `copy-tree'.
372         (tramp-completion-handle-file-name-all-completions): Ensure, that
373         non remote files are still checked.  Oops.
374         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
375         Handle PRESERVE-SELINUX-CONTEXT.
376         (tramp-do-copy-or-rename-file): Add progress reporter.
377         (tramp-do-copy-or-rename-file-directly): Do not use
378         `tramp-handle-file-remote-p'.
379         (tramp-do-copy-or-rename-file-out-of-band):
380         Use `tramp-compat-delete-directory'.
381         (tramp-do-copy-or-rename-file-out-of-band)
382         (tramp-compute-multi-hops, tramp-maybe-open-connection):
383         Use `format-spec-make'.
384         (tramp-handle-delete-file): Add TRASH arg.
385         (tramp-handle-dired-uncache): Flush directory cache, not only file
386         cache.
387         (tramp-handle-expand-file-name)
388         (tramp-completion-handle-file-name-all-completions)
389         (tramp-completion-handle-file-name-completion):
390         Use `tramp-connectable-p'.
391         (tramp-handle-start-file-process): Set connection property "vec".
392         Use it, in order to invalidate file caches.  Check only for
393         `remote-tty' process property.
394         Implement tty setting.  (Bug#4604, Bug#6360)
395         (tramp-file-name-for-operation): Add `call-process-region' and
396         `set-file-selinux-context'.
397         (tramp-find-foreign-file-name-handler)
398         (tramp-advice-make-auto-save-file-name)
399         (tramp-set-auto-save-file-modes): Remove superfluous check for
400         `stringp'.  This is done inside `tramp-tramp-file-p'.
401         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
402         operations when we are in completion mode.  This gives the user
403         the chance to correct the file name in the minibuffer.
404         (tramp-completion-mode-p): Use `non-essential'.
405         (tramp-handle-file-name-all-completions): Backward/ XEmacs
406         compatibility: Use `completion-ignore-case' if
407         `read-file-name-completion-ignore-case' does not exist.
408         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
409         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
410         `tramp-open-shell'.
411         (tramp-action-password): Hide password prompt before next run.
412         (tramp-process-actions): Widen connection buffer for the trace.
413         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
414         process property.  Trace stty settings if `tramp-verbose' >= 9.
415         Apply workaround for IRIX64 bug.  Move argument of last
416         `tramp-send-command' where it belongs to.
417         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
418         front of `login-args'.
419         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
420         on "/dev/null" instead of "/".
421         (tramp-get-ls-command-with-dired): Make test for "--dired"
422         stronger.
423         (tramp-set-auto-save-file-modes): Adapt version check.
424         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
425         (tramp-handle-process-file): Call the program in a subshell, in
426         order to preserve working directory.
427         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
428         `tramp-remote-sh' from `tramp-methods'.
429         (tramp-get-ls-command): Make test for "--color=never" stronger.
430         (tramp-check-for-regexp): Use (forward-line 1).
432         * net/trampver.el: Update release number.
434 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
436         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
437         empty argument to gvfs-copy.
439 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
441         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
442         handle new TRASH arg of `delete-file'.
444 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
446         * net/tramp.el (tramp-handle-insert-directory): Don't use
447         `forward-word', its default syntax could be changed.
449 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
450             Michael Albinus  <michael.albinus@gmx.de>
452         Implement compression for inline methods.
454         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
455         (tramp-copy-size-limit): Allow also nil.
456         (tramp-inline-compress-commands): New defconst.
457         (tramp-find-inline-compress, tramp-get-inline-compress)
458         (tramp-get-inline-coding): New defuns.
459         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
460         replaced by `tramp-get-inline-coding'.
461         (tramp-handle-file-local-copy, tramp-handle-write-region)
462         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
464 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
466         Detect ssh 'ControlMaster' argument automatically in some cases.
468         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
469         (tramp-default-method): Use it.
471 2010-08-26  Karel Klíč  <kklic@redhat.com>
473         * net/tramp.el (tramp-file-name-for-operation):
474         Add file-selinux-context.
476 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
478         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
480 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
482         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
483         (Bug#6907).
485 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
487         * progmodes/python.el (python-block-pairs): Allow use of "finally"
488         with "else" (Bug#3991).
490 2010-08-22  Leo  <sdl.web@gmail.com>
492         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
493         (ignore, bright, dim, keyword): Split list of nicknames before
494         passing to rcirc-add-or-remove (Bug#6894).
496 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
498         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
500 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
502         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
503         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
504         New version 13.0.
505         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
506         Adjust initialization.
507         (whitespace-bob-marker, whitespace-eob-marker)
508         (whitespace-buffer-changed): New vars.
509         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
510         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
511         (whitespace-post-command-hook, whitespace-display-char-on):
512         Adjust code.
513         (whitespace-looking-back, whitespace-buffer-changed): New funs.
514         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
516 2010-08-21  Leo  <sdl.web@gmail.com>
518         Fix buffer-list rename&refresh after killing a buffer in ido.
519         * lisp/ido.el: Revert Óscar's.
520         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
521         Remember the buffers at head, rather than their name.
522         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
524 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
525             Stefan Monnier  <monnier@iro.umontreal.ca>
527         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
528         extra backslash added to each line (bug#6890).
530 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * subr.el (read-key): Don't echo keystrokes (bug#6883).
534 2010-08-21  Glenn Morris  <rgm@gnu.org>
536         * menu-bar.el (menu-bar-games-menu): Add landmark.
538 2010-08-20  Glenn Morris  <rgm@gnu.org>
540         * align.el (align-regexp): Make group and spacing arguments
541         use the interactive defaults when non-interactive.  (Bug#6698)
543         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
544         expansion, so as not to need sendmail.
545         (mail-text-start): Remove declaration.
546         (rmail-retry-failure): Require sendmail.
548 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
552 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
554         * progmodes/flymake.el (flymake-start-syntax-check-process):
555         Use `start-file-process' in order to let it run also on remote hosts.
557 2010-08-18  Kenichi Handa  <handa@m17n.org>
559         * files.el: Add `word-wrap' as safe local variable.
561 2010-08-18  Glenn Morris  <rgm@gnu.org>
563         * woman.el (woman-translate): Case matters.  (Bug#6849)
565 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
567         * simple.el (kill-region): Doc fix (Bug#6787).
569 2010-08-14  Glenn Morris  <rgm@gnu.org>
571         * calendar/diary-lib.el (diary-header-line-format):
572         Fit it to the window, not the frame.
574 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
576         * subr.el (ignore-errors): Add debug declaration.
578 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
580         * whitespace.el (whitespace-color-off): Remove post-command-hook
581         locally.
583 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
585         * replace.el (replace-highlight): Bind isearch-forward and
586         isearch-error, ensuring that highlighting is updated if the user
587         switches the search direction (Bug#6808).
589         * isearch.el (isearch-lazy-highlight-forward): New var.
590         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
591         (isearch-lazy-highlight-update): Use it.
593 2010-08-06  Kenichi Handa  <handa@m17n.org>
595         * international/mule.el (define-charset): Store NAME as :base property.
596         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
597         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
598         current priority.  Force using the designation of the specific
599         charset by adding `charset' text property.  Improve the whole
600         algorithm.
602 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
604         * emulation/pc-select.el (pc-selection-mode-hook)
605         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
606         (pc-selection-mode): Fix typos in docstrings.
608 2010-08-04  Kenichi Handa  <handa@m17n.org>
610         * language/cyrillic.el: Don't add "microsoft-cp1251" to
611         ctext-non-standard-encodings-alist here.
613         * international/mule.el (ctext-non-standard-encodings-alist):
614         Add "koi8-r" and "microsoft-cp1251".
615         (ctext-standard-encodings): New variable.
616         (ctext-non-standard-encodings-table): List only elements for
617         non-standard encodings.
618         (ctext-pre-write-conversion): Adjust for the above change.
619         Check ctext-standard-encodings.
621         * international/mule-conf.el (compound-text): Doc fix.
622         (ctext-no-compositions): Doc fix.
623         (compound-text-with-extensions): Doc fix.
625 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
629 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
631         * progmodes/which-func.el (which-func-format): Split help-echo text
632         into lines, like other mode-line tooltips.
634         * server.el (server-start): When using TCP sockets, force IPv4
635         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
637 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
641 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
643         * term.el (term-delimiter-argument-list): Reflow docstring.
644         (term-read-input-ring, term-write-input-ring, term-send-input)
645         (term-bol, term-erase-in-display, serial-supported-or-barf):
646         Fix typos in docstrings.
648 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
652 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
654         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
656 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
658         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
659         Fix typo in docstring (bug#6747).
661 2010-07-30  Leo  <sdl.web@gmail.com>
663         * eshell/esh-io.el (eshell-get-target): Better detection of
664         read-only file (Bug#6762).
666 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
668         * align.el (align-default-spacing): Doc fix.
669         (align-region-heuristic, align-regexp): Fix typos in docstrings.
671 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
673         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
675 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
677         * time.el (display-time-day-and-date): Remove spurious * in docstring.
678         (display-time-world-buffer-name, display-time-world-mode-map):
679         Fix typos in docstrings.
681 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
683         * image-mode.el (image-display-size): New function.
684         (image-forward-hscroll, image-next-line, image-eol, image-eob)
685         (image-mode-fit-frame): Use it (Bug#6639).
687 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
689         * dired.el (dired-buffers-for-dir): Handle list values of
690         dired-directory (Bug#6636).
692 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
694         * vc.el (vc-coding-system-inherit-eol): New defvar.
695         (vc-coding-system-for-diff): Use it to decide whether to inherit
696         from the file the EOL format for reading the diffs of that file.
697         (Bug#4451)
699 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
701         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
702         unibyte, so compressed attachments are not compressed again.
704 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
706         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
707         now that unicode is used (Bug#6594).
709 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
711         * simple.el (push-mark-command): Set the selection if
712         select-active-regions is non-nil.
714 2010-07-10  Glenn Morris  <rgm@gnu.org>
716         * calendar/calendar.el (calendar-week-end-day): New function.
717         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
718         Respect calendar-week-start-day.  (Bug#6606)
719         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
720         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
721         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
722         respect calendar-week-start-day.
724 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
726         * simple.el (use-region-p): Doc fix (Bug#6607).
728 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
730         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
731         builtins (BufferError, BytesWarning, WindowsError; callables
732         bin, bytearray, bytes, format, memoryview, next, print; __package__).
734 2010-07-07  Glenn Morris  <rgm@gnu.org>
736         * play/zone.el (zone-fall-through-ws): Fix next-line ->
737         forward-line fallout.
739 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
741         * mouse.el (mouse-appearance-menu): Add docstring.
743         * help.el (describe-key): Print up-event using key-description.
745 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
747         * net/zeroconf.el (zeroconf-resolve-service)
748         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
749         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
751 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
753         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
755 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
757         Avoid displaying files with a nil state in vc-dir.
758         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
759         cases that cause insertion.
760         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
761         with a nil state.
763 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
765         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
767 2010-06-29  Leo  <sdl.web@gmail.com>
769         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
771 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
773         * generic-x.el (bat-generic-mode): Fix regexp for command line
774         switches (Bug#5719).
776 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
778         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
779         of nconc to avoid pure storage error (Bug#6239).
781 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
783         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
784         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
785         bindings of bookmark-automatically-show-annotations (Bug#6515).
787 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
789         * arc-mode.el (archive-zip-extract): Don't quote the file name on
790         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
792 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
794         * comint.el (make-comint, make-comint-in-buffer): Mention return
795         value in the docstrings.  (Bug#6498)
797 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
799         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
800         since it is not present when using some non-default switches.
802 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
804         * simple.el (compose-mail): Fix doc string to refer to
805         `compose-mail-user-agent-warnings', instead of to the
806         nonexistent `compose-mail-check-user-agent'.
808 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
810         Fix vc-annotate for renamed files when using Git.
811         * vc-git.el (vc-git-find-revision): Deal with empty results from
812         ls-files.  Doe not pass the object as a file name to cat-file, it
813         is not a file name.
814         (vc-git-annotate-command): Pass the file name using -- to avoid
815         ambiguity with the revision.
816         (vc-git-previous-revision): Pass a relative file name.
818 2010-06-22  Glenn Morris  <rgm@gnu.org>
820         * progmodes/js.el (js-mode-map): Use standard capitalization and
821         ellipses for menu entries.
823         * wid-edit.el (widget-complete): Doc fix.
825 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
827         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
829 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
831         Fix annotating other revisions for renamed files in vc-annotate.
832         * vc-annotate.el (vc-annotate): Add an optional argument for the
833         VC backend.  Use it when non-nil.
834         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
836         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
837         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
838         Do not pass the file name to the 'previous-revision call when we
839         don't want a file diff.  (Bug#6489)
841 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
843         Fix finding revisions for renamed files in vc-annotate.
844         * vc.el (vc-find-revision): Add an optional argument for
845         the VC backend.  Use it when non-nil.
846         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
847         backend to vc-find-revision.  (Bug#6487)
849 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
851         Fix reading file names in Git annotate buffers.
852         * vc-git.el (vc-git-annotate-extract-revision-at-line):
853         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
855 2010-06-20  Alan Mackenzie  <acm@muc.de>
857         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
858         in file local variables, set it first.
860 2010-06-19  Glenn Morris  <rgm@gnu.org>
862         * descr-text.el (describe-char-unicode-data): Insert separating
863         space when needed.  (Bug#6422)
865         * progmodes/idlwave.el (idlwave-action-and-binding):
866         Fix typo in 2009-12-03 change.  (Bug#6450)
868 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * subr.el (read-quoted-char): Fix up last change (bug#6290).
872 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * font-lock.el (font-lock-major-mode): Rename from
875         font-lock-mode-major-mode to distinguish it from
876         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
877         (font-lock-set-defaults):
878         * font-core.el (font-lock-default-function): Adjust users.
879         (font-lock-mode): Don't set it at all.
881 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * vc-annotate.el (vc-annotate): Use vc-read-revision.
885 2010-06-15  Glenn Morris  <rgm@gnu.org>
887         * calendar/appt.el (appt-time-msg-list): Doc fix.
888         (appt-check): Let-bind appt-warn-time.
889         (appt-add): Make the 3rd argument optional.
890         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
891         Only add WARNTIME to the output list if non-nil.
893 2010-06-15  Ivan Kanis  <apple@kanis.eu>
895         * calendar/appt.el (appt-check): Let the 3rd element of
896         appt-time-msg-list specify the warning time.
897         (appt-add): Add new argument with the warning time.  (Bug#5176)
899 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
901         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
902         older than version 1.6.  (Bug#6361)
904 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
906         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
907         used by cl-do-arglist.  (Bug#6408)
909 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * emacs-lisp/advice.el (ad-compile-function):
912         Define warning-suppress-types before we let-bind it (bug#6275).
914         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
915         declare it, make it buffer-local and permanent-local (bug#6324).
916         (vc-resynch-window): Adjust name.
917         * vc-hooks.el (vc-find-file-hook): Adjust name.
919 2010-06-07  Jonathan Rockway  <jon@jrock.us>
921         * net/rcirc.el: Add support for password authentication.
922         (rcirc-server-alist): Add :password keyword.
923         (rcirc): Ask for a password, or get it from the server's alist.
924         (rcirc-connect): Add password argument.  Pass it to server.
926 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
928         * net/dbus.el (dbus-register-method): Declare function.
929         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
930         (dbus-introspect): Doc fix.
931         (dbus-event-bus-name, dbus-introspect-get-interface)
932         (dbus-introspect-get-argument): Reflow docstrings.
934 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
936         * term/common-win.el (x-colors): Add "dark green" and "dark
937         turquoise" (Bug#6332).
939 2010-06-03  Glenn Morris  <rgm@gnu.org>
941         * desktop.el (desktop-clear-preserve-buffers):
942         Add "*Warnings*" buffer.  (Bug#6336)
944 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
946         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
948 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
951         `file-directory-p' to the filename part rather than to the whole text.
953 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
957 2010-05-31  Drew Adams  <drew.adams@oracle.com>
959         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
961 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
963         * subr.el (momentary-string-display): Just use read-event to read
964         the exit event (Bug#6238).
966 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
968         * ansi-color.el: Delete unused escape sequences (Bug#6085).
969         (ansi-color-drop-regexp): New constant.
970         (ansi-color-apply, ansi-color-filter-region)
971         (ansi-color-apply-on-region): Delete unrecognized control sequences.
972         (ansi-color-apply): Build string list before calling concat.
974 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
976         * progmodes/verilog-mode.el (verilog-type-font-keywords):
977         Use font-lock-constant-face, not obsolete font-lock-reference-face.
979 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
981         * htmlfontify.el (hfy-face-resolve-face): New function.
982         (hfy-face-to-style): Use it (Bug#6279).
984 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
986         * epa.el (epa--select-keys): Don't explicitly delete the window since
987         that can fail (e.g. sole window in frame).  Use dedication instead.
989 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
991         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
993 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * subr.el (read-quoted-char): Resolve modifiers after key
996         remapping (bug#6212).
998 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * tmm.el (tmm-prompt): Don't try to precompute bindings.
1001         (tmm-get-keymap): Compute shortcuts (bug#6171).
1003 2010-05-10  Glenn Morris  <rgm@gnu.org>
1005         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1006         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
1008 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1010         * Version 23.2 released.
1012 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1014         * international/mule.el (auto-coding-alist):  Only purecopy
1015         car of each item, not the whole list (Bug#6083).
1017 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
1019         * progmodes/js.el (js-mode): Make paragraph variables local before
1020         calling c-setup-paragraph-variables (Bug#6071).
1022 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1024         * composite.el (compose-region, reference-point-alist): Fix typos
1025         in the doc strings.
1027 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1029         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1030         gnuplot's "set" command.
1032 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1034         * abbrev.el (last-abbrev-text): Doc fix.
1035         (abbrev-prefix-mark): Don't escape parenthesis.
1037 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1039         * composite.el (find-composition): Doc fix.
1041 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1043         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1044         (sql-oracle-program, sql-sqlite-options)
1045         (sql-query-placeholders-and-send): Doc fixes.
1046         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1047         (sql-imenu-generic-expression, sql-buffer)
1048         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1049         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1050         (sql-mode-sybase-font-lock-keywords)
1051         (sql-mode-informix-font-lock-keywords)
1052         (sql-mode-interbase-font-lock-keywords)
1053         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1054         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1055         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1056         (sql-product-feature, sql-highlight-product)
1057         (comint-line-beginning-position, sql-rename-buffer)
1058         (sql-toggle-pop-to-buffer-after-send-region)
1059         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1060         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1061         Fix typos in docstrings.
1063 2010-04-23  Juri Linkov  <juri@jurta.org>
1065         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1066         property instead of `invisible' and `after-string' (bug#5998).
1068 2010-04-23  Juri Linkov  <juri@jurta.org>
1070         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1072 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1074         * filecache.el (file-cache-add-directory-list)
1075         (file-cache-add-directory-recursively): Fix typos in docstrings.
1077 2010-04-22  Kenichi Handa  <handa@m17n.org>
1079         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1080         (gujarati-composable-pattern): Fix typo.
1082 2010-04-20  Kenichi Handa  <handa@m17n.org>
1084         * language/indian.el (oriya-composable-pattern)
1085         (tamil-composable-pattern, malayalam-composable-pattern):
1086         Add two-part vowels to "v" (vowel sign).
1088 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1090         * files.el (copy-directory): Handle symlinks (Bug#5982).
1092         * progmodes/compile.el (compilation-next-error-function):
1093         Revert 2009-10-12 change (Bug#5983).
1095 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1097         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1098         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1099         (Bug#5846).
1101 2010-04-20  Glenn Morris  <rgm@gnu.org>
1103         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1105         * minibuffer.el (completion-at-point): Doc fix.
1107 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1109         Fix the version number for added files.
1110         * vc-hg.el (vc-hg-working-revision): Check if the file is
1111         registered after hg parent fails (Bug#5961).
1113 2010-04-17  Glenn Morris  <rgm@gnu.org>
1115         * htmlfontify.el (htmlfontify-buffer)
1116         (htmlfontify-copy-and-link-dir): Autoload entry points.
1118 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1120         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1121         name relative to the project root (Bug#5960).
1123 2010-04-16  Glenn Morris  <rgm@gnu.org>
1125         * vc-git.el (vc-git-print-log): Doc fix.
1127 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1129         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1131 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1133         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1134         default settings (Bug#5928).
1136 2010-04-10  Glenn Morris  <rgm@gnu.org>
1138         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1139         New function.
1140         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1142 2010-04-07  Kenichi Handa  <handa@m17n.org>
1144         * language/indian.el (malayalam-composable-pattern): Fix previous
1145         change (add U+0D4D "SIGN VIRAMA").
1146         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1147         (tamil-composable-pattern): Fix typo in the regexp.
1148         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1149         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1150         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1152 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1154         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1155         paragraph-separate (Bug#5821).
1157 2010-04-05  Juri Linkov  <juri@jurta.org>
1159         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1161         * info.el (Info-find-node-2): Comment out code that skips
1162         breadcrumbs line.
1163         (Info-mouse-follow-link): New command.
1164         (Info-link-keymap): New keymap.
1165         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1166         Return a string with links instead of inserting breadcrumbs
1167         to the Info buffer.
1168         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1169         Instead of putting the `invisible' text property over the Info
1170         header, make an overlay over the Info header with the `invisible'
1171         property and `after-string' set to the string returned by
1172         `Info-breadcrumbs'.
1174 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1176         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1177         Reported by monkey@sandpframing.com.
1179 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1181         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1182         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1184 2010-03-30  Kenichi Handa  <handa@m17n.org>
1186         * language/sinhala.el (composition-function-table): Fix regexp for
1187         the new Unicode specification.
1189         * language/indian.el (devanagari-composable-pattern)
1190         (tamil-composable-pattern, kannada-composable-pattern)
1191         (malayalam-composable-pattern): Adjust for the new Unicode
1192         specification.
1193         (bengali-composable-pattern, gurmukhi-composable-pattern)
1194         (gujarati-composable-pattern, oriya-composable-pattern)
1195         (telugu-composable-pattern): New variables to cope with the new
1196         Unicode specification.  Use them in composition-function-table.
1198 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         Make tmm-menubar work for the Buffers menu again (bug#5726).
1201         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1202         vectors rather than cons cells, as used in menu-bar-update-buffers.
1204 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1206         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1207         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1208         electric punctuation for "{}();,:" (Bug#5586).
1210         * mail/sendmail.el (mail-default-directory): Doc fix.
1212 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1214         * mail/sendmail.el (mail-default-directory): Doc fix.
1216 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1218         * subr.el (version-regexp-alist, version-to-list)
1219         (version-list-<, version-list-=, version-list-<=)
1220         (version-list-not-zero, version<, version<=, version=): Doc fix.
1221         (Bug#5744).
1223 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1224             Nick Roberts  <nickrob@snap.net.nz>
1226         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1227         (gdb-init-1): Use it.
1229 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1231         * vc.el (vc-root-diff): Doc fix.
1233 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1235         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1237         * simple.el (append-to-buffer): Fix last change.
1239 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1241         * simple.el (append-to-buffer): Ensure that point is preserved if
1242         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1243         (Bug#5749)
1245 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1248         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1249         not be present any more.
1251 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1253         * faces.el (set-face-attribute): Fix typo in docstring.
1254         (face-valid-attribute-values): Reflow docstring.
1256 2010-03-23  Glenn Morris  <rgm@gnu.org>
1258         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1260 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1262         * indent.el (indent-for-tab-command): Doc fix.
1264 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1266         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1267         (image-dired-read-comment): Doc fix.
1269         * json.el (json-object-type, json-array-type, json-key-type)
1270         (json-false, json-null, json-read-number):
1271         * minibuffer.el (completion-in-region-functions):
1272         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1273         (cal-tex-cursor-week):
1274         * emacs-lisp/trace.el (trace-function):
1275         * eshell/em-basic.el (eshell/printnl):
1276         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1277         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1278         * obsolete/levents.el (allocate-event, event-key, event-object)
1279         (event-point, event-process, event-timestamp, event-to-character)
1280         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1281         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1282         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1283         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1284         (reftex-highlight-selection): Fix typos in docstrings.
1286 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1288         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1290 2010-03-18  Glenn Morris  <rgm@gnu.org>
1292         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1293         2008-02-13 without comment; mark it obsolete.
1294         (rmail-highlight-headers): Use rmail-highlight-face once more.
1296 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1298         * woman.el (woman2-process-escapes): Only consume the newline if
1299         the filler character is on a line by itself (Bug#5729).
1301 2010-03-16  Kenichi Handa  <handa@m17n.org>
1303         * language/indian.el (devanagari-composable-pattern): Add more
1304         consonants.
1306 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1308         * net/trampver.el: Update release number.
1310 2010-03-13  Glenn Morris  <rgm@gnu.org>
1312         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1314 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1316         * net/tramp.el (tramp-find-executable):
1317         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1318         output of "wc -l" more robust.
1319         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1320         (tramp-open-connection-setup-interactive-shell): Remove workaround
1321         for OpenSolaris bug, it is not needed anymore.
1323 2010-03-12  Glenn Morris  <rgm@gnu.org>
1325         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1327 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1329         * files.el (auto-mode-alist): Accept more verilog file patterns.
1331 2010-03-09  Miles Bader  <miles@gnu.org>
1333         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1334         instead of "format:"; this ensures that the output is
1335         newline-terminated.
1337 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1339         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1340         that all errors are caught, and that the return value is always a
1341         list (Bug#5692).
1343 2010-03-08  Kenichi Handa  <handa@m17n.org>
1345         * language/misc-lang.el (windows-1256): New coding system.
1346         (cp1256): New alias of windows-1256 (bug#5690).
1348 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1350         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1351         call to rfc822-bad-address.  (Bug#5692)
1353 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1355         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1356         Use vc-git-root as default directory for revision path (Bug#5657).
1358 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1360         * calculator.el (calculator): Don't bind split-window-keep-point
1361         (Bug#5674).
1363 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * vc-git.el: Re-flow to fit into 80 columns.
1366         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1367         Remove spurious `quote' element in each case alternative.
1368         (vc-git-show-log-entry): Use prog1.
1369         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1371 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1375 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1377         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1378         definition, not the name (Bug#5481).
1380 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1382         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1383         argument with a local variable.  (Bug#5670)
1385 2010-03-02  Juri Linkov  <juri@jurta.org>
1387         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1389 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1391         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1392         error when FILENAME and NEWNAME are existing remote directories.
1394         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1395         parameter DIR-FLAG.
1397 2010-03-02  Glenn Morris  <rgm@gnu.org>
1399         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1400         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1402 2010-03-01  Kenichi Handa  <handa@m17n.org>
1404         * language/burmese.el (burmese-composable-pattern): Rename from
1405         myanmar-composable-pattern.
1407         * international/characters.el (script-list):
1408         * international/fontset.el (script-representative-chars):
1409         Change myanmar to burmese.
1410         (otf-script-alist): Likewise.
1411         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1413 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1415         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1417 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1419         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1421 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1423         * net/tramp.el (tramp-handle-write-region): START can be a string.
1424         Take care in the checks.  Reported by Dan Davison
1425         <davison@stats.ox.ac.uk>.
1427 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1429         * net/dbus.el (dbus-introspect, dbus-get-property)
1430         (dbus-set-property, dbus-get-all-properties): Use
1431         `dbus-call-method' when noninteractive.  (Bug#5645)
1433 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1435         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1436         * emacs-lisp/elint.el (elint-add-required-env):
1437         * calendar/icalendar.el (icalendar--add-diary-entry):
1438         * calc/calcalg2.el (math-tracing-integral):
1439         * files.el (recover-session-finish): Use with-current-buffer
1440         instead of save-excursion.
1442 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         Fix in-buffer completion when after-change-functions modify the buffer.
1445         * minibuffer.el (completion--replace): New function.
1446         (completion--do-completion): Use it and use relative movement.
1448 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1450         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1452 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1454         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1455         Allow the characters _<> in the stack entry (Bug#5653).
1457 2010-02-26  Kenichi Handa  <handa@m17n.org>
1459         * language/burmese.el: Fix entries in composition-function-table.
1460         (myanmar-composable-pattern): New variable.
1462         * international/fontset.el (setup-default-fontset): Add an entry
1463         for myanmar.
1465         * international/characters.el (script-list): Add Myanmar
1466         Extended-A.
1468 2010-02-26  Glenn Morris  <rgm@gnu.org>
1470         * custom.el (custom-initialize-delay): Doc fix.
1472         * mail/sendmail.el (send-mail-function): Autoload the call
1473         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1475 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1477         * files.el (hack-local-variables-filter): For eval forms, also
1478         check safe-local-variable-p (Bug#5636).
1480 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1482         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1483         and use c(ad)r of cddr (Bug#5640).
1485 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1487         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1488         setting the modes by `ignore-errors'.  It might fail, for example
1489         if the file is not owned by the user but the group.
1490         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1492 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1494         * files.el (directory-listing-before-filename-regexp): Use
1495         stricter matching for iso-style dates, to avoid false matches with
1496         date-like filenames (Bug#5597).
1498         * htmlfontify.el (htmlfontify): Doc fix.
1500         * eshell/eshell.el (eshell): Doc fix.
1502         * startup.el (fancy-about-screen): In mode-line, apply
1503         mode-line-buffer-id face only to the buffer name (Bug#5613).
1505 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1507         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1508         In `watcom' anchor regexp to start of line, to avoid slowness
1509         (Bug#5599).
1511 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1513         * subr.el (remove-yank-excluded-properties): Explain in a comment
1514         why `category' property is removed.
1516 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1518         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1519         2010-02-17 change.
1521 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1523         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1524         (icalendar--convert-weekly-to-ical)
1525         (icalendar--convert-yearly-to-ical)
1526         (icalendar--convert-block-to-ical)
1527         (icalendar--convert-cyclic-to-ical)
1528         (icalendar--convert-anniversary-to-ical): Take care of time
1529         specifications where hour has 1-digit only (Bug#5549).
1531 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1533         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1534         of disassemble output in GDB 7.1.
1536 2010-02-19  Glenn Morris  <rgm@gnu.org>
1538         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1539         property.  (Bug#5593)
1541 2010-02-18  Sam Steingold  <sds@gnu.org>
1543         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1545 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1547         Use abbreviated file names in bookmarks (bug#5591).
1548         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1549         calls to expand-file-name.
1550         (bookmark-relocate): Use abbreviated file names in bookmarks.
1551         (bookmark-load): Use abbreviated file names in messages.
1553 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1555         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1556         expand "." and "..".  Reported by Thierry Volpiatto
1557         <thierry.volpiatto@gmail.com>.
1559 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1561         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1562         permissions of the temporary file to "0600".  In case the remote
1563         file has no read permissions for the owner, there might be
1564         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1566 22010-02-18  Glenn Morris  <rgm@gnu.org>
1568         * emacs-lisp/authors.el (authors-renamed-files-alist):
1569         Add entries for INSTALL.CVS.
1571 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1573         * vc-bzr.el: Fix typo in Known Bugs section.
1575         * isearch.el (isearch-update-post-hook): New hook.
1576         (isearch-update): Use the new hook.
1578 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1580         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1581         Fix errors in copying directories.
1582         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1583         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1584         (tramp-handle-delete-file)
1585         (tramp-handle-dired-recursive-delete-directory)
1586         (tramp-handle-write-region): Flush also the cache for the upper
1587         directory.
1589 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1591         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1593         * cus-edit.el (hardware): Doc fix.
1595         * man.el (man): Add to external custom group.
1597         * delim-col.el (columns): Move to wp custom group.
1599         * doc-view.el (doc-view): Add to data custom group.
1601         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1603         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1604         by ispell-parse-output (Bug#5575).
1606 2010-02-16  Kenichi Handa  <handa@m17n.org>
1608         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1609         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1610         (skkdic-convert): Use `euc-japan' coding system for writing.
1612 2010-02-16  Glenn Morris  <rgm@gnu.org>
1614         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1615         tex-main-file before using it.  (Bug#5562)
1617 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1620         warnings, since it is annoying for the user to see them each time he
1621         runs the code.
1623 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1625         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1626         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1627         instead of PROC for caching "first-password-request".  Otherwise,
1628         new processes would not profit from passwords already entered.
1630         * net/tramp-cache.el (tramp-dump-connection-properties):
1631         Don't save "first-password-request" property.
1633 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1635         * outline.el (outline-head-from-level):
1636         * simple.el (with-wrapper-hook):
1637         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1638         (elint-defun, elint-buffer-env, elint-top-form-logged)
1639         (elint-unbound-variable):
1640         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1641         Fix typos in docstrings.
1643 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1645         * files.el (insert-directory): When WILDCARD-REGEXP and
1646         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1647         whole directory.  (Bug#5551)
1649         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1650         dired's alignment sanity.  (Bug#5516)
1652 2010-02-14  Juri Linkov  <juri@jurta.org>
1654         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1655         Remove remaining ^H with their preceding chars.  (Bug#5566)
1657 2010-02-13  Glenn Morris  <rgm@gnu.org>
1659         * simple.el (transpose-subr): Give it a doc-string.
1661         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1662         Doc fixes.
1664 2010-02-12  Juri Linkov  <juri@jurta.org>
1666         * arc-mode.el (archive-unique-fname): Make directories for nested
1667         archives.  (Bug#5540)
1669 2010-02-12  Juri Linkov  <juri@jurta.org>
1671         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1673 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * subr.el (copy-overlay): Handle deleted overlays.
1677         * man.el (Man-completion-table): Don't signal an error if we can't run
1678         manual-program (bug#4056).
1680 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1682         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1684 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1686         * info.el (Info-bookmark-jump): Simplify.
1688         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1689         (bookmark-default-handler): Accept new bookmark field `buffer'.
1691 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1693         * iswitchb.el (iswitchb-completions): Revert last change.
1695 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1697         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1698         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1699         This prevents file names like "~/" being listed literally.
1701 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1703         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1704         Remove dead code.  (Bug#5546)
1706 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1708         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1709         correctly (Bug#5548).
1711 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1713         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1714         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1716 2010-02-08  Kenichi Handa  <handa@m17n.org>
1718         * international/mule-util.el (with-coding-priority): Add autoload
1719         cookie for putting `lisp-indent-function'.
1721 2010-02-07  Glenn Morris  <rgm@gnu.org>
1723         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1724         Move F2003 named interfaces from keywords-2 to keywords-1, and
1725         use function-name-face rather than constant-face.
1726         Simplify "abstract interface" regexp.
1728 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1730         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1731         ID-FORMAT.  Pass it to `file-attributes'.
1733         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1735 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1737         * faces.el (set-face-attribute): Allow calling
1738         internal-set-lisp-face-attribute with 'unspecified family and
1739         foundry argument (Bug#5536).
1741 2010-02-07  Glenn Morris  <rgm@gnu.org>
1743         * progmodes/f90.el (f90-font-lock-keywords-2)
1744         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1745         Handle F2003 named interfaces.
1747 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1749         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1750         beg and end before calling c-get-state-before-change-functions.
1752 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1754         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1756 2010-02-05  Juri Linkov  <juri@jurta.org>
1758         * doc-view.el (doc-view-mode):
1759         * image-mode.el (image-mode): Put property mode-class=special.
1760         (Bug#4896)
1762 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1764         * vc-svn.el (vc-svn-revision-table): New function.
1766 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1768         * net/ange-ftp.el (ange-ftp-insert-directory):
1769         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1770         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1771         Handle also directories.  (Bug#5478)
1773 2010-02-05  Glenn Morris  <rgm@gnu.org>
1775         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1777 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1779         * startup.el (command-line-1): Convert options beginning with a
1780         single dash as well (Bug#5519).
1782 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1785         * minibuffer.el (completion-initials-expand): Only check the presence
1786         of delims *within* the boundaries, since otherwise the / delim is
1787         always found for files.
1789         Fix up various corner case problems.
1790         * doc-view.el (doc-view-last-page-number): New function.
1791         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1792         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1793         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1794         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1795         (doc-view-convert-current-doc): Don't create the resolution.el file
1796         here any more.
1797         (doc-view-pdf/ps->png): Do it here instead.
1798         (doc-view-already-converted-p): Check that resolution.el is present.
1799         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1800         windows that are not yet showing images.
1802 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1804         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1805         `dired-uncache' for every elemnt which is an absolute file name.
1807         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1808         directory, handle its directory component.
1809         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1810         function is called permanently and creates noise, otherwise.
1812         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1813         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1814         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1816 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1818         * macros.el (apply-macro-to-region-lines):
1819         Minor simplification.  (Bug#5485)
1821 2010-02-04  Glenn Morris  <rgm@gnu.org>
1823         * mail/rmail.el (rmail-show-message-1): Handle malformed
1824         quoted-printable text.  (Bug#5441)
1826         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1828         * simple.el (visual-line-mode): Capitalize lighter.
1830 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1832         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1833         list of files considered for "virtual buffer" completions.
1835 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1838         also in case of (and (not full) (not wildcard)). This is needed,
1839         when dired is called with a list of files, which are not in
1840         `default-directory'.  (Bug#5478)
1842 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1846 2010-02-02  Juri Linkov  <juri@jurta.org>
1848         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1849         from unidiff to allow function-line after @@.
1851 2010-02-02  Juri Linkov  <juri@jurta.org>
1853         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1854         '(RCS SCCS) with inverted condition.
1856 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1858         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1859         messages.
1861 2010-02-01  Juri Linkov  <juri@jurta.org>
1863         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1864         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1865         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1866         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1868 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1870         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1871         (doc-view-revert-buffer): New command.
1872         (doc-view-mode-map): Use it.
1874 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1876         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1877         pending merge is detected.
1879 2010-01-31  Juri Linkov  <juri@jurta.org>
1881         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1882         beginning of interactive spec like all other grep commands do.
1883         Put "all" in front of "gz".  (Bug#5260)
1885 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1887         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1889 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1891         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1892         regexp is incorrect (Bug#5476).
1894 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1896         * net/tramp.el (tramp-handle-insert-directory): Handle also
1897         symlinks, when FILENAME is not in `default-directory'.
1899 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1901         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1902         FILE is not in `default-directory'.  (Bug#5478)
1904         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1905         of SWITCHES.  Handle the case, FILENAME is not in
1906         `default-directory'.  (Bug#5478)
1907         (tramp-register-file-name-handlers): Add safe-magic property.
1909 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1911         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1912         unzip (Bug#5475).
1914 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1916         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1917         (flymake-master-make-header-init): Add other C++ filename masks.
1918         (flymake-find-possible-master-files)
1919         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1921 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1923         Fix some busybox annoyances.
1925         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1926         not responding." string.
1927         (tramp-open-connection-setup-interactive-shell): Dump stty
1928         settings.  Enable "neveropen" arg for all `tramp-send-command'
1929         calls.  Handle "=" in variable values properly.
1930         (tramp-find-inline-encoding): Raise an error, when no encoding is
1931         found.
1932         (tramp-wait-for-output): Check, whether PROC buffer is available.
1933         Remove spurious " ^H" sequences, sent by busybox.
1934         (tramp-get-ls-command): Suppress coloring, if possible.
1936 2010-01-28  Glenn Morris  <rgm@gnu.org>
1938         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1940         * log-edit.el (log-edit-strip-single-file-name): Add missing
1941         :safe, :group, and :version tags.
1943 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1945         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1946         buffers.  (Bug#5477)
1948 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1950         * files.el (delete-directory): Handle moving to trash without
1951         first doing recursion (Bug#5436).
1953 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1955         * vc-hooks.el (vc-path): Mark as obsolete.
1957 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1959         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1960         names too.
1962         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1963         for the short log.
1964         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1966 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1968         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1970         * vc-bzr.el (vc-bzr-revision-table): New function.
1972 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1974         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1975         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1977 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1979         Remove support for adding --signoff on commit.
1980         Future support will use an incompatible generic mechanism.
1981         * vc-git.el (vc-git-add-signoff): Remove variable.
1982         (vc-git-toggle-signoff): Remove function.
1983         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1985         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1986         from xterm-set-background-mode.  Return t if the background mode
1987         was set.
1988         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1989         earlier, call it again in case the background mode has changed.
1991 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1993         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1994         (Bug#3541).
1996 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1998         * emacs-lisp/assoc.el (aelement): Doc fix.
1999         (aput, adelete, amake): Use lexical-let (Bug#5450).
2001 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2003         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2004         is the same as subprogram call, not declaration.  (Bug#5435).
2006 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2008         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2009         (tramp-smb-maybe-open-connection): Use it.
2011 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2013         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2015 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2018         just because we see "encoding: 8bit".
2019         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2021 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2023         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2025 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2027         * jka-compr.el (jka-compr-load): If load-file is not in
2028         load-history, try its file-truename version.  (bug#5447)
2030 2010-01-21  Alan Mackenzie  <acm@muc.de>
2032         Fix a situation where deletion of a cpp construct throws an error.
2033         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2034         invoking c-with-all-but-one-cpps-commented-out, check that the
2035         special cpp construct is still in the buffer.
2036         (c-parse-state): Record the special cpp with markers, not numbers.
2038 2010-01-21  Kenichi Handa  <handa@m17n.org>
2040         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2041         process last-command-event, as it is now decoded first (Bug#5380).
2043 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2045         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2047 2010-01-20  Glenn Morris  <rgm@gnu.org>
2049         * indent.el (tab-always-indent): Fix custom-type.
2051 2010-01-19  Alan Mackenzie  <acm@muc.de>
2053         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2054         buffer throws "args out of range".
2055         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2056         playing the role of delimiter.
2058 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2060         * progmodes/ada-mode.el: Fix bug#5400.
2061         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2062         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2063         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2064         Improve comments in "is" portion.  Handle null procedure declaration.
2065         (ada-move-to-end): Improve doc string.
2067 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2069         * ido.el (ido-cur-list): Initialize to nil.
2070         Remove obsolete information from commentary.
2071         (ido-choice-list): Initialize to nil.
2072         (ido-get-bufname): Reject minibuffers.
2073         (ido-make-buffer-list): If "default" is a nonexistent
2074         buffer, ignore it, as per the function's comment.
2075         (ido-kill-buffer-internal): New function.
2076         (ido-kill-buffer-at-head): Use it.
2077         (ido-visit-buffer): Likewise.
2079 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2081         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2083 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2085         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2086         Fix typos in chart titles.
2088         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2089         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2090         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2091         (describe-class, eieio-describe-generic, describe-generic):
2092         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2093         (eieio-speedbar-expand):
2094         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2095         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2096         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2097         (viper-del-backward-char-in-replace, viper-backward-indent)
2098         (viper-brac-function, viper-register-to-point, viper-submit-report):
2099         * net/tramp.el (tramp-remote-coding-commands):
2100         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2101         Fix typos in docstrings.
2103 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2105         * mail/sendmail.el (mail-yank-original): Set the mark if the
2106         specified function for yanking does not do it.
2108 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2110         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2112         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2113         resyncing a directory.
2115 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2117         * progmodes/ada-mode.el: Fix bug#1920.
2118         (ada-ident-re): Delete ., allow multibyte characters.
2119         (ada-goto-label-re): New; matches goto labels.
2120         (ada-block-label-re): New; matches block labels.
2121         (ada-label-re): New; matches both.
2122         (ada-named-block-re): Deleted; callers changed to use
2123         `ada-block-label-re' instead.
2124         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2125         Use `ada-block-label-re'.
2126         (ada-indent-on-previous-lines): Improve handling of goto labels.
2127         (ada-get-indent-block-start): Special-case block label.
2128         (ada-get-indent-label): Split into `ada-indent-block-label' and
2129         `ada-indent-goto-label'.
2130         (ada-goto-stmt-start, ada-goto-next-non-ws):
2131         Optionally ignore goto labels.
2132         (ada-goto-next-word): Simplify.
2133         (ada-indent-newline-indent-conditional): Insert newline before
2134         trying to fix indentation; doc fix.
2136 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2138         * calc/calc.el (calc-command-flags): Give it an initial value.
2140 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2142         * files.el (minibuffer-with-setup-hook):
2143         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2144         (artist-key-draw-continously, artist-key-do-continously-continously)
2145         (artist-key-set-point-continously, artist-mouse-draw-continously):
2146         Fix typos in docstrings.
2148 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2150         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2151         return t (Bug#3898).
2153 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2155         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2156         can parse the output of the external commands (Bug#5279).
2158 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2160         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2162 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2164         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2166         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2168         * startup.el (command-line): Remove unused --icon-type arg.
2169         Handle --display arg, passing it to command-line-1 (Bug#5392).
2171 2010-01-16  Mario Lang  <mlang@delysid.org>
2173         * emacs-lisp/chart.el (chart-translate-namezone):
2174         * textmodes/artist.el (artist-compute-popup-menu-table):
2175         Remove duplicated words in doc-strings.
2177 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2179         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2180         to mairix-search to suppress threading (Bug#5342).
2182 2010-01-15  Kenichi Handa  <handa@m17n.org>
2184         * international/mule-cmds.el (canonicalize-coding-system-name):
2185         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2187 2010-01-15  Glenn Morris  <rgm@gnu.org>
2189         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2191         * wid-edit.el (widget-keymap): Doc fix.
2193         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2194         former seems to be more widely accepted by various svn versions.
2196 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2198         * find-cmd.el (find-constituents):
2199         * vc-arch.el (vc-arch-root):
2200         * window.el (window-body-height, pop-up-frames):
2201         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2202         * progmodes/ada-stmt.el (ada-if):
2203         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2204         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2205         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2206         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2208         * progmodes/flymake.el (flymake-post-syntax-check):
2209         Fix typo in error message.
2211 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2213         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2214         which is always a string.  (Bug#5313)
2216 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2218         * progmodes/ada-xref.el (ada-default-prj-properties):
2219         Simplify previous change.
2221 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2223         * progmodes/ada-xref.el (ada-default-prj-properties):
2224         Default ada_project_path to $ADA_PROJECT_PATH.
2226 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2228         * progmodes/ada-mode.el (ada-create-keymap):
2229         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2231 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2233         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2234         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2235         (ada-get-current-indent, ada-imenu-generic-expression)
2236         (ada-which-function): Check for it.
2238 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2240         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2241         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2243 2010-01-14  Glenn Morris  <rgm@gnu.org>
2245         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2247 2010-01-14  Kenichi Handa  <handa@m17n.org>
2249         * composite.el (auto-composition-mode): Make it a buffer local
2250         variable (permanent-local).
2251         (auto-composition-function): Set the default value to
2252         auto-compose-chars.
2253         (auto-composition-mode): Make it a simple function, not a minor mode.
2254         (global-auto-composition-mode): Likewise.
2255         (turn-on-auto-composition-if-enabled): Delete it.
2257 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2259         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2261 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2263         * files.el (copy-directory): Compute target for recursive
2264         directories with identical names.  (Bug#5343)
2266 2010-01-12  Glenn Morris  <rgm@gnu.org>
2268         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2269         it to bug-gnu-emacs rather than emacs-pretest-bug.
2271 2010-01-11  Sam Steingold  <sds@gnu.org>
2273         * imenu.el (imenu-default-create-index-function): Detect infinite
2274         loops caused by imenu-prev-index-position-function.
2276 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2278         * htmlfontify.el (htmlfontify-load-rgb-file)
2279         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2280         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2281         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2282         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2283         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2284         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2285         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2286         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2287         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2288         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2289         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2290         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2291         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2292         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2293         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2294         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2295         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2296         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2297         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2298         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2299         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2300         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2301         backslash-quoting from parentheses, etc.
2303 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2305         * progmodes/js.el: Autoload javascript-mode alias.
2307 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2309         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2310         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2311         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2312         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2313         Fix typos in docstrings.
2314         (ffap-url-regexp): Doc fix.
2315         (ffap-at-mouse): Fix typo in message.
2317 2010-01-11  Glenn Morris  <rgm@gnu.org>
2319         * version.el (emacs-copyright): Set copyright year to 2010.
2321 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * format.el (format-annotate-function): Only set
2324         write-region-post-annotation-function after running to-fn so as not to
2325         affect nested write-region calls (bug#5273).
2327 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2329         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2330         wisent/python.el.
2332 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2334         * man.el (Man-goto-section): Signal error if the section is not
2335         found (Bug#5317).
2337 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2339         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2340         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2342 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2344         * progmodes/compile.el: Don't treat compile-command as safe if
2345         compilation-read-command might be nil (Bug#4218).
2347 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2349         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2350         NS options.
2352 2010-01-08  Kenichi Handa  <handa@m17n.org>
2354         * international/fontset.el (build-default-fontset-data):
2355         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2357 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2359         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2360         to `create-file-buffer' as it expects, not just a buffer name.
2361         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2362         to help uniquify.  (Bug#3224)
2364 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2366         * font-setting.el (font-setting-change-default-font): Use user-spec
2367         instead of name.
2369 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2371         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2373 2010-01-05  Tom Tromey  <tromey@redhat.com>
2375         * progmodes/python.el (python-font-lock-keywords):
2376         Handle qualified decorators (Bug#881).
2378 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2380         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2381         in a lightweight checkout.
2383 2010-01-05  Kenichi Handa  <handa@m17n.org>
2385         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2387 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2389         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2391 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2393         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2394         checkouts.  (Bug#618)
2395         (vc-bzr-log-view-mode): Also highlight the author.
2396         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2397         (vc-bzr-shelve-menu-map):
2398         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2399         (vc-bzr-shelve-apply): Make prompt more explicit.
2401 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2403         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2404         They are valid characters in URL paths (rfc3986), and at least
2405         Firefox does not understand the encoded version (Bug#3166).
2407 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2409         * progmodes/octave-mod.el (octave-end-keywords)
2410         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2411         Add "end" keyword (Bug#3061).
2412         (octave-end-as-array-index-p): New function.
2413         (calculate-octave-indent): Use it.
2415 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2417         * bookmark.el: Consistently put the text property on the bookmark name.
2418         (bookmark-bmenu-marks-width): Bump back to 2, to include
2419         annotation marks.
2420         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2421         property on the bookmark name, instead of not putting it at all.
2422         (bookmark-bmenu-list): Fix where we put the text property.
2424 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2426         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2427         for showing buffer modified state (as added in the previous change).
2429 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2431         * bookmark.el: Show modified state of bookmark buffer more accurately.
2432         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2433         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2434         (with-buffer-modified-unmodified): New macro.
2435         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2436         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2437         Use new macro to preserve the buffer modified state.
2439 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2441         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2442         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2443         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2444         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2445         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2446         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2447         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2449 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2451         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2452         Make the lines in the generated doc string shorter.  (Bug#4668)
2454 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2456         * net/rcirc.el: Add follow-link binding (Bug#4738).
2458 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2460         * Makefile.in (bzr-update): Rename from cvs-update.
2461         (cvs-update): New target for backward compatibility.
2463         * makefile.w32-in (bzr-update): Rename from cvs-update.
2464         (cvs-update): New target for backward compatibility.
2466 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2468         * bookmark.el: Remove gratuitous gratitude.
2470 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2472         * bookmark.el (bookmark-bmenu-any-marks): New function
2473         (bookmark-bmenu-save): Clear buffer modification if no marks.
2475 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2477         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2478         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2479         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2480         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2482         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2483         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2484         To: emacs-devel {_AT_} gnu.org
2485         Subject: bookmark.el bug report
2486         Date: Mon, 28 Dec 2009 14:19:16 +0800
2487         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2489 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2491         * bookmark.el: Improvements suggested by Drew Adams:
2492         (bookmark-bmenu-ensure-position): New name for
2493         `bookmark-bmenu-check-position'.  Just ensure the position,
2494         don't return any meaningful value.
2495         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2496         New constants.
2498 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2500         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2501         (bookmark-yank-point, bookmark-bmenu-check-position):
2502         Fix typos in docstrings.
2503         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2504         (bookmark-name-from-full-record, bookmark-get-position)
2505         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2506         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2507         Remove useless quoting of parenthesis, etc. in docstrings.
2509         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2510         (ediff-append-custom-diff): Fix typo in error message.
2511         (ediff-meta-mark-equal-files): Fix typos in messages.
2513         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2515         * net/imap-hash.el (imap-hash-make): Doc fix.
2516         (imap-hash-test): Fix typo in error message; reflow docstring.
2517         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2518         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2519         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2520         Fix typos in docstrings.
2521         (imap-hash-open-connection): Fix typo in error message.
2523         * play/gomoku.el (gomoku): Fix typos in docstring.
2525         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2526         (gdb-jsonify-buffer): Fix typos in docstring.
2527         (gdb-goto-breakpoint): Fix typo in error message.
2528         ("Display Other Windows"): Fix typo in help message.
2529         (gdb-speedbar-expand-node): Fix typo in question.
2531         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2532         (idlwave-html-system-help-location, idlwave-html-help-location)
2533         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2534         (idlwave-help-browser-generic-args, idlwave-help-directory)
2535         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2536         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2537         (idlwave-online-help, idlwave-help-html-link)
2538         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2539         Fix typos in docstrings.
2540         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2541         Reflow docstrings.
2542         (idlwave-help-assistant-start): Fix typo in error message.
2544         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2545         (octave-electric-space): Fix typos in docstrings.
2547 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2549         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2551 2010-01-01  Juri Linkov  <juri@jurta.org>
2553         * comint.el (comint-input-ring-size): Make it a defcustom and
2554         increase the default to 500 (Bug#5148).
2556 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2558         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2559         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2560         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2562 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2564         Show working revision correctly for mercurial.
2565         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2566         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2568 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2570         Declare some functions for the byte-compiler.
2571         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2572         (speedbar-timer-fn, speedbar-change-expand-button-char)
2573         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2575 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2577         This changeset reverts GDB Graphical Interface to use annotations.
2578         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2580 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2582         Make vc-dir work on subdirectories of the bzr root.
2583         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2584         file names relative to it.
2585         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2586         relative directory to vc-bzr-after-dir-status.
2588 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2590         * font-lock.el (font-lock-refresh-defaults): New function, which
2591         can be used to let font-lock react to external changes in
2592         variables like font-lock-defaults and keywords.
2593         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2595 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2597         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2599         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2601 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2603         Supersede color.diff settings in git log (bug#5211).
2605         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2606         escape chars in its output when the user has color.diff set to `always'.
2607         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2609 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2611         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2612         node.  Keep previous "Index" name to work with past coreutils too.
2614         * man.el (man): Revise docstring a bit to show -a and -l as
2615         examples.  Add -k description since support for it has otherwise
2616         been a secret.  (Further to bug#3717.)
2617         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2618         "no matches" rather than "Can't find manpage", as the latter reads
2619         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2621 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2624         switches.  Check also for //SUBDIRED// line.
2626 2009-12-25  Kenichi Handa  <handa@m17n.org>
2628         * language/indian.el (devanagari-composable-pattern): Fixed to
2629         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2630         Devanagari.
2631         (malayalam-composable-pattern): Fix previous change.
2633 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2635         * ps-print.el (ps-face-attributes): It was not returning the
2636         attribute face for faces specified as string.  Reported by harven
2637         <harven@free.fr>.  (Bug#5254)
2638         (ps-print-version): New version 7.3.5.
2640 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2642         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2643         timezone names.
2644         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2645         (icalendar--add-diary-entry): Remove the trailing blank that
2646         diary-make-entry inserts.
2648 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2650         Make `file-expand-wildcards' work for remote files.
2652         * files.el (file-expand-wildcards): In case of remote files, check
2653         only local file name part for wildcards.  Provide feature 'files
2654         and subfeature 'remote-wildcards.  (Bug#5198)
2656         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2657         if there is already an established connection.
2658         (tramp-advice-file-expand-wildcards): Remove it.
2660         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2661         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2662         Activate advice for older GNU Emacs versions.  (Bug#5237)
2664 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2666         Some doc fixes (more needed).
2668         * find-cmd.el (find-constituents): Reflow docstring.
2669         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2670         (find-generic): Doc fix.
2672 2009-12-17  Juri Linkov  <juri@jurta.org>
2674         Fix regression from 23.1 to allow multiple modes in Local Variables.
2676         * files.el (hack-local-variables-filter): While ignoring duplicates,
2677         don't take `mode' into account.
2678         (hack-local-variables-filter, hack-dir-local-variables): Don't
2679         remove duplicate `mode' from local-variables-alist (like `eval').
2681 2009-12-17  Juri Linkov  <juri@jurta.org>
2683         Make `dired-diff' more safe.  (Bug#5225)
2685         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2686         `current' or when `file' is a directory of the `current' file.
2688 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2690         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2691         unconditionally preloaded files.
2693 2009-12-16  Juri Linkov  <juri@jurta.org>
2695         Revert to old 23.1 logic of using the file at the mark as default.
2696         * dired-aux.el (dired-diff): Use the file at the mark as default
2697         if it's not the same as the current file, and the target dir is
2698         the current dir or the mark is active.  Add the current file
2699         as the arg of `dired-dwim-target-defaults'.  Use the default file
2700         in the prompt.  (Bug#5225)
2702 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2704         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2705         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2706         (tramp-check-for-regexp): Check also, when an echoing shell stops
2707         to echo sent commands.
2709 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2711         * Makefile.in: Revert last change (Bug#5191).
2713 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2715         * vc-hg.el (vc-hg-print-log): Fix argument order.
2716         (vc-hg-working-revision): Make sure the command is executed in a
2717         known environment so that we can parse the output.  (Bug#4417)
2719 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2721         * progmodes/python.el (python-symbol-completions): Remove text
2722         properties from symbol string before calling python-send-receive.
2724 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2726         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2727         when there are values for both file and line.  (Bug#5060)
2729 2009-12-14  Juri Linkov  <juri@jurta.org>
2731         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2732         whitespace after the file name of the first line of unified format,
2733         because git-diff doesn't output whitespace and file modification time
2734         after the file name.
2736 2009-12-14  David Kastrup  <dak@gnu.org>
2738         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2739         check if it already has the `display' property added by
2740         `Info-display-images-node', and not put the `invisible' property
2741         in this case.
2743 2009-12-13  Glenn Morris  <rgm@gnu.org>
2745         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2746         (report-emacs-bug): In message-mode, sort manually before storing
2747         original report text.  (Bug#5178)
2748         Remove superfluous save-excursion.
2750 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2752         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2753         when responding to "GetAll" properties.
2755 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2757         * simple.el (compose-mail): Remove mail-setup-with-from from
2758         customization checks.
2760 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2762         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2763         RAR archives created on Unix systems.
2765 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2767         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2768         the varalias that was accidentally removed by the 2009-11-19 change
2769         (bug#5186).
2771 2009-12-12  Kenichi Handa  <handa@m17n.org>
2773         * language/indian.el (indian-compose-regexp): New function.
2774         (malayalam-composable-pattern): Fix the pattern.
2775         (composition-function-table): Set malayalam-composable-pattern for
2776         Malayalam characters.
2778 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2780         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2781         rather than down-mouse-1, based on follow-link conventions.
2783         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2784         are compiled.
2786 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2788         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2789         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2790         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2791         (verilog-leap-to-head, verilog-backward-token):
2792         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2794 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2796         * progmodes/verilog-mode.el (verilog-auto-lineup)
2797         (verilog-nameable-item-re): Cleanup user-visible spelling and
2798         documentation errors.  One reported by Gary Delp.
2799         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2800         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2801         package, bug195.  Reported by Pierre-David Pfister.
2803 2009-12-11  Glenn Morris  <rgm@gnu.org>
2805         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2807         * mail/emacsbug.el: No longer require sendmail.
2808         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2809         (report-emacs-bug-orig-text): Doc fix.
2810         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2811         New local variables, to adapt to different mail-user-agents.
2812         (report-emacs-bug): Fix test for a gnu.org address.
2813         Use overlays for emphasis, since font-lock defeats 'face property.
2814         Pretest bugs also end up at the newsgroup these days.
2815         Stop message-mode stripping text properties.
2816         Set and use the new buffer-local variables.
2817         (report-emacs-bug-hook): Add doc-string.
2818         Remove some unnecessary save-excursions and simplify.
2819         Use the appropriate hook and send-command.
2821         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2822         capitalization of some menu entries.
2824 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2826         * whitespace.el (whitespace-display-char-on): Ensure
2827         `buffer-display-table' is unique when two or more windows are
2828         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2829         New version 12.1.
2831 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2833         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2834         characters in the Attribute field.
2836 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2838         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2840 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2842         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2843         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2844         Disregard autoload-excludes.
2845         (update-directory-autoloads): Obey autoload-excludes here instead.
2846         But don't store its contents in no-autoloads and remove entries that
2847         refer to excludes files.
2849 2009-12-10  Glenn Morris  <rgm@gnu.org>
2851         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2852         (expand-mail-aliases): Define for compiler.
2854         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2855         Define for compiler.
2857         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2858         appropriate for the mail-user-agent in use.
2860 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2862         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2864 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2866         Fix short log parsing and fontification.
2867         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2868         Fix fontification for the [merge] label.
2870 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2872         Drop some properties to avoid surprises.
2873         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2874         (hfy-fontify-buffer): Use it.
2876 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         Minor cleanup.
2879         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2880         Adjust all callers.
2881         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2882         args compulsory.  Adjust callers.
2883         (ffap-gopher-at-point): Remove unused var `name'.
2885         Get rid of the ELCFILES abomination.
2886         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2887         (compile-elcfiles): New phony target.
2888         (compile-main): Compute ELCFILES dynamically.
2889         (compile-clean): New target to remove left-over elc files.
2890         (compile, all): Use it.
2892 2009-12-09  Kenichi Handa  <handa@etlken>
2894         * international/mule-diag.el: Require help-mode instead of help-fns.
2896 2009-12-09  Kenichi Handa  <handa@m17n.org>
2898         * international/mule-cmds.el (ucs-names): Supply sufficiently
2899         fine ranges instead of pre-calculating accurate ranges.
2900         Iterate with bigger gc-cons-threshold.
2902 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2904         Add support for stashing a snapshot of the current tree.
2905         * vc-git.el (vc-git-stash-snapshot): New function.
2906         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2908 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2910         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2911         instead of `(beginning|end)-of-line'.
2913 2009-12-08  Glenn Morris  <rgm@gnu.org>
2915         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2917         * Makefile.in (ELCFILES): Regenerate.
2919 2009-12-07  Juri Linkov  <juri@jurta.org>
2921         Don't lazy-highlight the comint output in history Isearch mode.
2923         * comint.el (comint-history-isearch-search): Instead of
2924         `comint-line-beginning-position', use `comint-after-pmark-p'
2925         to check if point if before the process mark, and go to
2926         `process-mark' in this case.
2928 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2930         * textmodes/tex-mode.el (latex-complete)
2931         (latex-indent-or-complete): Remove.
2932         (latex-mode): Set completion-at-point-functions instead.
2934         Provide a standard completion command and hook it into TAB.
2935         * minibuffer.el (completion-at-point-functions): New var.
2936         (completion-at-point): New command.
2937         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2938         * progmodes/python.el (python-mode-map): Use completion-at-point.
2939         (python-completion-at-point): Rename from python-partial-symbol and
2940         adjust for use in completion-at-point-functions.
2941         (python-mode): Setup completion-at-point for Python completion.
2942         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2943         extracted from lisp-complete-symbol.
2944         (lisp-complete-symbol): Use it.
2945         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2946         setup completion-at-point for Elisp completion.
2947         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2948         Use completion-at-point.
2949         * ielm.el (ielm-map): Use completion-at-point.
2950         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2951         * progmodes/sym-comp.el: Move to...
2952         * obsolete/sym-comp.el: Move from progmodes.
2954 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2956         Prevent save-buffer in Rmail buffers from using the coding-system
2957         of the current message, and from clobbering the encoding mnemonics
2958         in the mode line (Bug#4623).
2960         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2961         flag, too.
2962         (rmail-message-encoding): New variable.
2963         (rmail-write-region-annotate): Record the encoding of the current
2964         message in rmail-message-encoding.
2965         (rmail-after-save-hook): New function, restores the encoding of
2966         the current message after the message collection is saved.
2968 2009-12-07  Juri Linkov  <juri@jurta.org>
2970         * progmodes/grep.el (grep-read-files): Use `completing-read'
2971         instead of `read-string'.  Set its `collection' arg to
2972         `read-file-name-internal'.  (Bug#4301)
2974 2009-12-07  Juri Linkov  <juri@jurta.org>
2976         Correctly restore original Isearch point.  (Bug#4994)
2978         * isearch.el (isearch-mode): Move `isearch-push-state' after
2979         `(run-hooks 'isearch-mode-hook)'.
2980         (isearch-cancel): When `isearch-push-state-function' is defined,
2981         let-bind `isearch-cmds' to the first state (the last element of
2982         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2983         function and restores the original point).  Otherwise, move point
2984         to `isearch-opoint'.
2986 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2989         chars that don't have names, so the table can be built much faster at
2990         run-time.
2992 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2994         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2995         change.  Suggested by David Kastrup.
2997         * simple.el (compose-mail): Check for incompatibilities and warn.
2998         (compose-mail-user-agent-warnings): New option.
3000 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3002         Support showing a single log entry from vc-annotate.
3003         * vc.el (print-log): Add a new argument: START-REVISION.
3004         (vc-print-log-internal): Add a new optional argument and
3005         pass it to the backend.
3006         (vc-print-log, vc-print-root-log): Adjust callers.
3007         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3008         buffer already displays the requested log entry, use it.
3009         Otherwise display only the log entry in question.
3010         * vc-svn.el (vc-svn-print-log):
3011         * vc-mtn.el (vc-mtn-print-log):
3012         * vc-hg.el (vc-hg-state):
3013         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3014         (vc-git-show-log-entry): Return t on success.
3015         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3016         (vc-bzr-show-log-entry): Return t on success.
3017         * vc-rcs.el (vc-rcs-print-log):
3018         * vc-sccs.el (vc-sccs-print-log):
3019         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3021 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3023         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3024         Add menus to the meta mode.  (Bug#5043)
3026 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3028         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3029         event-key.
3031         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3033 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3035         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3036         Berbain <raphael.berbain@gmail.com>.
3038         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3039         characters.
3040         (tramp-initial-end-of-output): New defconst.
3041         (tramp-methods, tramp-find-shell)
3042         (tramp-open-connection-setup-interactive-shell)
3043         (tramp-maybe-open-connection): Use it.
3044         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3045         existence of `#' and `$'.
3047         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3048         `tramp-initial-end-of-output'.
3050 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3052         Get the background mode from the terminal for xterm, and set
3053         faces accordingly.
3054         * term/xterm.el (xterm-set-background-mode): New function.
3055         (terminal-init-xterm): Use it in case xterm supports background
3056         color queries.  Recompute faces after getting the background
3057         color.
3059 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3061         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3062         number comment back on its own line, for easier parsing.
3064 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3066         Make it work for non-file buffers (bug#5102).
3067         * doc-view.el (doc-view-current-cache-dir):
3068         Use doc-view-buffer-file-name rather than buffer-file-name.
3069         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3071 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3073         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3074         author field is too short.
3076 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3078         * vc-git.el (vc-git-print-log): Handle a limit argument.
3079         Display the short log in graph form and with labels.
3080         (vc-git-log-view-mode): Handle labels.
3082         Make vc-revert change VC state from 'added to 'unregistered.
3083         * vc-git.el (vc-git-revert): Call git reset first.
3085 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3087         * net/newst-backend.el, net/newst-plainview.el:
3088         * net/newst-reader.el, net/newst-ticker.el:
3089         * net/newst-treeview.el, net/newsticker.el:
3090         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3092 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3094         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3096         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3097         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3098         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3099         Update annotation regexp.
3101         * simple.el (beginning-of-visual-line): Constrain to field
3102         boundaries (Bug#5106).
3104 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3106         * xml.el (xml-substitute-numeric-entities): Move
3107         newsticker--decode-numeric-entities in newst-backend.el to
3108         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3109         * net/newst-backend.el (newsticker--parse-generic-feed)
3110         (newsticker--parse-generic-items)
3111         (newsticker--decode-numeric-entities): Move
3112         newsticker--decode-numeric-entities in newst-backend.el to
3113         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3115 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3117         * progmodes/js.el (js--js-not): Add null to the list of values.
3119 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3121         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3123 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3125         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3126         delimiter if it is at the end of the current line.
3127         (bibtex-generate-url-list): Fix docstring.
3129 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3131         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3132         minibuffer's content with itself.
3133         Fold the confirm-after-completion case into the `confirm' case.
3134         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3136 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3138         * ffap.el (ffap-rfc-path): Make this a defcustom since
3139         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3141         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3142         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3144 2009-12-05  Juri Linkov  <juri@jurta.org>
3146         Save and restore dired buffer's point positions too.  (Bug#4880)
3148         * dired.el (dired-save-positions): Return in the first element
3149         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3150         Doc fix.
3151         (dired-restore-positions): First restore buffer's position.
3152         While restoring window's positions, check if window still displays
3153         the original buffer.
3155 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3157         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3158         if possible.
3160         * shell.el (shell): Require ansi-color (Bug#5113).
3162         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3164         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3166 2009-12-05  Alan Mackenzie  <acm@muc.de>
3168         * progmodes/cc-mode.el (c-before-hack-hook)
3169         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3170         `c-file-style' to work again.  This reversion restores the current
3171         software to its state in Emacs 23.1.  (Bug#4146)
3173 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3175         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3176         comment-start-skip to comment-end-skip as comment (Bug#4781).
3178 2009-12-05  Juri Linkov  <juri@jurta.org>
3180         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3181         for virtual nodes.  (Bug#4147)
3182         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3183         when moving from a virtual node.
3184         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3185         (Info-mode): Add `Info-virtual-index' to the docstring.
3187 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3189         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3190         track of the buffer position of the end of a BibTeX entry as this
3191         position may change during reformatting.
3192         (bibtex-format-entry): Remove whitespace before processing
3193         numerical fields so that we recognize the latter properly.
3194         (bibtex-reformat): Do not use push which changes the global value
3195         of bibtex-entry-format.
3196         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3197         (bibtex-field-re-init): Replace only space characters by regexp
3198         for whitespace.
3199         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3200         (bibtex-initialize): Also update bibtex-strings.
3201         (bibtex-kill-field): Preserve white space at end of entry.
3202         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3203         Update bibtex-reference-keys.
3205 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3208         point after a star, if that's the only place where modifications can
3209         make progress.
3211 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3213         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3214         in docstrings.
3216 2009-12-04  Juri Linkov  <juri@jurta.org>
3218         * proced.el (proced): Call `(proced-update t)' to update process
3219         information instead of only running proced-post-display-hook.
3220         (proced-send-signal): Add a leading space to the buffer name
3221         " *Marked Processes*" to make this buffer ephemeral.
3223 2009-12-04  Juri Linkov  <juri@jurta.org>
3225         * dired.el (dired-auto-revert-buffer): New defcustom.
3226         (dired-internal-noselect): Use it.
3228 2009-12-04  Juri Linkov  <juri@jurta.org>
3230         Change roles of modes and functions in image-mode.el (Bug#5062).
3232         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3233         in `auto-mode-alist'.
3234         (image-mode-previous-major-mode): New variable.
3235         (image-minor-mode-map): Rename from `image-mode-text-map'.
3236         (image-mode): Move graceful error-handling code from
3237         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3238         (image-minor-mode): Remove all image-handling code.
3239         Replace `image-mode-text-map' with `image-minor-mode-map'.
3240         Check for `image-type' in mode-line format string.
3241         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3242         (image-mode-as-text): New function with most code from
3243         `image-mode-maybe'.
3244         (image-toggle-display-text): Move code that removes image
3245         properties from `image-toggle-display' to here.
3246         (image-toggle-display-image): New function with code that adds
3247         image properties copied from `image-toggle-display'.
3248         (image-toggle-display): Remove most code with leaving only code
3249         that toggles between `image-mode-as-text' and `image-mode'.
3251 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3253         * net/newst-treeview.el
3254         (newsticker--treeview-list-highlight-start): Restored call to
3255         save-excursion: Selected item was stuck.
3256         (newsticker--treeview-list-select): New.
3257         (newsticker--treeview-item-show-text)
3258         (newsticker--treeview-item-show)
3259         (newsticker--treeview-item-update): Use new
3260         newsticker-treeview-item-mode.
3261         (newsticker-treeview-update): Keep current item.
3262         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3263         (newsticker--treeview-first-feed): Doc change.
3264         (newsticker-treeview-list-menu)
3265         (newsticker-treeview-item-menu): Added menu entries.
3266         (newsticker-treeview-item-mode): New.
3268         * net/newst-backend.el (newsticker-customize): Delete other
3269         windows.
3271 2009-12-04  Sam Steingold  <sds@gnu.org>
3273         * log-view.el (log-view-mode-map): "q" calls quit-window,
3274         like in all the other non-self-insert buffers.
3276 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         Minor cleanup.
3279         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3280         key decoding rather than do it manually via last-input-event +
3281         ascii-character.
3282         (term-exec): Use delete-and-extract-region.
3283         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3284         (term-process-pager): Remove unused var `i'.
3285         (term-dynamic-simple-complete): Make obsolete.
3286         (serial-update-config-menu): Remove unused vars `y' and `str'.
3287         (term-update-mode-line): Remove unused var `temp'.
3289 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3291         Limit the number of log entries displayed by default.
3292         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3293         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3294         using a prefix argument.
3296 2009-12-03  Glenn Morris  <rgm@gnu.org>
3298         * progmodes/idlwave.el (class): Restore still useful declaration.
3300 2009-12-03  Alan Mackenzie  <acm@muc.de>
3302         Enhance `c-parse-state' to run efficiently in "brace deserts".
3304         * progmodes/cc-mode.el (c-basic-common-init):
3305         Call c-state-cache-init.
3306         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3307         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3308         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3310         * progmodes/cc-langs.el (c-before-font-lock-function):
3311         c-extend-and-neutralize-syntax-in-CPP has been renamed
3312         c-neutralize-syntax-in-and-mark-CPP.
3314         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3315         with `category' properties now, not `syntax-table' ones.
3317         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3318         enhanced (but slower) version of c-end-of-macro that won't land
3319         inside a literal or on another awkward character.
3320         (c-state-cache-too-far, c-state-cache-start)
3321         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3322         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3323         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3324         (c-state-min-scan-pos, c-state-brace-pair-desert)
3325         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3326         buffer local variables.
3327         (c-state-literal-at, c-state-lit-beg)
3328         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3329         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3330         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3331         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3332         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3333         (c-renarrow-state-cache)
3334         (c-append-lower-brace-pair-to-state-cache)
3335         (c-state-push-any-brace-pair, c-append-to-state-cache)
3336         (c-remove-stale-state-cache)
3337         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3338         (c-invalidate-state-cache-1, c-parse-state-1)
3339         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3340         (c-parse-state): Enhance and refactor.
3341         (c-debug-parse-state): Amend to deal with all the new variables.
3343         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3344         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3345         modify to use category text properties rather than syntax-table ones.
3346         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3347         to switch off/on the syntactic paren property of C++ template
3348         delimiters using the category property.
3349         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3350         template delims suppressed.
3351         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3352         New constant/macros which apply category properties to the start
3353         and end of preprocessor constructs.
3354         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3355         "comment out" the syntactic value of characters in preprocessor
3356         constructs.
3357         (c-with-cpps-commented-out)
3358         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3359         with characters in all or all but one preprocessor constructs
3360         "commented out".
3362 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3364         * proced.el (proced-filter-alist): Use regexp-quote.
3366 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3368         Cleanup.
3369         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3370         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3371         arguments.  Expand `default-directory'.
3373         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3374         the benefit of returning an expanded localname.
3375         (tramp-tramp-file-p): Handle the case NAME is not a string.
3377 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3379         Add support for bzr shelve/unshelve.
3380         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3381         (vc-bzr-extra-menu-map): New variables.
3382         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3383         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3384         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3385         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3386         (vc-bzr-dir-extra-headers): Display shelves.
3388         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3390 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * textmodes/bibtex.el (bibtex-complete-internal):
3393         Use completion-in-region.
3394         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3396 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3398         Support applying stashes.  Improve UI.
3399         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3400         (vc-git-stash-apply, vc-git-stash-pop)
3401         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3402         (vc-git-stash-menu): New functions.
3403         (vc-git-stash-menu-map): New variable.
3404         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3406 2009-12-03  Glenn Morris  <rgm@gnu.org>
3408         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3409         (vc-print-log-internal): Fix previous change.
3410         (vc-revert): Correct pluralization.
3412 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3415         it to be an alist any more.
3416         (makefile-complete): Use completion-in-region.
3418         * progmodes/octave-mod.el (octave-complete-symbol):
3419         Use completion-in-region.
3421         Misc cleanup.
3422         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3423         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3424         (idlwave-complete-class): Don't quote lambda.
3425         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3426         (idlwave-mode-map): Move initialization into declaration.
3427         (idlwave-action-and-binding): Use backquotes.
3428         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3429         Simplify.
3430         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3431         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3432         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3433         `parts', and `all-parts'.
3434         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3435         (idlwave-convert-xml-system-routine-info): Remove unused string
3436         `version-string'.
3437         (idlwave-display-user-catalog-widget): Use dolist.
3438         (idlwave-scanning-lib): Declare dynamically-scoped var.
3439         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3440         (completion-highlight-first-word-only): Declare to silence bytecomp.
3441         (idlwave-popup-select): Tighten scope of `resp'.
3442         (idlwave-find-struct-tag): Remove unused var `beg'.
3443         (idlwave-after-load-rinfo-hook): Declare.
3444         (idlwave-sintern-class-info): Remove unused var `taglist'.
3445         (idlwave-find-class-definition): Remove unused var `list'.
3446         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3447         (idlwave-what-module-find-class): Remove unused var `classes'.
3449 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3451         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3453 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3456         buffers visited.  Remove redundant current-buffer-saving.
3458 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         Use completion-in-buffer and remove uses of dynamic scoping.
3461         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3462         (pascal-buffer-to-use, pascal-flag): Don't declare.
3463         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3464         (pascal-get-completion-decl, pascal-keyword-completion):
3465         Add `pascal-str' argument, save-excursion,
3466         return the found completions, and don't filter with pascal-pred.
3467         (pascal-completion-cache): New var.
3468         (pascal-completion): Don't switch buffer any more (it was never
3469         necessary).  Don't save-excursion any more (it's done by the called
3470         subroutines).  Use a cache to avoid redundant computations.
3471         Use complete-with-action rather than pascal-completion-response and
3472         let it apply the predicate as well.
3473         (pascal-complete-word): Use completion-in-buffer when
3474         pascal-toggle-completions is nil.
3475         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3476         not used any more.
3477         (pascal-comp-defun): Don't change buffer any more.
3478         Use complete-with-action rather than pascal-completion-response and
3479         let it apply the predicate as well.
3480         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3481         when neded.
3483 2009-12-02  Kenichi Handa  <handa@m17n.org>
3485         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3486         shape for all Indic scripts.
3488 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3490         Use completion-in-buffer.
3491         * wid-edit.el (widget-field-text-end): New function.
3492         (widget-field-value-get): Use it.
3493         (widget-string-complete, widget-file-complete)
3494         (widget-color-complete): Use it and completion-in-region.
3495         (widget-complete): Don't narrow the buffer.
3497 2009-12-02  Glenn Morris  <rgm@gnu.org>
3499         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3500         (rmail-select-summary): Use rmail-pop-to-buffer.
3501         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3502         rmail-pop-to-buffer, to prevent horizontal splits.
3504         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3505         save-excursion with save-current-buffer.
3506         Widen before searching.  (Bug#5093)
3507         (diary-list-sexp-entries): Remove superfluous save-excursion.
3509 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3511         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3512         name.  (Bug#5038)
3514 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3516         * ido.el (ido-file-internal): Handle filenames at point that do
3517         not have a directory part.  (Bug#5049)
3519 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3521         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3522         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3524 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3526         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3527         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3528         any more.
3530 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * comint.el (comint-insert-input): Ignore clicks to the right of
3533         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3535         * vc.el (vc-print-log-internal): Don't wait for the process to
3536         terminate before setting up the major mode.
3538         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3539         in case.
3541         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3542         the last element.
3544         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3546 2009-12-01  Glenn Morris  <rgm@gnu.org>
3548         * window.el (window--display-buffer-2): Fix previous changes.
3550 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3552         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3554 2009-12-01  Glenn Morris  <rgm@gnu.org>
3556         * Makefile.in (ELCFILES): Add mpc.elc.
3558 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * mpc.el: New file.
3562 2009-12-01  Glenn Morris  <rgm@gnu.org>
3564         * window.el (window-to-use): Define for compiler.
3566         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3567         consistent with others (no final period).
3569         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3570         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3572 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3574         Make vc-print-log buttons work.
3575         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3577 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3579         * savehist.el (savehist-autosave-interval): Allow setting to nil
3580         through customize.  (Bug#5056)
3582 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3584         Fix references to jit-lock properties.
3585         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3586         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3587         (perl-font-lock-special-syntactic-constructs):
3588         Quote jit-lock-defer-multiline property.
3590 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3592         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3594 2009-11-30  Juri Linkov  <juri@jurta.org>
3596         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3597         value `buffer' of `multi-isearch-next-buffer-current-function'.
3598         Use `(current-buffer)' when `buffer' is nil.
3599         (multi-isearch-next-buffer-from-list): Don't fallback to
3600         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3602 2009-11-30  Juri Linkov  <juri@jurta.org>
3604         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3605         of buffers with `get-buffer' to `multi-isearch-buffers'.
3606         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3607         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3608         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3609         FILES with `expand-file-name' converting relative file names
3610         to absolute.  Doc fix.  (Bug#4727)
3612 2009-11-30  Juri Linkov  <juri@jurta.org>
3614         * misearch.el (multi-isearch-read-buffers)
3615         (multi-isearch-read-matching-buffers): New functions.
3616         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3617         Use them in the `interactive' spec.  Doc fix.
3618         (multi-isearch-read-files, multi-isearch-read-matching-files):
3619         New functions.
3620         (multi-isearch-files, multi-isearch-files-regexp):
3621         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3623 2009-11-30  Juri Linkov  <juri@jurta.org>
3625         * doc-view.el (doc-view-continuous):
3626         Rename from `doc-view-continuous-mode'.
3627         (doc-view-menu): Move "Toggle display" to the top.
3628         Add submenu "Continuous" with radio buttons "Off"/"On"
3629         and "Save as Default".
3630         (doc-view-scroll-up-or-next-page)
3631         (doc-view-scroll-down-or-previous-page)
3632         (doc-view-next-line-or-next-page)
3633         (doc-view-previous-line-or-previous-page): Rename
3634         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3636 2009-11-30  Juri Linkov  <juri@jurta.org>
3638         * comint.el (comint-mode-map): Rebind `M-r' from
3639         `comint-previous-matching-input' to
3640         `comint-history-isearch-backward-regexp'.
3641         Unbind `M-s' to allow global key binding `M-s'.
3642         Add menu items for `comint-history-isearch-backward' and
3643         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3645 2009-11-30  Juri Linkov  <juri@jurta.org>
3647         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3648         For def=recenter, replace `recenter' with `recenter-top-bottom'
3649         that is called with `this-command' and `last-command' let-bound
3650         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3651         set `recenter-last-op' to nil.  (Bug#4981)
3653 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         Minor cleanup and simplification.
3656         * filecache.el (file-cache-add-directory)
3657         (file-cache-add-directory-recursively)
3658         (file-cache-add-from-file-cache-buffer)
3659         (file-cache-delete-file-regexp, file-cache-delete-directory)
3660         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3661         (file-cache-temp-minibuffer-message): Delete function.
3662         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3664         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3665         Don't signal an error when bumping into EOB in tr, s, or y.
3667 2009-11-29  Juri Linkov  <juri@jurta.org>
3669         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3670         (Bug#4960)
3672         * descr-text.el (describe-char-unidata-list): Use lowercase name
3673         for "Unicode name" like in other tags.
3675 2009-11-29  Juri Linkov  <juri@jurta.org>
3677         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3678         New compatibility macro.
3679         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3681 2009-11-29  Juri Linkov  <juri@jurta.org>
3683         Add defcustom to define the cycling order of `recenter-top-bottom'.
3684         (Bug#4981)
3686         * window.el (recenter-last-op): Doc fix.
3687         (recenter-positions): New defcustom.
3688         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3689         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3691 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3693         Improve integration of Tramp and ange-ftp in eshell.
3695         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3696         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3697         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3699         * eshell/esh-util.el (top): Require also Tramp when compiling.
3700         (eshell-directory-files-and-attributes): Check for FTP remote
3701         connection.
3702         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3703         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3704         (eshell-file-attributes): Handle ".".  Return `entry'.
3706         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3707         (ange-ftp-directory-files-and-attributes)
3708         (ange-ftp-real-directory-files-and-attributes): New defuns.
3710         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3711         shell with "exec" when possible.  This prevents trailing prompts
3712         in `start-file-process'.
3714 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3716         Try and remove assumptions about point-min==1.
3717         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3718         (rng-compute-mode-line-string): Show the validation percentage in
3719         terms of the narrowed text, not the widened text.
3720         (rng-do-some-validation): Don't catch internal errors when debugging.
3721         (rng-first-error): Simplify.
3722         (rng-after-change-function): Remove work around.  AFAIK the bug has
3723         been fixed a while ago.
3725         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3726         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3728         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3730         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3731         `cd' doesn't always do it for us (bug#5067).
3733         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3734         on 2009-10-25 as part of some other change (bug#5067).
3736 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3739         `suspicious'.
3740         (byte-compile-warnings): Use byte-compile-warning-types.
3741         (byte-compile-save-excursion): Warn about use of set-buffer right
3742         after save-excursion.
3744         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3745         the excursion as well.
3747 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3749         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3750         providing a Tramp related implementation of "su" and "sudo".
3751         (eshell-unix-initialize): Add "su" and "sudo".
3753 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3755         * net/socks.el (socks-send-command): Convert binary request to
3756         unibyte before sending.  This fixes mishandling of some port
3757         numbers such as 129.
3759 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * help.el (describe-bindings-internal): Remove `interactive'.
3763         * man.el (Man-completion-table): Trim a terminating "(".
3764         Remove the space between name page a section.
3765         Add the command's description on the `help-echo' property.
3766         Remove `process-connection-type' binding since it's unused by
3767         call-process.
3768         Provide completion for the "<section> <name>" format as well.
3769         (Man-default-man-entry): Remove spurious var shadowing the argument.
3771 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3773         * log-view.el: Add "Keywords: tools", since its other keywords
3774         aren't in finder-known-keywords, and following vc.el.
3776         * sha1.el (sha1-string-external): default-directory "/" in case
3777         otherwise non-existent.  process-connection-type pipe for touch of
3778         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3780 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         Misc coding convention cleanups.
3783         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3784         hfy-init-kludge-hooks.
3785         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3786         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3787         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3788         and push.
3789         (hfy-slant, hfy-weight): Use tables rather than code.
3790         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3791         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3792         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3793         (hfy-face-to-css): Remove `nconc' with single arg.
3794         (hfy-p-to-face-lennart): Use `or'.
3795         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3796         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3797         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3798         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3799         (hfy-force-fontification): Use run-hooks.
3801 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3803         Various minor fixes.
3804         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3805         Javascript belongs in the header, not the body.
3806         (hfy-javascript): Remove.
3807         (hfy-fontify-buffer): Don't insert it any more.
3808         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3809         Fix bug in invis handling when there were no invis props in a chunk.
3811 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3813         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3815 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3817         * finder.el (finder-mode-map): Add a menu.
3819 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3821         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3822         "unsigned" structs.
3824         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3825         fork" statement better.
3827 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3829         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3830         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3831         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3832         Reported by Clay Douglass.
3834         (verilog-auto-inst, verilog-auto-star-safe)
3835         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3836         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3837         Pierre-David Pfister.
3839 2009-11-26  Glenn Morris  <rgm@gnu.org>
3841         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3842         the scope.
3844 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3846         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3847         Really use previous revision.
3849 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3851         * man.el (Man-completion-table): default-directory "/" in case
3852         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3853         not to truncate long names.  process-connection-type pipe to avoid
3854         any chance of hitting the pseudo-tty TIOCGWINSZ.
3855         (man): completion-ignore-case t for friendliness and since man
3856         itself is case-insensitive on the command line.
3857         Further to Bug#3717.
3859         * arc-mode.el: Add "Keywords: files", so the details in its
3860         commentary can be reached from finder-by-keyword.
3861         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3862         editing mode, but it's comms related and sgml-mode.el has "comm"
3863         on that basis too.
3864         * textmodes/bibtex-style.el: Add "Keywords: tex".
3865         * international/isearch-x.el, international/ja-dic-cnv.el:
3866         * international/ja-dic-utl.el, international/kkc.el:
3867         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3869 2009-11-25  Juri Linkov  <juri@jurta.org>
3871         * man.el (Man-completion-table): Modify regexp to include
3872         section names to completion strings.  (Bug#3717)
3874 2009-11-25  Juri Linkov  <juri@jurta.org>
3876         Search recursively in gzipped files.  (Bug#4982)
3878         * progmodes/grep.el (grep-highlight-matches): Add new options
3879         `always' and `auto'.  Doc fix.
3880         (grep-process-setup): Check `grep-highlight-matches' for
3881         `auto-detect' to determine the need to compute grep defaults.
3882         Move Windows/DOS specific --colors settings handling
3883         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3884         to get the value of "--color=".
3885         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3886         has the value `auto-detect'.  Move Windows/DOS specific settings
3887         from `grep-process-setup'.
3888         (zrgrep): New command with alias `rzgrep'.
3890 2009-11-25  Juri Linkov  <juri@jurta.org>
3892         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3893         to nil instead of switching off view-mode.  (Bug#4896)
3895 2009-11-25  Juri Linkov  <juri@jurta.org>
3897         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3899         * mwheel.el (mwheel-scroll-up-function)
3900         (mwheel-scroll-down-function): New defvars.
3901         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3902         `scroll-up', and `mwheel-scroll-down-function' instead of
3903         `scroll-down'.
3905         * doc-view.el (doc-view-scroll-up-or-next-page)
3906         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3907         Use this ARG in the call to image-scroll-up/image-scroll-down.
3908         Change `interactive' spec to "P".  Goto next/previous page only
3909         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3910         SPC/DEL case).  Doc fix.
3911         (doc-view-next-line-or-next-page)
3912         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3913         for consistency.
3914         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3915         `doc-view-scroll-up-or-next-page', and buffer-local
3916         `mwheel-scroll-down-function' to
3917         `doc-view-scroll-down-or-previous-page'.
3919 2009-11-25  Juri Linkov  <juri@jurta.org>
3921         Provide additional default values (directories at other Dired
3922         windows) via M-n in the minibuffer of some Dired commands.
3924         * dired-aux.el (dired-diff, dired-compare-directories)
3925         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3926         `minibuffer-default' in `minibuffer-with-setup-hook'.
3927         (dired-dwim-target-directory): Find a window that displays Dired
3928         buffer instead of failing when the next window is not Dired.
3929         Use `get-window-with-predicate' to find for the next Dired window.
3930         (dired-dwim-target-defaults): New function.
3932         * ediff-util.el (ediff-read-file-name):
3933         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3934         in `minibuffer-with-setup-hook'.
3936 2009-11-25  Juri Linkov  <juri@jurta.org>
3938         Provide additional default values (file name at point or at the
3939         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3941         * minibuffer.el (read-file-name-defaults): New function.
3942         (read-file-name): Reset `minibuffer-default' to nil when
3943         it duplicates initial input `insdef'.
3944         Bind `minibuffer-default-add-function' to lambda that
3945         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3946         (minibuffer-insert-file-name-at-point): New command.
3948         * files.el (file-name-at-point-functions): New defcustom.
3949         (find-file-default): Remove defvar.
3950         (find-file-read-args): Don't use `find-file-default'.
3951         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3952         to `read-file-name'.
3953         (find-file-literally): Use `read-file-name' with
3954         `confirm-nonexistent-file-or-buffer'.
3956         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3958         * dired.el (dired-read-dir-and-switches):
3959         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3960         to `read-file-name'.
3961         (dired-file-name-at-point): New function.
3962         (dired-mode): Add hook `dired-file-name-at-point' to
3963         `file-name-at-point-functions'.
3965 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         Really make the *Completions* window soft-dedicated (bug#5030).
3968         * window.el (window--display-buffer-2): Add `dedicated' argument.
3969         (display-buffer): Pass it when needed so the dedicated flag is set
3970         after calling set-window-buffer, which would otherwise reset it.
3972 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * progmodes/meta-mode.el (meta-complete-symbol):
3975         * progmodes/etags.el (complete-tag):
3976         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3977         Use completion-in-region.
3979         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3980         (dabbrev-completion): Use completion-in-region.
3981         (dabbrev--abbrev-at-point): Simplify regexp.
3983         * abbrev.el (abbrev--before-point): Use word-motion functions
3984         if :regexp is not specified (bug#5031).
3986         * subr.el (string-prefix-p): New function.
3988         * man.el (Man-completion-cache): New var.
3989         (Man-completion-table): Use it.
3991         * vc.el (vc-print-log-internal): Make `limit' optional for better
3992         compatibility (e.g. with vc-annotate.el).
3994 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3996         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3997         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3999         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4000         when .el source file not found or other error.
4002 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4004         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4006 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         Handle the [back] button properly (bug#4979).
4009         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4010         Use help-setup-xref, help-buffer, and with-help-window.
4011         (describe-char): Add `buffer' argument.
4012         Pass proper command to help-setup-xref.  Don't meddle with
4013         help-xref-stack-item directly.
4014         (describe-text-category): Use with-help-window and help-buffer.
4016         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4017         for the displayed buffer (bug#4887).
4019         * man.el (Man-completion-table): New function.
4020         (man): Use it.
4022 2009-11-24  David Reitter  <david.reitter@gmail.com>
4024         * vc-git.el (vc-git-registered): Use checkout directory (where
4025         .git is) rather than the file's directory and a relative path spec
4026         to work around a bug in git.
4028 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4030         Improve handling of processes on remote hosts.
4032         * eshell/esh-util.el (eshell-path-env): New defvar.
4033         (eshell-parse-colon-path): New defun.
4034         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4036         * eshell/esh-ext.el (eshell-search-path):
4037         Use `eshell-parse-colon-path'.
4038         (eshell-remote-command): Remove argument HANDLER.
4039         (eshell-external-command): Check for FTP remote connection.
4041         * eshell/esh-proc.el (eshell-gather-process-output):
4042         Use `file-truename', in order to start also symlinked files.
4043         Apply `start-file-process' instead of `start-process'.
4044         Shorten `command' to the local file name part.
4046         * eshell/em-cmpl.el (eshell-complete-commands-list):
4047         Use `eshell-parse-colon-path'.
4049         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4051         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4052         to `eshell-directory-change-hook'.
4054 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4056         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4057         because it could be enabled automatically if view-read-only is non-nil.
4059 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4061         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4062         made on 2009-11-22.
4064 2009-11-24  Glenn Morris  <rgm@gnu.org>
4066         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4067         deleted variable bookmark-bmenu-bookmark-column.
4069 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4073 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4075         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4076         two slashes to the "file:" prefix.
4077         (browse-url-file-url): De-munge Cygwin filenames before passing
4078         them to Windows browser.
4079         (browse-url-default-windows-browser): Use call-process.
4081 2009-11-23  Juri Linkov  <juri@jurta.org>
4083         Implement DocView Continuous mode.  (Bug#4896)
4084         * doc-view.el (doc-view-continuous-mode): New defcustom.
4085         (doc-view-mode-map): Bind C-n/<down> to
4086         `doc-view-next-line-or-next-page', C-p/<up> to
4087         `doc-view-previous-line-or-previous-page'.
4088         (doc-view-next-line-or-next-page)
4089         (doc-view-previous-line-or-previous-page): New commands.
4091 2009-11-23  Juri Linkov  <juri@jurta.org>
4093         Implement Isearch in comint input history.  (Bug#3746)
4094         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4095         `isearch-mode-hook'.
4096         (comint-history-isearch): New defcustom.
4097         (comint-history-isearch-backward)
4098         (comint-history-isearch-backward-regexp): New commands.
4099         (comint-history-isearch-message-overlay): New buffer-local variable.
4100         (comint-history-isearch-setup, comint-history-isearch-end)
4101         (comint-goto-input, comint-history-isearch-search)
4102         (comint-history-isearch-message, comint-history-isearch-wrap)
4103         (comint-history-isearch-push-state)
4104         (comint-history-isearch-pop-state): New functions.
4106 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4108         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4109         return.
4110         (tramp-handle-make-symbolic-link)
4111         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4112         Quote file names.
4113         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4114         (tramp-handle-process-file): Use it.
4116 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * window.el (move-to-window-line-last-op): Remove.
4119         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4121 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4123         Make M-r mirror the new cycling behavior of C-l.
4124         * window.el (move-to-window-line-last-op): New var.
4125         (move-to-window-line-top-bottom): New command.
4126         (global-map): Bind M-r move-to-window-line-top-bottom.
4128 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4130         * dired-x.el (dired-guess-shell-alist-default):
4131         Support xz format.  (Bug#4953)
4133 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4135         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4136         last-command-char/last-command-event.
4137         (viper-prefix-arg-value): Do correct conversion of event-char for
4138         XEmacs.
4140         * emulation/viper-util.el, emulation/viper.el:
4141         Use viper-last-command-char instead of
4142         last-command-char/last-command-event.
4144         * ediff-init.el, ediff-mult.el, ediff-util.el:
4145         Replace last-command-char and last-command-event
4146         with (ediff-last-command-char) everywhere.
4148         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4149         created in fundamental mode.
4151         * ediff.el (ediff-version): Revert the change of interactive-p to
4152         called-interactively-p.
4154 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4156         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4157         generation from word-movement command names.
4159 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4161         * cus-start.el (all): Add native condition for font-use-system-font.
4163 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4165         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4166         Correct the patch from 2009-11-18.  (Bug#3910)
4168 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4170         * progmodes/subword.el: Rename from lisp/subword.el.
4172         * subword.el: Rename to progmodes/subword.el.
4174         * Makefile.in (ELCFILES): Adapt to subword.el move.
4176 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4177             Stefan Monnier  <monnier@iro.umontreal.ca>
4179         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4180         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4181         (bookmark-bmenu-show-filenames): Use push.
4182         (bookmark-bmenu-hide-filenames): Use local var instead of
4183         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4184         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4185         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4186         filenames now that the bookmark names are always available.
4188 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4190         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4191         (bookmark-search-pattern): Move and leave unbound.
4192         (bookmark-bmenu-mode-map): Change binding.
4193         (bookmark-read-search-input): Simplify.
4194         Don't use text-char-description.  Don't error on non-char events.
4195         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4196         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4197         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4198         Use a local var for the timer.
4199         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4200         (i.e. bookmark-bmenu-search).
4202 2009-11-21  Glenn Morris  <rgm@gnu.org>
4204         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4206 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4208         * net/browse-url.el (browse-url-default-windows-browser):
4209         Use cygstart for cygwin.
4211 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4213         * bookmark.el: Formatting and doc fixes only:
4214         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4215         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4216         Minor grammar and punctuation fixes in doc string.
4217         (bookmark-read-search-input): Adjust to fit within 80 columns.
4219 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4221         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4222         (c-backward-into-nomenclature): Adapt to subword renaming.
4224         * subword.el (subword-forward, subword-backward, subword-mark)
4225         (subword-kill, subword-backward-kill, subword-transpose)
4226         (subword-downcase, subword-upcase, subword-capitalize)
4227         (subword-forward-internal, subword-backward-internal):
4228         Rename from forward-subword, backward-subword, mark-subword,
4229         kill-subword, backward-kill-subword, transpose-subwords,
4230         downcase-subword, upcase-subword, capitalize-subword,
4231         forward-subword-internal, backward-subword-internal.
4233 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4235         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4236         New options.
4237         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4238         New vars.
4239         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4240         (bookmark-bmenu-filter-alist-by-regexp)
4241         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4242         (bookmark-bmenu-search): New command.
4243         (bookmark-bmenu-mode-map): Bind it.
4245 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4247         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4248         backward-subword to quit the byte-compiler.
4250         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4252         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4254         * progmodes/cc-cmds.el (c-update-modeline)
4255         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4256         Refer to subword.el functions instead of cc-subword.el.
4258         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4259         subword.el functions instead of cc-subword.el.
4261         * progmodes/cc-subword.el: Rename to subword.el.
4262         * subword.el: Rename from progmodes/cc-subword.el.
4263         (subword-mode-map): Rename from c-subword-mode-map.
4264         (subword-mode): Rename from c-subword-mode.
4265         (global-subword-mode): New global minor mode.
4266         (forward-subword): Rename from c-forward-subword.
4267         (backward-subword): Rename from c-backward-subword.
4268         (mark-subword): Rename from c-mark-subword.
4269         (kill-subword): Rename from c-kill-subword.
4270         (backward-kill-subword): Rename from c-backward-kill-subword.
4271         (transpose-subwords): Rename from c-tranpose-subword.
4272         (downcase-subword): Rename from c-downcase-subword.
4273         (capitalize-subword): Rename from c-capitalize-subword.
4274         (forward-subword-internal): Rename from c-forward-subword-internal.
4275         (backward-subword-internal): Rename from c-backward-subword-internal.
4277 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4279         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4280         from a dired buffer.
4281         (vc-dired-deduce-fileset): New function.
4282         (vc-root-diff, vc-print-root-log): Use it.
4284         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4285         nil LIMIT argument to vc-print-log-internal.
4287 2009-11-20  Glenn Morris  <rgm@gnu.org>
4289         * Makefile.in (ELCFILES): Regenerate.
4291 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4293         * calc/calc.el (calc-set-mode-line):
4294         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4295         (math-format-number): Rename `math-format-complement-signed' to
4296         `math-format-twos-complement'.
4298         * calc/calc-bin.el (math-format-twos-complement): Rename from
4299         math-format-complement-signed.
4300         (calc-radix): Rename `calc-complement-signed-mode' to
4301         `calc-twos-complement-mode'.
4302         (calc-octal-radix, calc-hex-radix): Add an argument for
4303         two's complement.
4305         * calc/calc-embed.el (calc-embedded-mode-vars):
4306         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4308         * calc/calc-ext.el (calc-init-extensions):
4309         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4310         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4312         * calc/calc-units.el (math-build-units-table-buffer):
4313         Let `calc-twos-complement-mode' be nil.
4315         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4316         entries.
4318         * calc/calc-vec.el (calcFunc-vunpack):
4319         * calc/calc-aent.el (calc-do-calc-eval):
4320         * calc/calc-forms.el (math-format-date):
4321         * calc/calc-graph.el (calc-graph-plot):
4322         * calc/calc-math.el (math-use-emacs-fn):
4323         * calc/calccomp.el (math-compose-expr):
4324         Let `calc-twos-complement-mode' be nil.
4326 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4328         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4329         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4330         * minibuffer.el (completion-in-region-functions): New hook.
4331         (completion-in-region): New function.
4332         * emacs-lisp/lisp.el (lisp-complete-symbol):
4333         * pcomplete.el (pcomplete-std-complete): Use it.
4335 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4338         (latex-complete-alist): New vars.
4339         (latex-string-prefix-p, latex-complete-bibtex-keys)
4340         (latex-complete-envnames, latex-complete-refkeys)
4341         (latex-complete-data): New functions.
4342         (latex-complete, latex-indent-or-complete): New commands.
4344         * window.el (display-buffer-mark-dedicated): New var.
4345         (display-buffer): Obey it.
4346         * minibuffer.el (minibuffer-completion-help): Use it.
4348         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4350         * filecache.el (file-cache-add-file): Use push and cons.
4351         (file-cache-delete-file-regexp): Use push.
4352         (file-cache-complete): Use completion-in-region.
4354         * simple.el (with-wrapper-hook): Fix thinko.
4356         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4357         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4358         Use with-current-buffer and string-to-number.
4359         (hfy-fallback-colour-values): Use assoc-string.
4360         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4361         (hfy-face-at): Remove unused var `found-face'.
4362         (hfy-compile-stylesheet): Remove unused var `css'.
4363         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4364         and `orig-buffer'.
4365         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4366         Use with-current-buffer.
4367         (hfy-text-p): Use expand-file-name and fewer setq.
4369 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4371         * htmlfontify.el, hfy-cmap.el: New files.
4373 2009-11-19  Juri Linkov  <juri@jurta.org>
4375         * minibuffer.el (completions-format): New defcustom.
4376         (completion--insert-strings): Implement vertical format.
4378         * simple.el (switch-to-completions): Move point to the first
4379         completion when point was at the beginning of the buffer.
4381 2009-11-19  Juri Linkov  <juri@jurta.org>
4383         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4385         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4387 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4389         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4390         (mail-signature): Change default to t.
4391         (mail-from-style): Deprecate `system-default' value.
4392         (mail-insert-from-field): For default value of mail-from-style,
4393         default to `angles' unless `angles' needs quoting and `parens'
4394         does not.
4395         (mail-citation-prefix-regexp): Use citation regexp from
4396         message-mode.
4398 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4400         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4401         Set variables for computing the prompt for reading password.
4403 2009-11-19  Glenn Morris  <rgm@gnu.org>
4405         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4407         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4409         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4410         (newsticker-treeview-listwindow-height): Fix custom type.
4412 2009-11-19  Kenichi Handa  <handa@m17n.org>
4414         * descr-text.el (describe-char-padded-string): Compose with TAB
4415         only if there's a font for CH.
4416         (describe-char): Fix the condition for detecting a trivial composition.
4418 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4420         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4421         more accurate version of the regexp.  (Bug#3910)
4423 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4425         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4427 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4429         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4430         (font-setting-change-default-font): Fix typo in docstring.
4432 2009-11-18  Alan Mackenzie  <acm@muc.de>
4434         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4436 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4438         * font-setting.el (font-use-system-font): Move ...
4440         * cus-start.el (all): ... to here.
4442 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4444         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4445         Don't set `ad-return-value' if `ad-do-it' doesn't.
4447         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4448         modification time.
4450 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4452         * menu-bar.el: Put "Use system font" in Option-menu.
4453         (menu-bar-options-save): Add font-use-system-font.
4455         * loadup.el: If feature system-font-setting or font-render-setting is
4456         there, load font-setting.
4458         * Makefile.in (ELCFILES): Add font-settings.el.
4459         * font-setting.el: New file.
4461 2009-11-17  Glenn Morris  <rgm@gnu.org>
4463         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4465         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4466         Preserve point in the list buffer.  (Bug#4939)
4467         Use point-at-eol.
4468         (newsticker--treeview-list-update-highlight)
4469         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4471 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4473         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4474         Remove.
4476         * calc/calc-ext.el (calc-init-extensions): Remove references to
4477         symclip.
4479         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4481         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4482         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4483         `calc-symclip'.
4485 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4487         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4488         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4490         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4491         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4492         Ignore trailing spaces by omit-nulls to split-string (fixing
4493         regression from Emacs 21 due to the incompatible split-string
4494         change).  (Bug #4928.)
4496 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4498         * vc.el (vc-log-show-limit): Default to 2000.
4499         (vc-print-log-internal): Insert buttons to request more entries
4500         when limiting the output.
4502         * vc-sccs.el (vc-sccs-print-log):
4503         * vc-rcs.el (vc-rcs-print-log):
4504         * vc-cvs.el (vc-cvs-print-log):
4505         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4506         LIMIT is non-nil.
4508 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4510         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4511         error when `tramp-gvfs-dbus-event-vector' is set.
4512         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4514 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4518 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4520         * net/dbus.el (dbus-unregister-service): New defun.
4521         (dbus-register-property): Register the handlers of
4522         "org.freedesktop.DBus.Properties" for SERVICE.
4523         (dbus-property-handler): Fix docstring.
4525 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4527         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4528         Quote doc string reference in defvaralias as it is not in special form.
4529         (byte-compile-output-docform): Doc fix.
4531 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4533         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4534         (calc-complement-signed-mode): New variables.
4535         (calc-set-mode-line): Add indicator for twos-complements.
4536         (math-format-number): Format twos-complement notation.
4538         * calc/calc-bin.el (calc-word-size): Reset the variables
4539         `math-2-word-size' and `math-half-2-word-size'.
4540         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4541         (calc-symclip): New functions.
4543         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4545         * calc/calc-embed.el (calc-embedded-mode-vars):
4546         Add `calc-complement-signed-mode' to the list of modes.
4548         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4549         (calc-b-oper-keys): Add `calc-symclip' to list.
4551         * calc/calc-ext.el (math-read-number-fancy): Read complement
4552         signed numbers.
4553         (calc-init-extensions): Add binding for `calc-symclip'.
4554         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4556         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4557         `calc-symclip'.
4558         (calc-modes-menu): Add item for twos complement mode.
4560         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4562 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4564         * register.el (jump-to-register, insert-register): Handle Semantic
4565         tags.  From commented-out advice in semantic/senator.el.
4567 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4569         * vc.el (vc-log-show-limit): New variable.
4570         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4571         when using a prefix argument.
4572         (vc-print-log-internal): Add new argument LIMIT.
4574         * vc-svn.el (vc-svn-print-log):
4575         * vc-mtn.el (vc-mtn-print-log):
4576         * vc-hg.el (vc-hg-print-log):
4577         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4578         pass it to the log command when set.  Make the BUFFER argument
4579         non-optional.
4581         * vc-sccs.el (vc-sccs-print-log):
4582         * vc-rcs.el (vc-rcs-print-log):
4583         * vc-git.el (vc-git-print-log):
4584         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4585         ignore it.  Make the BUFFER argument non-optional
4587         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4589 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4591         * dired.el (dired-mode-map): Move encryption items to "Operate"
4592         menu (Bug#4703).
4594         * strokes.el (strokes-update-window-configuration): Make strokes
4595         buffer current before erasing (Bug#4906).
4597 2009-11-15  Juri Linkov  <juri@jurta.org>
4599         * simple.el (set-mark-default-inactive): Add :type, :group
4600         and :version.  (Bug#4876)
4602 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4604         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4605         (archive-unique-fname): ... here.  (Bug#4929)
4607 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4610         with a real fix.
4612         * novice.el (disabled-command-function): Add useful args.
4613         Setup the help buffer so that [back] works.
4614         Remove redundant call to help-mode.
4615         (disabled-command-function): Use `case'.
4616         (en/disable-command): New function extracted from enable-command.
4617         (enable-command, disable-command): Use it.
4619 2009-11-14  Glenn Morris  <rgm@gnu.org>
4621         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4622         constants.  (Bug#4913)
4624         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4626 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4628         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4629         defined in C that have no doc-strings.  (Bug#1063)
4631 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4633         * cus-edit.el (data, files):
4634         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4636 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4638         * simple.el (shell-command): Doc fix (Bug#4891).
4640         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4642 2009-11-14  Glenn Morris  <rgm@gnu.org>
4644         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4645         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4646         If they are already loaded, eval-after-load will do the right thing.
4648         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4649         compiling.
4651         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4653         * simple.el (x-selection-owner-p): Declare.
4654         (read-mail-command): Use custom radio type rather than choice.
4655         (completion-no-auto-exit): Doc fix.
4657         * custom.el (defgroup):
4658         * epg-config.el (epg): Doc fixes.
4660 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4662         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4663         * international/ccl.el (define-ccl-program): Do not purecopy the
4664         docstring, defconst does it anyway.
4666 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4668         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4669         a second time.
4671         * x-dnd.el (x-dnd-maybe-call-test-function):
4672         * window.el (split-window-vertically):
4673         * whitespace.el (whitespace-help-on):
4674         * vc-rcs.el (vc-rcs-consult-headers):
4675         * userlock.el (ask-user-about-lock-help)
4676         (ask-user-about-supersession-help):
4677         * type-break.el (type-break-force-mode-line-update):
4678         * time-stamp.el (time-stamp-conv-warn):
4679         * terminal.el (te-set-output-log, te-more-break, te-filter)
4680         (te-sentinel, terminal-emulator):
4681         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4682         (term-write-input-ring, term-check-source, term-start-output-log):
4683         (term-display-buffer-line, term-dynamic-list-completions):
4684         (term-ansi-make-term, serial-term):
4685         * subr.el (selective-display):
4686         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4687         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4688         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4689         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4690         (speedbar-remove-localized-speedbar-support)
4691         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4692         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4693         (speedbar-buffers-line-directory):
4694         * simple.el (shell-command-on-region, append-to-buffer)
4695         (prepend-to-buffer):
4696         * shadowfile.el (shadow-save-todo-file):
4697         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4698         (scroll-bar-maybe-set-window-start):
4699         * sb-image.el (speedbar-image-dump):
4700         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4701         (load-save-place-alist-from-file):
4702         * ps-samp.el (ps-print-message-from-summary):
4703         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4704         (ps-background-image, ps-begin-job, ps-do-despool):
4705         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4706         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4707         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4708         (pr-call-process, pr-file-list, pr-interface-save):
4709         * novice.el (disabled-command-function)
4710         (enable-command, disable-command):
4711         * mouse.el (mouse-buffer-menu-alist):
4712         * mouse-copy.el (mouse-kill-preserving-secondary):
4713         * macros.el (kbd-macro-query):
4714         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4715         * informat.el (batch-info-validate):
4716         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4717         * hippie-exp.el (try-expand-dabbrev-visible):
4718         * help-mode.el (help-make-xrefs):
4719         * help-fns.el (describe-variable):
4720         * generic-x.el (bat-generic-mode-run-as-comint):
4721         * finder.el (finder-mouse-select):
4722         * find-dired.el (find-dired-sentinel):
4723         * filesets.el (filesets-file-close):
4724         * files.el (list-directory):
4725         * faces.el (list-faces-display, describe-face):
4726         * facemenu.el (list-colors-display):
4727         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4728         * epg.el (epg--process-filter, epg-cancel):
4729         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4730         (epa--read-signature-type):
4731         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4732         (emerge-file-names):
4733         * ehelp.el (electric-helpify):
4734         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4735         * ediff-vers.el (rcs-ediff-view-revision):
4736         * ediff-util.el (ediff-setup):
4737         * ediff-mult.el (ediff-append-custom-diff):
4738         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4739         (ediff-wordify):
4740         * echistory.el (Electric-command-history-redo-expression):
4741         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4742         * disp-table.el (describe-display-table):
4743         * dired.el (dired-find-buffer-nocreate):
4744         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4745         * dabbrev.el (dabbrev--same-major-mode-p):
4746         * chistory.el (list-command-history):
4747         * apropos.el (apropos-documentation):
4748         * allout.el (allout-obtain-passphrase):
4749         (allout-copy-exposed-to-buffer):
4750         (allout-verify-passphrase): Use with-current-buffer.
4752 2009-11-13  Glenn Morris  <rgm@gnu.org>
4754         * Makefile.in (ELCFILES): Regenerate.
4756 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4758         * net/dbus.el (dbus-registered-objects-table): Rename from
4759         `dbus-registered-functions-table', because it contains also properties.
4760         (dbus-unregister-object): Unregister also properties.
4761         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4762         Use a timeout of 500 msec, in order to not block.
4763         (dbus-register-property, dbus-property-handler): New defuns.
4765 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * simple.el (minibuffer-default-add-completions): Drop deprecated
4768         4th arg.
4770 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4772         * textmodes/artist.el (artist-mouse-choose-operation):
4773         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4774         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4775         (artist-compute-up-event-key): New function.
4776         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4778 2009-11-13  Kenichi Handa  <handa@m17n.org>
4780         * language/japan-util.el: Make sure that the value of jisx0208
4781         property is jisx0208 character.
4783 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4785         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4786         car or each item, not the whole list.
4788 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * minibuffer.el (minibuffer-completion-help):
4791         Use minibuffer-hide-completions.
4793 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4795         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4796         (dired-revert): Use them (bug#4880).
4798 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4800         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4802 2009-11-12  Juri Linkov  <juri@jurta.org>
4804         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4805         New functions.
4806         (find-file-literally-at-point): Alias of `ffap-literally'.
4808 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4810         * textmodes/ispell.el (ispell-skip-region-alist):
4811         * textmodes/css-mode.el (auto-mode-alist):
4812         * progmodes/compile.el (auto-mode-alist):
4813         * international/mule.el (ctext-non-standard-encodings-alist)
4814         (ctext-non-standard-encodings-regexp):
4815         * simple.el (shell-command-switch, text-read-only):
4816         * replace.el (occur-mode-map):
4817         * paths.el (rmail-file-name):
4818         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4819         * find-file.el (ff-special-constructs):
4820         * files.el (file-name-handler-alist):
4821         * composite.el: Purecopy strings.
4823         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4825 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4827         * widget.el (define-widget): Purecopy the docstring.
4828         * international/mule-cmds.el (charset): Do not purecopy the
4829         docstring here, define-widget does it.
4831         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4832         * textmodes/bibtex-style.el (auto-mode-alist):
4833         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4834         * progmodes/compile.el (compile-command):
4835         * language/korea-util.el (default-korean-keyboard):
4836         * international/mule-conf.el (file-coding-system-alist):
4837         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4838         * tooltip.el (tooltip-frame-parameters):
4839         * newcomment.el (comment-end, comment-padding):
4840         * dired.el (dired-trivial-filenames):
4841         * comint.el (comint-file-name-prefix): Purecopy initial values.
4843 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4845         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4846         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4847         `tramp-unload'.
4848         (tramp-advice-make-auto-save-file-name)
4849         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4850         after removing the advice.
4852 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4854         * progmodes/grep.el (grep-regexp-alist):
4855         * international/mule-cmds.el (iso-2022-control-alist):
4856         * emacs-lisp/timer.el (timer-duration-words):
4857         * subr.el (version-separator, version-regexp-alist):
4858         * minibuffer.el (completion-styles-alist):
4859         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4860         Change defvars to defconsts.
4862         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4863         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4864         * international/mule-conf.el: Allow to be byte compiled.
4866         * international/mule.el (define-charset): Purecopy props.
4867         (load-with-code-conversion): Purecopy doc string and file name.
4868         (put-charset-property): Purecopy strings.
4869         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4871         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4872         (define-char-code-property): Correctly purecopy the table.
4874         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4876         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4878         * subr.el (add-hook): Purecopy strings.
4879         (eval-after-load): Purecopy load-history-regexp and the form.
4881         * custom.el (custom-declare-group): Purecopy load-file-name.
4883         * subr.el (menu-bar-separator): New defconst.
4884         * net/eudc.el (eudc-tools-menu):
4885         * international/mule-cmds.el (set-coding-system-map)
4886         (mule-menu-keymap):
4887         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4888         * vc-hooks.el (vc-menu-map):
4889         * replace.el (occur-mode-map):
4890         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4891         (menu-bar-edit-menu, menu-bar-goto-menu)
4892         (menu-bar-custom-menu, menu-bar-showhide-menu)
4893         (menu-bar-options-menu, menu-bar-tools-menu)
4894         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4895         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4896         (menu-bar-help-menu):
4897         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4898         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4900         * term/x-win.el (x-gtk-stock-map):
4901         * progmodes/vera-mode.el (auto-mode-alist):
4902         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4903         (inferior-lisp-program, inferior-lisp-load-command):
4904         * progmodes/hideshow.el (hs-special-modes-alist):
4905         * progmodes/gud.el (same-window-regexps):
4906         * progmodes/grep.el (grep-program, find-program, xargs-program):
4907         * net/telnet.el (same-window-regexps):
4908         * net/rlogin.el (same-window-regexps):
4909         * language/ethiopic.el (font-ccl-encoder-alist):
4910         * vc-sccs.el (vc-sccs-master-templates):
4911         * vc-rcs.el (vc-rcs-master-templates):
4912         * subr.el (cl-assertion-failed):
4913         * simple.el (next-error-overlay-arrow-position):
4914         * lpr.el (lpr-command):
4915         * locate.el (locate-ls-subdir-switches):
4916         * info.el (same-window-regexps, info)
4917         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4918         * image-mode.el (image-mode, auto-mode-alist):
4919         * hippie-exp.el (hippie-expand-ignore-buffers):
4920         * format.el (format-alist):
4921         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4922         (find-name-arg):
4923         * facemenu.el (facemenu-keybindings):
4924         * dired.el (dired-listing-switches, dired-chown-program):
4925         * diff.el (diff-switches, diff-command):
4926         * cus-edit.el (same-window-regexps):
4927         * bindings.el (mode-line-mule-info)
4928         (mode-line-buffer-identification): Purecopy strings.
4930 2009-11-11  Juri Linkov  <juri@jurta.org>
4932         * simple.el (dired-get-filename) <declare-function>:
4933         Tell the byte-compiler about dired-get-filename.
4934         (shell-command): In Dired mode, get filename from the current line
4935         as the default value.
4937 2009-11-10  Glenn Morris  <rgm@gnu.org>
4939         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4940         * calendar/holidays.el, progmodes/cperl-mode.el:
4941         Update x-popup-menu declarations.
4943         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4944         (list-load-path-shadows): Use dolist.
4945         (list-load-path-shadows): Use with-current-buffer.
4947 2009-11-10  Juri Linkov  <juri@jurta.org>
4949         * minibuffer.el (read-file-name): Support a list of default values
4950         in `default-filename'.  Use the first file name where only one
4951         element is required.  Doc fix.
4953 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4955         * net/dbus.el (dbus-unregister-object): Release service, if no
4956         other method is registered for it.
4958 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4960         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4961         bookmark-sort-flag is non-nil (Bug#4653).
4963 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4965         * emulation/cua-base.el: Add CUA property to some CC mode commands
4966         (Bug#4100).
4968 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4970         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4971         at end of sentence (Bug#4818).
4973 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4975         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4976         Handle "see declaration of" MSFT statements (Bug#4100).
4978 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4980         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4981         (tramp-advice-file-expand-wildcards): Unload via
4982         `ad-remove-advice'.
4984         * net/trampver.el: Update release number.
4986 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4988         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4989         `ad-do-it'.
4991 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4993         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4994         in order to keep context in SELinux.
4996 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4998         * dired-aux.el (dired-query): Place cursor in echo area and allow
4999         C-g.
5001         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5002         menu item if not on a directory (Bug#4701).
5004 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5006         Sync with Tramp 2.1.17.
5008         * net/tramp.el (tramp-handle-copy-directory): Don't use
5009         `file-remote-p' (due to compatibility).
5011         * net/tramp-compat.el (tramp-compat-copy-directory)
5012         (tramp-compat-delete-directory): New defuns.
5014         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5015         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5016         `tramp-compat-delete-directory'.
5018         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5019         (tramp-smb-handle-delete-directory): Use
5020         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5022         * net/trampver.el: Update release number.
5024 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5026         * tar-mode.el (tar-copy): Call write-region on the right buffer
5027         (Bug#4857).
5029         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5030         by hand, if necessary (Bug#4878).
5032 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5034         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5035         align size column (Bug#4839).
5037         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5038         statement.
5040 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5042         * progmodes/ld-script.el (auto-mode-alist):
5043         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5045         * cus-face.el (custom-declare-face): Purecopy face spec.
5047 2009-11-06  Kenichi Handa  <handa@m17n.org>
5049         * international/uni-bidi.el: Re-generated.
5050         * international/uni-category.el: Re-generated.
5051         * international/uni-combining.el: Re-generated.
5052         * international/uni-mirrored.el: Re-generated.
5054 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5056         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5057         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5058         (tex-start-options, slitex-run-command, latex-run-command)
5059         (tex-run-command, tex-directory):
5060         * textmodes/ispell.el (ispell-html-skip-alists)
5061         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5062         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5063         (adaptive-fill-regexp):
5064         * textmodes/dns-mode.el (auto-mode-alist):
5065         * progmodes/python.el (interpreter-mode-alist):
5066         * progmodes/etags.el (tags-compression-info-list):
5067         * progmodes/etags.el (tags-file-name):
5068         * net/browse-url.el (browse-url-galeon-program)
5069         (browse-url-firefox-program):
5070         * mail/sendmail.el (mail-signature-file)
5071         (mail-citation-prefix-regexp):
5072         * international/mule-conf.el (eight-bit):
5073         * international/latexenc.el (latex-inputenc-coding-alist):
5074         * international/fontset.el (x-pixel-size-width-font-regexp):
5075         * emacs-lisp/warnings.el (warning-type-format):
5076         * emacs-lisp/trace.el (trace-buffer):
5077         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5078         (emacs-lisp-mode-map):
5079         * calendar/holidays.el (holiday-solar-holidays)
5080         (holiday-bahai-holidays, holiday-islamic-holidays)
5081         (holiday-christian-holidays, holiday-hebrew-holidays)
5082         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5083         (hebrew-holidays-1, holiday-oriental-holidays)
5084         (holiday-general-holidays):
5085         * x-dnd.el (x-dnd-known-types):
5086         * tool-bar.el (tool-bar):
5087         * startup.el (site-run-file):
5088         * shell.el (shell-dumb-shell-regexp):
5089         * rfn-eshadow.el (file-name-shadow-tty-properties)
5090         (file-name-shadow-properties):
5091         * paths.el (remote-shell-program, news-directory):
5092         * mouse.el ([C-down-mouse-3]):
5093         * menu-bar.el (menu-bar-tools-menu):
5094         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5095         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5096         (jka-compr-compression-info-list):
5097         * isearch.el (search-whitespace-regexp):
5098         * image-file.el (image-file-name-extensions):
5099         * find-dired.el (find-ls-option):
5100         * files.el (directory-listing-before-filename-regexp)
5101         (directory-free-space-args, insert-directory-program)
5102         (list-directory-brief-switches, magic-fallback-mode-alist)
5103         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5104         (automount-dir-prefix):
5105         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5106         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5107         (face-font-registry-alternatives, face-font-registry-alternatives)
5108         (face-font-family-alternatives):
5109         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5110         (facemenu-foreground-menu, facemenu-face-menu):
5111         * epa-hook.el (epa-file-name-regexp):
5112         * dnd.el (dnd-protocol-alist):
5113         * textmodes/rst.el (auto-mode-alist):
5114         * button.el (default-button): Purecopy strings.
5116 2009-11-06  Glenn Morris  <rgm@gnu.org>
5118         * Makefile.in (ELCFILES): Update.
5120 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5123         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5125         * nxml/xsd-regexp.el (xsdre-gen-categories):
5126         * nxml/xmltok.el (xmltok-parse-entity):
5127         * nxml/rng-parse.el (rng-parse-validate-file):
5128         * nxml/rng-maint.el (rng-format-manual)
5129         (rng-manual-output-force-new-line):
5130         * nxml/rng-loc.el (rng-save-schema-location-1):
5131         * nxml/rng-cmpct.el (rng-c-parse-file):
5132         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5133         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5135 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5137         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5138         Remove extra save-excursions and make-variable-buffer-local's.
5139         Suggested by Stefan Monnier.
5141         (verilog-getopt-file, verilog-module-inside-filename-p)
5142         (verilog-set-define): Merge GNU 1.35 and repair changes from
5143         switching to using with-current-buffer.
5145         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5146         being treated as a number and confusing AUTORESET.
5147         Reported by Dan Dever.
5149         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5150         Add verilog-auto-ignore-concat to fix backward compatibility with
5151         older verilog-modes.  Reported by Dan Katz.
5153         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5154         containing closing anchors "...$".
5156         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5157         Reported by Wade Smith.
5159         (verilog-batch-execute-func): Comment on function usage.
5161 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5163         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5164         for labels.
5166         (verilog-label-re, verilog-calc-1): Support proper indent of named
5167         asserts.
5169         (verilog-backward-token, verilog-basic-complete-re)
5170         (verilog-beg-of-statement, verilog-indent-re): Support proper
5171         indent of the assert statement at the beginning of a block of text.
5173         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5174         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5175         tokens as begins.
5177 2009-11-05  Glenn Morris  <rgm@gnu.org>
5179         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5180         Emacs 19.  (Bug#1531)
5181         (byte-compile-fix-header): Update for the above change.
5182         Drop test for epoch::version.
5184         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5185         * cus-dep.el (custom-make-dependencies):
5186         * finder.el (finder-compile-keywords):
5187         Use autoload-rubric's feature argument.
5189         * calendar/diary-lib.el (top-level): Make load behave more like require.
5191         * vc-git.el (vc-git-stash-map): Move definition before use.
5193 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5195         * custom.el (custom-declare-group): Purecopy standard-value.
5196         (custom-declare-group): Purecopy custom-prefix.
5198         * international/mule.el (load-with-code-conversion):
5199         Call do-after-load-evaluation unconditionally.
5201         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5203 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5207 2009-11-04  Glenn Morris  <rgm@gnu.org>
5209         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5210         (byte-compile-compatibility): Remove option.
5211         (byte-compile-close-variables, byte-compile-fix-header)
5212         (byte-compile-insert-header, byte-compile-output-docform)
5213         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5214         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5215         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5216         (byte-compile-insert, byte-compile-defun):
5217         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5218         (byte-defop-compiler19): Remove.
5219         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5220         used by anything.  Replace all calls with byte-defop-compiler.
5222 2009-11-04  Juri Linkov  <juri@jurta.org>
5224         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5225         (menu-bar-options-menu): Don't quote the `prop' arg of
5226         `menu-bar-make-mm-toggle'.
5228 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5230         * calendar/calendar.el (cal-loaddefs):
5231         * calendar/diary-lib.el (diary-loaddefs):
5232         * calendar/holidays.el (hol-loaddefs):
5233         * eshell/esh-module.el (esh-groups): Load rather than require.
5235 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5237         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5238         point-min==1.
5239         (todo-top-priorities): Only display-buffer when called interactively.
5240         (todo-item-start): Don't save excursion point.
5241         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5242         (todo-insert-item-here, todo-file-item, todo-remove-item):
5243         Adjust uses of todo-item-start and todo-item-end.
5245         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5246         (autoload-rubric): Don't use any more.
5248         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5249         and only put a prop if it is non-nil.
5251 2009-11-03  Juri Linkov  <juri@jurta.org>
5253         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5254         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5256         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5257         and "Menu" to make top-level menu item visually one unit (like
5258         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5259         multi-word menu items).  Fix :help string for quit-window.
5261 2009-11-03  Glenn Morris  <rgm@gnu.org>
5263         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5264         (byte-compile-file-form-define-abbrev-table)
5265         (byte-compile-file-form-custom-declare-variable)
5266         (byte-compile-variable-ref, byte-compile-defvar):
5267         Whether or not a warning is enabled should only affect whether we issue
5268         the warning, not whether or not we collect the relevant data.
5269         Eg warnings can be turned on and off throughout the course of a file.
5271         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5272         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5274 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5277         * play/mpuz.el (mpuz-create-buffer):
5278         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5279         (lm-print-y,s,noise, lm-print-w0, lm-init):
5280         * play/gomoku.el (gomoku-prompt-for-move):
5281         * play/fortune.el (fortune-in-buffer):
5282         * play/dissociate.el (dissociated-press):
5283         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5284         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5285         * mail/supercite.el (sc-eref-show):
5286         * mail/smtpmail.el (smtpmail-send-it):
5287         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5288         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5289         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5290         (rmail-summary-goto-msg, rmail-summary-expunge)
5291         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5292         (rmail-summary-add-label, rmail-summary-output-menu)
5293         (rmail-summary-output-body):
5294         * mail/rfc822.el (rfc822-addresses):
5295         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5296         * mail/mailpost.el (post-mail-send-it):
5297         * mail/hashcash.el (hashcash-generate-payment):
5298         * mail/feedmail.el (feedmail-run-the-queue)
5299         (feedmail-queue-send-edit-prompt-help-first)
5300         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5301         (feedmail-deduce-address-list):
5302         * eshell/esh-ext.el (eshell-remote-command):
5303         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5304         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5305         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5306         (viper-save-string-in-file, viper-valid-marker):
5307         * emulation/viper-keym.el (viper-toggle-key):
5308         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5309         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5310         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5311         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5312         (viper-exec-form-in-emacs, viper-brac-function):
5313         * emulation/viper.el (viper-delocalize-var):
5314         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5315         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5316         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5317         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5318         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5319         * emulation/edt.el (edt-electric-helpify):
5320         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5321         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5322         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5323         (cua-indent-to-global-mark-column):
5324         * calendar/diary-lib.el (calendar-mark-1):
5325         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5326         Use with-current-buffer.
5327         * emulation/viper.el (viper-delocalize-var): Use dolist.
5329 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5331         * comint.el (comint-replace-by-expanded-history-before-point):
5332         Replace !! with the previous input string literally (Bug#1795).
5334 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5336         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5337         to be made up of whitespace.
5339 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5341         * minibuffer.el (read-file-name): Don't use file dialogs for
5342         remote directories (Bug#99).
5344 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5346         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5348 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5350         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5351         instead of deleting the window or frame.
5353 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5355         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5356         Support face colors.
5358         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5359         New function.  Support face colors (Bug#1168).
5360         (tex-common-initialization): Use it.
5362         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5363         mode allows it (Bug#1168).
5365 2009-10-31  Juri Linkov  <juri@jurta.org>
5367         * facemenu.el (list-colors-display): Don't mark buffer as
5368         modified (Bug#3948).
5370 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5372         * international/mule-diag.el (list-character-sets-1): Minor
5373         message fix (Bug#3526).
5375         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5376         face property (Bug#4834).
5377         (etags-list-tags, etags-tags-apropos-additional)
5378         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5379         property.
5381         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5382         items.
5384 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * textmodes/two-column.el (2C-split):
5387         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5388         * textmodes/tex-mode.el (tex-set-buffer-directory):
5389         * textmodes/spell.el (spell-region, spell-string):
5390         * textmodes/reftex.el (reftex-erase-buffer):
5391         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5392         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5393         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5394         (reftex-select-item):
5395         * textmodes/reftex-ref.el (reftex-label-info-update)
5396         (reftex-offer-label-menu):
5397         * textmodes/reftex-index.el (reftex-index-change-entry)
5398         (reftex-index-phrases-info):
5399         * textmodes/reftex-global.el (reftex-create-tags-file)
5400         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5401         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5402         (reftex-view-crossref-from-bibtex):
5403         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5404         (reftex-extract-bib-entries-from-thebibliography)
5405         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5406         * textmodes/refbib.el (r2b-capitalize-title):
5407         (r2b-convert-buffer, r2b-help):
5408         * textmodes/page-ext.el (pages-directory)
5409         (pages-directory-goto-with-mouse):
5410         * textmodes/bibtex.el (bibtex-validate-globally):
5411         * textmodes/bib-mode.el (bib-capitalize-title):
5412         * textmodes/artist.el (artist-clear-buffer, artist-system):
5413         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5414         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5415         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5416         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5417         (xscheme-send-control-g-interrupt, xscheme-start-process)
5418         (xscheme-process-sentinel, xscheme-cd):
5419         * progmodes/verilog-mode.el (verilog-read-always-signals)
5420         (verilog-set-define, verilog-getopt-file)
5421         (verilog-module-inside-filename-p):
5422         * progmodes/sh-script.el:
5423         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5424         (python-pdbtrack-grub-for-buffer, python-execute-file):
5425         * progmodes/octave-inf.el (inferior-octave):
5426         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5427         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5428         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5429         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5430         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5431         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5432         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5433         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5434         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5435         (idlwave-shell-examine-display, idlwave-shell-run-region)
5436         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5437         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5438         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5439         (idlwave-help-get-help-buffer):
5440         * progmodes/gud.el (gud-basic-call, gud-find-class)
5441         (gud-tooltip-activate-mouse-motions-if-enabled):
5442         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5443         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5444         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5445         (ebrowse-tags-next-file):
5446         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5447         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5448         (ebnf-eps-finish-and-write):
5449         * progmodes/cpp.el (cpp-edit-save):
5450         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5451         * progmodes/cc-defs.el (c-emacs-features):
5452         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5453         (antlr-directory-dependencies):
5454         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5455         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5456         (ada-find-any-references, ada-make-filename-from-adaname)
5457         (ada-make-body-gnatstub):
5458         * obsolete/rnews.el (news-list-news-groups):
5459         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5460         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5461         * net/rcirc.el (rcirc-debug):
5462         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5463         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5464         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5465         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5466         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5467         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5468         (newsticker--treeview-list-clear-highlight)
5469         (newsticker--treeview-list-update-highlight)
5470         (newsticker--treeview-list-highlight-start)
5471         (newsticker--treeview-tree-update-highlight)
5472         (newsticker--treeview-get-selected-item)
5473         (newsticker-treeview-mark-list-items-old)
5474         (newsticker--treeview-set-current-node):
5475         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5476         * net/newst-backend.el (newsticker--get-news-by-funcall)
5477         (newsticker--get-news-by-wget, newsticker--image-get)
5478         (newsticker--image-sentinel):
5479         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5480         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5481         (eudc-ph-close-session):
5482         * net/eudc.el (eudc-save-options):
5483         * language/thai-word.el (thai-update-word-table):
5484         * language/japan-util.el (japanese-string-conversion):
5485         * international/titdic-cnv.el (tsang-quick-converter)
5486         (ziranma-converter, ctlau-converter):
5487         * international/mule-cmds.el (describe-language-environment):
5488         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5489         (skkdic-convert-postfix, skkdic-convert-prefix):
5490         (skkdic-convert-okuri-nasi, skkdic-convert):
5491         * emacs-lisp/re-builder.el (reb-update-overlays):
5492         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5493         * emacs-lisp/gulp.el (gulp-send-requests):
5494         * emacs-lisp/find-gc.el (trace-call-tree):
5495         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5496         (eieio-describe-generic):
5497         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5498         * emacs-lisp/edebug.el (edebug-outside-excursion):
5499         * emacs-lisp/debug.el (debugger-make-xrefs):
5500         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5501         * emacs-lisp/chart.el (chart-new-buffer):
5502         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5503         Use with-current-buffer.
5504         * textmodes/artist.el (artist-system): Don't call
5505         copy-sequence on a fresh string.
5506         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5508 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5510         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5511         is no item to edit.  (Bug#4820)
5512         (todo-top-priorities): Restore point and restore narrowing in Todo
5513         buffer.  (Bug#4820)
5515 2009-10-31  Glenn Morris  <rgm@gnu.org>
5517         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5518         (comint-last-output-start, comint-last-input-start)
5519         (comint-last-input-end): Don't defvar when compiling.
5520         (ange-ftp-process-file): Use bound-and-true-p.
5522         * pcmpl-rpm.el (top-level): Move provide statement to end.
5523         (pcmpl-rpm): Remove unused custom group.
5525         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5527         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5529         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5530         (byte-compile-warnings): Add `constants' as an option.
5531         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5532         (display-call-tree): Update for byte-compile-fdefinition possibly
5533         returning `(macro lambda ...)'.  (Bug#4778)
5534         (byte-compile-variable-ref, byte-compile-setq-default):
5535         Respect `constants' member of byte-compile-warnings.
5537 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5540         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5541         to "submit:".
5543 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5545         * textmodes/ispell.el (ispell-skip-region-alist):
5546         * international/mule-conf.el (eight-bit):
5547         * international/fontset.el (font-encoding-alist):
5548         * startup.el (pure-space-overflow-message):
5549         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5550         * paths.el (gnus-nntp-service, rmail-spool-directory)
5551         (term-file-prefix):
5552         * files.el (save-some-buffers-action-alist):
5553         * cmuscheme.el (same-window-buffer-names):
5554         * ielm.el (same-window-buffer-names):
5555         * shell.el (same-window-buffer-names):
5556         * mail/sendmail.el (same-window-buffer-names):
5557         * progmodes/inf-lisp.el (same-window-buffer-names):
5558         * bindings.el (mode-line-client)
5559         (mode-line-column-line-number-mode-map):
5560         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5561         (tibetan-precomposed-regexp): Purecopy string arguments.
5563 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5566         (calcDigit-nondigit):
5567         * calc/calc-yank.el (calc-copy-to-buffer):
5568         * calc/calc-units.el (calc-invalidate-units-table):
5569         * calc/calc-trail.el (calc-trail-yank):
5570         * calc/calc-store.el (calc-insert-variables):
5571         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5572         * calc/calc-prog.el (calc-read-parse-table):
5573         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5574         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5575         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5576         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5577         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5578         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5579         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5580         * calc/calc-ext.el (calc-realign):
5581         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5582         (calc-embedded-finish-edit, calc-embedded-make-info)
5583         (calc-embedded-finish-command, calc-embedded-stack-change):
5584         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5586         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5587         shell-dynamic-complete-filename in preference to
5588         comint-dynamic-complete-filename.
5590         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5591         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5592         Don't consider whether the display supports colors.
5593         (bookmark-import-new-list): Use dolist.
5594         (bookmark-bmenu-mode-map): Move initialization into declaration.
5595         (bookmark-bmenu-list): Use dolist, simplify.
5596         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5597         (menu-bar-final-items): Use push.
5599 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5601         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5602         it works on remote files.
5603         (vc-hg-diff): Don't pass any `--cwd' argument.
5605 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5607         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5608         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5609         (Further to Bug#3921).
5611 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5613         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5614         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5615         calling `tramp-imap-put-file'.  Add file size to the call.
5616         (tramp-imap-get-file-entries): Compute also user name, file size,
5617         and date.
5618         (tramp-imap-handle-insert-directory): Insert uid and gid.
5619         (tramp-imap-handle-file-attributes): Transform uid and gid
5620         according to `id-format'.
5621         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5622         size in header X-Size.
5624 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5626         * simple.el (transpose-subr): Give clearer error when the mark
5627         is not set.  (Bug#4807)
5629 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5631         * net/tramp.el (tramp-perl-file-truename): New defconst.
5632         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5633         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5634         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5635         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5637         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5638         Ignore `dired-call-process'.
5639         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5641 2009-10-26  Julian Scheid  <julians37@gmail.com>
5643         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5644         (tramp-get-remote-readlink): New defun.
5645         (tramp-handle-file-truename): Use it.
5646         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5647         file exists if cache value present.
5648         (tramp-check-cached-permissions): New defun.
5649         (tramp-handle-file-readable-p): Use it.
5650         (tramp-handle-file-writable-p): Likewise.
5651         (tramp-handle-file-executable-p): Likewise.
5652         (tramp-handle-file-name-all-completions): Try using Perl to get
5653         partial completions.  When perl not available, combine `cd' and
5654         `ls' into single remote operation and use shell expansion to get
5655         partial remote directory contents.  Set `file-exists-p' cache for
5656         directory and any files returned by ls.  Change cache handling to
5657         support partial directory contents.  Use error message emitted by
5658         remote `cd' or Perl code for local tramp-error.
5659         (tramp-do-copy-or-rename-file-directly): Avoid separate
5660         tramp-send-command-and-check call.
5661         (tramp-handle-process-file): Merge three remote ops into one.
5662         Do not flush all caches when `process-file-side-effects' is set.
5663         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5664         file-attributes shows uid/gid to be set already.
5666 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5668         * textmodes/tex-mode.el (tex-dvi-view-command)
5669         (tex-show-queue-command, tex-open-quote):
5670         * progmodes/ruby-mode.el (auto-mode-alist)
5671         (interpreter-mode-alist): Purecopy strings.
5673         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5675         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5676         string for the hook, keymap and abbrev table.
5678         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5680         * x-dnd.el (x-dnd-xdnd-to-action):
5681         * startup.el (fancy-startup-text, fancy-about-text): Change to
5682         defconst from defvar.
5684         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5686         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5687         Purecopy initialization strings.
5689         * mail/sendmail.el (mail-header-separator)
5690         (mail-personal-alias-file):
5691         * mail/rmail.el (rmail-default-dont-reply-to-names)
5692         (rmail-ignored-headers, rmail-retry-ignored-headers)
5693         (rmail-highlighted-headers, rmail-secondary-file-directory)
5694         (rmail-secondary-file-regexp):
5695         * files.el (null-device, file-name-invalid-regexp)
5696         (locate-dominating-stop-dir-regexp)
5697         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5698         (interpreter-mode-alist): Use mapcar instead of mapc.
5700         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5702         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5703         (completion-ignored-extensions):
5704         (debug-ignored-errors): Purecopy strings.
5706 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5708         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5709         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5710         (pcomplete--here): Use push.
5712         * subr.el (all-completions): Declare the 4th arg obsolete.
5714 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5716         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5717         (pcomplete-unquote-argument): New function.
5718         (pcomplete--common-suffix): Always pay attention to case.
5719         (pcomplete--table-subvert): Quote and unquote the text.
5720         (pcomplete--common-quoted-suffix): New function.
5721         (pcomplete-std-complete): Use it and pcomplete-begin.
5723         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5724         we're inside a dedicated or minibuffer window.
5726 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5728         * bookmark.el: Update documentation, especially documentation
5729         of `bookmark-alist' and of the bookmark file format.
5730         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5732 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5734         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5735         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5736         window to buffer.
5738         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5739         (global-whitespace-mode, global-whitespace-newline-mode)
5740         (whitespace-toggle-options, global-whitespace-toggle-options):
5741         Doc fix (Bug#3660).
5743         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5744         of xmltok-start before the end tag was inserted (Bug#2840).
5746         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5747         patterns that are preceded by an open-paren (Bug#1320).
5749 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5751         * files.el (delete-directory): Delete symlinks to directories with
5752         delete-file (Bug#4739).
5754 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5756         * vc.el (vc-backend-for-registration): Rename from
5757         vc-get-backend-for-registration.  Update callers.
5759         * international/mule-cmds.el (set-language-info-alist):
5760         Purecopy lang-env.
5761         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5762         (charset): Purecopy the name.
5763         (define-char-code-property): Purecopy string arguments.
5765         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5766         Purecopy string arguments.
5768         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5769         * ediff-hook.el (menu-bar-ediff-menu):
5770         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5771         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5773 2009-10-24  Glenn Morris  <rgm@gnu.org>
5775         * comint.el (comint-dynamic-list-completions):
5776         * term.el (term-dynamic-list-completions): Use choose-completion rather
5777         than obsolete alias mouse-choose-completion.
5779         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5780         file-cache-choose-completion.
5781         (file-cache-choose-completion): Handle an optional event argument.
5782         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5784         * progmodes/octave-mod.el (octave-complete-symbol):
5785         Use choose-completion if mouse-choose-completion is ever removed.
5787         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5788         use.
5790         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5791         compiler.
5793         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5795 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5797         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5798         Ignore `pred' now that we receive one.
5799         Handle test-completion specially.
5801 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5803         * vc.el (vc-responsible-backend): Throw an error if not backend is
5804         found.  Remove the REGISTER argument.  Move the code dealing with
5805         REGISTER ...
5806         (vc-get-backend-for-registration): ... here.  New function.
5807         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5808         of vc-responsible-backend, pass the file name instead of the
5809         directory name.
5811 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5814         New funs.
5815         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5816         (pcomplete-comint-setup): Don't modify a global var via
5817         accidental side-effects.
5818         (pcomplete-shell-setup): Adjust call accordingly.
5819         (pcomplete-parse-comint-arguments): Use push.
5821 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5823         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5824         Allow uncapitalized info node names (Bug#3921).
5826         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5827         to the DEBUG file (Bug#3781).
5829 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5831         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5832         dictionary entry (Bug#4579).
5834 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5836         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5837         from `rfn-eshadow-update-overlay-hook' when unloading.
5838         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5839         "rsyncc".  Adjust doc string.
5840         (tramp-temp-buffer-file-name): New buffer-local defvar.
5841         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5842         Keep temporary file when indicated by method ("rsync" and
5843         "rsyncc").
5844         (tramp-handle-write-region): Handle APPEND.
5845         (tramp-delete-temp-file-function): New defun.  Added to
5846         `kill-buffer-hook'.
5848 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5850         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5852 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5854         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5855         (color-name-rgb-alist, tty-standard-colors)
5856         (tty-color-mode-alist): Change to defconst.
5858         * simple.el (mark-inactive): Purecopy message.
5860         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5861         (global-map, yank-menu):
5862         * textmodes/ispell.el (ispell-menu-map):
5863         * net/eudc.el (eudc-tools-menu):
5864         * international/mule-cmds.el (describe-language-environment-map)
5865         (setup-language-environment-map, set-coding-system-map)
5866         (mule-menu-keymap):
5867         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5868         * replace.el (occur-mode-map):
5869         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5871 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5873         * calc/calc.el (math-read-number, math-read-number-simple): Use
5874         `save-match-data'.
5876 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5878         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5879         rather than fiddling with global-map bindings, since it should only
5880         affect per-terminal settings.
5881         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5883         * minibuffer.el (completion-table-with-terminator): Allow to specify
5884         the terminator-regexp.
5886         * simple.el (switch-to-completions): Look for *Completions* in other
5887         frames as well.
5889         * pcomplete.el: Allow the use of completion-tables.
5890         (pcomplete-std-complete): New command.
5891         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5892         (pcomplete--here): Use a function for `form' rather than an expression,
5893         so it can be byte-compiled.
5894         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5895         Add edebug declaration.
5896         (pcomplete-show-completions): Remove unused var `curbuf'.
5897         (pcomplete-do-complete, pcomplete-stub):
5898         Don't assume `completions' is a list of strings any more.
5900 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5902         * find-dired.el (find-name-arg): Fix typo in docstring.
5904 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5907         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5909         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5910         pcomplete-entries.
5912         * comint.el (comint-read-input-ring, comint-write-input-ring)
5913         (comint-substitute-in-file-name)
5914         (comint-dynamic-complete-as-filename)
5915         (comint-dynamic-simple-complete)
5916         (comint-dynamic-list-filename-completions)
5917         (comint-dynamic-list-completions)
5918         (comint-redirect-results-list-from-process): Minor simplifications.
5920 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5922         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5923         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5924         the first form.  And insert a blank line after ";;; Code" since
5925         that's usual style.  (Bug#4612)
5927         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5929 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * minibuffer.el (completion-table-with-terminator): Properly implement
5932         boundaries, in case `terminator' appears in the suffix.
5933         (completion--embedded-envvar-table): Don't return boundaries if
5934         there's no valid completion.  Simplify.
5935         (completion-file-name-table): New completion table extracted from
5936         completion--file-name-table.
5937         (completion--file-name-table): Use it.
5938         (read-file-name-predicate): Declare obsolete.
5939         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5940         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5941         completion-file-name-table, and use the `pred' argument.
5942         * files.el (locate-file-completion-table): Use the `pred' arg rather
5943         than read-file-name-predicate.
5944         (abbreviate-file-name): Use \` rather than ^ for BOS.
5946 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5948         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5949         vc-responsible-backend to register, it causes problems.
5951 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5953         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5955 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5957         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5958         (tramp-smb-handle-file-attributes): Use it.
5959         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5960         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5961         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5962         Add `dired-filename' text properties.
5963         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5964         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5965         version.
5967 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * subr.el (read-key-delay): Reduce to 0.01.
5970         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5971         (bug#4751).
5973 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5977         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5978         (Info-menu): Remove unused vars `last' and `completions'.
5979         (Info-index-nodes): Remove unused var `node'.
5981         * info.el (Info-complete-menu-item): Use complete-with-action.
5983 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5985         Make vc-annotate work through copies and renames.
5986         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5987         Return the file name too.
5988         (vc-annotate-revision-at-line)
5989         (vc-annotate-find-revision-at-line)
5990         (vc-annotate-revision-previous-to-line)
5991         (vc-annotate-show-log-revision-at-line): Update to get the file
5992         name from vc-annotate-extract-revision-at-line.
5993         (vc-annotate-show-diff-revision-at-line-internal): Change the
5994         argument to mean whether to show a file diff or not.  Get the file
5995         name from vc-annotate-extract-revision-at-line.
5996         (vc-annotate-show-diff-revision-at-line):
5997         Update vc-annotate-show-diff-revision-at-line call.
5998         (vc-annotate-warp-revision): Add an optional file argument.
6000         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6001         (vc-git-annotate-extract-revision-at-line): Also return the file
6002         name if found.
6004         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6005         command.  Remove unused code.
6006         (vc-hg-annotate-re): Update to match --follow output.
6007         (vc-hg-annotate-extract-revision-at-line): Also return the file
6008         name if found.
6010         * vc.el: Update annotate-extract-revision-at-line documentation.
6012 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6014         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6015         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6017         * net/browse-url.el (browse-url): Identify alist with "consp and
6018         not functionp" and let all other things go down the `apply' leg,
6019         as suggested by Stefan.  (Further to bug#4531.)
6021 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6023         * minibuffer.el (read-file-name): Check for repeat before putting
6024         a default argument in file-name-history (Bug#4657).
6026         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6027         read syntax (Bug#4737).
6029         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6031 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6033         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6034         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6035         entries and make note of obsolete tags.
6037 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6041 2009-10-18  Glenn Morris  <rgm@gnu.org>
6043         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6044         grep, so that binary files (eg international/uni-bidi.el) can match.
6045         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6046         now, and in any case the file header format has changed.
6048 2009-10-17  Glenn Morris  <rgm@gnu.org>
6050         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6051         (flyspell-get-word, flyspell-large-region)
6052         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6054 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6056         * Makefile.in (ELCFILES): Add ede/shell.
6058 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6060         * term/common-win.el (x-colors): Purecopy it.
6062 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6065         permissive for when the buffer is empty.
6066         (tar-header-block-tokenize): Decode the username and groupname.
6067         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6069 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6071         * international/mule-cmds.el (select-safe-coding-system): If the file
6072         has a coding cookie, use it regardless of any other setting (bug#4712).
6074 2009-10-17  Glenn Morris  <rgm@gnu.org>
6076         * foldout.el (foldout-mouse-swallow-events):
6077         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6079         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6080         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6081         (dired-keep-marker-symlink, dired-dwim-target)
6082         (dired-copy-preserve-time): Do not autoload these defcustoms.
6084         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6085         messages from messing up the file coding.  (Bug#4623)
6087 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6089         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6090         if no match is found for the current dictionary.  (Bug#4578)
6092         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6093         optional, since that is how it is documented, and this is often called
6094         with a nil argument.  (Bug#4577)
6095         (flyspell-external-point-words, flyspell-auto-correct-word)
6096         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6097         (flyspell-word-search-backward): Remove nil argument in calls to
6098         flyspell-get-word, since it is not needed now.
6100 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6102         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6104 2009-10-16  Glenn Morris  <rgm@gnu.org>
6106         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6108 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6110         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6111         (ange-ftp-file-size): New function.
6112         (ange-ftp-file-attributes): Use it.
6114 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6116         * net/tramp-smb.el (tramp-smb-version): New defvar.
6117         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6118         repeated checks.
6120 2009-10-16  Glenn Morris  <rgm@gnu.org>
6122         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6123         Maybe copy some custom properties from old to new name.  (Bug#4706)
6125 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6127         * subr.el (error, sit-for, start-process-shell-command)
6128         (start-file-process-shell-command): Set the calling convention
6129         after the function definition.
6131 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * subr.el (error, sit-for, start-process-shell-command)
6134         (start-file-process-shell-command): Use the new
6135         set-advertised-calling-convention feature.
6137 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6139         * international/ucs-normalize.el (ucs-normalize-version):
6140         Change to 1.2.
6141         (check-range): Adjust for Unicode 5.2.
6143 2009-10-15  Juri Linkov  <juri@jurta.org>
6145         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6146         to the `menu-item' format.
6148 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6150         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6151         if the environment variable does not exist.
6153         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6154         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6155         parameter.
6156         (tramp-smb-handle-add-name-to-file)
6157         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6158         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6159         (tramp-smb-handle-file-attributes)
6160         (tramp-smb-do-file-attributes-with-stat)
6161         (tramp-smb-handle-file-local-copy)
6162         (tramp-smb-handle-insert-directory)
6163         (tramp-smb-handle-make-directory)
6164         (tramp-smb-handle-make-directory-internal)
6165         (tramp-smb-handle-make-symbolic-link)
6166         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6167         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6168         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6169         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6170         Handle long file names.
6171         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6172         process is running.
6173         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6174         Read share names with "-g" option.
6176 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6178         * net/rcirc.el (rcirc-view-log-file): New command.
6179         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6180         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6181         specified.
6183 2009-10-15  Glenn Morris  <rgm@gnu.org>
6185         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6186         from the second command-line argument.
6187         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6188         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6189         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6190         w32-batch-update-autoloads.
6191         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6192         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6194         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6195         the headers cannot be located.  Simplify, subtracting superflous
6196         save-excursions.
6198 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         Replace completion-base-size by completion-base-position to fix bugs
6201         such as (bug#4699).
6202         * simple.el (completion-base-position): New var.
6203         (completion-base-size): Mark as obsolete.
6204         (choose-completion): Make it work for mouse events as well.
6205         Pass the new base-position to choose-completion-string.
6206         (choose-completion-guess-base-position): New function, extracted from
6207         choose-completion-delete-max-match.
6208         (choose-completion-delete-max-match): Use it.  Make obsolete.
6209         (choose-completion-string): Use the new base-position info.
6210         (completion-root-regexp): Delete.
6211         (completion-setup-function): Preserve completion-base-position.
6212         Eliminate obsolete base-size manipulation.
6213         * minibuffer.el (display-completion-list): Don't mess with base-size.
6214         (minibuffer-completion-help): Set completion-base-position instead.
6215         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6216         choose-completion.
6217         * textmodes/bibtex.el (bibtex-complete):
6218         * emacs-lisp/crm.el (crm--choose-completion-string):
6219         Adjust to new calling convention.
6220         * complete.el (partial-completion-mode): Use minibufferp to avoid
6221         bumping into incompatible change to choose-completion-string-functions.
6222         * ido.el (ido-choose-completion-string): Make its calling convention
6223         more permissive.
6224         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6225         base-size manipulation.
6226         (comint-dynamic-list-input-ring): Use dotimes and push.
6227         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6228         fundamental-mode.  Use `or'.
6230 2009-10-14  Juri Linkov  <juri@jurta.org>
6232         * misearch.el (multi-isearch-next-buffer-from-list)
6233         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6235 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6238         `bytecomp.el'.
6240         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6241         string we return is all made up of text from the completions rather
6242         than part from the completions and part from the input (bug#4219).
6244         * ido.el (ido-everywhere): Use define-minor-mode.
6246         * buff-menu.el (list-buffers, ctl-x-map):
6247         Mark the entry points with ;;;###autoload cookies.
6249 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6251         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6252         correctly in the detached head case.
6253         (vc-git-print-log): Remove unused binding.
6255         * vc.el (vc-responsible-backend): When a directory is passed for
6256         for registration create a VC repository if no backend is
6257         responsible for the directory argument.
6258         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6260         * vc.el: Move comments about RCS and SCCS ...
6261         * vc-rcs.el:
6262         * vc-sccs.el: ... here, respectively.
6264 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * minibuffer.el (completion--file-name-table): Return nil if there's
6267         no file completion, even if substitute-in-file-name changed
6268         the string (bug#4708).
6270 2009-10-13  Juri Linkov  <juri@jurta.org>
6272         * files-x.el (read-file-local-variable-value): Don't filter out
6273         minor modes from mode name completion (bug#4664).
6275 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6277         * international/mule-cmds.el (ucs-names): Remove exclusion of
6278         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6280 2009-10-13  Kenichi Handa  <handa@m17n.org>
6282         * international/uni-name.el: Regenerated.
6284 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6286         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6287         should be automatically buffer-local, but isn't.)
6289 2009-10-12  Sam Steingold  <sds@gnu.org>
6291         * progmodes/compile.el (compilation-next-error-function): Fix the
6292         timestamps if the buffer has been visited before.
6293         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6294         non-anchored patterns, like the perl one (bug#3928).
6296 2009-10-12  Glenn Morris  <rgm@gnu.org>
6298         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6299         Let-bind `size'.
6301 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6303         * proced.el (proced-unload-function): New function.
6305         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6306         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6307         Doc fix.
6309         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6311 2009-10-11  Juri Linkov  <juri@jurta.org>
6313         * files-x.el (read-file-local-variable-value):
6314         Provide default value only for bound variables (bug#4664).
6316 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6318         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6319         connection methods like smb.
6321         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6322         can be empty.
6324         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6325         (tramp-smb-file-name-handler-alist): Add handlers for
6326         `add-name-to-file', `make-symbolic-link'.
6327         (tramp-smb-handle-add-name-to-file)
6328         (tramp-smb-do-file-attributes-with-stat)
6329         (tramp-smb-handle-make-symbolic-link)
6330         (tramp-smb-get-cifs-capabilities): New defuns.
6331         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6332         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6333         (tramp-smb-handle-file-local-copy)
6334         (tramp-smb-handle-make-directory-internal)
6335         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6336         The file name syntax depends on cifs capabilities.
6337         (tramp-smb-handle-file-attributes):
6338         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6339         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6340         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6342 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6344         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6345         (eieio-defclass): Apply deftype handler and setf-method properties
6346         directly.
6347         (eieio-add-new-slot): Avoid union function from cl library.
6348         (eieio--typep): New function.
6349         (eieio-perform-slot-validation): Use it.
6351 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6353         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6354         Update documentation to refer to the variables documented in r1.135.
6355         (Bug#4188)
6357 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6359         * bookmark.el (Info-suffix-list): Remove this unused variable.
6360         (bookmark-current-point): Remove this obsolete variable.
6361         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6362         Adjust for removal of bookmark-current-point.
6364         (bookmarks-already-loaded, bookmark-current-buffer)
6365         (bookmark-yank-point): Document.  (Bug#4188)
6367 2009-10-10  Glenn Morris  <rgm@gnu.org>
6369         * frame.el (frame-height): Doc fix.
6371         * calendar/calendar.el (calendar-split-width-threshold): New option.
6372         (calendar-basic-setup): Use calendar-split-width-threshold.
6374 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6376         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6377         Ideographic Supplement" range (U+1F200..U+1F2FF).
6379 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6381         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6382         since the list will have been rebuilt anyway.  (Bug#4349)
6384 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6386         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6387         (bookmark-bmenu-execute-deletions): Don't save here, as
6388         bookmark-delete will now do so if necessary.
6389         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6390         (Bug#4348)
6392 2009-10-09  Glenn Morris  <rgm@gnu.org>
6394         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6396 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6398         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6399         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6400         argument now, so the two function's behaviors will match.  (Bug#3645)
6402 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6404         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6405         (tramp-file-name-real-host, tramp-file-name-port):
6406         Apply `save-match-data'.
6408         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6409         case both directories are remote.
6410         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6411         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6413 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6415         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6417 2009-10-07  Glenn Morris  <rgm@gnu.org>
6419         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6420         of concat.
6422 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * files-x.el (read-file-local-variable): Include some
6425         non-user-variables in the completion table (bug#4664).
6427 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6429         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6430         message.
6432         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6433         (tramp-smb-file-name-handler-alist): Add handler for
6434         `copy-directory', `expand-file-name', `set-file-modes'.
6435         (tramp-smb-handle-copy-directory)
6436         (tramp-smb-handle-expand-file-name)
6437         (tramp-smb-handle-set-file-modes): New defuns.
6438         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6439         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6440         entry.
6441         (tramp-smb-handle-insert-directory): Don't flush the cache.
6442         (tramp-smb-maybe-open-connection): Check for samba client and
6443         server versions.
6445 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6447         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6448         to not error out of search for "^lisp=" fails.
6450 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6452         * makefile.w32-in (WINS_UPDATES): New macro.
6453         (custom-deps, finder-data, autoloads): Use it.
6455 2009-10-07  Glenn Morris  <rgm@gnu.org>
6457         * Makefile.in (autoloads): Revert previous change.
6458         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6459         the list of preloaded files passed on the command-line, get
6460         it from src/Makefile.
6462         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6463         show the original buffer rather than a random one.
6465 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6467         * help.el (describe-no-warranty): Place point in a slightly better
6468         position in the GPLv3 text.
6470 2009-10-06  Sam Steingold  <sds@gnu.org>
6472         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6473         the comm attribute is present before calling regexp-quote.
6475 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6477         * play/animate.el (animate-string): For good effect, make sure
6478         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6480         * play/animate.el (animate-sequence, animate-birthday-present):
6481         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6483 2009-10-06  Glenn Morris  <rgm@gnu.org>
6485         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6487         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6488         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6489         (batch-update-autoloads): Process a string value of autoload-excludes,
6490         set during the build process.
6491         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6493         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6494         inside with-parsed...  macro so that `v' is defined.
6496         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6497         * progmodes/fortran.el (fortran-end-of-block)
6498         (fortran-beginning-of-block):
6499         Also push mark in the macro case.
6501         * emerge.el (emerge-show-file-name):
6502         * calc/calc.el (calc-quit):
6503         * calc/calc-misc.el (calc-big-or-small):
6504         * calc/calc-graph.el (calc-graph-view):
6505         * calc/calc-ext.el (calc-reset):
6506         * calendar/calendar.el (calendar-basic-setup):
6507         Use window-full-height-p.
6509         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6510         header we don't understand, don't insert another.  (Bug#4624)
6511         If changing mime charset, insert the new one in the right place.
6513 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6515         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6516         (cal-tex-cursor-month): Correctly increment the end date for diary and
6517         holiday listing.  (Bug#4626)
6519 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6521         * help-fns.el (describe-function-1): Don't burp if the function is not
6522         a symbol.
6524 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6526         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6527         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6528         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6529         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6531         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6532         (eieio-default-superclass): Reflow docstrings.
6533         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6534         (eieio-unbind-method-implementations, defmethod)
6535         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6536         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6537         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6538         (eieio-slot-originating-class-p, eieio-slot-name-index)
6539         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6540         (constructor, initialize-instance, no-next-method, object-print)
6541         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6542         Fix typos in docstrings.
6543         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6544         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6545         (next-method-p): Doc fixes.
6546         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6547         Fix typos in error messages.
6548         (eieio-defmethod): Fix typo in description of generic method.
6550         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6551         (eieio-persistent-save-interactive, slot-missing):
6552         Fix typos in docstrings.
6553         (eieio-instance-inheritor-slot-boundp): Doc fix.
6555         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6556         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6558         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6559         (eieio-custom-object-apply-reset):
6560         Fix typos in docstrings and error messages.
6562         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6563         Fix typo in docstring.
6565         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6566         (eieio-browse-tree): Doc fix.
6567         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6568         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6569         Fix typos in docstrings.
6571         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6572         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6573         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6574         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6575         Reflow docstrings.
6577 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6579         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6580         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6581         Set log-view-vc-backend so that diff can work.
6583         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6584         vc-version-diff.
6585         (vc-diff-internal): Autoload this instead of vc-version-diff.
6587 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6589         * simple.el (eval-expression): Doc fix.
6591         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6593 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6595         * files.el (directory-files-no-dot-files-regexp): New defconst.
6596         (delete-directory): Use it.
6597         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6599         * net/tramp.el (tramp-verbose): Fix docstring.
6600         (tramp-methods): Add recursive option to `tramp-copy-args'.
6601         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6602         "scp1_old", "scp2_old", "rsync", "rsyncc".
6603         (tramp-default-method): Check also for `auth-source-user-or-password'.
6604         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6605         Add handler for `copy-directory'.
6606         (tramp-handle-copy-directory): New defun.
6607         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6608         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6609         Optimize sent command.
6611 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6613         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6614         window if necessary.
6616         * calendar/calendar.el (calendar-basic-setup): Don't call
6617         switch-to-buffer in a dedicated window.
6619 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6621         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6622         don't do anything related to relocating, just return nil.
6623         (bookmark-error-no-filename): New error.
6624         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6625         bookmark has no file.  Don't even attempt to handle things that
6626         are not files; the whole point of custom handlers is to keep that
6627         knowledge elsewhere anyway.  Tighten some comments.
6628         (bookmark-file-or-variation-thereof): Remove now-unused function.
6629         (bookmark-location): Doc string fix.
6630         (Bug#4250)
6632 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6634         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6635         don't use a file dialog, because they usually don't know how to read
6636         a directory target from the user.  (Bug#4230)
6637         Also, make sure the prompt can display directories as well as files.
6639 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6641         * bookmark.el (bookmark-set, bookmark-buffer-name):
6642         Improve doc strings.  (Bug#1193)
6644 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6646         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6647         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6648         (bookmark-get-annotation, bookmark-set-annotation)
6649         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6650         (bookmark-set-position, bookmark-get-front-context-string)
6651         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6652         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6653         (bookmark-jump-other-window, bookmark-handle-bookmark)
6654         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6655         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6656         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6657         Improve doc strings to say whether bookmark can be a string or
6658         a record or both, and make other consistency and clarity fixes.
6659         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6660         (bookmark-default-annotation-text, bookmark-yank-word)
6661         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6662         (bookmark-import-new-list, bookmark-maybe-rename)
6663         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6664         (bookmark-bmenu-bookmark): Give these doc strings.
6665         (bookmark-bmenu-check-position): Give this a doc string, but also
6666         add a FIXME comment about how the function may be pointless.
6667         (bookmark-default-handler): Rework doc string and change a
6668         parameter name, to clarify that this takes a bookmark record
6669         not a bookmark name.
6670         (bookmark-set): Change a parameter name to indicate its meaning,
6671         and improve the doc string a bit.
6672         (Bug#4188)
6674 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6676         * bookmark.el (bookmark-alist): Document the new `handler' element
6677         in the param alist.
6678         (bookmark-make-record-function): Adjust documentation for above.
6679         (Bug#4193)
6681 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6683         * info.el (Info-bookmark-make-record): Document this function.
6684         (Info-bookmark-jump): Document with a doc string, not just a comment.
6685         (Bug#4203)
6687 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6689         * files.el (copy-directory): New defun.
6691         * dired-aux.el (dired-copy-file-recursive): Use it.
6693 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6695         * files-x.el (modify-dir-local-variable)
6696         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6697         docstrings.
6699         * recentf.el (recentf-unload-function): New function.
6701 2009-10-04  Glenn Morris  <rgm@gnu.org>
6703         * window.el (window-full-height-p): Add doc string.
6705 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6707         * window.el (window-full-height-p): New function.  (Bug#4543)
6709 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6711         * vc.el: Remove commented out code.
6712         (vc-derived-from-dir-mode): Remove, unused.
6713         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6715 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6717         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6718         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6719         there could be recursive loading when `default-directory' is a
6720         remote file name.  (Bug#4614)
6722 2009-10-03  Glenn Morris  <rgm@gnu.org>
6724         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6725         the frame is wide.
6726         (calendar-generate-window): Test for shrinkability rather than width.
6728         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6729         reusing existing buffers, in case we happen to visit two files with the
6730         same basename.  (Bug#4593)
6732 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6734         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6735         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6736         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6737         subdirs of cedet as well.
6738         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6740 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6743         Obey advertised-signature-table.
6745         * help-fns.el (help-function-arglist): Don't check
6746         advertised-signature-table.
6747         (describe-function-1): Do it here instead so it also applies to subrs.
6749 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6751         * simple.el (start-file-process): Say in the doc-string, that file
6752         handlers might not support pty association, if PROGRAM is nil.
6754         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6755         HOST and USER are strings.  They are nil, when there are
6756         incomplete entries in ~/.netrc, for example.
6757         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6758         root directory ("device busy" error otherwise).
6760         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6761         Flush file properties of created directory.
6763 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6765         * makefile.w32-in (WINS_BASIC): Remove cedet.
6766         (WINS_CEDET): Add cedet.
6767         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6769 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6771         * net/browse-url.el (browse-url): Pass any symbol in
6772         browse-url-browser-function to `apply', since if you've mistakenly put
6773         an unbound symbol then the error is clearer.  (Bug#4531)
6775 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6777         * allout.el (allout-init, allout-back-to-current-heading)
6778         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6779         (allout-ascend, allout-up-current-level, allout-end-of-level)
6780         (allout-previous-visible-heading, allout-forward-current-level)
6781         (allout-backward-current-level, allout-show-children):
6782         * apropos.el (apropos-describe-plist):
6783         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6784         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6785         * completion.el (add-completion, add-permanent-completion):
6786         * descr-text.el (describe-text-category, describe-char):
6787         * desktop.el (desktop-lazy-abort):
6788         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6789         * dired.el (dired-build-subdir-alist):
6790         * ediff.el (ediff-version):
6791         * elide-head.el (elide-head, elide-head-show):
6792         * emerge.el (emerge-version):
6793         * env.el (getenv):
6794         * face-remap.el (variable-pitch-mode):
6795         * faces.el (describe-face):
6796         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6797         (dired-at-point):
6798         * files.el (find-file-existing, auto-save-mode):
6799         * font-lock.el (font-lock-fontify-buffer):
6800         * help-fns.el (describe-function, describe-variable)
6801         (describe-syntax, describe-categories):
6802         * help.el (view-lossage, describe-bindings, describe-key)
6803         (describe-mode):
6804         * hexl.el (hexl-current-address):
6805         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6806         * info.el (Info-goto-emacs-key-command-node):
6807         * log-edit.el (log-edit-insert-cvs-template)
6808         (log-edit-insert-cvs-rcstemplate):
6809         * menu-bar.el (menu-bar-mode):
6810         * mouse.el (mouse-appearance-menu):
6811         * newcomment.el (comment-indent-new-line):
6812         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6813         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6814         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6815         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6816         * recentf.el (recentf-mode):
6817         * savehist.el (savehist-mode, savehist-save):
6818         * shadowfile.el (shadow-copy-files):
6819         * simple.el (kill-ring-save, next-line, previous-line)
6820         (normal-erase-is-backspace-mode):
6821         * strokes.el (strokes-update-window-configuration)
6822         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6823         (strokes-xpm-for-stroke):
6824         * time.el (emacs-uptime, emacs-init-time):
6825         * tutorial.el (tutorial--describe-nonstandard-key)
6826         (tutorial--detailed-help):
6827         * type-break.el (type-break-mode)
6828         (type-break-mode-line-message-mode, type-break-query-mode)
6829         (type-break-guesstimate-keystroke-threshold):
6830         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6831         * version.el (emacs-version):
6832         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6833         * winner.el (winner-mode):
6834         * calendar/timeclock.el (timeclock-in, timeclock-out)
6835         (timeclock-status-string, timeclock-change)
6836         (timeclock-workday-remaining-string)
6837         (timeclock-workday-elapsed-string)
6838         (timeclock-when-to-leave-string):
6839         * calendar/todo-mode.el (todo-add-category):
6840         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6841         * emacs-lisp/autoload.el (update-file-autoloads):
6842         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6843         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6844         (checkdoc-message-text, checkdoc-defun):
6845         * emacs-lisp/debug.el (debugger-list-functions):
6846         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6847         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6848         (eieio-describe-generic):
6849         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6850         * emacs-lisp/shadow.el (list-load-path-shadows):
6851         * emulation/cua-base.el (cua-mode):
6852         * emulation/edt.el (edt-set-scroll-margins):
6853         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6854         (tpu-toggle-regexp, tpu-toggle-search-direction)
6855         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6856         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6857         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6858         (viper-set-parsing-style-toggling-macro)
6859         (viper-set-emacs-state-searchstyle-macros):
6860         * emulation/viper.el (viper-set-hooks):
6861         * eshell/esh-mode.el (eshell-truncate-buffer):
6862         * international/mule-cmds.el (prefer-coding-system)
6863         (describe-input-method, describe-language-environment):
6864         * international/mule-diag.el (list-character-sets)
6865         (describe-character-set, describe-coding-system)
6866         (describe-fontset, list-fontsets, list-input-methods):
6867         * mail/sendmail.el (mail-signature):
6868         * net/ange-ftp.el (ange-ftp-copy-file):
6869         * net/browse-url.el (browse-url):
6870         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6871         * net/quickurl.el (quickurl-add-url):
6872         * net/rcirc.el (names, topic):
6873         * net/xesam.el (xesam-mode):
6874         * play/5x5.el (5x5-new-game):
6875         * play/yow.el (apropos-zippy):
6876         * progmodes/ada-mode.el (ada-mode-version):
6877         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6878         (f90-end-of-block)
6879         (f90-beginning-of-block):
6880         * progmodes/fortran.el (fortran-end-of-block)
6881         (fortran-beginning-of-block):
6882         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6883         * progmodes/python.el (python-describe-symbol, python-shell):
6884         * term/ns-win.el (ns-print-buffer):
6885         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6886         * textmodes/flyspell.el (flyspell-mode-on):
6887         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6888         (pages-directory-for-addresses):
6889         * textmodes/table.el (table-recognize-cell)
6890         (table-query-dimension, table-generate-source)
6891         (table-insert-sequence, table--warn-incompatibility):
6892         * textmodes/tex-mode.el (tex-validate-buffer):
6893         * textmodes/texinfmt.el (texinfmt-version)
6894         (texinfo-format-buffer):
6895         Use `called-interactively-p' instead of `interactive-p'.
6897 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6899         * image-mode.el (image-toggle-display):
6900         * emacs-lisp/elp.el (elp-instrument-function):
6901         * emacs-lisp/advice.el (ad-make-advised-definition):
6902         * emacs-lisp/easy-mmode.el (define-minor-mode):
6903         * net/browse-url.el (browse-url-maybe-new-window):
6904         * progmodes/sh-script.el (sh-learn-buffer-indent):
6905         Pass new argument 'any to `called-interactively-p'.
6907 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6909         * international/uni-bidi.el:
6910         * international/uni-category.el:
6911         * international/uni-combining.el:
6912         * international/uni-comment.el:
6913         * international/uni-decimal.el:
6914         * international/uni-decomposition.el:
6915         * international/uni-digit.el:
6916         * international/uni-lowercase.el:
6917         * international/uni-mirrored.el:
6918         * international/uni-name.el:
6919         * international/uni-numeric.el:
6920         * international/uni-old-name.el:
6921         * international/uni-titlecase.el:
6922         * international/uni-uppercase.el:
6923         Regenerate from Unicode 5.2.0 data.
6925 2009-10-01  Glenn Morris  <rgm@gnu.org>
6927         * Makefile.in (ELCFILES): Regenerate.
6929 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * subr.el (interactive-p): Mark obsolete.
6932         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6933         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6934         advertised-signature-table for subroutines as well.
6936         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6937         (set-advertised-calling-convention): New function.
6938         (make-obsolete, define-obsolete-function-alias)
6939         (make-obsolete-variable, define-obsolete-variable-alias):
6940         Make the optional-ness of `when' obsolete.
6941         (define-obsolete-face-alias): Make `when' non-optional.
6942         * help-fns.el (help-function-arglist):
6943         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6944         Use advertised-signature-table.
6946 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6948         * files.el (delete-directory): New defun.  The original function
6949         in fileio.c has been renamed to `delete-directory-internal'.
6951         * dired.el (dired-delete-file): Call `delete-directory' with
6952         RECURSIVE parameter.
6954         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6955         parameter RECURSIVE.  Implementation is missing.
6957         * net/tramp.el (tramp-handle-make-directory): Flush upper
6958         directory's file properties.
6959         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6960         (tramp-handle-dired-recursive-delete-directory): Flush directory
6961         properties after the remove command only.
6963         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6964         Handle optional parameter RECURSIVE.
6966         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6967         Handle optional parameter RECURSIVE.
6969         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6970         connection timeout.
6971         (tramp-smb-handle-delete-directory): Handle optional parameter
6972         RECURSIVE.
6974 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6977         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6978         (byte-compile-defmacro): Use backquotes.
6980         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6982         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6983         has no associated file.
6984         (vc-resynch-buffer): Use vc-dir-buffers.
6986 2009-10-01  Glenn Morris  <rgm@gnu.org>
6988         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6989         (chart-file-count):
6990         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6991         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6992         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6993         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6994         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6995         (eieio-copy-parents-into-subclass, make-instance, class-children)
6996         (eieio-generic-form):
6998         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6999         match-data.  (Bug#4555).
7001         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7002         rather than parsing it as a regexp.  This relaxes the layout
7003         requirements and makes errors easier to detect.
7004         (check-declare-verify): Check file is regular.
7005         (check-declare-directory): Doc fix.
7006         * subr.el (declare-function): Doc fix.
7008         * ibuffer.el (ibuffer-format-qualifier):
7009         * isearch.el (hi-lock-regexp-okay):
7010         * calc/calc.el (math-zerop):
7011         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7012         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7013         Remove unused declarations.
7015 2009-09-30  Glenn Morris  <rgm@gnu.org>
7017         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7019         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7020         filename is not a string.
7022 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7024         * files.el (safe-local-eval-forms): Fix typo.
7026 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * vc-hooks.el (vc-dir-buffers): New var.
7029         (vc-state-refresh): New function.
7030         (vc-state): Use it.
7031         (vc-after-save): Always ask the backend to recompute the new state.
7032         Always call vc-dir if necessary, using vc-dir-buffers.
7033         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7034         Use vc-dir-buffers.
7035         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7036         (vc-dir-prepare-status-buffer, vc-dir-update)
7037         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7038         Don't call expand-file-name on default-directory.
7040 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7042         * speedbar.el (speedbar-item-delete):
7043         * calc/calc-prog.el (calc-kbd-if):
7044         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7046         * epa.el (epa-key-list-mode-map):
7047         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7049         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7050         (hs-show-hook): Fix typo in docstring.
7052 2009-09-29  Glenn Morris  <rgm@gnu.org>
7054         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7055         file-name-nondirectory call preventing location of cedet files.
7056         (check-declare-verify): Use literal search rather than re-search.
7057         Add basic defmethod and defclass, and define-overloadable-function.
7059         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7060         Use tramp-compat-file-attributes rather than nonexistent
7061         tramp-compat-handle-file-attributes.
7063         * Makefile.in (lisptagsfiles4): New.
7064         (AUTOGENEL): Add cedet loaddefs files.
7065         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7066         (update-elclist, compile-always, backup-compiled-files)
7067         (bootstrap-clean): Add yet another directory level.
7068         (update-elclist): Use LC_COLLATE rather than COLLATE.
7069         (ELCFILES): Update, via `make update-elclist'.
7071 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7073         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7074         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7075         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7077 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7079         * Makefile.in (lisptagsfiles3): Define.
7080         (TAGS, TAGS-LISP): Use it.
7081         (update-elclist): Add third directory level to look for elc files.
7082         (compile-always): Likewise.
7083         (backup-compiled-files): Likewise.
7084         (bootstrap-clean): Likewise.
7085         (ELCFILES): Update.
7087 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7089         * Makefile.in (ELCFILES): Add CEDET files.
7091 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7093         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7095         * net/tramp.el (top): Require tramp-imap.
7097         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7098         Use `tramp-compat-handle-file-attributes'.
7100 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7102         * net/tramp-imap.el: New package.
7104 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7106         * whitespace.el (whitespace-trailing-regexp)
7107         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7108         Fix doc string.
7110 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7112         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7113         menu.
7115         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7116         menu-bar-ediff-menu.
7118         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7119         define-overloadable-function.
7121         * progmodes/autoconf.el: Provide autoconf as well, so that this
7122         file can be `require'd.
7124         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7126         * emacs-lisp/autoload.el (generated-autoload-feature)
7127         (generated-autoload-load-name): New vars.
7128         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7129         (make-autoload): Recognize define-overloadable-function and
7130         defclass forms (for EIEIO).
7132         * Makefile.in (update-subdirs): Exclude cedet directory.
7134 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7136         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7138         * faces.el: Default light-background background for region face to
7139         ns_selection_color under NS.
7141 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7143         * net/imap-hash.el: New library, see NEWS.
7145         * Makefile.in (ELCFILES): Add imap-hash.el.
7147 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7149         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7150         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7151         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7152         definition where the docstring could be taken for the return value.
7154 2009-09-26  Glenn Morris  <rgm@gnu.org>
7156         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7157         Add option to only show images below a certain size.
7158         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7159         save-excursion calls.
7161 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7163         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7164         subdirectories) and eieio.
7166 2009-09-26  Alan Mackenzie  <acm@muc.de>
7168         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7169         buggy bracketing.  (Bug#4289)
7171         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7172         character constants (as case labels).  (Bug#4289)
7174 2009-09-25  Juri Linkov  <juri@jurta.org>
7176         * files.el (safe-local-eval-forms): Allow time-stamp in
7177         before-save-hook (Bug#4554).
7179 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7181         * menu-bar.el (list-buffers-directory): Doc fix.
7183 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7185         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7186         Try and avoid copying twice the same paragraph.
7187         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7188         Remove save-excursion.
7189         (log-edit-changelog-entry): Do it here instead.
7191 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7193         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7194         when available, instead of hardcoding mode names.  Doc fix.
7196         * menu-bar.el (list-buffers-directory): Add docstring.
7197         Make automatically buffer-local.
7199         * dired.el (dired-mode):
7200         * files.el (cd-absolute):
7201         * pcvs.el (cvs-temp-buffer):
7202         * pcvs-util.el (cvs-get-buffer-create):
7203         * shell.el (shell-mode):
7204         * vc-dir.el (vc-dir-mode):
7205         Don't make `list-buffers-directory' buffer local.
7207 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7209         * comint.el (comint-exec, comint-run, make-comint):
7210         Doc fixes (Bug#4542).
7212 2009-09-25  Glenn Morris  <rgm@gnu.org>
7214         * mail/rmailmm.el (rmail-mime): New custom group.
7215         Move all defcustoms in this file into this group.
7216         (rmail-mime-media-type-handlers-alist): Revert previous change.
7217         (rmail-mime-show-images): New option.
7218         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7219         references to it, since it wasn't actually used for anything.
7220         (rmail-mime-insert-image): New function.
7221         (rmail-mime-image): Use rmail-mime-insert-image.
7222         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7223         obey the value of `rmail-mime-show-images' option.  Print the size of
7224         attachments.
7226 2009-09-25  David Engster  <deng@randomsample.de>
7228         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7230 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7232         * whitespace.el: Does not highlight trailing spaces While point is
7233         at end of line.  Does not highligt spaces at beginning of buffer
7234         while point is at beginning of buffer.  Does not highlight spaces
7235         at end of buffer while point is at end of buffer.  (Bug#4177)
7236         New version 12.0.
7237         (whitespace-display-mappings): Adjust initialization.
7238         (whitespace-point, whitespace-font-lock-refontify): New vars.
7239         (whitespace-color-on, whitespace-color-off): Adjust code.
7240         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7241         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7242         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7244 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7246         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7248         * textmodes/sgml-mode.el: Remove xml-mode alias.
7250         * files.el (auto-mode-alist, conf-mode-maybe)
7251         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7253 2009-09-24  Alan Mackenzie  <acm@muc.de>
7255         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7256         c-forward-conditionals, but it doesn't move point and doesn't set
7257         the mark.
7258         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7259         (c-down-conditional-with-else, c-backward-conditional)
7260         (c-forward-conditional): Refactor to use c-scan-conditionals.
7262 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7264         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7265         (help-default-arg-highlight): Remove.
7266         (help-highlight-arg): New function.
7267         (help-do-arg-highlight): Use it.
7268         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7270 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7273         Undo last change, which didn't fix the problem and introduced others.
7275 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7277         * progmodes/gdb-mi.el: Don't require speedbar.
7278         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7280 2009-09-24  Glenn Morris  <rgm@gnu.org>
7282         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7284         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7286         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7287         there is no newline after the final mime boundary.  (Bug#4539)
7288         Move markers on insertion so that any buttons inserted don't end up in
7289         the next part of a multipart message.
7290         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7291         (rmail-mime-bulk-handler): Optionally handle images.
7292         (rmail-mime-image): New button action.
7293         (rmail-mime-image-handler): New function.
7294         (rmail-mime-mode): New mode.
7295         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7297 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7300         than just dropping elements from it (bug#4504).
7302         * term.el (term-set-scroll-region): Don't move cursor any more.
7303         (term-handle-ansi-escape): Call term-goto here instead.
7304         Suggested by Ivan Kanis <apple@kanis.eu>.
7306         * term.el: Require CL.
7307         (term-ansi-reset): New function.
7308         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7309         (term-handle-colors-array): Simplify.
7311 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7313         * allout.el (allout-overlay-interior-modification-handler)
7314         (allout-obtain-passphrase):
7315         * epa-file.el (epa-file-write-region):
7316         * ps-print.el (ps-begin-job):
7317         * vc-hooks.el (vc-toggle-read-only):
7318         * vc-rcs.el (vc-rcs-rollback):
7319         * vc-sccs.el (vc-sccs-rollback):
7320         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7321         (vc-version-diff, vc-revert, vc-rollback):
7322         * wdired.el (wdired-check-kill-buffer):
7323         * emacs-lisp/authors.el (authors):
7324         * net/socks.el (socks-open-connection):
7325         * net/zeroconf.el (zeroconf-service-add-hook):
7326         * obsolete/vc-mcvs.el (vc-mcvs-register):
7327         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7328         (gdb-select-frame):
7329         * progmodes/grep.el (lgrep, rgrep):
7330         * progmodes/idlw-help.el (idlwave-help-check-locations)
7331         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7332         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7333         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7334         (reftex-toc-rename-label): Fix typos in error messages.
7336         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7337         (dired-copy-how-to-fn): Doc fix.
7338         (dired-files-attributes, dired-read-shell-command):
7339         Fix typos in docstrings.
7341         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7342         (dired-x-find-file-other-window): Reflow docstrings.
7343         (dired-omit-marker-char, dired-read-shell-command)
7344         (dired-x-submit-report): Fix typos in docstrings.
7346         * shell.el (shell-mode-hook):
7347         * view.el (View-scroll-line-forward):
7348         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7349         Fix typos in docstrings.
7351         * net/dig.el (dig-invoke): Fix typo in docstring.
7352         (query-dig): Reflow docstring.
7354         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7355         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7356         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7357         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7358         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7359         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7360         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7361         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7362         (idlwave-completion-map, idlwave-current-indent)
7363         (idlwave-custom-ampersand-surround, idlwave-customize)
7364         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7365         (idlwave-define-abbrev, idlwave-determine-class-special)
7366         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7367         (idlwave-end-block-reg, idlwave-end-of-statement)
7368         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7369         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7370         (idlwave-explicit-class-listed, idlwave-file-header)
7371         (idlwave-fill-paragraph, idlwave-find-class-definition)
7372         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7373         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7374         (idlwave-in-quote, idlwave-indent-action-table)
7375         (idlwave-indent-expand-table, idlwave-indent-line)
7376         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7377         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7378         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7379         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7380         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7381         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7382         (idlwave-outlawed-buffers, idlwave-popup-select)
7383         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7384         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7385         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7386         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7387         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7388         (idlwave-statement-type, idlwave-struct-skip)
7389         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7390         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7391         (idlwave-what-module-find-class): Fix typos in docstrings.
7392         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7393         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7394         (idlwave-find-module, idlwave-find-structure-definition)
7395         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7396         (idlwave-list-load-path-shadows, idlwave-next-statement)
7397         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7398         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7399         (idlwave-template): Reflow docstrings.
7401         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7402         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7403         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7404         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7405         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7406         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7407         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7408         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7409         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7410         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7411         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7412         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7413         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7414         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7415         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7416         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7417         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7418         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7419         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7420         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7421         Fix typos in docstrings.
7422         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7423         (idlwave-shell-hide-output, idlwave-shell-mode)
7424         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7425         Reflow docstrings.
7427         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7429 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7431         * term.el (term-bold-attribute): New var.
7432         (term-handle-colors-array): Use it.
7434 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7436         * progmodes/gdb-mi.el (gdb-version): New variable.
7437         (gdb-non-stop-handler): Set gdb-version.
7438         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7439         Condition "--thread" option on gdb-version.
7440         (gdb-invalidate-threads): Remove unused argument.
7442 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7445         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7447 2009-09-23  Glenn Morris  <rgm@gnu.org>
7449         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7450         replying to mail without References or Message-Id.  (Bug#4525)
7452 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7454         * term/ns-win.el (ns-reg-to-script): New variable.
7456 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7458         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7460 2009-09-22  Sam Steingold  <sds@gnu.org>
7462         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7463         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7464         to 1 because hg returns status 1 when nothing is found.
7465         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7467 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * textmodes/fill.el: Convert to utf-8 encoding.
7470         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7471         pre-unicode days.
7473         * add-log.el (change-log-fill-forward-paragraph): New function.
7474         (change-log-mode): Use it so fill-region DTRT.
7475         Set fill-indent-according-to-mode here rather than in
7476         change-log-fill-paragraph.
7477         (change-log-fill-paragraph): Remove.
7479 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7481         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7482         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7484 2009-09-22  Glenn Morris  <rgm@gnu.org>
7486         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7487         the scroll-bar scroll the calendar window rather than the buffer.
7489         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7490         commands that move point (as opposed to scrolling).
7492         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7494         * emacs-lisp/elint.el (elint): New custom group.
7495         (elint-log-buffer): Make it a defcustom.
7496         (elint-scan-preloaded, elint-ignored-warnings)
7497         (elint-directory-skip-re): New options.
7498         (elint-builtin-variables): Doc fix.
7499         (elint-preloaded-env): New variable.
7500         (elint-unknown-builtin-args): Add an entry for encode-time.
7501         (elint-extra-errors): Make it a variable rather than a constant.
7502         (elint-preloaded-skip-re): New constant.
7503         (elint-directory): Skip files matching elint-directory-skip-re.
7504         (elint-features): New variable, local to linted buffers.
7505         (elint-update-env): Initialize elint-features.  Possibly add
7506         elint-preloaded-env to the buffer's environment.
7507         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7508         Skip quoted forms.
7509         (elint-init-form): New function, extracted from elint-init-env.
7510         Make non-list forms a warning rather than an error.
7511         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7512         easy-menu-define, put that adds an error-condition, and provide.
7513         When requiring cl, also require cl-macs.  Really require cl, to handle
7514         some cl macros.  Store required libraries in the list elint-features,
7515         so as not to re-load them.  Treat cc-require like require.
7516         (elint-init-env): Call elint-init-form to do the work.
7517         Handle eval-and-compile and such like.
7518         (elint-add-required-env): Do not clear messages.
7519         (elint-special-forms): Add handlers for function, defalias, if, when,
7520         unless, and, or.
7521         (elint-form): Add optional argument to ignore elint-special-forms,
7522         useful to prevent recursive calls from handlers.  Doc fix.
7523         Respect elint-ignored-warnings.
7524         (elint-form): Respect elint-ignored-warnings.
7525         (elint-bound-variable, elint-bound-function): New variables.
7526         (elint-unbound-variable): Respect elint-bound-variable.
7527         (elint-get-args): Respect elint-bound-function.
7528         (elint-check-cond-form): Add some simple handling for (f)boundp and
7529         featurep tests.
7530         (elint-check-defalias-form): New handler.
7531         (elint-check-let-form): Make an empty let a warning rather than an
7532         error.
7533         (elint-check-setq-form): Make an empty setq a warning rather than an
7534         error.  Respect elint-ignored-warnings.
7535         (elint-check-defvar-form): Accept null doc-strings.
7536         (elint-check-conditional-form): New handler.  Does some simple-minded
7537         checking of featurep and (f)boundp tests.
7538         (elint-put-function-args): New function.
7539         (elint-initialize): Use elint-scan-doc-file rather than
7540         elint-find-builtin-variables.  Use elint-put-function-args.
7541         Possibly scan preloaded-file-list.
7542         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7543         extend to handle functions as well.
7545 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7547         * linum.el (linum-delete-overlays, linum-update-window):
7548         Do not modify the right margin.  (Bug#3971)
7550 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7552         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7553         nxml-mode instead of xml-mode.
7555 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7557         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7559 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7561         * net/dig.el (dig-mode): Use define-derived-mode.
7563 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7565         * vc-dispatcher.el (vc-do-command): Return the process object in
7566         the asynchronous case.  Use when instead of if.  Do not run
7567         vc-exec-after to display a message if not enabled.  (Bug#4463)
7569         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7570         properties to the stash strings.
7571         (vc-git-stash-list): Return a list of strings.
7572         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7573         (vc-git-stash-show-at-point): New functions.
7574         (vc-git-stash-map): New keymap.
7576         * register.el (ctl-x-r-map): Define the keys here instead of
7577         using autoload.
7579 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7581         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7582         list, to workaround performance problem (bug#4485).
7584 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7586         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7588 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7590         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7591         Document that this option is not recommended to use.
7593 2009-09-19  Glenn Morris  <rgm@gnu.org>
7595         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7596         variable `var'.
7598         * calc/calc-alg.el (var):
7599         * calc/calcalg2.el (var): Define for compiler.
7601 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7603         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7604         Doc fix (Bug#3932).
7606         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7608         * time-stamp.el (time-stamp-month-dd-yyyy)
7609         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7610         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7611         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7612         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7613         Remove functions that have been obsolete since 1995 (Bug#4436).
7615         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7616         indent buffer only if called interactively (Bug#4452).
7618 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7619             Eli Zaretskii  <eliz@gnu.org>
7621         This fixes bug#4197 (merged to bug#865, though not identical).
7622         * server.el (server-auth-dir): Add docstring note about FAT32.
7623         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7624         but warn against using them.
7626 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7628         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7629         older GDB where there is no has_more field.
7631 2009-09-19  Glenn Morris  <rgm@gnu.org>
7633         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7635 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7637         * files.el (auto-mode-alist): Change default for XML files to nXML
7638         mode (Bug#4169).
7640 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7642         * server.el (server-ensure-safe-dir): Pass 'integer
7643         to `file-attributes', as suggested.
7645 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7648         (dired-query): Use read-key.
7650 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7652         * cus-start.el (ns-use-qd-smoothing): Remove.
7654 2009-09-18  Glenn Morris  <rgm@gnu.org>
7656         * allout.el (top-level): Remove unnecessary progn.
7658         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7660         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7661         definition of abbrev table.
7663         * speedbar.el (speedbar-track-mouse):
7664         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7665         * net/eudc.el (eudc-expand-inline):
7666         * net/newst-backend.el (newsticker--cache-read-feed):
7667         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7668         condition-case handlers.
7670 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7672         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7673         (gdb-var-list): Add an element for has_more field.
7674         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7675         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7676         (gdb-var-update-handler-1): Parse output of dynamic variable
7677         objects (STL containers).
7678         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7679         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7681         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7682         gdb-var-list.
7683         (gud-speedbar-buttons): Make node expandable if expression "has more"
7684         children.
7686 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7688         * startup.el (emacs-quick-startup): Remove variable and all uses.
7689         (command-line): Set `inhibit-x-resources' instead.
7690         (command-line-1): Use `inhibit-x-resources' instead.
7692 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7694         * subr.el: Fix last change to avoid using the `unless' macro,
7695         which breaks bootstrapping.
7697 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7700         extended definitions, in case we reload subr.el after having
7701         loaded CL.
7702         (eval-next-after-load): Mark as obsolete.
7704 2009-09-17  Juri Linkov  <juri@jurta.org>
7706         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7707         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7708         (menu-bar-showhide-menu, menu-bar-tools-menu)
7709         (menu-bar-describe-menu, menu-bar-help-menu)
7710         (minibuffer-local-completion-map, minibuffer-local-map):
7711         Fix list quoting.
7713 2009-09-17  Glenn Morris  <rgm@gnu.org>
7715         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7716         arguments, whether or not it has a handler.
7718         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7720         * simple.el (hard-newline): Give it a doc-string.
7722         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7723         (lisp-mode-syntax-table): Give them doc-strings.
7725 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7727         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7728         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7729         (menu-bar-options-menu, menu-bar-showhide-menu)
7730         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7731         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7732         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7733         (menu-bar-options-menu, menu-bar-tools-menu)
7734         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7735         (menu-bar-help-menu):
7736         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7737         string arguments.
7739         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7740         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7741         calls for the menu names and :help.
7743 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7746         to :minor-mode-function (bug#4455).
7748 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * startup.el (command-line): Initialize the window-system after
7751         processing the command-line.
7753         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7754         page-delimiter matches the empty string.
7756 2009-09-16  Glenn Morris  <rgm@gnu.org>
7758         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7759         byte-compile-not-obsolete-var.  It's a list now.
7760         (byte-compile-not-obsolete-funcs): New variable.
7761         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7762         byte-compile-not-obsolete-funcs.
7763         (byte-compile-variable-ref, byte-compile-defvar): Update for
7764         byte-compile-not-obsolete-vars name-change and list nature.
7765         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7766         and variables behind (f)boundp tests.
7767         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7769 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7771         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7773 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7775         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7776         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7777         Don't autoload.
7779 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7781         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7782         the virtual-buffers, use the name of the buffer specified by
7783         find-file-noselect, as the match may be a symlink.  (This was a
7784         problem if the target and the symlink had different names.)
7786 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7790         * desktop.el (desktop-path): Check user-emacs-directory.
7792         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7794         * loadup.el: Use after-load-functions to GC after loading each file.
7795         Remove the explicit GC calls that used to be sprinkled around.
7797         * subr.el (after-load-functions): New hook.
7798         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7799         `obsolete' packages, rather than painfully extracting the relevant
7800         directory name.
7802 2009-09-15  Glenn Morris  <rgm@gnu.org>
7804         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7805         free variable `doc'.
7807         * dired.el (dired-mode-map): Add menu entry for async shell command.
7809         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7810         variables, also consider the .elc files, since the .el files are
7811         normally gzipped (subsequent code locates the .el.gz from the .elc).
7813         * calc/calc-prog.el (arglist): Define for compiler.
7815         * calendar/diary-lib.el (diary-display-function): Change the default to
7816         fancy display.
7817         (body): Define for compiler.
7819         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7820         (byte-compile-file-form, byte-compile-lambda)
7821         (byte-compile-top-level-body, byte-compile-form)
7822         (byte-compile-variable-ref, byte-compile-setq)
7823         (byte-compile-setq-default, byte-compile-body)
7824         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7825         (batch-byte-compile): Give some more local variables with common names
7826         a "bytecomp-" prefix to avoid masking warnings about free variables.
7828         * startup.el (command-line-1): Give local variables with common names a
7829         distinguishing prefix, so as not to hide free variable warnings during
7830         bootstrap.
7832         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7833         clever and add a suffix to make a unique name, just let the user decide
7834         whether or not to overwrite it.  If the input is a directory, write the
7835         default filename to that directory.  (Bug#4388)
7836         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7837         is a filename-as-a-directory.
7839 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * textmodes/page.el (what-page): Don't move to beginning of line.
7842         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7844 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7846         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7848 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7850         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7851         * help.el (help-for-help-internal): Add purecopy calls for text.
7853         * vc.el (top): print-log method now takes an optional SHORTLOG
7854         argument.  Add a new method: root.
7855         (vc-root-diff, vc-print-root-log): New functions.
7856         (vc-log-short-style): New variable.
7857         (vc-print-log-internal): Add support for showing short logs.
7859         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7860         vc-print-root-log and vc-print-root-diff.
7862         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7863         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7864         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7865         short logs.
7867         * vc-cvs.el (vc-cvs-print-log):
7868         * vc-mtn.el (vc-mtn-print-log):
7869         * vc-rcs.el (vc-rcs-print-log):
7870         * vc-sccs.el (vc-sccs-print-log):
7871         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7872         that is ignored for now.
7874         * vc-mtn.el (vc-mtn-annotate-command):
7875         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7877 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7879         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7880         to function-key-map, and give them ascii-character property.
7881         * term/x-win.el (x-alternatives-map):
7882         * term/ns-win.el (ns-alternatives-map):
7883         * term/internal.el (msdos-key-remapping-map):
7884         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7886 2009-09-14  Glenn Morris  <rgm@gnu.org>
7888         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7889         temp-buffers (2009-09-12).
7891 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7893         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7894         the new read-key function.
7896 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7898         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7899         is defined (Bug#4405).
7901 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7903         * recentf.el (recentf-cleanup): Use a hash table to find
7904         duplicates (Bug#4407).
7906 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7908         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7909         kp-0 to ascii equivalents (Bug#4325).
7911 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7913         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7915         * eshell/em-hist.el:
7916         * eshell/em-dirs.el (eshell-complete-user-reference):
7917         Declare pcomplete functions and variables to avoid compiler warnings.
7919 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7921         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7922         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7923         * eshell/em-alias.el (eshell-aliases-file):
7924         * eshell/em-hist.el (eshell-history-file-name):
7925         Use expand-file-name instead of concat to make file names (Bug#4308).
7927 2009-09-13  Glenn Morris  <rgm@gnu.org>
7929         * ediff-merg.el (ediff-do-merge):
7930         * filesets.el (filesets-run-cmd):
7931         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7932         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7933         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7934         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7935         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7936         Replace empty `let's with `progn'.
7938 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * mail/sendmail.el (send-mail-function):
7941         * tooltip.el (tooltip-mode):
7942         * simple.el (transient-mark-mode):
7943         * rfn-eshadow.el (file-name-shadow-mode):
7944         * frame.el (blink-cursor-mode):
7945         * font-core.el (global-font-lock-mode):
7946         * files.el (temporary-file-directory)
7947         (small-temporary-file-directory, auto-save-file-name-transforms):
7948         * epa-hook.el (auto-encryption-mode):
7949         * composite.el (global-auto-composition-mode):
7950         Use custom-initialize-delay.
7951         * startup.el (command-line): Don't explicitly call
7952         custom-reevaluate-setting for all the above vars.
7953         * custom.el (custom-initialize-safe-set)
7954         (custom-initialize-safe-default): Delete.
7956 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * term/x-win.el (x-initialize-window-system):
7959         * term/w32-win.el (w32-initialize-window-system):
7960         * term/ns-win.el (ns-initialize-window-system): Don't call
7961         mouse-wheel-mode since it's enabled globally by default already.
7963         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7964         actually define the variable, but only silences the byte-compiler.
7965         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7966         before looking it up.
7967         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7968         is changed.
7970 2009-09-12  Glenn Morris  <rgm@gnu.org>
7972         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7973         1000.
7974         (elint-add-required-env): Don't beep on error.
7975         (elint-forms): In case of error, return ENV unchanged.
7976         (elint-init-env): Skip non-list forms.
7977         (elint-log): Handle unknown file positions.
7979 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7981         * epg.el (epg-make-context): Add autoload cookie.
7982         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7983         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7984         (epg-verify-string, epg-start-sign, epg-sign-file)
7985         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7986         (epg-encrypt-string, epg-start-export-keys)
7987         (epg-export-keys-to-file, epg-export-keys-to-string)
7988         (epg-start-import-keys, epg-import-keys-from-file)
7989         (epg-import-keys-from-string, epg-start-receive-keys)
7990         (epg-receive-keys, epg-import-keys-from-server)
7991         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7992         (epg-sign-keys, epg-start-generate-key)
7993         (epg-generate-key-from-file, epg-generate-key-from-string):
7994         Remove autoload cookie.
7996 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7998         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7999         reevaluation of trash-directory.
8001         * mwheel.el: Fix last change.
8002         (mouse-wheel-mode): New defvar.
8003         (mouse-wheel-mode): Remove autoload cookie.
8005 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8007         * mwheel.el (mwheel-installed-bindings): New var.
8008         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8009         the bindings we set last time.  Use custom-initialize-delay.
8010         * loadup.el: Load mwheel after term/*-win.el.
8011         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8012         and mouse-wheel-up-event now that their first evaluation is done
8013         sufficiently late to be correct.
8015         * startup.el (tutorial-directory): Make it a defcustom.
8016         Use custom-initialize-delay rather than eval-at-startup to set it.
8017         * image.el (image-load-path): Make it a defcustom.
8018         Use custom-initialize-delay rather than eval-at-startup to set it.
8019         * subr.el (eval-at-startup): Remove.
8020         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8022         * subr.el (do-after-load-evaluation): Warn the user after loading an
8023         obsolete package.
8025 2009-09-12  Glenn Morris  <rgm@gnu.org>
8027         * proced.el (proced-mark-alt): Remove alias.
8028         (proced-mode-map): Remove proced-mark-alt.
8030         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8031         Elint file and directory.  Remove initialization entry.
8033         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8034         commands.
8035         (elint-current-buffer): Set mode-line-process.
8036         (elint-init-env): Handle define-derived-mode.
8037         Fix declare-function with unspecified arglist.  Guard against odd
8038         defalias statements (eg iso-insert's 8859-1-map).
8039         (elint-add-required-env): Use a temp buffer.
8040         (elint-form): Just print the function/macro name, not the whole form.
8041         Return env unchanged if we fail to parse a macro.
8042         (elint-forms): Guard against parse errors.
8043         (elint-output): New function, to handle batch mode.
8044         (elint-log-message): Add optional argument.  Use elint-output.
8045         (elint-set-mode-line): New function.
8047 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8049         * emacs-lisp/elp.el (elp-not-profilable): Add more
8050         functions (Bug#4233).
8052 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8054         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8055         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8057 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8059         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8060         (gdb-var-list-children): Use json parsing.
8062 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8064         * progmodes/js.el (js--proper-indentation): Handle the case where
8065         char-before is null.  Reported by Deniz Dogan.
8067 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8069         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8071 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8073         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8074         (epg-digest-algorithm-alist): Add SHA224.
8075         (epg-context-set-passphrase-callback)
8076         (epg-context-set-progress-callback): Add description about
8077         callback function.
8079 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8081         * custom.el (custom-delayed-init-variables): New var.
8082         (custom-initialize-delay): New function.
8083         * startup.el (command-line): "Re"evaluate all vars in
8084         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8085         explicitly any more.
8086         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8087         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8089         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8091 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8093         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8094         (gdb-var-update-handler): Use json parsing.
8096 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8098         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8099         decode annotated text, regardless of language environment.  (Bug#2741)
8101 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8103         * Makefile.in (autoloads): Make rmail.el writable as well.
8105 2009-09-11  Glenn Morris  <rgm@gnu.org>
8107         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8108         loaddefs.el.
8109         * dired.el: Regenerate with extracted autoloads.
8110         * Makefile.in (autoloads): Make dired.el writable.
8112         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8113         * ibuffer.el: Regenerate with extracted autoloads.
8114         * Makefile.in (autoloads): Make ibuffer.el writable.
8116         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8117         * version.el (emacs-copyright, emacs-major-version)
8118         (emacs-minor-version): Reformat doc-strings for make-docfile.
8120         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8121         functions and variables, since they must be stuff specific to some other
8122         platform.
8123         (apropos-print): Make mouse-click message less specific about button.
8125         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8126         that records where a macro was defined.
8127         * help-fns.el (describe-function-1): Mention if a function has a
8128         compiler-macro.
8129         * help-mode.el (help-function-cmacro): New button.
8131         * locate.el (top-level): Always require dired.
8132         (locate-mode-map): Initialize inside the defvar.
8134         * net/ange-ftp.el (dired-compress-file): Declare.
8135         (ange-ftp-dired-compress-file): Add doc string.
8137         * term/ns-win.el (x-display-name, x-setup-function-keys):
8138         Unify doc-strings with X versions.
8140 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * emulation/crisp.el (crisp-mode-map): Move initialization
8143         into declaration.
8144         (crisp-mode): Use define-minor-mode.
8146         * progmodes/xscheme.el (xscheme-evaluation-commands):
8147         Put a :advertised-binding property rather than using
8148         advertised-xscheme-send-previous-expression.
8149         (advertised-xscheme-send-previous-expression): Declare obsolete.
8150         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8151         `advertised-undo'.
8152         (crisp-mode): Add corresponding bindings to
8153         undo's :advertised-binding instead.
8154         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8155         than using dired-advertised-find-file.
8156         (dired-advertised-find-file):
8157         * simple.el (advertised-undo):
8158         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8159         (widget-keymap): Put a :advertised-binding property rather
8160         than using advertised-widget-backward.
8161         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8162         than using advertised-undo.
8163         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8165 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8167         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8168         Mark mode is enabled and region is active; otherwise indent or
8169         insert TAB as usual.
8170         (delphi-mode): Update description of TAB-key binding.
8172 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8174         * subr.el (define-key-rebound-commands): Mark obsolete.
8175         * startup.el (precompute-menubar-bindings): Remove.
8176         (normal-top-level): Remove obsolete code that tried to precompute
8177         menubar bindings.
8178         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8179         define-key-rebound-commands and precompute-menubar-bindings.
8181 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8183         * net/imap.el (imap-interactive-login): Better messages.
8184         (imap-open): Fix bug with renamed buffer on reconnect.
8185         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8186         for easier debugging and cleaner code.  On successful (guessed based on
8187         server capabilities) secondary authentication, set imap-state
8188         correctly.
8189         (imap-last-authenticator): Define imap-last-authenticator as a variable
8190         to avoid warnings.
8192 2009-09-10  Glenn Morris  <rgm@gnu.org>
8194         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8196         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8197         (byte-compile-file-form-autoload): Don't warn about unknown functions
8198         where the autoload statement comes after the use.
8199         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8200         that any handlers inside the body (eg require) are in turn respected.
8202         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8203         effects.
8205         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8206         and syntax and abbrev tables basic docs, if they don't have any.
8208         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8210         * international/mule-cmds.el (top-level): Require cl when compiling.
8211         (view-hello-file): Use default-value rather than
8212         default-enable-multibyte-characters.
8214         * progmodes/fortran.el: Move all safe and risky properties into the
8215         defcustoms.
8217         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8218         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8219         * mail/undigest.el:
8220         Put autoloads in rmail.el rather than loaddefs.el.
8221         * mail/rmail.el: Regenerate with extracted autoloads.
8223         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8224         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8226 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8228         Reported in thread for Bug#4375.
8229         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8230         "-data-evaluate-expression" instead of print.
8231         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8232         (gdb-tooltip-print): Parse output from above MI command.
8233         (gdb): Revert 2009-08-11 change.  User should detach inferior
8234         manually.
8236         Remove the word "separate" from IO functions as inferior
8237         output is now never displayed in the GUD buffer.
8239 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8241         * startup.el (command-line-normalize-file-name): On Windows and
8242         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8244 2009-09-10  Juri Linkov  <juri@jurta.org>
8246         * isearch.el (isearch-text-char-description): Propertize escape
8247         character sequences with the `escape-glyph' face.  (Bug#4344)
8249         * simple.el (shell-command): Set asynchronous process filter to
8250         `comint-output-filter'.  (Bug#4343)
8252         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8253         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8254         the list.  Move "asm" to the bottom.
8255         (grep-find-ignored-directories): Add `choice' with nil value
8256         to empty the list easily.
8257         (grep-find-ignored-files): New option.
8258         (grep-files-history): Set to nil by default instead of '("ch" "el").
8259         (grep-compute-defaults): Add "<X>" to `grep-template'.
8260         (grep-read-files): Bind new local variables `default-alias' and
8261         `default-extension'.  Use a list of default values for the file prompt.
8262         (lgrep): Add `--exclude=' command line options composed from
8263         `grep-find-ignored-files'.
8264         (rgrep): Add `-name' command line options composed from
8265         `grep-find-ignored-files'.  (Bug#4301)
8267 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8269         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8270         (bug#4368).
8272 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8274         * calendar/time-date.el (autoload):
8275         Expand define-obsolete-function-alias into defalias and make-obsolete
8276         for old Emacsen that Gnus supports.
8277         (with-no-warnings): Define it for old Emacsen.
8278         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8279         is available.
8280         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8281         float-time is available; suppress compile warning for time-to-seconds.
8283 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8285         * net/imap.el (imap-message-map): Docstring fix.
8287 2009-09-09  Glenn Morris  <rgm@gnu.org>
8289         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8290         line numbers too.  (Bug#4374)
8292 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8294         * smerge-mode.el (smerge-remove-props, smerge-refine):
8295         Use with-silent-modifications (bug#4342).
8297         * subr.el (with-silent-modifications): New macro.
8299 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8301         * files.el (top-level): Require `cl' when compiling.
8303 2009-09-07  Glenn Morris  <rgm@gnu.org>
8305         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8307         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8308         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8310 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8312         * vc-git.el (vc-git-annotate-command): Use separator to parse
8313         arguments correctly.
8315 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8317         * proced.el (proced-mode): Doc fix.
8319 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8321         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8322         lstat fails.
8323         (tramp-do-file-attributes-with-ls): Check for file existence at
8324         remote end.
8325         (tramp-do-file-attributes-with-stat): Likewise.
8326         (tramp-convert-file-attributes): Return nil when attr is nil.
8328 2009-09-05  Glenn Morris  <rgm@gnu.org>
8330         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8331         properties to this button.
8332         (diary-fancy-display): Don't extend the button to the final newline.
8333         (diary-fancy-display-mode): Continue to define "q" as a local key.
8335         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8336         efficient.
8338         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8340         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8341         (byte-compile-dest-file-function): New option.
8342         (byte-compile-dest-file): Doc fix.
8343         Obey byte-compile-dest-file-function.
8344         (byte-compile-cl-file-p): New function.
8345         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8346         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8347         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8348         than for file being previously loaded.
8349         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8350         (byte-compile-file-form-require): Handle the case where requiring a file
8351         indirectly causes CL to be loaded.
8353 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8355         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8356         before killing the old buffer, since by the time `kill-buffer' is
8357         run so many buffer variables have been set to nil that it may not
8358         behave as expected.  (Bug#4061)
8360 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8362         * files.el (find-alternate-file): If the old buffer is modified
8363         and visiting a file, behave similarly to `kill-buffer' when
8364         killing it, thus reverting to the pre-1.878 behavior; see
8365         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8366         for discussion.  Also, consult `buffer-file-name' as a variable
8367         not as a function, for consistency with the rest of the code.
8369 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8371         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8372         also when adding a new directory.
8374         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8375         defun.
8377 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * files.el (locate-file-completion-table): Make it provide boundary
8380         information, so partial-completion works better.
8382 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8384         * mail/footnote.el (Footnote-text-under-cursor):
8385         Check footnote-text-marker-alist before using it (bug#4324).
8387 2009-09-04  Glenn Morris  <rgm@gnu.org>
8389         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8390         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8391         * play/solitaire.el, play/tetris.el:
8392         Remove leading * from defcustom and defface docs.
8394         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8395         necessary.
8396         (diary-fancy-overriding-map): New variable.
8397         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8398         Use view-mode.
8400         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8401         goto-line.
8403 2009-09-03  Glenn Morris  <rgm@gnu.org>
8405         * arc-mode.el (archive-mode):
8406         * dos-fns.el (set-default-process-coding-system):
8407         * man.el (Man-getpage-in-background):
8408         * menu-bar.el (menu-bar-describe-menu):
8409         * server.el (server-process-filter):
8410         * startup.el (command-line):
8411         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8412         * w32-fns.el (set-default-process-coding-system):
8413         * x-dnd.el (x-dnd-handle-file-name):
8414         * international/mule-cmds.el (mule-menu-keymap)
8415         (set-default-coding-systems, language-info-alist, set-language-info)
8416         (set-language-environment, standard-display-european-internal)
8417         (set-locale-environment):
8418         * international/mule-diag.el (mule-diag):
8419         * mail/emacsbug.el (report-emacs-bug):
8420         * mail/rmail.el (rmail-mode):
8421         * mail/sendmail.el (mail-setup):
8422         Use default-value rather than default-enable-multibyte-characters.
8424         * progmodes/f90.el: Move all safe properties into the defcustoms.
8425         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8427         * calendar/appt.el (appt-check):
8428         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8429         (diary-check-diary-file, diary-list-entries)
8430         (diary-include-other-diary-files, diary-simple-display)
8431         (diary-fancy-display, diary-print-entries)
8432         (diary-mark-included-diary-files, diary-make-entry):
8433         Don't call substitute-in-file-name on diary-file.
8435 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8436             Stefan Monnier  <monnier@iro.umontreal.ca>
8438         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8439         (footnote-mode-map): Move initialization into the declaration.
8440         (footnote-minor-mode-map): Define it rather than changing global-map.
8441         (footnote-mode): Use define-minor-mode.
8443 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8445         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8446         (tramp-do-file-attributes-with-perl)
8447         (tramp-do-file-attributes-with-stat): Rename from
8448         `tramp-handle-file-attributes-with-*'.
8449         (tramp-handle-file-attributes): Use them.
8450         (tramp-do-directory-files-and-attributes-with-perl)
8451         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8452         `tramp-handle-directory-files-and-attributes-with-*'.
8453         (tramp-handle-directory-files-and-attributes): Use them.
8454         (tramp-method-out-of-band-p): Additional parameter SIZE.
8455         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8456         (tramp-handle-write-region): Use it.
8457         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8458         (tramp-handle-vc-registered): Check, whether the first run did
8459         return files to be tested.
8460         (tramp-advice-make-auto-save-file-name): Do not call directly
8461         `tramp-handle-make-auto-save-file-name', because this would bypass
8462         the locking mechanism.
8464         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8465         (file-remote-p, process-file, start-file-process, set-file-times)
8466         (tramp-compat-file-attributes): Compatibility functions shall not
8467         call directly `tramp-handle-*', because this would bypass the
8468         locking mechanism.
8469         (tramp-compat-number-sequence): New defun.
8471 2009-09-02  Glenn Morris  <rgm@gnu.org>
8473         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8474         alias for float-time.
8475         (time-to-number-of-days): In Emacs, use float-time.
8476         * net/newst-backend.el (time-add): Suppress warnings from compat
8477         function.
8478         * time.el (emacs-uptime, emacs-init-time):
8479         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8480         Use float-time rather than time-to-seconds.
8482         * minibuffer.el (completion-initials-expand): Fix typo.
8484         * faces.el (modeline, modeline-inactive, modeline-highlight)
8485         (modeline-buffer-id):
8486         * info.el (info-menu-5): Mark these face aliases as obsolete.
8488 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8490         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8491         space ...
8492         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8493         no "--thread" option.
8494         (gdb-stopped): Don't print "Switched to thread" message when it is
8495         unchanged.
8497 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8499         * minibuffer.el (completion-try-completion)
8500         (completion-all-completions): Remove ill-defined (and
8501         mistakenly installed and luckily never used nor documented)
8502         `completion-styles' property.
8503         (completion-initials-expand, completion-initials-all-completions)
8504         (completion-initials-try-completion): New functions.
8505         (completion-styles-alist): Add doc to each entry.
8506         Add new `initials' entry.
8508 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8510         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8511         MI command -var-evaluate-expression.
8512         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8513         and tweak for case of string child.
8514         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8516 2009-09-01  Glenn Morris  <rgm@gnu.org>
8518         * add-log.el (change-log-date-face, change-log-name-face)
8519         (change-log-email-face, change-log-file-face, change-log-list-face)
8520         (change-log-conditionals-face, change-log-function-face)
8521         (change-log-acknowledgement-face):
8522         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8523         (custom-modified-face, custom-set-face, custom-changed-face)
8524         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8525         (custom-documentation-face, custom-state-face, custom-comment-face)
8526         (custom-comment-tag-face, custom-variable-tag-face)
8527         (custom-variable-button-face, custom-face-tag-face)
8528         (custom-group-tag-face-1, custom-group-tag-face):
8529         * diff-mode.el (diff-header-face, diff-file-header-face)
8530         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8531         (diff-added-face, diff-changed-face, diff-function-face)
8532         (diff-context-face, diff-nonexistent-face):
8533         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8534         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8535         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8536         (Info-title-4-face):
8537         * isearch.el (isearch-lazy-highlight-face):
8538         * log-view.el (log-view-file-face, log-view-message-face):
8539         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8540         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8541         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8542         (cvs-msg-face):
8543         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8544         (smerge-base-face, smerge-markers-face):
8545         * wid-edit.el (widget-documentation-face, widget-button-face)
8546         (widget-field-face, widget-single-line-field-face)
8547         (widget-inactive-face, widget-button-pressed-face):
8548         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8549         (woman-addition-face):
8550         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8551         (eshell-ls-executable-face, eshell-ls-readonly-face)
8552         (eshell-ls-unreadable-face, eshell-ls-special-face)
8553         (eshell-ls-missing-face, eshell-ls-archive-face)
8554         (eshell-ls-backup-face, eshell-ls-product-face)
8555         (eshell-ls-clutter-face):
8556         * eshell/em-prompt.el (eshell-prompt-face):
8557         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8558         * obsolete/old-whitespace.el (whitespace-highlight-face):
8559         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8560         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8561         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8562         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8563         (antlr-font-lock-literal-face):
8564         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8565         (ebrowse-root-class-face, ebrowse-file-name-face)
8566         (ebrowse-default-face, ebrowse-member-attribute-face)
8567         (ebrowse-member-class-face, ebrowse-progress-face):
8568         * progmodes/make-mode.el (makefile-space-face):
8569         * progmodes/sh-script.el (sh-heredoc-face):
8570         * textmodes/flyspell.el (flyspell-incorrect-face)
8571         (flyspell-duplicate-face):
8572         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8573         * textmodes/texinfo.el (texinfo-heading-face):
8574         Mark face aliases with "-face" suffix as obsolete.
8576         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8577         compiler.
8579         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8580         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8581         easy-menu-define wants to modify these.
8583         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8585         * net/browse-url.el (browse-url-file-url):
8586         * term/internal.el (dos-codepage-setup):
8587         Use default-value rather than default-enable-multibyte-characters.
8589         * progmodes/etags.el (etags-goto-tag-location):
8590         * progmodes/flymake.el (flymake-highlight-line)
8591         (flymake-goto-file-and-line, flymake-goto-line):
8592         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8593         (gdb-goto-breakpoint):
8594         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8595         * progmodes/python.el (python-find-function)
8596         (python-pdbtrack-track-stack-file):
8597         * progmodes/verilog-mode.el (verilog-surelint-off):
8598         * term/ns-win.el (ns-open-file-select-line):
8599         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8600         Use forward-line rather than goto-line.
8602         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8603         * textmodes/reftex-index.el (reftex-display-index):
8604         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8605         * textmodes/reftex-toc.el (reftex-toc):
8606         Remove unnecessary bindings of default-major-mode (all are followed by
8607         major-mode check and possible mode switch).
8609 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8611         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8612         Handle watchpoints (bug#4282).
8613         (def-gdb-thread-buffer-command): Enable thread to be selected by
8614         clicking without selecting threads buffer first.
8615         (gdb-current-context-command): Use selected frame so that "up",
8616         "down" etc work in the GUD buffer.
8617         (gdb-update): Find selected frame before rendering stack buffer.
8618         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8620 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * progmodes/sym-comp.el (displayed-completions): Remove.
8623         (symbol-complete): Use minibuffer-complete.
8625 2009-08-31  Glenn Morris  <rgm@gnu.org>
8627         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8629         * apropos.el (apropos-symbols-internal):
8630         Handle (obsolete) face aliases.
8632         * faces.el (describe-face): Adjust the output format to be more like
8633         describe-variable, and to mention (obsolete) face aliases.
8634         Adjust the whitespace so that help-setup-xref works.
8636         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8637         * calendar/diary-lib.el (diary-button-face):
8638         Mark these face aliases as obsolete.
8640         * calendar/calendar.el (calendar-today): Doc fix.
8642 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8644         * progmodes/gdb-mi.el (gdb-control-all-threads)
8645         (gdb-control-current-thread): Force tool bar update.
8646         (gdb-non-stop-handler): New function.
8647         (gdb-init-1): Use it to test if non-stop mode is supported.
8648         Remove unused gdbmi buffer type.
8650 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8652         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8653         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8655 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8657         * comint.el (comint-exec-1): Check command is non-null first.
8658         Part of gdb-mi.el change (2009-08-28).
8660 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8662         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8664 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8666         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8667         instead of `dolist' to avoid a recursive require when bootstrapping.
8669 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8673         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8675         * net/imap.el (imap-send-command): Simplify.
8676         (imap-wait-for-tag): point-max -> buffer-size.
8678         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8680         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8681         with constant argument.
8683         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8685         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8687         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8688         Change default, since most of our files don't have a history.
8689         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8690         the user.
8692         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8693         Add comint-run.
8695         * calc/calc.el: Improve commenting convention.
8696         (calc-digit-map, toplevel): Simplify.
8698         * comint.el (comint-insert-input): Be careful to only set point if we
8699         don't delegate to some other command.
8701         * proced.el (proced-signal-list): Make it an alist.
8702         (proced-grammar-alist): Capitalize names.
8703         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8704         Disable undo manually and make it read-only.
8705         Use completion-annotate-function.
8707         * minibuffer.el (minibuffer-message): If the current buffer is not
8708         a minibuffer, insert the message in the echo area rather than at the
8709         end of the buffer.
8710         (completion-annotate-function): New variable.
8711         (minibuffer-completion-help): Use it.
8712         (completion--embedded-envvar-table): Environment vars are
8713         always case-sensitive.
8715 2009-08-30  Glenn Morris  <rgm@gnu.org>
8717         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8718         from fortran-current-defun.
8719         (fortran-beginning-of-subprogram): Be more precise about finding the
8720         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8721         (fortran-end-of-subprogram): Simplify.
8722         (fortran-current-defun): Use fortran-start-prog-re.
8724 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8726         * subr.el (do-after-load-evaluation): Simplify.
8728 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8730         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8732         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8733         (vc-rcs-print-log): Use it.
8735         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8737 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * paths.el (abbrev-file-name): Move to abbrev.el.
8740         * abbrev.el (abbrev-file-name): Move from paths.el.
8741         Obey user-emacs-directory.
8742         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8743         user-emacs-directory.
8744         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8745         abbrev-file-name and calc-settings-file any more.
8746         * startup.el (command-line): Recompute abbrev-file-name and
8747         abbreviated-home-dir.
8748         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8749         of the special code for when C-h bindings haven't been changed.
8750         (display-startup-echo-area-message): Use with-current-buffer.
8751         (command-line-1): Use a list of strings, rather than a list of lists
8752         of strings for longopts.
8754         * files.el (get-free-disk-space): Use / for default-directory.
8756         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8757         Use with-current-buffer.
8759         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8760         Recognize immutable variables like most-positive-fixnum.
8761         (byte-compile-setq-default): Check and warn if trying to assign
8762         to an immutable variable, or a non-variable.
8764         * progmodes/cc-vars.el (c-comment-continuation-stars):
8765         * progmodes/cc-engine.el (c-looking-at-bos):
8766         * progmodes/cc-cmds.el (c-toggle-auto-state)
8767         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8768         (c-comment-line-break-function): Add version of obsolescence.
8770 2009-08-28  Juri Linkov  <juri@jurta.org>
8772         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8773         associated with `archive-mode'.
8775         * image.el (image-type-header-regexps): Use only JPEG magic number
8776         to determine JPEG images, and don't use `image-jpeg-p' because
8777         Emacs can display non-JFIF non-Exif JPEG images.
8779 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8781         * arc-mode.el (archive-mode):
8782         * emacs-lisp/re-builder.el (re-builder-unload-function):
8783         Protect against the default value of `major-mode' being nil.
8785 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8787         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8788         Fix typos in docstrings.
8790         * progmodes/js.el (js--macro-decl-re): Doc fix.
8791         (js--plain-method-re, js--split-name): Refloc docstring.
8792         (js--class-styles, js--make-merged-item, js--splice-into-items):
8793         Fix typos in docstrings; reflow docstrings.
8794         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8795         (js--variable-decl-matcher, js--inside-pitem-p)
8796         (js--parse-state-at-point, js--get-all-known-symbols)
8797         (js--symbol-history, js-find-symbol, js--js-references)
8798         (js--moz-interactor, js--js-encode-value, js--read-tab):
8799         Fix typos in docstrings.
8801 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * textmodes/reftex.el (reftex-get-file-buffer-force):
8804         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8805         * emulation/viper.el (viper-go-away, viper-set-hooks):
8806         * emacs-lisp/re-builder.el (re-builder-unload-function):
8807         * emacs-lisp/bytecomp.el (byte-compile-file):
8808         * ses.el (ses-unload-function):
8809         * hexl.el (hexl-find-file):
8810         * files.el (normal-mode):
8811         * ehelp.el (with-electric-help):
8812         * autoinsert.el (auto-insert-alist):
8813         * arc-mode.el (archive-mode):
8814         Use (default-value 'major-mode) instead of default-major-mode.
8816         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8817         * international/mule.el (load-with-code-conversion):
8818         * emacs-lisp/debug.el (debug):
8819         * ediff-vers.el (ediff-rcs-get-output-buffer):
8820         * dired.el (dired-internal-noselect): Don't let-bind
8821         default-major-mode around code that doesn't use it.
8822         E.g. buffer creation via get-buffer-create doesn't use it.
8824 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8826         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8827         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8828         when writing the temp file.  Otherwise, epa-file gets confused.
8829         (tramp-register-file-name-handlers): Make it a defun.  Move also
8830         `epa-file-handler' to the front of `file-name-handler-alist'.
8832 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8834         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8835         start right after a ^M.
8836         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8837         (tramp-completion-file-name-regexp-separate)
8838         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8839         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8840         Don't modify last-coding-system-used by accident.
8841         (tramp-completion-file-name-handler): Apply the checks here,
8842         instead during registration.
8843         (tramp-register-file-name-handlers): Renamed from
8844         `tramp-register-file-name-handler'.  Register both
8845         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8846         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8848 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8850         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8851         Remove variable ...
8852         (gdb-init-1, gdb-display-separate-io-buffer)
8853         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8854         references to it.
8855         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8856         (gdb-inferior-filter): Use comint-output-filter to stop
8857         echoing and remove ^M characters.
8859 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * emulation/viper-init.el (viper-restore-cursor-type):
8862         * emulation/cua-base.el (cua--update-indications):
8863         Replace default-cursor-type with (default-value 'cursor-type).
8865         * mail/sendmail.el (mail-recover-1):
8866         * international/mule-diag.el (describe-current-coding-system-briefly)
8867         (describe-current-coding-system):
8868         * international/mule-cmds.el (select-safe-coding-system)
8869         (select-message-coding-system)
8870         (set-language-environment-coding-systems, set-locale-environment):
8871         * hexl.el (hexl-insert-multibyte-char):
8872         * dos-w32.el (find-buffer-file-type-coding-system):
8873         * simple.el (what-cursor-position):
8874         Replace uses of default-buffer-file-coding-system
8875         with (default-value 'buffer-file-coding-system).
8877         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8878         Replace uses of default-cursor-in-non-selected-windows
8879         with (default-value 'cursor-in-non-selected-windows).
8880         Use with-current-buffer.
8882         * mail/feedmail.el: Use CL macros.
8883         (feedmail-run-the-queue, feedmail-send-it-immediately):
8884         * dos-w32.el (find-buffer-file-type): Replace uses of
8885         default-buffer-file-type with (default-value 'buffer-file-type).
8887 2009-08-28  Glenn Morris  <rgm@gnu.org>
8889         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8890         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8891         Use default-value of major-mode rather than default-major-mode.
8893 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * Makefile.in (update-elcfiles): Report left over elc files.
8897         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8898         expand-file-name and with-current-buffer.
8899         (mail-get-names, mail-directory): Use with-current-buffer.
8901         * vc.el (vc-read-revision): New function.
8902         (vc-version-diff, vc-merge): Use it.
8904 2009-08-27  Sam Steingold  <sds@gnu.org>
8906         * simple.el (kill-do-not-save-duplicates): New user option.
8907         (kill-new): When it is non-nil, and the new string is the same as
8908         the latest kill, set replace to t to avoid duplicates in kill-ring.
8910 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8912         * net/tramp.el (tramp-handle-process-file): Do not flush all
8913         caches when `process-file-side-effects' is set.
8914         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8915         instead of `tramp-find-file-exists-command'.
8916         Unset `process-file-side-effects'.
8918 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8920         * net/tramp.el (tramp-methods): New method "rsyncc".
8921         (top): Add completion function for "rsyncc".
8922         (tramp-message-show-message): New defvar.
8923         (tramp-message, tramp-error): Use it.
8924         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8925         remote copying.
8926         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8927         `tramp-methods' entry `copy-env' of "rsyncc".
8928         (tramp-vc-registered-read-file-names): New defconst.
8929         (tramp-vc-registered-file-names): New defvar.
8930         (tramp-handle-vc-registered): Implement optimization strategy.
8931         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8932         (tramp-vc-file-name-handler): New defun.
8933         (tramp-get-ls-command, tramp-get-test-command)
8934         (tramp-get-file-exists-command, tramp-get-remote-ln)
8935         (tramp-get-remote-perl, tramp-get-remote-stat)
8936         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8938         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8939         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8940         timestamps.
8941         (tramp-get-file-property): Check for timestamps in
8942         `tramp-cache-inhibit-cache'.
8943         (tramp-set-file-property): Write timestamp.
8945 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8947         * language/japan-util.el (japanese-symbol-table): Add entries for
8948         cp932-2-byte.
8950         * international/characters.el: Add category `j' to cp932-2-byte.
8952 2009-08-27  Kenichi Handa  <handa@m17n.org>
8954         * international/fontset.el (build-default-fontset-data): New macro.
8955         (setup-default-fontset): Use build-default-fontset-data for CJK,
8956         tibetan, ethiopic, and ipa.
8958 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8961         (enable-multibyte-characters): Not customizable any more.
8963         * subr.el (default-mode-line-format, default-header-line-format)
8964         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8965         (default-direction-reversed, default-truncate-lines)
8966         (default-left-margin, default-tab-width, default-case-fold-search)
8967         (default-left-margin-width, default-right-margin-width)
8968         (default-left-fringe-width, default-right-fringe-width)
8969         (default-fringes-outside-margins, default-scroll-bar-width)
8970         (default-vertical-scroll-bar, default-indicate-empty-lines)
8971         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8972         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8973         (default-scroll-down-aggressively, default-fill-column)
8974         (default-cursor-type, default-buffer-file-type)
8975         (default-cursor-in-non-selected-windows)
8976         (default-buffer-file-coding-system, default-major-mode)
8977         (default-enable-multibyte-characters): Mark as obsolete.
8979 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8981         * vc-dir.el (vc-dir-update): Remove debug helper.
8983         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8985 2009-08-26  Sam Steingold  <sds@gnu.org>
8987         * simple.el (save-interprogram-paste-before-kill): New user option.
8988         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8989         save the interprogram-paste into kill-ring before overriding it
8990         with the Emacs kill.
8992 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8994         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8995         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8996         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8997         and move to vc-rcs.el.
8998         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8999         move to vc-rcs.el.
9000         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9001         (vc-rcs-update-changelog): Remove.
9002         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9003         and move to vc-rcs.el.
9005         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9006         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9007         renaming.
9008         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9009         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9010         vc.el, renamed to be RCS specific.
9012         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9013         New functions.
9014         (vc-cvs-update-changelog): Move here from vc.el.
9016         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9017         New functions.
9019 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9023 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9025         * vc-git.el (vc-git-register): Use "git add" for directories.
9026         (vc-git-stash, vc-git-stash-show): New functions.
9027         (vc-git-extra-menu-map): Bind them.
9029         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9030         directory correctly in case the item is a directory itself.
9032         * vc.el: Document the desired behavior for reverted files in the
9033         `added' state.
9034         (vc-default-prettify-state-info): Remove function, unused.
9036         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9038 2009-08-26  Glenn Morris  <rgm@gnu.org>
9040         * bindings.el (standard-mode-line-format): Reposition dashes in
9041         which-func entry.  (Bug#4217)
9043         * files.el (enable-local-variables, enable-local-eval)
9044         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9045         the defcustoms.
9046         (auto-mode-alist, ignored-local-variables)
9047         (save-some-buffers-action-alist): Move risky declarations to the
9048         definitions.
9049         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9050         (font-lock-defaults, format-alist, imenu--index-alist)
9051         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9052         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9053         (mode-line-modified, mode-line-mule-info, mode-line-position)
9054         (mode-line-process, mode-line-remote, outline-level)
9055         (parse-time-rules, rmail-output-file-alist)
9056         (special-display-buffer-names, vc-mode):
9057         Move risky declarations to the relevant files.
9058         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9059         (mode-line-modified, mode-line-process, mode-line-position)
9060         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9061         * font-core.el (font-lock-defaults):
9062         * format.el (format-alist):
9063         * vc-hooks.el (vc-mode):
9064         * window.el (special-display-buffer-names):
9065         * international/mule-cmds.el (input-method-alist):
9066         Define riskiness here (dumped file) rather than in files.el.
9067         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9068         * imenu.el (imenu-generic-expression, imenu--index-alist):
9069         * outline.el (outline-level):
9070         * time.el (display-time-string):
9071         * calendar/parse-time.el (parse-time-rules):
9072         * mail/rmailout.el (rmail-output-file-alist):
9073         Autoload riskiness here, rather than placing in files.el.
9075 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9077         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9079 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9081         * simple.el (process-file-side-effects): New defvar.
9083         * dired-aux.el (dired-show-file-type):
9084         * vc.el (vc-diff-internal):
9085         * vc-arch.el (vc-arch-diff):
9086         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9087         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9088         * vc-git.el (vc-git-registered, vc-git-working-revision)
9089         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9090         (vc-git--empty-db-p):
9091         * vc-hooks.el (vc-user-login-name):
9092         * vc-svn.el (vc-svn-registered, vc-svn-state)
9093         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9094         * progmodes/grep.el (grep-probe): Let-bind
9095         `process-file-side-effects' with nil.
9097         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9099         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9100         daemon.  Replace ping by checking for running service for bluez
9101         and zeroconf.  (Bug#4239)
9103 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9105         * net/dig.el (dig): Add autoload cookie.
9107 2009-08-25  Glenn Morris  <rgm@gnu.org>
9109         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9110         load-history for absolute file-names.
9111         (byte-compile-file-form-require): Warn about use of the cl package.
9113         * format.el (format-alist): Doc fix.
9115         * play/bubbles.el (top-level): Don't require cl at run-time.
9117         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9118         run-time cl).
9120 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9122         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9123         from cl package.
9124         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9126 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9128         * calc/calc-alg.el (math-trig-rewrite)
9129         (math-hyperbolic-trig-rewrite): New functions.
9130         (calc-simplify): Simplify trig functions when asked.
9132 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9134         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9136 2009-08-24  Kenichi Handa  <handa@m17n.org>
9138         * language/ind-util.el (mapthread): Delete it.
9139         (combinatorial): New function.
9140         (indian--puthash-cv): Use combinatorial instead of mapthread.
9142 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9144         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9145         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9146         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9147         Clarify docstring that the value is strings not symbols.
9148         (checkdoc-list-of-strings-p): New function.
9150 2009-08-22  Glenn Morris  <rgm@gnu.org>
9152         * files.el (auto-mode-alist):
9153         * hippie-exp.el (he-concat-directory-file-name):
9154         * lpr.el (lpr-windows-system, printer-name):
9155         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9156         * ps-print.el (ps-windows-system):
9157         * startup.el (command-line):
9158         * emulation/viper-ex.el (viper-glob-function):
9159         * international/mule-cmds.el (set-language-environment-coding-systems):
9160         * net/ange-ftp.el (ange-ftp-write-region):
9161         * obsolete/fast-lock.el (fast-lock-cache-name):
9162         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9163         unisoft-unix, vax-vms, win32, w32.
9165         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9166         given name if the pattern is not more specific.
9168         * calendar/lunar.el (lunar-phase-names): New option.
9169         (lunar-phase): Doc fix.
9170         (lunar-cycles-per-year): New constant.
9171         (lunar-index): New function.
9172         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9173         (lunar-phase-name): Use lunar-phase-names.
9174         (calendar-lunar-phases): Use format.
9175         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9177         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9178         Copy imenu-example--name-and-position function here for own use.
9179         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9181         * bs.el (bs--redisplay):
9182         * cus-edit.el (custom-redraw):
9183         * ibuffer.el (ibuffer-bury-buffer):
9184         * server.el (server-goto-line-column):
9185         * startup.el (command-line-1):
9186         * strokes.el (strokes-xpm-for-stroke):
9187         * term.el (term-display-buffer-line):
9188         * view.el (View-goto-line):
9189         * calc/calc.el (calc-do, calc-trail-buffer):
9190         * play/gamegrid.el (gamegrid-add-score-insecure):
9191         * progmodes/ada-mode.el (ada-compile-goto-error):
9192         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9193         (ebrowse-select-1st-to-9nth):
9194         * progmodes/cperl-mode.el (cperl-time-fontification):
9195         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9196         * progmodes/gud.el (gud-display-line):
9197         (idlwave-shell-display-line):
9198         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9199         * progmodes/make-mode.el (makefile-browser-toggle):
9200         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9201         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9202         * textmodes/picture.el (picture-draw-rectangle):
9203         * textmodes/reftex-index.el (reftex-index-goto-letter):
9204         (reftex-select-jump-to-previous):
9205         * textmodes/reftex-sel.el (reftex-find-start-point)
9206         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9207         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9208         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9209         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9210         * textmodes/two-column.el (2C-associated-buffer):
9211         Use forward-line rather than goto-line.
9213         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9214         goto-line.
9216         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9217         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9218         (quick-check-list-to-regexp): Declare.
9220         * progmodes/make-mode.el (makefile-browser-insert-selection):
9221         Use goto-char rather than goto-line.
9223         * progmodes/prolog.el (compilation-error-regexp-alist)
9224         (compilation-forget-errors): Declare.
9226 2009-08-22  Juri Linkov  <juri@jurta.org>
9228         * progmodes/grep.el (lgrep, rgrep): At the beginning
9229         set `dir' to `default-directory' unless `dir' is a non-nil
9230         readable directory.  (Bug#4052)
9231         (lgrep, rgrep): Change a weird way to report an error
9232         from using `read-string' to using `error'.
9233         Instead of using interactive arguments in the function body,
9234         add new argument `confirm'.
9236 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9238         * textmodes/remember.el (remember-buffer):
9239         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9240         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9241         (icalendar-extract-ical-from-buffer):
9242         * net/newst-treeview.el (newsticker-groups-filename):
9243         * net/newst-backend.el (newsticker-cache-filename):
9244         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9245         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9246         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9247         (speedbar-buffers-line-path, speedbar-path-line)
9248         (speedbar-buffers-line-path):
9249         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9250         (epg-sign-keys):
9251         * epa.el (epa-display-verify-result):
9252         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9254 2009-08-21  Glenn Morris  <rgm@gnu.org>
9256         * progmodes/js.el (inferior-moz-process): Fix declaration.
9258         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9260         * obsolete/rnewspost.el (news-mail-reply):
9261         Use goto-char rather than goto-line.
9263         * term/ns-win.el (ns-open-file-select-line):
9264         Use line-beginning-position rather than goto-line.
9266         * apropos.el (apropos-command):
9267         * ehelp.el (electric-helpify):
9268         * printing.el (pr-show-setup):
9269         * strokes.el (strokes-help):
9270         * tutorial.el (tutorial--describe-nonstandard-key)
9271         (tutorial--detailed-help):
9272         * woman.el (woman-mini-help, woman-display-extended-fonts):
9273         * calc/calc-help.el (calc-describe-key):
9274         * emulation/edt.el (edt-electric-helpify):
9275         * international/mule-diag.el (mule-diag):
9276         * play/yow.el (apropos-zippy):
9277         * progmodes/python.el (python-describe-symbol):
9278         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9279         * textmodes/table.el (*table--cell-describe-mode)
9280         (*table--cell-describe-bindings):
9281         Use help-print-return-message rather than the now obsolete alias.
9283         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9284         (calendar-cursor-to-visible-date):
9285         * play/5x5.el (5x5-position-cursor):
9286         * play/decipher.el (decipher):
9287         * play/gomoku.el (gomoku-goto-xy):
9288         * play/landmark.el (lm-goto-xy):
9289         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9290         (mpuz-paint-digit):
9291         Use forward-line, not goto-line.
9293         * mail/rmail.el (rmail-obsolete): Delete custom group.
9294         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9295         (rmail-remote-password, rmail-remote-password-required):
9296         Remove unneeded :set-after and :set properties.
9298 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9300         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9302 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9304         * loadup.el: Remove leftover macos code.
9306         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9307         Explicitly pass the date format to git blame so that user local
9308         so that the output format can be parsed.
9310 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9312         * net/dbus.el (top): Don't check for (getenv
9313         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9315 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9317         * log-edit.el (log-edit-strip-single-file-name): New var.
9318         (log-edit-insert-changelog): Use it.  Bug#3571
9320 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9323         Bug#3287
9325         * help.el (help-print-return-message): Rename from
9326         print-help-return-message.
9328         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9329         cvs-mode-map parent hack.
9330         (log-view-mode): Derive from special-mode.
9332         * linum.el (linum-mode): window-size-change-functions is redundant.
9333         Adapt to new window-configuration-change-hook behavior.
9334         (linum-after-size, linum-after-config): Remove.
9336         * imenu.el (imenu-example--name-and-position)
9337         (imenu-example--lisp-extract-index-name)
9338         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9339         Mark as obsolete.
9341         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9342         (inferior-prolog-mode): Use it.
9343         (inferior-prolog-load-file): Reset list of errors.
9345 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9347         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9349         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9351 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9353         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9354         is running already.
9356 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         * subr.el (listify-key-sequence-1): Use normal syntax since those
9359         integers are nowadays always represented by the same (positive) number
9360         on all platforms.
9361         (read-key-empty-map): New const.
9362         (read-key-delay): New var.
9363         (read-key): New function.
9364         (force-mode-line-update): Use with-current-buffer.
9365         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9366         (start-process-shell-command, start-file-process-shell-command):
9367         Discourage the use of command-args.
9369 2009-08-19  Glenn Morris  <rgm@gnu.org>
9371         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9373 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * simple.el (choose-completion-string): Don't rely on
9376         minibuffer-completing-file-name and ad-hoc checks to decide whether
9377         to continue completion or not.
9379         * minibuffer.el (minibuffer-hide-completions): New function.
9380         (completion--do-completion): Use it.
9381         (completions-annotations): New face.
9382         (completion--insert-strings): Use it.
9383         (completion-pcm--delim-wild-regex): Add docstring.
9384         (completion-pcm--string->pattern): Add support for 0-width delimiters
9385         in completion-pcm--delim-wild-regex.
9387 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9389         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9390         Remove unused var `buffer-modified-p'.
9392         * minibuffer.el (completion--do-completion): Move point for the #b001
9393         case as well (bug#4176).
9394         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9396 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9398         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9399         and :session buses.
9401 2009-08-18  Kenichi Handa  <handa@m17n.org>
9403         * international/ucs-normalize.el (ucs-normalize-version):
9404         Change to 1.1.
9405         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9406         (utf-8-hfs): Make it perform normalization on encoding too.
9408         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9409         (sentence-end-without-space): Delete duplicated chars.
9410         (sentence-end-base): Likewise.
9412         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9413         (html-mode): Delete duplicated chars from sentence-end-base.
9415         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9416         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9418 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9420         * files.el (hack-one-local-variable): If the mode function is for
9421         a minor mode, pass it an argument (Bug#4148).
9423 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9425         * net/tramp.el (tramp-register-completion-file-name-handler):
9426         Check also for (member 'partial-completion completion-styles).
9428 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9430         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9431         abbrev (Bug#3943).
9433 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9435         * progmodes/cperl-mode.el: Merge upstream 6.2.
9436         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9437         (cperl-forward-re): Check cperl-brace-recursing.
9438         (cperl-highlight-charclass): New function.
9439         (cperl-find-pods-heres): Use it.
9440         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9441         (cperl-beautify-regexp-piece): Fix column calculation.
9442         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9443         (cperl-beautify-level): Don't process entire regexp.
9444         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9445         calling man.
9446         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9447         (cperl-init-faces): Build a list in the normal way.
9449 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9451         * calendar/parse-time.el (parse-time-string-chars): Save match
9452         data.
9454 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9456         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9457         (sql-product): Use it.
9458         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9459         (sql-set-product): Add completion.
9460         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9461         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9462         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9463         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9464         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9465         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9466         (sql-highlight-db2-keywords): Remove.
9467         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9468         (sql-highlight-product): Use derived-mode-p.
9469         (sql-set-sqli-buffer): Use with-current-buffer.
9470         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9471         Simplify.
9473         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9475         * term.el: Fix commenting convention, turn comments into docstrings.
9477 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9479         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9481 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9483         * calendar/parse-time.el (parse-time-string-chars): Compute using
9484         character classes, to handle non-ascii characters (Bug#3190).
9486 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9488         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9489         another heredoc if the user adds another < (Bug#3226).
9491         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9492         Don't initialize based on window-system (Bug#4124).
9494         * facemenu.el (facemenu-read-color): Use a completion function
9495         that accepts any defined color, such as RGB triplets (Bug#3677).
9497         * files.el (get-free-disk-space): Change fallback default
9498         directory to /.  Expand DIR argument before switching to fallback.
9499         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9501 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9503         * files.el (load-library): Doc fix.
9505 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9507         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9508         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9509         incremental search string.
9511         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9512         XEmacs.
9514         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9515         (ediff-merge-region-is-non-clash)
9516         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9517         Also check if the job is really a merge job.
9519         * ediff.el (ediff-current-file): New function.
9521 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9523         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9524         conventions.
9525         (js-insert-and-indent): Delete function.
9526         (js-mode-map): Don't bind keys to js-insert-and-indent.
9527         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9528         (js-end-of-defun): Rename from js--end-of-defun.
9529         (js-auto-indent-flag): Delete variable.
9531 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9533         * progmodes/js.el: Remove proclaim statement.
9534         Defvar which-func-imenu-joiner-function to silence compiler.
9536         * files.el (auto-mode-alist): Use js-mode for .js files.
9538         * progmodes/js2-mode.el: Remove file.
9540         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9542         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9544         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9546 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9547             Karl Landstrom  <karl.landstrom@brgeight.se>
9549         * progmodes/js.el: New file.
9551 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9553         * timezone.el (timezone-parse-date): Add ability to understand ISO
9554         basic format (minimal separators) dates in addition to the
9555         already-supported extended format dates.
9557 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9559         * international/ucs-normalize.el: Add a `coding' file variable.
9561         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9563 2009-08-14  Sam Steingold  <sds@gnu.org>
9565         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9567 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9569         * faces.el (help-argument-name): Define it here instead of
9570         help-fns.el, because in daemon mode help-fns.el may be loaded when
9571         faces are still uninitialized (Bug#1078).
9573         * help-fns.el (help-argument-name): Move defface to faces.el.
9575 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9577         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9578         create buffer with a pty but no process so that GDB can make the
9579         inferior the controlling process.
9581 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9583         * international/ucs-normalize.el: New file.
9585 2009-08-13  Richard Stallman  <rms@gnu.org>
9587         * mail/rmail.el (rmail-get-attr-names):
9588         Accept an attribute header that is too short.
9590         * mail/rmail.el (rmail-forget-messages):
9591         Ignore nil elt in rmail-message-vector.  Use dotimes.
9593         * progmodes/compile.el (compilation-goto-locus):
9594         Use next-error-move-function.
9596         * simple.el (next-error-move-function): New variable.
9598 2009-08-12  Juri Linkov  <juri@jurta.org>
9600         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9601         always non-nil.  (Bug#4052)
9603         * replace.el (read-regexp): Return empty string when
9604         `default-value' is nil.
9605         (keep-lines-read-args): Don't use empty string as the
9606         default value for `read-regexp'.  (Bug#2495)
9608 2009-08-12  Juri Linkov  <juri@jurta.org>
9610         * international/mule-cmds.el (ucs-insert): Change arguments
9611         from `arg' to `character', `count', `inherit' to be the same
9612         as in `insert-char'.  Doc fix.  (Bug#4039)
9614         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9616 2009-08-12  Juri Linkov  <juri@jurta.org>
9618         * files-x.el: New file.
9620         * files.el: Move code that deals with adding/deleting
9621         file/directory-local variables to files-x.el.
9623         * Makefile.in (ELCFILES): Add files-x.elc.
9625 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9627         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9628         to use `goto-line'.
9629         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9630         `goto-line'.
9631         (gdb-invalidate-disassembly): Do not refresh upon receiving
9632         'update signal.  Instead, update all disassembly buffers only after
9633         threads list.
9634         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9635         (gdb-starting): Moved -data-list-register-names...
9636         (gdb-stopped): ...here so it's sent when first thread stops.
9637         (gdb-registers-handler-custom): Do nothing if register names are
9638         unknown yet.
9640         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9641         from `gdb-mi.el' to avoid extra tangling.
9643         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9644         change which breaks `gud-def' definitions used in `gdb'.
9645         (gdb-update-gud-running): No extra fuss for updating frame number.
9647 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9650         (describe-language-environment-map, setup-language-environment-map)
9651         (set-coding-system-map): Move initialization into declaration.
9652         (set-language-info-alist): Last arg to define-key-after can be skipped.
9654         * international/quail.el (quail-completion-1): Simplify.
9655         (quail-define-rules): Use slightly more compact code.
9656         (quail-insert-decode-map): Propertize keys, compact columns.
9658         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9659         Add goto-line.
9661 2009-08-10  Miles Bader  <miles@gnu.org>
9663         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9664         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9665         (js2-instance-member, js2-private-member, js2-private-function-call)
9666         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9667         (js2-magic-paren, js2-external-variable):
9668         Remove "-face" suffix from face names.
9669         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9670         (js2-highlight-undeclared-vars, js2-peek-token)
9671         (js2-parse-function-params, js2-mode-show-errors)
9672         (js2-mode-show-warnings, js2-make-magic-delimiter)
9673         (js2-mode-highlight-magic-parens): Update to use new face names.
9675 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9677         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9678         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9680 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9682         * subr.el: Provide hashtable-print-readable.
9684         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9685         hs-c-like-adjust-block-beginning.
9686         (hs-hide-block-at-point): Stop hiding at the beginning of
9687         hs-block-end-regexp (Bug#700).
9689 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9691         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9692         a macro.
9693         (gdb-registers-handler-custom): Do not fail when register names
9694         are unavailable.
9696 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9698         * progmodes/gdb-mi.el (gdb-control-all-threads)
9699         (gdb-control-current-thread): Interactive setters for
9700         `gdb-gud-control-all-threads' to use in menu.
9701         (gdb-show-run-p): Show «Go» when process is not active.
9702         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9703         gud/thread.xpm and gud/all.xpm.
9705 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9707         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9708         (nslookup-font-lock-keywords): Make it a variable.
9709         (net-utils-mode): New mode for viewing diagnostic network output.
9710         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9711         (net-utils-run-simple): New function.
9712         (ifconfig, iwconfig, netstat, arp, route): Use it.
9714 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9716         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9717         (gdb-memory-set-address, def-gdb-set-positive-number)
9718         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9719         after changing settings.
9720         (gdb-invalidate-disassembly): Update when first shown.
9721         (gdb-edit-locals-value): Fixed.
9722         (gdb-registers-handler-custom): Print registers in right order and
9723         allow changing register values (only for current thread yet).
9724         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9725         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9726         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9727         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9728         info in mode name.
9729         (gdb-registers-mode-map): TAB to switch to locals.
9731 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9733         * mail/rmail.el (rmail-add-mbox-headers)
9734         (rmail-set-message-counters-counter): Search for
9735         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9737 2009-08-08  Glenn Morris  <rgm@gnu.org>
9739         * Makefile.in (ELCFILES): Update.
9741 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9743         * mail/sendmail.el (mail-yank-original): Set
9744         buffer-file-coding-system from the one used by the message whose
9745         text is yanked.
9747         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9748         to "windows" when "pgnuplot" is used.
9749         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9750         call accept-process-output if "pgnuplot" is used.
9751         (calc-graph-init): Don't send -display and -geometry to
9752         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9753         running "pgnuplot -V" with shell-command-to-string.
9755         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9756         the default.
9758 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9760         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9761         org/org-latex.elc.
9763 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9765         * vc-dispatcher.el (vc-resynch-window): Update comment.
9767         * term.el (term-handle-ansi-escape): Add comments with the
9768         terminfo capabilities implemented.
9770 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9772         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9773         (gdb-var-create-handler): Rewritten using JSON parser.
9774         (gdb-propertize-header): Moved earlier.
9775         (gdb-set-header): Removed to avoid duplication.
9776         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9777         Refresh disassembly buffers only after threads list have been
9778         update.
9779         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9780         variables.
9782 2009-08-04  Juri Linkov  <juri@jurta.org>
9784         * files.el: Commands to add/delete file/directory-local variables.
9785         (read-file-local-variable, read-file-local-variable-value)
9786         (read-file-local-variable-mode, modify-file-local-variable)
9787         (modify-file-local-variable-prop-line)
9788         (modify-dir-local-variable): New functions.
9789         (add-file-local-variable, delete-file-local-variable)
9790         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9791         (add-dir-local-variable, delete-dir-local-variable)
9792         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9793         (copy-dir-locals-to-file-locals-prop-line): New commands.
9795 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9797         * abbrev.el (insert-abbrev-table-description): Prettify output.
9798         Suggested by Karl Chen.
9800 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9802         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9803         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9804         (gdb-overlay-arrow-position, gdb-thread-position)
9805         (gdb-disassembly-position): Declare variables.
9806         (gdb-wait-for-pending): Function now.
9807         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9808         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9809         compilation goes smoothly.
9810         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9811         (gdb-non-stop-setting): New customization setting which replaces
9812         `gdb-non-stop' so changing it doesn't break active GDB session.
9813         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9814         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9815         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9816         (gdb-show-threads-by-default): New customization options.
9817         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9818         routines.
9819         (gdb-get-buffer-create): Send buffers update signal when they are
9820         created.
9821         (gdb-invalidate-locals, gdb-invalidate-registers)
9822         (gdb-invalidate-breakpoints)
9823         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9824         (gdb-invalidate-memory): Accept update signal.
9825         (gdb-current-context-command): Use --frame option.
9826         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9827         Implement `gdb-frame-number' selection logic.
9828         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9829         whether to show GUD toolbar buttons.
9830         (gdb-thread-exited): Unselect current thread when it exits.
9831         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9832         (gdb-mark-line): Routine which sets overlay arrow or inverses
9833         video on fringeless displays.
9834         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9835         to build aligned columns of data in GDB buffers and set text
9836         properties line-by-line.
9837         (gdb-invalidate-breakpoints)
9838         (gdb-breakpoints-list-handler-custom)
9839         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9840         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9841         (gdb-registers-handler-custom): Align data columns.
9842         (gdb-locals-handler-custom): Now prints data like in variable
9843         declarations.
9844         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9845         Removed confusing buttons.
9846         (gdb-invalidate-threads): Append --frame.
9847         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9848         between breakpoints/threads buffers.
9849         (gdb-set-window-buffer): Now can ignore dedicated windows.
9850         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9851         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9852         (def-gdb-thread-buffer-gud-command): Replaces
9853         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9854         for fine thread control.
9855         (gdb-preempt-existing-or-display-buffer): New function used to
9856         display bound buffers without breaking window layout.
9857         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9858         (gdb-select-frame): New version of `gdb-frames-select' which now
9859         sets `gdb-frame-number' so commands may use --frame option instead
9860         of inner debugger state.
9861         (gdb-frame-handler): Do not set `gdb-frame-number'.
9862         (gdb-threads-mode-map): Select threads with mouse.
9864         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9865         avoid compilation warning.
9866         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9867         `gdb-show-stop-p`.
9869         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9870         Argument `key' renamed to `buffer-type'.
9871         (gdb-current-context-buffer-name): Do not add thread info to
9872         buffer name when no thread is selected.
9873         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9874         command (bug 3794).
9875         (gdb-thread-selected): Handle `=thread-selected' notification.
9876         (gdb-wait-for-pending): New macro to deal with congestion problems.
9877         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9878         breakpoints.
9879         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9880         This fixes problem similar to one described in bug 3947.
9881         (gud-menu-map): More menu items.
9882         (gdb-init-1): Reset `gdb-thread-number' to nil.
9884         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9885         non-stop settings.
9887         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9888         (gdb-current-context-command): Do not append --thread if
9889         `gdb-thread-number' is nil.
9890         (gdb-running-threads-count, gdb-stopped-threads-count): New
9891         variables.
9892         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9893         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9894         customization options.
9895         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9896         GUD commands.
9897         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9898         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9899         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9900         set `gdb-thread-number' and update `gud-running' properly.
9901         (gdb-running): Update threads list when new threads appear.
9902         (gdb-stopped): Support non-stop operation and new thread switching
9903         logic.
9904         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9905         (gdb-json-partial-output): New set of JSON routines.
9906         (def-gdb-auto-update-trigger): New `signal-list' optional
9907         argument.
9908         (gdb-thread-list-handler-custom): Update `gud-running',
9909         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9910         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9911         (gdb-continue-thread, gdb-step-thread): New commands for fine
9912         thread execution control.
9913         (gud-menu-map): New menu items to switch non-stop options.
9914         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9915         (gdb-send): Mimic RET properly (bug 3794).
9917         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9918         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9919         gdb-buffer-rules.
9920         (def-gdb-auto-update-handler): New nopreserve optional argument.
9921         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9923         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9924         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9925         (gdb-parent-mode): New mode to derive other GDB modes from.
9926         (gdb-display-disassembly-for-thread)
9927         (gdb-frame-disassembly-for-thread): New commands for threads
9928         buffer.
9930         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9931         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9932         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9933         (gdb-update): We now store all GDB buffers in a list so that they
9934         can be updated by traversing a list instead of calling invalidate
9935         triggers explicitly.
9936         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9937         pair for GDB buffer.
9938         (gdb-stack-buffer-name): Add thread information.
9939         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9940         handle pending triggers.
9941         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9942         (def-gdb-thread-buffer-simple-command)
9943         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9944         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9945         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9946         New commands which show buffers bound to thread.
9947         (gdb-stack-list-locals-regexp): Removed unused regexp.
9949         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9950         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9951         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9952         to (gud-comint-buffer) in *-buffer-name functions
9953         because (gdb-get-target-string) already does that.
9954         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9955         (gdb-changed-registers-handler): Rewritten without regexps.
9957         * progmodes/gdb-mi.el: Basic thread selection support.
9958         (gdb-thread-number): New variable.
9959         (gdb-current-context-command): New macro which adds --thread
9960         option to command.
9961         (gdb-threads-mode-map): Select thread with SPC.
9962         (gdb-thread-list-handler-custom): Mark current thread with overlay
9963         arrow.  Synchronize GDB thread and Emacs thread.
9964         (gdb-select-thread): New command which selects current thread.
9965         (gdb-invalidate-frames, gdb-invalidate-locals)
9966         (gdb-invalidate-registers): Use --thread option.
9968 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9970         * net/tramp.el (top): Make check for tramp-gvfs loading more
9971         robust.  (Bug#3977)
9972         (tramp-handle-insert-file-contents): `unwind-protect' must be
9973         inside `with-parsed-tramp-file-name'.
9975         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9976         fails.
9978 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9980         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9981         directory if CLASSPATH is not set.
9983 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9985         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9986         New defconst.
9987         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9989 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9991         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9992         Update freshmeat link.  Delete newsforge.com as it seems gone.
9994 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9996         * select.el (x-set-selection): Doc fix (Bug#4021).
9998         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10000         * help-fns.el (describe-variable): Treat list return values from
10001         dir-locals-find-file properly (Bug#4005).
10003 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10005         * net/tramp.el (tramp-debug-message): Print also microseconds.
10007 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10009         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10010         or END is non-nil.
10011         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10012         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10013         format.
10015         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10016         (tramp-get-file-property): Use it.
10018         * autorevert.el (auto-revert-handler): Allow
10019         `auto-revert-tail-mode' for remote files.
10021 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10023         * minibuffer.el (read-file-name): Treat confirm options to
10024         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10026 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10028         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10029         (font-lock-variable-name-face, font-lock-constant-face): Darken
10030         the colors for light backgrounds.
10032 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10034         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10035         month names.  (Bug#3987)
10037 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10039         * simple.el (line-move-finish): Pass whole number to
10040         line-move-to-column.
10041         (line-move-visual): Perform hscroll to the recorded position.
10043 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10045         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10047 2009-07-29  Alan Mackenzie  <acm@muc.de>
10049         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10051 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10053         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10054         (gdb-place-breakpoints): Use full path when setting breakpoints.
10056 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10058         * calc/calc.el (calc-mode-map): Add keybinding for
10059         `calc-transpose-lines'.
10061 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10063         * calc/calc-misc.el (calc-transpose-lines): New function.
10065 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10067         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10068         Simplify check for out-of-band methods.
10069         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10070         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10072 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10074         * vc-git.el (vc-git-checkin): Fix typo.
10076 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10078         * progmodes/js2-mode.el: New file.
10080 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10082         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10083         (gud-menu-map): Adjust tooltip accordingly.
10085 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10087         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10088         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10090         * add-log.el (change-log-mode-map): Add a menu.
10092 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10094         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10095         function returns nil.
10096         (dbus-handle-event): Handle special return value :ignore.
10097         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10099 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10101         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10102         it's not needed.
10104 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10106         Fix Bug#3888:
10108         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10110         * term/pc-win.el (x-display-name, x-colors)
10111         (x-select-enable-clipboard, x-select-text): Doc fix.
10113         * term/common-win.el (x-display-name, x-colors): Doc fix.
10115         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10116         (xw-defined-colors): Doc fix.
10118         * w32-fns.el (x-select-text, x-setup-function-keys)
10119         (x-get-selection, x-set-selection): Doc fix.
10121         * term/x-win.el (x-select-text, x-setup-function-keys)
10122         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10124         * select.el (x-set-selection): Doc fix.
10126 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10128         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10129         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10130         "IsNSSSupportAvailable" method is not available.  Reported by
10131         Steve Youngs <steve@sxemacs.org>.
10133 2009-07-24  Kenichi Handa  <handa@m17n.org>
10135         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10136         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10137         (build-unicode-category-table): Fix range checks.
10139 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10141         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10142         the buffer we try to sync is current when calling
10143         vc-resynch-buffer.
10145         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10146         not show up to date files.
10148 2009-07-24  Glenn Morris  <rgm@gnu.org>
10150         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10151         Add autoload cookies.  If necessary, initialize.
10152         (elint-log): Handle non-file buffers.
10153         (elint-initialize): Add optional argument to reinitialize.
10154         (elint-find-builtin-variables): Save excursion.
10156 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10158         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10159         for Lint.
10161 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10163         * vc.el (vc-print-log-internal): New function, split out from ...
10164         (vc-print-log): ... here.
10165         (vc-dir-move-to-goal-column): Declare.
10167         * vc-git.el (vc-git-add-signoff): New variable.
10168         (vc-git-checkin): Use it.
10169         (vc-git-toggle-signoff): New function.
10170         (vc-git-extra-menu-map): Bind it to menu.
10171         (vc-git--run-command-string): Accept a nil FILE argument.
10172         (vc-git-stash-list): New function.
10173         (vc-git-dir-extra-headers): Use it.
10175 2009-07-23  Glenn Morris  <rgm@gnu.org>
10177         * help-fns.el (describe-variable): Describe ignored and risky local
10178         variables in a similar way to that in which we describe safe ones.
10180         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10181         (byte-compile-output-file-form, byte-compile-output-docform)
10182         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10183         Give some more local variables with common names a "bytecomp-" prefix,
10184         so as not to shadow things during compilation.
10185         * emacs-lisp/cl-macs.el (load-time-value)
10186         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10187         `outbuffer' to `bytecomp-outbuffer'.
10189         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10190         since the next two variables cover them automatically now.
10191         (elint-builtin-variables, elint-autoloaded-variables): New.
10192         (elint-unknown-builtin-args): Remove all members, since they can be
10193         parsed automatically now.
10194         (elint-extra-errors): New.
10195         (elint-env-add-env, elint-env-add-macro): Use cadr.
10196         (elint-current-buffer): Use or.  Change final message.
10197         (elint-get-top-forms): Use line-end-position.
10198         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10199         and defalias.
10200         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10201         (regexp-assoc): Remove unused function.
10202         (elint-top-form): Set elint-current-pos, to record the start of the
10203         top-level form, for compilation-mode.
10204         (elint-form): Trap errors in macro expansion.  Use dolist.
10205         (elint-unbound-variable): Use elint-builtin-variables and
10206         elint-autoloaded-variables.
10207         (elint-get-args): Use cadr, or.
10208         (elint-check-cond-form): Use dolist, cadr.
10209         (elint-check-condition-case-form): Doc fix.  Use cadr.
10210         Use elint-extra-errors.
10211         (elint-log): New function.
10212         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10213         Distinguish errors and warnings.
10214         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10215         Use a bytecomp-style format.
10216         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10217         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10218         Don't truncate lines.
10219         (elint-initialize): Set builtin and autoloaded variable lists.
10220         Only process elint-unknown-builtin-args if non-nil.
10221         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10222         New functions.
10223         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10225 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10227         * net/newst-backend.el (newsticker--parse-atom-1.0)
10228         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10229         (newsticker--parse-rss-1.0):
10230         * progmodes/idlwave.el (idlwave-mode):
10231         * progmodes/idlw-shell.el (idlwave-shell-mode):
10232         * progmodes/vera-mode.el (vera-mode):
10233         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10234         * progmodes/vhdl-mode.el (vhdl-mode):
10235         * textmodes/table.el (table-generate-source)
10236         (table--warn-incompatibility):
10237         Hyperlink urls in docstrings with URL `...'.
10239 2009-07-22  Glenn Morris  <rgm@gnu.org>
10241         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10242         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10243         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10244         Remove leading * from defcustom docs.
10246         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10248         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10249         defcustom doc.
10250         (list-load-path-shadows): Optionally, just return shadows as a string.
10252         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10254 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10256         * mail/rmailedit.el (rmail-edit-mode): Use
10257         auto-save-include-big-deletions.
10259         * mail/rmail.el (rmail-variables): Use
10260         auto-save-include-big-deletions.
10262         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10263         changes.
10265 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10267         * calc/calc.el (calc-undo-length): New variable.
10268         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10270 2009-07-21  Richard Stallman  <rms@gnu.org>
10272         * files.el (auto-save-mode): Handle buffer-save-size = -2
10273         for toggling mode.
10275 2009-07-21  Glenn Morris  <rgm@gnu.org>
10277         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10279         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10281         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10282         silence compiler.  Instead...
10283         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10284         (ps-print-ensure-fontified): Update for above function name changes.
10286         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10287         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10288         silence compiler.  Instead...
10289         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10290         (mh-show-buffer): Only define for compiler.
10291         (pr-mh-current-message): Update for above function name changes.
10293         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10294         as an argument.
10295         (find-file-noselect, insert-file-1): Update for above change.
10297         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10299         * mail/mailclient.el (mailclient-send-it): Fix message.
10301         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10302         (edebug-eval): Check cl-debug-env is bound.
10303         (print-level, print-circle): Don't redefine built-in variables.
10305         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10306         (custom-print-vectors): Remove old comments from doc.
10308         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10309         (emerge-version): Make the variable an obsolete alias for the
10310         emacs-version variable.  Make the function obsolete.
10311         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10312         Emerge options, rather than merging in into the main Options menu.
10313         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10314         and auto advance modes.  Disable edit/fast items when not relevant.
10316 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10318         * term/vt420.el (terminal-init-vt420): Fix typo.
10320 2009-07-20  Sam Steingold  <sds@gnu.org>
10322         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10323         variable (removed from compile.el on 2004-03-11).
10325 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10327         * files.el (hack-local-variables-filter): Fix last change.
10329 2009-07-19  Juri Linkov  <juri@jurta.org>
10331         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10332         (dir-local-variables-alist): New buffer-local variable.
10333         (hack-local-variables-filter): If variable is not dir-local,
10334         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10335         because file-local overrides dir-local.
10336         (c-postprocess-file-styles) <declare-function>:
10337         Remove obsolete declaration.
10338         (hack-dir-local-variables): Add dir-local variable/value pair to
10339         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10341         * help-fns.el (describe-variable): Add information about
10342         file-local and dir-local variables.
10344 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10346         * files.el (hack-local-variables-filter): Rewrite.
10348 2009-07-19  Glenn Morris  <rgm@gnu.org>
10350         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10351         Silence compiler by only defining on XEmacs.
10353         * international/mule.el (auto-coding-regexp-alist): Only match
10354         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10356         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10357         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10358         (cal-menu-context-mouse-menu): Doc fix.
10360         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10362         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10364 2009-07-18  Juri Linkov  <juri@jurta.org>
10366         * info.el: Virtual Info keyword finder.
10367         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10368         (Info-finder-file): New variable.
10369         (Info-finder-find-file): New function.
10370         (finder-known-keywords, finder-package-info)
10371         (find-library-name, lm-commentary): Use defvar and
10372         declare-function to silence compiler warnings.
10373         (Info-finder-find-node): New function.
10374         (info-finder): New command.
10376         * subr.el (process-kill-buffer-query-function): New function.
10377         (add-hook)<kill-buffer-query-functions>: Add hook
10378         `process-kill-buffer-query-function'.
10380 2009-07-18  Alan Mackenzie  <acm@muc.de>
10382         * progmodes/cc-mode.el (c-before-hack-hook)
10383         (c-postprocess-file-styles): Give invocation of `c-set-style'
10384         DONT-OVERRIDE parameter of t.  Already set style variables will
10385         thus not be overridden by style settings given by `c-file-syle'.
10387         * files.el (hack-local-variables-filter): Remove entries with
10388         duplicate keys from `file-local-variables-alist'.
10390 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10392         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10393         x-set-selection if display-selections-p returns nil for the
10394         current frame.
10396 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10398         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10400 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10402         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10403         Accept nil in addition to a regexp.
10404         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10405         Accept nil in addition to a regexp.
10406         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10407         buffers that have an associated file.  Handle nil values of
10408         desktop-buffers-not-to-save and desktop-files-not-to-save.
10409         (Bug#3833)
10411         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10412         (x-disown-selection-internal): New functions.
10414 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10416         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10417         warning.
10418         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10419         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10421 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10423         * simple.el (set-mark): Revert last change.
10425 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10427         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10428         rendering of pngs is not possible instead of messaging a long
10429         description.
10431 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10433         * w32-fns.el (x-selection-owner-p): New function.
10435         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10436         (mouse-yank-at-click, mouse-yank-primary): If
10437         select-active-regions is non-nil, deactivate the mark before
10438         insertion.
10440         * simple.el (deactivate-mark, set-mark): Only save selection if we
10441         own it.
10443 2009-07-17  Kenichi Handa  <handa@m17n.org>
10445         * case-table.el (describe-buffer-case-table): Fix for the case
10446         that KEY is a cons.
10448 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10450         * vc-rcs.el (vc-rcs-find-file-hook):
10451         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10453 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10455         * net/tramp.el (tramp-wait-for-output): Handle the case when
10456         commands do not return a newline but a null byte before the shell
10457         prompt.  (Bug#3858)
10459 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10461         * term/ns-win.el (ns-set-alpha): Don't declare.
10462         (ns-set-background-alpha): Remove function.
10464 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10466         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10467         y-or-n-p, for safety.
10469 2009-07-16  Richard Stallman  <rms@gnu.org>
10471         * files.el (auto-save-mode): If buffer-saved-size is -2,
10472         don't clobber it.
10474         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10475         (rmail-retry-ignored-headers): Add more uninteresting fields.
10477 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10479         * net/rcirc.el (rcirc): Use history variables.
10480         (rcirc-server-name-history, rcirc-nick-name-history)
10481         (rcirc-server-port-history): New variables.
10483 2009-07-15  Kenichi Handa  <handa@m17n.org>
10485         * international/mule-cmds.el (set-language-environment-charset):
10486         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10487         ignore them.
10489         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10490         Delete unibyte-display.
10492 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10494         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10496 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10498         * simple.el (deactivate-mark): Optional argument FORCE.
10499         (set-mark): Use deactivate-mark.
10501         * info.el (Info-search): No need to check transient-mark-mode
10502         before calling deactivate-mark.
10504         * select.el (x-set-selection): Doc fix.
10505         (x-valid-simple-selection-p): Allow buffer values.
10506         (xselect--selection-bounds): Handle buffer values.  Suggested by
10507         David De La Harpe Golden.
10509         * mouse.el (mouse-set-region, mouse-drag-track): Call
10510         copy-region-as-kill before setting the mark, to let
10511         select-active-regions work.
10513 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10515         * simple.el (deactivate-mark): If select-active-regions is
10516         non-nil, copy the selection data into a string.
10517         (activate-mark): If select-active-regions is non-nil, set the
10518         selection to the current buffer.
10519         (set-mark): Update selection if select-active-regions is non-nil.
10521         * select.el (x-valid-simple-selection-p): Allow buffer values.
10523 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10525         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10526         and more featureful message-mode.
10528 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10530         * select.el (x-set-selection): Doc fix.
10531         (x-valid-simple-selection-p): Disallow selection data consisting
10532         of a list or cons of integers, since that is not used.
10533         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10534         (xselect-convert-to-string, xselect-convert-to-length)
10535         (xselect-convert-to-filename, xselect-convert-to-charpos)
10536         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10538 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10540         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10541         output in -break-info command (Emacs bug #3794).
10543 2009-07-14  Glenn Morris  <rgm@gnu.org>
10545         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10546         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10547         (edebug-print-length, edebug-print-level, edebug-print-circle)
10548         (edebug-sit-for-seconds, edebug-view-outside)
10549         (edebug-bounce-point, edebug-set-global-break-condition)
10550         (edebug-Go-nonstop-mode, edebug-trace-mode)
10551         (edebug-Trace-fast-mode, edebug-continue-mode)
10552         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10553         (edebug-visit-eval-list): Doc fixes.
10555         * subr.el (def-edebug-spec): Doc fix.
10557 2009-07-14  Kenichi Handa  <handa@m17n.org>
10559         * international/characters.el: Fix setting of category ?C.
10561 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10563         * term/ns-win.el (x-select-font): defalias x-select-font to
10564         ns-popup-font-panel instead of generate-fontset-menu.
10566 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10568         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10570 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10572         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10573         the PK\003\004 header (Bug#3770).
10575 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10577         * pcomplete.el (pcomplete-comint-setup): Check for
10578         shell-dynamic-complete-filename too.
10580 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10582         * simple.el (temporary-goal-column): Change the value for
10583         line-move-visual to a cons cell.
10584         (line-move-visual): Record or set the window hscroll, if
10585         necessary (Bug#3494).
10586         (line-move-1): Handle cons value of temporary-goal-column.
10588 2009-07-11  Kenichi Handa  <handa@m17n.org>
10590         * international/mule-diag.el (describe-character-set): Don't show
10591         width.
10593 2009-07-10  Sam Steingold  <sds@gnu.org>
10595         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10596         Omake sometimes indents the errors it prints, so allow all
10597         regexps to start with spaces.
10599 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10601         * cus-edit.el (customize-changed-options-previous-release):
10602         Bump value to 22.1.  (Bug#3804)
10604 2009-07-08  Sam Steingold  <sds@gnu.org>
10606         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10607         to be a cons cell (test . ignored-directory) to selectively ignore
10608         some directories depending on the location of the search.
10610 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10612         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10613         remote user is root, on the local host.
10614         (tramp-local-host-p): Either the local user or the remote user
10615         must be root.  (Bug#3771)
10617 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10619         * progmodes/gdb-mi.el (gdb): Remove description of
10620         gdb-use-separate-io-buffer.
10621         (menu): Don't allow toggling of or enable
10622         gdb-use-separate-io-buffer from menubar.
10624 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10626         * mail/unrmail.el (unrmail): Make sure the message ends with two
10627         newlines (Bug#3769).
10629 2009-07-08  Glenn Morris  <rgm@gnu.org>
10631         * calendar/calendar.el (calendar-current-date): Rework previous change.
10633 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10635         * calendar/calendar.el (calendar-current-date):
10636         Add an optional argument giving an offset from today.
10638 2009-07-08  Glenn Morris  <rgm@gnu.org>
10640         * tutorial.el (tutorial--describe-nonstandard-key):
10641         Adjust the message for when a key has been unbound.
10642         (help-with-tutorial): Hide the arch-tag.
10644 2009-07-08  Kenichi Handa  <handa@m17n.org>
10646         * international/fontset.el (setup-default-fontset): For each
10647         script, append (not set) font-specs.
10649         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10650         docstring.
10652 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10654         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10655         -data-list-register-names to ...
10656         (gdb-starting): ... here because GDB 7.0 requires execution to
10657         have started when using this MI command.
10658         (gdb-set-header): New function to distinguish select and
10659         unselected tabs in gdb buffers.
10660         (gdb-propertize-header): New macro that uses gdb-set-header.
10661         (gdb-breakpoints-header, gdb-locals-header): Use it.
10662         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10664 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10666         * Makefile.in (ELCFILES): Remove fadr.elc.
10668 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10670         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10671         may contain frame information, so `string-match' should be used.
10672         (gdb-update): Disassembly is invalidated through
10673         `gdb-get-selected-frame'.
10674         (gdb-pad-string): New function to pad string with spaces.
10675         (gdb-invalidate-disassembly): Invalidate only if the buffer
10676         exists.
10677         (gdb-disassembly-handler-custom): Column alignment.
10678         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10679         placing new ones.
10680         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10681         end of line, too.
10682         (gdb-frame-handler): Match convention to for disassembly buffer
10683         mode name.
10684         (gdb-stack-list-frames-handler): Rewritten without regexps.
10685         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10686         not highlight breakpoints without line information.
10687         (gdb-input): Add trailing newline to command.
10689         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10690         buffer properly.
10691         (gdb-breakpoints-list-handler-custom): Replacement for
10692         `gdb-break-list-handler'.  Using real parser instead of regexps
10693         now.
10694         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10695         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10696         to place breakpoints.
10697         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10698         functions.
10699         (gdb-disassembly-handler-custom): Show overlay arrow.
10700         (gdb-disassembly-place-breakpoints): Show breakpoints in
10701         disassembly buffer.
10702         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10703         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10704         instead of parsing breakpoints buffer.  Fixed old menu references
10705         in `gud-menu-map'.
10707         * fadr.el: Remove.
10709         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10710         (gdb-memory-address): New variable which holds top address of
10711         memory page shown in memory buffer.
10712         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10713         customization variables.
10714         New functions:
10715         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10716         display the memory buffer.
10717         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10718         buffer display parameters.
10719         (def-gdb-memory-format, gdb-memory-format-binary)
10720         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10721         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10722         Functions for setting memory buffer format.
10723         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10724         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10725         unit size used in memory buffer.
10726         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10727         to next/previous page of memory buffer.
10728         Now using (bindat-get-field) instead of fadr functions.
10730 2009-07-07  Sam Steingold  <sds@gnu.org>
10732         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10733         non-top-level files.
10735 2009-07-07  Kenichi Handa  <handa@m17n.org>
10737         * international/mule-cmds.el (reset-language-environment): Put
10738         the highset priority to the charset iso-8859-1.
10740 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10742         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10743         to the end of the line when locating the block (Bug#700).
10745 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10747         * net/tramp.el (tramp-handle-write-region): Flush file properties
10748         in case of short track.
10750 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10752         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10753         Coded custom representation of verilog error regular expressions
10754         to work with Emacs-22's new format.
10755         (verilog-error-regexp-xemacs-alist): Coded custom representation
10756         of verilog error regular expressions to work with XEmacs format.
10757         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10758         error recognition into XEmacs.
10759         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10760         error recognition into Emacs-22.
10762 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10764         * woman.el: Remove stand-alone closing parentheses.
10765         (woman-file-name, woman2-format-paragraphs)
10766         (woman-leave-blank-lines): Code cleanup.
10767         (woman-use-own-frame): Change default to nil.
10768         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10769         defaults to inherit from default faces.
10770         (woman2-process-escapes): Consume the newline after a stand-alone
10771         filler character (Bug#3651).
10773 2009-07-06  Glenn Morris  <rgm@gnu.org>
10775         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10776         (top-level): Move provide to the end.
10777         (ffap): Remove defunct URL from custom group.
10779         * subr.el (eval-after-load): Doc fix.
10781 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10783         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10784         `calc-embedded-word' is called twice.
10786 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10788         * files.el (find-alternate-file-other-window, find-alternate-file):
10789         Obey confirm-nonexistent-file-or-buffer.
10791 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10793         * dired-aux.el (dired-show-file-type): Handle remote files.
10795 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10797         * desktop.el (desktop-globals-to-save):
10798         Add file-name-history (Bug#2750).
10800 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10802         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10804 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10806         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10807         property on entire argument since this is what eshell-lisp-command
10808         expects.
10810 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10812         * net/tramp-gvfs.el (tramp-gvfs-methods)
10813         (tramp-gvfs-zeroconf-domain)
10814         (tramp-bluez-discover-devices-timeout): Add version flag.
10815         (tramp-gvfs-handler-mounted-unmounted)
10816         (tramp-gvfs-connection-mounted-p): Polish handling of
10817         incompatibilities between GVFS 0.2 and 1.0.
10819 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10821         * cus-start.el (all): Add make-pointer-invisible.
10823 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10825         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10826         formatted correctly.
10828 2009-07-02  Juri Linkov  <juri@jurta.org>
10830         * info.el: Virtual Info files and nodes.
10831         (Info-virtual-files, Info-virtual-nodes): New variables.
10832         (Info-current-node-virtual): New variable.
10833         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10834         New functions.
10835         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10836         to check for a virtual file instead of checking a fixed list
10837         of node names.
10838         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10839         instead of ad-hoc processing of "dir" and (apropos history toc).
10840         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10841         instead of ad-hoc processing of "dir" and (apropos history toc).
10842         Reread a file when moving from a virtual node.
10843         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10844         (Info-directory-toc-nodes, Info-directory-find-file)
10845         (Info-directory-find-node): New functions.
10846         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10847         (Info-history): Move part of code to
10848         `Info-history-find-node'.
10849         (Info-history-toc-nodes, Info-history-find-file)
10850         (Info-history-find-node): New functions.
10851         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10852         (Info-toc): Move part of code to `Info-toc-find-node'.
10853         (Info-toc-find-node): New function.
10854         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10855         the current Info file name to references because now the node
10856         "*TOC*" belongs to the same Info manual.
10857         (Info-toc-build): Rename from `Info-build-toc'.
10858         (Info-toc-nodes): Rename input argument `file' to `filename'.
10859         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10860         instead of ad-hoc processing of ("dir" apropos history toc).
10861         (Info-index-nodes): Use Info-virtual-file-p
10862         to check for a virtual file instead of checking a fixed list
10863         of node names.
10864         (Info-index-node): Add check for `Info-current-node-virtual'.
10865         Raise `save-match-data' higher up the tree to contain
10866         `search-forward' too (bug fix).
10867         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10868         (Info-virtual-index-nodes): New variable.
10869         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10870         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10871         (Info-apropos-file, Info-apropos-nodes): New variables.
10872         (Info-apropos-toc-nodes, Info-apropos-find-file)
10873         (Info-apropos-find-node, Info-apropos-matches): New functions.
10874         (info-apropos): Move part of code to `Info-apropos-find-node' and
10875         `Info-apropos-matches'.
10876         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10877         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10878         for a virtual file instead of checking a fixed list of node names.
10880         * simple.el (async-shell-command): New command.
10882         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10884         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10885         instead of `mount-info'.
10887 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10889         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10890         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10892 2009-07-02  Kenichi Handa  <handa@m17n.org>
10894         * international/mule.el (set-keyboard-coding-system): Force *-unix
10895         coding-system to avoid eol conversion.
10897 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10899         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10900         Add handler for `process-file', `shell-command' and
10901         `start-file-process'.
10902         (tramp-gvfs-handle-shell-command)
10903         (tramp-gvfs-handle-start-file-process)
10904         (tramp-gvfs-handle-process-file): New defuns.
10905         (tramp-synce-list-devices): Simplify check for existence of property.
10907 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10909         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10911 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10913         * language/korean.el (set-language-info-alist): Add korean-cp949,
10914         cp949 to spec.
10916 2009-07-01  Kenichi Handa  <handa@m17n.org>
10918         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10920         * international/encoded-kb.el: Deleted.
10922         * international/mule.el (set-keyboard-coding-system): Perform the
10923         necessary setup here instead of calling encoded-kbd-setup-display.
10925 2009-07-01  Glenn Morris  <rgm@gnu.org>
10927         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10929 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10931         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10933 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10935         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10936         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10937         (tramp-default-file-modes): Remove execute permissions.
10939         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10940         (top): Add a default for "synce" in `tramp-default-user-alist'.
10941         Add completion function for "synce" method.
10942         (tramp-hal-service, tramp-hal-path-manager)
10943         (tramp-hal-interface-manager, tramp-hal-interface-device):
10944         New defconst.
10945         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10946         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10947         New defuns.
10949         * net/trampver.el: Update release number.
10951 2009-06-30  Kenichi Handa  <handa@m17n.org>
10953         * international/fontset.el (setup-default-fontset): Add CJK fonts
10954         for symbols and the other miscellaneous characters.
10956         * language/korea-util.el (setup-korean-environment-internal):
10957         Make char-width-table suitable for Korean environments.
10958         (exit-korean-environment): Cancel above.
10960         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10961         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10962         setup-function to make char-width-table suitable for respective
10963         environments, and an exit-function to cancel that.
10965         * language/japan-util.el (setup-japanese-environment-internal):
10966         Call use-cjk-char-width-table with arg `ja_JP'.
10968         * international/characters.el (cjk-char-width-table): Delete it.
10969         (cjk-char-width-table-list): New variable.
10970         (use-cjk-char-width-table): New arg local-name.
10971         (use-default-char-width-table): Fix for the case that Emacs is
10972         already using the default char-width-table.
10974 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10976         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10977         modes mandatory.  (Bug#3712)
10979 2009-06-29  Alan Mackenzie  <acm@muc.de>
10981         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10982         correction between the visible width of TABs and their number of bytes.
10984 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10986         * server.el (server-buffer-done): Prevent kill-buffer from
10987         prompting by clearing the buffer modification flag (Bug#3696).
10989 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10991         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10992         (verilog-endcomment-reason-re): Support unique case and priority case.
10993         (verilog-basic-complete-re): Support localparam lineup.
10994         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10995         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10996         commenting.
10997         (verilog-leap-to-case-head): Now support *nested* unique &
10998         priority case statements.
10999         (verilog-auto-lineup): Make just declarations the default (as it
11000         had been).
11001         (verilog-leap-to-case-head): Support priority/unique case statements.
11002         (verilog-auto-lineup): Rework to give users radio buttons to
11003         select the various styles of automatic lineup.
11004         (verilog-error-regexp-alist): Rework to support the XEmacs style
11005         of error regular expressions from compilers, lint tools &
11006         simulators.  Note that GNU Emacs has made it impossible for a mode
11007         to load such things.
11008         (electric-verilog-terminate-line, verilog-indent-declaration)
11009         (verilog-auto-wiure): Rework for radio button selection of
11010         auto-lineup selection of specification of auto lineup.
11011         (verilog-beg-of-statement-1): Redesign to support proper operation
11012         in additional code, based on testing with auto-lineup.
11013         (verilog-calculate-indent, assignments & declarations)
11014         (verilog-backward-token): Enhance to support auto-lineup of
11015         assignments & declarations.
11016         (verilog-in-directive-p, verilog-at-struct-p): New function for
11017         easy test of whether we are.
11018         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11019         to support safe execution at almost anyline.
11020         (verilog-calc-1): Properly support indenting deep inside generate
11021         blocks.
11022         (verilog-init-font): Remove definition & use of verilog-init-font,
11023         as it is redundant with font-lock-defaults.
11024         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11025         to avoid circular calls if syntax-ppss is a function (as is the
11026         case now in 22.x GNU Emacs) as that function would sometimes call
11027         itself, leading to (nearly) infinite recursion.
11028         (verilog-ovm-begin-re, verilog-ovm-end-re)
11029         (verilog-ovm-statement-re, verilog-leap-to-head)
11030         (verilog-backward-token): Add support for OVM macros.  Some are
11031         complete statements, and others open and close scopes like begin
11032         and end.
11033         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11034         (verilog-defun-level-generate-only-re): Really fix the defun-list
11035         compilation issue.
11036         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11037         coverpoint, constraint and cross statements.
11038         (verilog-defun-level-list, verilog-generate-defun-level-list)
11039         (verilog-all-defun-level-list): Redo these specifications - it is
11040         too hard to support eval-when compile aggregation of lists also
11041         built at when-compile time.
11042         (verilog-defun-level-list): Place defconsts of variables used in
11043         building regular expressions which are built in eval-when-compile
11044         bodies in the same eval-when-compile body to facilitate compile
11045         without load.
11046         (verilog-beg-block-re-ordered): Support indenting
11047         virtual/protected tasks and functions.
11048         (verilog-defun-level-list, verilog-in-generate-region-p)
11049         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11050         indentation of some module items (generate items).
11051         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11052         across virtual/protected tasks and functions.
11054 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11056         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11057         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11058         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11059         in concatenations.  Reported by Yishay Belkind.
11060         (verilog-auto-ascii-enum): Support one-hot state machines in
11061         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11062         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11063         modport in AUTOINST and add vl-modport for users.  Reported by
11064         David Rogoff.
11065         (verilog-auto-inout-module, verilog-auto-inst)
11066         (verilog-decls-get-interfaces, verilog-insert-definition)
11067         (verilog-insert-one-definition, verilog-read-decls)
11068         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11069         (verilog-sig-modport, verilog-signals-combine-bus)
11070         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11071         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11072         Suggested by David Rogoff.
11073         (verilog-repair-open-comma): Fix non-insertion of comma when
11074         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11075         (verilog-make-width-expression): Simplify [A-1:0] expression
11076         widths to just {A{1'b0}}.
11077         (verilog-mode): Cleanup checkdoc warnings.
11078         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11079         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11080         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11081         (next-error-last-buffer): Fix byte-compiler warning.
11082         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11083         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11084         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11085         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11086         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11087         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11088         in AUTOINOUT.  Reported by Matthew Lovell.
11089         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11090         causing use of <= assignments.  Reported by Alex Reed.
11091         (verilog-read-decls): Fix triand, trior, wand, wor to be
11092         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11093         (verilog-extended-complete-re): Support import "DPI-C" functions.
11094         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11095         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11096         (verilog-insert-date, verilog-insert-year)
11097         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11098         Windows systems.  Reported by Michael Potts.
11099         (verilog-read-module-name): Fix AUTOINST when the child module
11100         declaration's name is a tick define.  Reported by Elliot Mednick.
11101         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11102         passed to next parameter's definition.  Reported by Bruce T.
11103         (verilog-read-decls): Fix detecting "parameter int" when using
11104         AUTOINSTPARAM.  Reported by Bruce T.
11105         (verilog-goto-defun): Fix goto not finding modules unless first
11106         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11107         (verilog-mode): Expand -f flag arguments on entry to mode so
11108         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11109         (verilog-getopt): Expand environment variables in -f file
11110         arguments.  Suggested by Lawrence Butcher.
11111         (verilog-set-define): Fix "Symbol's value as variable is void"
11112         when reading enumerations.
11113         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11114         Suggested by Stephen Peltan.
11115         (verilog-read-defines): Fix reading of enumerations in include
11116         files.  Reported by Steve Peltan.
11118 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11120         * files.el (trash-directory): Fix defcustom type.
11122 2009-06-28  Juri Linkov  <juri@jurta.org>
11124         * help-fns.el (describe-function-1): Correctly locate adviced
11125         functions in hyperlink (Bug#2438).
11127 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11129         * files.el (trash-directory): Change default to nil.
11130         (move-file-to-trash): If trash-directory is nil and
11131         system-move-file-to-trash is unbound, perform freedesktop-style
11132         trashing.
11134 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11136         * files.el (move-file-to-trash): Add freedesktop trash
11137         support (Bug#973).
11139 2009-06-28  Glenn Morris  <rgm@gnu.org>
11141         * autorevert.el (global-auto-revert-non-file-buffers)
11142         (global-auto-revert-mode): Doc fixes.
11144 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11146         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11148 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11150         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11151         opened an X connection before calling x-get-resource (Bug#3194).
11153         * play/doctor.el: Remove reference to obsolete website.
11154         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11156 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11158         Remove find-file-not-found-hook VC method.  (Bug#2757)
11159         * vc-hooks.el (vc-file-not-found-hook)
11160         (vc-default-find-file-not-found-hook): Remove functions.
11161         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11162         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11163         * vc.el:
11164         * vc-hg.el:
11165         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11167 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11169         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11170         compatibility function for `looking-back'.
11172         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11173         Use `ispell-looking-back'.
11175 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11177         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11178         rather than `filename'.
11180 2009-06-23  Miles Bader  <miles@gnu.org>
11182         * face-remap.el (text-scale-set): New function.
11184 2009-06-23  Glenn Morris  <rgm@gnu.org>
11186         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11188         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11190         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11192         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11194         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11195         Simplify Persian conditionals.
11197         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11198         variable `filename'.
11200         * comint.el (comint-insert-input): Doc fix.
11202         * Makefile.in (ELCFILES): Fix typo in previous change.
11204 2009-06-23  Miles Bader  <miles@gnu.org>
11206         * cus-start.el: Add entry for `recenter-redisplay'.
11208 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11210         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11211         Add an optional argument for the backend, use it instead of
11212         calling vc-backend.
11213         (vc-mode-line): Add an optional argument for the backend.
11214         Pass the backend to vc-state and vc-working-revision.  Move code for
11215         special handling for vc-state being a buffer to ...
11217         * vc-rcs.el (vc-rcs-find-file-hook):
11218         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11220         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11221         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11222         vc-stay-local-p and vc-mode-line calls.
11224         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11225         (vc-cvs-diff, vc-cvs-annotate-command)
11226         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11227         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11228         vc-mode-line calls.
11230         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11231         direct comparison.
11232         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11233         backend when calling vc-mode-line.
11234         (vc-register): Do not create a closure for calling the vc register
11235         function, call it directly.
11237 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11239         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11240         to make it obvious item can be clicked.
11242         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11244 2009-06-23  Kenichi Handa  <handa@m17n.org>
11246         * language/korea-util.el (korean-key-bindings): Change the binding
11247         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11248         same command.
11250 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11252         Sync with Tramp 2.1.16.
11254         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11256         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11257         when a loading of a package fails.  Completion function for rsync
11258         is `tramp-completion-function-alist-ssh'.
11259         (all): Replace all calls of `split-string' and
11260         `tramp-split-string' by `tramp-compat-split-string'.
11261         (tramp-default-method): Use `tramp-compat-process-running-p'.
11262         (tramp-default-proxies-alist): Allow also Lisp forms.
11263         (tramp-remote-path): Add choice "Private Directories".
11264         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11265         (tramp-domain-regexp): Allow also "-", "_" and ".".
11266         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11267         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11268         (tramp-debug-message): Insert header line in debug buffer.
11269         (tramp-handle-directory-files-and-attributes-with-stat):
11270         Care about filenames with spaces, or starting with "-".
11271         (tramp-handle-dired-uncache): New defun.
11272         (tramp-handle-insert-directory): Don't flush the directory from
11273         cache, this is handled by `dired-uncache' now.
11274         (tramp-handle-insert-file-contents): Improve error handling.
11275         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11276         Quote `tramp-end-of-output'.
11277         (tramp-action-password): Improve trace message.
11278         (tramp-check-for-regexp): Both echoes must be present, before removing.
11279         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11280         (tramp-compute-multi-hops): Eval cons cells of
11281         `tramp-default-proxies-alist'.
11282         (tramp-maybe-open-connection): Use the same command pattern for
11283         first hop and further hops.
11284         (tramp-wait-for-output): Remove handling of newlines.
11285         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11286         (tramp-split-string): Remove function.  It is handled in
11287         tramp-compat now.
11289         * net/tramp-cmds.el (tramp-bug):
11290         Recommend `tramp-cleanup-all-connections' in the bug mail.
11292         * net/tramp-compat.el (tramp-compat-split-string)
11293         (tramp-compat-process-running-p): New defuns.
11295         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11296         for `dired-uncache'.
11298         * net/tramp-gvfs.el: New package.
11300         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11301         Add handler for `dired-uncache'.
11302         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11304         * net/trampver.el: Update release number.  Make version check fit
11305         for SXEmacs 22.
11307 2009-06-22  Jim Meyering  <meyering@redhat.com>
11309         Automatically handle .xz suffix (XZ-compressed files), too.
11310         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11311         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11313 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11314             Nick Roberts  <nickrob@snap.net.nz>
11316         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11317         repository (http://sphinx.net.ru/hg/gdb-mi/).
11319 2009-06-22  Glenn Morris  <rgm@gnu.org>
11321         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11322         `mode' and `eval' entries.  (Bug#3430)
11324         * Makefile.in (ELCFILES): Add fadr.elc.
11326         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11327         differing behavior of \n and ^ in strings.  (Bug#3385)
11329         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11331         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11332         property.
11333         (lisp-indent-function): Make it a defcustom.
11335 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11337         * progmodes/gdb-ui.el: Replace with ...
11338         * progmodes/gdb-mi.el: ... this file.
11339         * progmodes/gud.el: Modify for gdb-mi.el.
11341 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11343         * fadr.el: New file.
11345 See ChangeLog.14 for earlier changes.
11347 ;; Local Variables:
11348 ;; coding: utf-8
11349 ;; End:
11351     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11353   This file is part of GNU Emacs.
11355   GNU Emacs is free software: you can redistribute it and/or modify
11356   it under the terms of the GNU General Public License as published by
11357   the Free Software Foundation, either version 3 of the License, or
11358   (at your option) any later version.
11360   GNU Emacs is distributed in the hope that it will be useful,
11361   but WITHOUT ANY WARRANTY; without even the implied warranty of
11362   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11363   GNU General Public License for more details.
11365   You should have received a copy of the GNU General Public License
11366   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11368 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1